/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_kjwinesbumala -- ------------------------------------------------------ -- 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=112 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activityloggs` -- LOCK TABLES `activityloggs` WRITE; /*!40000 ALTER TABLE `activityloggs` DISABLE KEYS */; INSERT INTO `activityloggs` VALUES (1,'1','2021-12-08 08:40:27','Advanta Deleted item with id 2 from productcategory table at 2021-12-08 08:40:27','154.159.238.21',1),(2,'1','2021-12-08 08:40:38','Advanta Deleted item with id 3 from productcategory table at 2021-12-08 08:40:38','154.159.238.21',1),(3,'1','2021-12-08 08:40:45','Advanta Deleted item with id 4 from productcategory table at 2021-12-08 08:40:45','154.159.238.21',1),(4,'1','2021-12-08 15:43:31','kj Deleted item with id 4 from people table at 2021-12-08 15:43:31','154.159.238.21',1),(5,'1','2021-12-08 15:47:38','kj Deleted item with id 1 from assignbranches table at 2021-12-08 15:47:38','154.159.238.21',1),(6,'1','2021-12-08 16:07:31','kj Deleted ORCHID with code of ORC1LTR and available quantity of 1.00 .The Buying price = 145 and selling price = NaN from branch 2 at 2021-12-08 16:07:31','41.222.15.186',1),(7,'1','2021-12-11 11:08:04','kj Returned 5.00 KIBAO with code (KIB750) at 2021-12-11 11:08:04','197.232.124.32',1),(8,'1','2021-12-16 18:09:32','kj Changed the price of GUARANA to: buyingprice =141.58 ,sellingprice =NaN, qty= 0.00, items with id 49 . in Main level at 2021-12-16 18:09:32','41.81.152.239',1),(9,'1','2021-12-17 08:09:10','kj Changed the price of ORCHID to: buyingprice =145 ,sellingprice =200, qty= 0.00, items with id 51 . in Main level at 2021-12-17 08:09:10','154.159.238.68',1),(10,'1','2021-12-17 09:21:22','kj Returned 2.00 COUNTY BRANDY with code (COU750) at 2021-12-17 09:21:22','154.159.238.68',1),(11,'1','2021-12-17 09:21:23','kj Returned 25.00 WEIDMAN with code (WE500) at 2021-12-17 09:21:23','154.159.238.68',1),(12,'1','2021-12-17 09:21:25','kj Returned 3.00 BEST WHISKEY with code (BEST250) at 2021-12-17 09:21:25','154.159.238.68',1),(13,'1','2021-12-17 09:21:26','kj Returned 1.00 BEST WHISKEY with code (BEST750) at 2021-12-17 09:21:26','154.159.238.68',1),(14,'1','2021-12-17 09:21:27','kj Returned 94.00 CHROME with code (CH250) at 2021-12-17 09:21:27','154.159.238.68',1),(15,'1','2021-12-17 09:21:27','kj Returned 6.00 CHROME with code (CH750) at 2021-12-17 09:21:27','154.159.238.68',1),(16,'1','2021-12-17 09:21:28','kj Returned 3.00 NATURE FRESH with code (NAT1LTR) at 2021-12-17 09:21:28','154.159.238.68',1),(17,'1','2021-12-17 09:21:35','kj Returned 7.00 KIBAO with code (KIB350) at 2021-12-17 09:21:35','154.159.238.68',1),(18,'1','2021-12-17 09:21:36','kj Returned 4.00 KIBAO with code (KIB750) at 2021-12-17 09:21:36','154.159.238.68',1),(19,'1','2021-12-17 09:21:36','kj Returned 56.00 V&A CREAM with code (VA250) at 2021-12-17 09:21:36','154.159.238.68',1),(20,'1','2021-12-17 09:21:41','kj Returned 89.00 KIBAO with code (KIB250) at 2021-12-17 09:21:41','154.159.238.68',1),(21,'1','2021-12-17 09:21:41','kj Returned 9.00 V&A CREAM with code (VA750) at 2021-12-17 09:21:41','154.159.238.68',1),(22,'1','2021-12-17 09:21:42','kj Returned 3.00 CAPTAIN MORGAN with code (CM250) at 2021-12-17 09:21:42','154.159.238.68',1),(23,'1','2021-12-17 09:21:49','kj Returned 3.00 KANE EXTRA with code (KANE750) at 2021-12-17 09:21:49','154.159.238.68',1),(24,'1','2021-12-17 09:21:49','kj Returned 1.00 VAT with code (VAT750ML) at 2021-12-17 09:21:49','154.159.238.68',1),(25,'1','2021-12-17 09:21:51','kj Returned 3.00 CELLAR CASK RED with code (CELLA750) at 2021-12-17 09:21:51','154.159.238.68',1),(26,'1','2021-12-17 09:21:58','kj Returned 1.00 CLUBMAN with code (CLUB250) at 2021-12-17 09:21:58','154.159.238.68',1),(27,'1','2021-12-17 09:21:58','kj Returned 14.00 VICEROY with code (VIC250) at 2021-12-17 09:21:58','154.159.238.68',1),(28,'1','2021-12-17 09:22:03','kj Returned 3.00 VICEROY with code (VIC350) at 2021-12-17 09:22:03','154.159.238.68',1),(29,'1','2021-12-17 09:22:04','kj Returned 2.00 VICEROY with code (VIC750) at 2021-12-17 09:22:04','154.159.238.68',1),(30,'1','2021-12-17 09:22:04','kj Returned 41.00 ALVARO CAN with code (ALV350) at 2021-12-17 09:22:04','154.159.238.68',1),(31,'1','2021-12-17 09:22:04','kj Returned 10.00 MR DOWELL with code (MR250) at 2021-12-17 09:22:04','154.159.238.68',1),(32,'1','2021-12-17 09:22:05','kj Returned 2.00 4TH STREET RED with code (4TH750) at 2021-12-17 09:22:05','154.159.238.68',1),(33,'1','2021-12-17 09:22:08','kj Returned 2.00 ORIJIN with code (OR250) at 2021-12-17 09:22:08','154.159.238.68',1),(34,'1','2021-12-17 09:22:09','kj Returned 1.00 BOND 7 with code (B7350) at 2021-12-17 09:22:09','154.159.238.68',1),(35,'1','2021-12-17 09:22:10','kj Returned 42.00 KC-SMOOTH with code (KC250) at 2021-12-17 09:22:10','154.159.238.68',1),(36,'1','2021-12-17 09:22:11','kj Returned 2.00 KC SMOOTH with code (KC350) at 2021-12-17 09:22:11','154.159.238.68',1),(37,'1','2021-12-17 09:22:16','kj Returned 1.00 All-season with code (ALL75) at 2021-12-17 09:22:16','154.159.238.68',1),(38,'1','2021-12-17 09:22:17','kj Returned 54.00 TRIPLE ACE with code (TRI250) at 2021-12-17 09:22:17','154.159.238.68',1),(39,'1','2021-12-17 09:22:18','kj Returned 1.00 Smirnoff vodka with code (SMVK350) at 2021-12-17 09:22:18','154.159.238.68',1),(40,'1','2021-12-17 09:22:18','kj Returned 2.00 Smirnoff vodka with code (SMVK750) at 2021-12-17 09:22:18','154.159.238.68',1),(41,'1','2021-12-17 09:22:21','kj Returned 14.00 KC SMOOTH with code (KC750) at 2021-12-17 09:22:21','154.159.238.68',1),(42,'1','2021-12-17 09:22:22','kj Returned 1.00 RICHOT BRANDY with code (RICH350) at 2021-12-17 09:22:22','154.159.238.68',1),(43,'1','2021-12-17 09:22:23','kj Returned 10.00 RICHOT BRANDY with code (RICH250) at 2021-12-17 09:22:23','154.159.238.68',1),(44,'1','2021-12-17 09:22:24','kj Returned 1.00 RICHOT BRANDY with code (RICH750) at 2021-12-17 09:22:24','154.159.238.68',1),(45,'1','2021-12-17 09:22:27','kj Returned 7.00 Smirnoff vodka with code (SMVK250) at 2021-12-17 09:22:27','154.159.238.68',1),(46,'1','2021-12-17 09:22:30','kj Returned 1.00 RICHOT BRANDY with code (RICH750) at 2021-12-17 09:22:30','154.159.238.68',1),(47,'1','2021-12-17 09:22:32','kj Returned 10.00 RICHOT BRANDY with code (RICH250) at 2021-12-17 09:22:32','154.159.238.68',1),(48,'1','2021-12-17 09:22:32','kj Returned 1.00 RICHOT BRANDY with code (RICH350) at 2021-12-17 09:22:32','154.159.238.68',1),(49,'1','2021-12-17 09:22:33','kj Returned 14.00 KC SMOOTH with code (KC750) at 2021-12-17 09:22:33','154.159.238.68',1),(50,'1','2021-12-17 11:48:40','kj Changed the price of V&A CREAM to: buyingprice =232 ,sellingprice =300, qty= 0.00, items with id 26 . in Main level at 2021-12-17 11:48:40','154.159.238.68',1),(51,'1','2021-12-17 11:49:14','kj Changed the price of V&A CREAM to: buyingprice =600 ,sellingprice =700, qty= 0.00, items with id 27 . in Main level at 2021-12-17 11:49:14','154.159.238.68',1),(52,'1','2021-12-18 10:19:45','kj Returned 1.00 JW BLACK LABEL with code (JWB750) at 2021-12-18 10:19:45','105.160.17.170',1),(53,'1','2021-12-18 10:24:43','kj Returned 8.00 V&A CREAM with code (VA250) at 2021-12-18 10:24:43','105.160.17.170',1),(54,'1','2021-12-18 10:44:25','kj Deleted item with id 24 from collection table at 2021-12-18 10:44:25','105.160.17.170',1),(55,'6','2022-12-02 22:03:47','Rk Updated item with id 2 from maincategory table at 2022-12-02 22:03:47','105.161.237.184',1),(56,'6','2022-12-02 22:11:11','Rk Deleted item with id 2 from branch table at 2022-12-02 22:11:11','105.161.237.184',1),(57,'6','2022-12-02 22:11:16','Rk Deleted item with id 1 from branch table at 2022-12-02 22:11:16','105.161.237.184',1),(58,'6','2022-12-02 22:11:16','Rk Deleted item with id 1 from branch table at 2022-12-02 22:11:16','105.161.237.184',1),(59,'6','2022-12-02 22:14:58','Rk Deleted item with id 7 from assignbranches table at 2022-12-02 22:14:58','105.161.237.184',1),(60,'6','2022-12-02 22:15:21','Rk Deleted item with id 6 from assignbranches table at 2022-12-02 22:15:21','105.161.237.184',1),(61,'6','2022-12-02 22:15:24','Rk Deleted item with id 4 from assignbranches table at 2022-12-02 22:15:24','105.161.237.184',1),(62,'6','2022-12-02 22:15:40','Rk Deleted item with id 5 from assignbranches table at 2022-12-02 22:15:40','105.161.237.184',1),(63,'6','2022-12-02 22:15:43','Rk Deleted item with id 2 from assignbranches table at 2022-12-02 22:15:43','105.161.237.184',1),(64,'6','2022-12-02 22:16:10','Rk Deleted Mt Dowell 250ml with code of 2 and available quantity of 0.00 .The Buying price = 0 and selling price = 0 from branch 3 at 2022-12-02 22:16:10','105.161.237.184',1),(65,'6','2022-12-02 22:16:19','Rk Deleted Mt Dowell 250ml with code of 2 and available quantity of 0.00 .The Buying price = 0 and selling price = 0 from Main store and all branches at 2022-12-02 22:16:19','105.161.237.184',1),(66,'1','2022-12-04 16:38:43','kj Deleted item with id 5 from people table at 2022-12-04 16:38:43','105.160.59.177',1),(67,'1','2022-12-04 16:42:42','kj Deleted item with id 7 from people table at 2022-12-04 16:42:42','105.160.59.177',1),(68,'1','2022-12-04 16:43:04','kj Deleted item with id 2 from people table at 2022-12-04 16:43:04','105.160.59.177',1),(69,'1','2022-12-05 06:57:17','kj Changed the price of Tea to: buyingprice =0 ,sellingprice =0, qty= 96.00, items with id 125 . in counter (3) at 2022-12-05 06:57:17','105.160.28.84',1),(70,'1','2022-12-05 07:02:02','kj Changed the price of Tea to: buyingprice =20 ,sellingprice =NaN, qty= 96.00, items with id 125 . in counter (3) at 2022-12-05 07:02:02','105.160.28.84',1),(71,'1','2022-12-05 07:04:07','kj Changed the price of Tea to: buyingprice =96 ,sellingprice =0, qty= 0.00, items with id 125 . in Main level at 2022-12-05 07:04:07','105.160.39.3',1),(72,'1','2022-12-05 07:04:48','kj Changed the price of Tea to: buyingprice =20 ,sellingprice =30, qty= 96.00, items with id 125 . in counter (3) at 2022-12-05 07:04:48','105.160.39.3',1),(73,'1','2022-12-05 07:16:27','kj Changed the price of Mandazi to: buyingprice =5 ,sellingprice =NaN, qty= 0.00, items with id 130 . in counter (3) at 2022-12-05 07:16:27','105.160.28.84',1),(74,'1','2022-12-05 07:21:47','kj Changed the price of Mandazi to: buyingprice =5 ,sellingprice =10, qty= 0.00, items with id 130 . in counter (3) at 2022-12-05 07:21:47','105.160.54.247',1),(75,'1','2022-12-05 07:37:17','kj Changed the price of Fish to: buyingprice =175 ,sellingprice =NaN, qty= 0.00, items with id 119 . in counter (3) at 2022-12-05 07:37:17','105.160.54.247',1),(76,'1','2022-12-05 07:37:38','kj Changed the price of Fish to: buyingprice =175 ,sellingprice =280, qty= 0.00, items with id 119 . in counter (3) at 2022-12-05 07:37:38','105.160.54.247',1),(77,'6','2022-12-05 08:08:29','Rk Changed the price of Beef 1/4 to: buyingprice =0 ,sellingprice =200, qty= 0.00, items with id 121 . in Main level at 2022-12-05 08:08:29','197.232.141.209',1),(78,'6','2022-12-05 08:08:50','Rk Changed the price of Beef 1 Kg to: buyingprice =0 ,sellingprice =800, qty= 0.00, items with id 122 . in Main level at 2022-12-05 08:08:50','197.232.141.209',1),(79,'6','2022-12-05 08:12:13','Rk Deleted RAW MEAT KG with code of 140 and available quantity of 2.25 .The Buying price = 0 and selling price = 600 from branch 3 at 2022-12-05 08:12:13','197.232.152.237',1),(80,'6','2022-12-05 08:13:41','Rk Deleted RAW MEAT KG with code of 140 and available quantity of 0.00 .The Buying price = 0 and selling price = 600 from Main store and all branches at 2022-12-05 08:13:41','197.232.141.209',1),(81,'6','2022-12-05 08:14:46','Rk Deleted item with id 3 from uomproducts table at 2022-12-05 08:14:46','197.232.152.237',1),(82,'6','2022-12-05 08:15:16','Rk Deleted item with id 2 from uomproducts table at 2022-12-05 08:15:16','197.232.152.237',1),(83,'6','2022-12-05 08:15:38','Rk Deleted item with id 1 from uomproducts table at 2022-12-05 08:15:38','197.232.152.237',1),(84,'1','2022-12-05 09:50:16','kj Deleted item with id 16 from sales_order table at 2022-12-05 09:50:16','105.160.54.247',1),(85,'1','2022-12-05 09:50:49','kj Deleted item with id 15 from sales_order table at 2022-12-05 09:50:49','105.160.54.247',1),(86,'1','2022-12-05 09:51:01','kj Deleted item with id 14 from sales_order table at 2022-12-05 09:51:01','105.160.54.247',1),(87,'6','2022-12-05 10:21:50','Rk Deleted item with id 57 from debitcredit table at 2022-12-05 10:21:50','197.232.141.209',1),(88,'6','2022-12-05 10:22:25','Rk Deleted item with id 58 from debitcredit table at 2022-12-05 10:22:25','197.232.152.237',1),(89,'6','2022-12-05 10:23:00','Rk Deleted item with id 60 from debitcredit table at 2022-12-05 10:23:00','197.232.141.209',1),(90,'6','2022-12-05 10:23:14','Rk Deleted item with id 62 from debitcredit table at 2022-12-05 10:23:14','197.232.141.209',1),(91,'6','2022-12-05 10:23:25','Rk Deleted item with id 61 from debitcredit table at 2022-12-05 10:23:25','197.232.141.209',1),(92,'1','2022-12-06 10:32:32','kj Returned 8.00 Redbull with code (72) at 2022-12-06 10:32:32','105.161.143.130',1),(93,'1','2022-12-06 10:33:49','kj Returned 4.00 Redbull with code (72) at 2022-12-06 10:33:49','105.161.143.130',1),(94,'1','2022-12-07 12:50:20','kj Changed the price of Beef 1 Kg to: buyingprice =420 ,sellingprice =NaN, qty= 0.00, items with id 122 . in counter (3) at 2022-12-07 12:50:20','105.161.93.45',1),(95,'1','2022-12-07 12:51:41','kj Changed the price of Beef 1 Kg to: buyingprice =420 ,sellingprice =420, qty= 0.00, items with id 122 . in counter (3) at 2022-12-07 12:51:41','105.161.93.45',1),(96,'1','2022-12-07 12:51:57','kj Changed the price of Beef 1 Kg to: buyingprice =420 ,sellingprice =800, qty= 0.00, items with id 122 . in counter (3) at 2022-12-07 12:51:57','105.161.93.45',1),(97,'1','2022-12-07 12:52:48','kj Changed the price of Beef 1/4 to: buyingprice =105 ,sellingprice =200, qty= 0.00, items with id 121 . in counter (3) at 2022-12-07 12:52:48','105.161.93.45',1),(98,'1','2022-12-07 12:53:56','kj Changed the price of Beef 1/2 kg to: buyingprice =210 ,sellingprice =NaN, qty= 0.00, items with id 142 . in counter (3) at 2022-12-07 12:53:56','105.161.93.45',1),(99,'6','2022-12-07 15:08:54','Rk Changed the price of RAW MEAT KG to: buyingprice =420 ,sellingprice =600, qty= 0.00, items with id 143 . in Main level at 2022-12-07 15:08:54','197.232.141.209',1),(100,'6','2022-12-07 15:10:14','Rk Changed the price of Beef 1/2 kg to: buyingprice =0 ,sellingprice =400, qty= 0.00, items with id 142 . in Main level at 2022-12-07 15:10:14','197.232.152.237',1),(101,'6','2022-12-07 17:22:42','Rk Changed the price of Beef 1/2 kg to: buyingprice =210 ,sellingprice =400, qty= 0.00, items with id 142 . in Main level at 2022-12-07 17:22:42','197.232.152.237',1),(102,'6','2022-12-07 17:23:21','Rk Changed the price of Beef 1 Kg to: buyingprice =420 ,sellingprice =800, qty= 0.00, items with id 122 . in Main level at 2022-12-07 17:23:21','197.232.152.237',1),(103,'1','2022-12-08 08:23:42','kj Changed the price of GK Can to: buyingprice =0 ,sellingprice =0, qty= 0.00, items with id 67 . in counter (3) at 2022-12-08 08:23:42','105.160.50.13',1),(104,'1','2022-12-08 08:24:02','kj Changed the price of GK Can to: buyingprice =210 ,sellingprice =NaN, qty= 0.00, items with id 67 . in counter (3) at 2022-12-08 08:24:02','105.160.50.13',1),(105,'1','2022-12-08 11:31:27','kj Returned 1.00 Chrome 750mI with code (6) at 2022-12-08 11:31:27','105.160.50.13',1),(106,'1','2022-12-08 11:32:31','kj Deleted item with id 117 from sales_order table at 2022-12-08 11:32:31','105.160.50.13',1),(107,'1','2022-12-08 12:48:42','kj Deleted Matumbo with code of 128 and available quantity of 0.00 .The Buying price = 0 and selling price = 0 from branch 3 at 2022-12-08 12:48:42','105.160.50.13',1),(108,'1','2022-12-19 16:41:32','kj Deleted item with id 8 from purchaseorder table at 2022-12-19 16:41:32','105.161.20.83',1),(109,'1','2022-12-22 14:36:59','kj Deleted item with id 10 from purchaseorder table at 2022-12-22 14:36:59','105.160.116.19',1),(110,'1','2022-12-23 14:09:08','kj Returned 1.00 Beef 1 Kg with code (121) at 2022-12-23 14:09:08','105.160.30.241',1),(111,'1','2022-12-23 14:30:31','kj Returned 2.00 Chips with code (145) at 2022-12-23 14:30:31','105.160.30.241',1); /*!40000 ALTER TABLE `activityloggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `admintable` -- DROP TABLE IF EXISTS `admintable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `admintable` ( `id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varchar(20) DEFAULT NULL, `surname` varchar(50) NOT NULL, `firstname` varchar(50) NOT NULL, `phone` varchar(50) NOT NULL, `campus` varchar(30) NOT NULL, `college` varchar(30) NOT NULL, `department` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `token` text NOT NULL, `email` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `idno` varchar(40) NOT NULL, `updatedat` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `admintable` -- LOCK TABLES `admintable` WRITE; /*!40000 ALTER TABLE `admintable` DISABLE KEYS */; INSERT INTO `admintable` VALUES (1,'admin','Robisearch321','dd','ddd','222222222','','','','','','admqin@gmail.com','','active','2222222','2016-11-07 04:32:35'); /*!40000 ALTER TABLE `admintable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advance` -- DROP TABLE IF EXISTS `advance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advance` ( `id` int(11) NOT NULL AUTO_INCREMENT, `tenantid` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `closedate` varchar(30) NOT NULL, `startdate` varchar(30) NOT NULL, `paid` decimal(10,0) DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advance` -- LOCK TABLES `advance` WRITE; /*!40000 ALTER TABLE `advance` DISABLE KEYS */; /*!40000 ALTER TABLE `advance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `advancepayment` -- DROP TABLE IF EXISTS `advancepayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `advancepayment` ( `id` int(30) NOT NULL AUTO_INCREMENT, `createdat` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `description` text NOT NULL, `advanceid` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `advancepayment` -- LOCK TABLES `advancepayment` WRITE; /*!40000 ALTER TABLE `advancepayment` DISABLE KEYS */; /*!40000 ALTER TABLE `advancepayment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `agent` -- DROP TABLE IF EXISTS `agent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `agent` ( `id` int(40) NOT NULL, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountno` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `idno` (`idno`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `agent` -- LOCK TABLES `agent` WRITE; /*!40000 ALTER TABLE `agent` DISABLE KEYS */; /*!40000 ALTER TABLE `agent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alerts` -- DROP TABLE IF EXISTS `alerts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alerts` ( `id` int(100) NOT NULL AUTO_INCREMENT, `contact` text NOT NULL, `postedtime` varchar(40) NOT NULL, `message` text NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `duedate` varchar(30) NOT NULL, `duetime` varchar(30) NOT NULL, `deliverystatus` varchar(10) NOT NULL DEFAULT 'new', `name` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `groupname` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alerts` -- LOCK TABLES `alerts` WRITE; /*!40000 ALTER TABLE `alerts` DISABLE KEYS */; INSERT INTO `alerts` VALUES (1,'254718667391','2020-04-25 09:35:59am','test','active','1','1','2020-04-25','01:45','new','ouko manayala','single',''); /*!40000 ALTER TABLE `alerts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `alldocuments` -- DROP TABLE IF EXISTS `alldocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `alldocuments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `img_id` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `date` varchar(50) DEFAULT NULL, `documentname` text DEFAULT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alldocuments` -- LOCK TABLES `alldocuments` WRITE; /*!40000 ALTER TABLE `alldocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `alldocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `allpayments` -- DROP TABLE IF EXISTS `allpayments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `allpayments` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `plotno` varchar(50) NOT NULL, `landlord` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `advance` varchar(20) NOT NULL, `direct` varchar(20) NOT NULL, `balance` varchar(20) NOT NULL, `mpesa` varchar(20) NOT NULL, `cash` varchar(20) NOT NULL, `card` varchar(20) NOT NULL, `cheque` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `year` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `allpayments` -- LOCK TABLES `allpayments` WRITE; /*!40000 ALTER TABLE `allpayments` DISABLE KEYS */; /*!40000 ALTER TABLE `allpayments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `announcement` -- DROP TABLE IF EXISTS `announcement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `announcement` ( `id` int(50) NOT NULL, `title` text NOT NULL, `target` varchar(50) NOT NULL, `message` text NOT NULL, `dateposted` varchar(50) NOT NULL, `status` varchar(50) NOT NULL, `type` varchar(50) NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `memberid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `announcement` -- LOCK TABLES `announcement` WRITE; /*!40000 ALTER TABLE `announcement` DISABLE KEYS */; /*!40000 ALTER TABLE `announcement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `approvals` -- DROP TABLE IF EXISTS `approvals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `approvals` ( `id` int(11) NOT NULL AUTO_INCREMENT, `level` varchar(5) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` varchar(20) NOT NULL, `applicationid` int(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `approvals` -- LOCK TABLES `approvals` WRITE; /*!40000 ALTER TABLE `approvals` DISABLE KEYS */; /*!40000 ALTER TABLE `approvals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `asignrooms` -- DROP TABLE IF EXISTS `asignrooms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `asignrooms` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `houseno` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `memberid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `exactdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `asignrooms` -- LOCK TABLES `asignrooms` WRITE; /*!40000 ALTER TABLE `asignrooms` DISABLE KEYS */; /*!40000 ALTER TABLE `asignrooms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assessment` -- DROP TABLE IF EXISTS `assessment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assessment` ( `id` int(20) NOT NULL AUTO_INCREMENT, `invoice` varchar(50) NOT NULL, `registrationno` varchar(50) NOT NULL, `claimno` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `color` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `repairer` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `instructionsby` varchar(50) NOT NULL, `instructions` text NOT NULL, `preaccident` text NOT NULL, `garagedetails` text NOT NULL, `latentdameges` text NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(30) NOT NULL, `deliverymode` text NOT NULL, `date` varchar(30) NOT NULL, `assessmentdate` varchar(20) NOT NULL, `insuredname` varchar(30) NOT NULL, `colour` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assessment` -- LOCK TABLES `assessment` WRITE; /*!40000 ALTER TABLE `assessment` DISABLE KEYS */; INSERT INTO `assessment` VALUES (1,'32222201607434545','777','433','rr343exx','r','','WEW','344r53','r','32323','232321','re3r','33333','3434','','We acknowledge the receit of your email with instructions. We confirm that we have assessed\nthe vehicle at Ruaka Town and below are the findings.\n','EQWEQE','WQEQ','The current market value of the vehicle is estimated at KSH 1,700,000.00\nThe repair estimate is at 10.97% of the market value. We therefore find the vehcle to be repairable\n',1,1,1,'2020-12-19 06:23:58','WEW','2020-12-23','2020-12-01','333','EWEW'),(2,'32222201607434545','777432x','QEQEdx','QWEQEddx','QWEQEx','','rx','rx','32213dx','QWEQx','WEx','re3rx','33333x','E12x','ROBERT','We acknowledge the receit of your email with instructions. We confirm that we have assessed\nthe vehicle at Ruaka Town and below are the findings.\n','ddx','ddx','The current market value of the vehicle is estimated at KSH 1,700,000.00\nThe repair estimate is at 10.97% of the market value. We therefore find the vehcle to be repairable\n',1,1,1,'2020-12-19 07:16:58','WEWx','2020-12-01','2020-12-01','QWEQddx','ee32e2x'); /*!40000 ALTER TABLE `assessment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assets` -- DROP TABLE IF EXISTS `assets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assets` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `assetcondition` varchar(50) DEFAULT NULL, `type` varchar(50) DEFAULT NULL, `assetvalue` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `size` varchar(50) DEFAULT NULL, `store` varchar(50) DEFAULT NULL, `serialno` varchar(30) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `expdate` date NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `depreciationpercent` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `invoice` varchar(30) NOT NULL, `depreciation` varchar(30) NOT NULL DEFAULT '', `accumulativeaccount` varchar(30) DEFAULT NULL, `accumdepreciation` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assets` -- LOCK TABLES `assets` WRITE; /*!40000 ALTER TABLE `assets` DISABLE KEYS */; /*!40000 ALTER TABLE `assets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assignbranches` -- DROP TABLE IF EXISTS `assignbranches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assignbranches` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `status` int(11) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeno`), KEY `type` (`status`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; INSERT INTO `assignbranches` VALUES (3,1,4,1,'',1,'2021-12-08 11:43:33am',1,''),(8,3,9,1,'',6,'2022-12-02 10:14:28pm',1,''),(9,3,8,1,'',6,'2022-12-02 10:14:42pm',1,''),(10,3,6,1,'',6,'2022-12-02 10:14:54pm',1,''),(11,3,5,1,'',6,'2022-12-02 10:15:29pm',1,''),(12,3,1,1,'',6,'2022-12-02 10:15:47pm',1,''); /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL, `branchid` int(11) DEFAULT NULL, `employeeid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `mode` varchar(20) NOT NULL, `target` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `year` varchar(20) NOT NULL, `defaulttype` varchar(20) NOT NULL, `tasktype` varchar(10) NOT NULL DEFAULT 'General', PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assigntask` -- LOCK TABLES `assigntask` WRITE; /*!40000 ALTER TABLE `assigntask` DISABLE KEYS */; /*!40000 ALTER TABLE `assigntask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attendance` -- DROP TABLE IF EXISTS `attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `attendance` ( `id` int(100) NOT NULL AUTO_INCREMENT, `idno` varchar(100) NOT NULL, `surname` varchar(100) NOT NULL, `date` datetime NOT NULL, `timein` varchar(100) NOT NULL, `timeout` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `createddate` varchar(100) NOT NULL, `comment` text NOT NULL, `timediffrence` varchar(5) NOT NULL DEFAULT '0', `device` varchar(30) NOT NULL, `totaltime` varchar(20) DEFAULT NULL, `checkoutime` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attendance` -- LOCK TABLES `attendance` WRITE; /*!40000 ALTER TABLE `attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup` -- DROP TABLE IF EXISTS `backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `backup` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user` text NOT NULL, `host` text NOT NULL, `password` text NOT NULL, `server` text NOT NULL, `path` text NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(40) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `database` text NOT NULL, `location` varchar(20) NOT NULL DEFAULT 'offline', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup` -- LOCK TABLES `backup` WRITE; /*!40000 ALTER TABLE `backup` DISABLE KEYS */; INSERT INTO `backup` VALUES (1,'root','localhost','robisearch2018','D:\\xampp\\mysql\\bin\\','D:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `banks` -- DROP TABLE IF EXISTS `banks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `banks` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `banks` -- LOCK TABLES `banks` WRITE; /*!40000 ALTER TABLE `banks` DISABLE KEYS */; /*!40000 ALTER TABLE `banks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `batchlist` -- DROP TABLE IF EXISTS `batchlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `batchlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `batchlist` -- LOCK TABLES `batchlist` WRITE; /*!40000 ALTER TABLE `batchlist` DISABLE KEYS */; /*!40000 ALTER TABLE `batchlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blog` -- DROP TABLE IF EXISTS `blog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blog` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blog` -- LOCK TABLES `blog` WRITE; /*!40000 ALTER TABLE `blog` DISABLE KEYS */; /*!40000 ALTER TABLE `blog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogs` -- DROP TABLE IF EXISTS `blogs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `blogs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `blogs` -- LOCK TABLES `blogs` WRITE; /*!40000 ALTER TABLE `blogs` DISABLE KEYS */; /*!40000 ALTER TABLE `blogs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bookroom` -- DROP TABLE IF EXISTS `bookroom`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bookroom` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` datetime NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `bookroom` varchar(20) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `people` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` 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 `bookroom` -- LOCK TABLES `bookroom` WRITE; /*!40000 ALTER TABLE `bookroom` DISABLE KEYS */; /*!40000 ALTER TABLE `bookroom` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `branch` -- DROP TABLE IF EXISTS `branch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `branch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (3,'KALI CLUB','','2022-12-02 22:11:03','active','6','','1',''); /*!40000 ALTER TABLE `branch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `brands` -- DROP TABLE IF EXISTS `brands`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `brands` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `description` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `website` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `brands` -- LOCK TABLES `brands` WRITE; /*!40000 ALTER TABLE `brands` DISABLE KEYS */; INSERT INTO `brands` VALUES (1,'1','JKUAT','Our partner in ICT Field','karenmakena3@gmail.com','0702400635','','http://www.jkuat.ac.ke/','2016-12-13 06:47:33am','',0),(2,'1','SimbaNet','Our partner in in Nikague App','','','','https://www.simbanet.net/','','',0); /*!40000 ALTER TABLE `brands` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `budget` -- DROP TABLE IF EXISTS `budget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `budget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `budget` -- LOCK TABLES `budget` WRITE; /*!40000 ALTER TABLE `budget` DISABLE KEYS */; /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL, `enddate` varchar(50) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `createdate` varchar(50) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `approvedby` int(20) NOT NULL, `dateapproved` int(20) NOT NULL, `tobranch` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `startdate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Transfer', `category` varchar(20) NOT NULL DEFAULT 'products', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 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 */; INSERT INTO `bulkdispatch` VALUES (1,'1','11639581220','Main','','','1','1','2021-12-15 18:14:27','','Kj',0,0,'1','product','2021-12-15','Movement','products'); /*!40000 ALTER TABLE `bulkdispatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callcenter` -- DROP TABLE IF EXISTS `callcenter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `callcenter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; /*!40000 ALTER TABLE `callcenter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category` -- DROP TABLE IF EXISTS `category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `category` -- LOCK TABLES `category` WRITE; /*!40000 ALTER TABLE `category` DISABLE KEYS */; INSERT INTO `category` VALUES (1,'SHOP','','','active','1','','1'),(2,'employees','','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, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `charges` -- LOCK TABLES `charges` WRITE; /*!40000 ALTER TABLE `charges` DISABLE KEYS */; INSERT INTO `charges` VALUES (1,'RENT','','','2018-05-30 14:28:37','','',0,1),(2,'DEPOSIT','','','2018-05-30 14:27:39','','',0,1),(3,'WATER/POWER DEPOSIT','','','2018-05-30 14:28:49','','',0,1),(4,'PENALTY','','','2018-06-25 13:38:03','','',0,1),(5,'WATER','','','2018-06-27 11:33:55','','',0,1),(6,'PARTIAL PAYMENT','','','2018-06-29 16:22:30','','',0,1),(7,'GARBAGE','','','2018-07-03 16:56:46','','',0,1),(8,'DAMAGES','','','2018-07-17 12:30:05','','',0,1),(9,'AGREEMENT FORM','','','2018-07-23 10:21:11','','',0,1),(10,'POWER','','','2018-08-04 10:42:10','','',0,1),(11,'SEWAGE','SEWAGE','','2020-05-27 16:23:21','','',2,1),(12,'BED ONLY','','','2020-05-28 15:38:20','','',1,1),(13,'BED AND BREAKFAST','','','2020-05-28 15:38:39','','',2,1); /*!40000 ALTER TABLE `charges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cheque` -- DROP TABLE IF EXISTS `cheque`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `cheque` ( `id` int(50) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `paiddate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `bankname` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `business` varchar(100) NOT NULL, `type` varchar(15) NOT NULL, `chequenumber` varchar(70) NOT NULL, `exactdate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cheque` -- LOCK TABLES `cheque` WRITE; /*!40000 ALTER TABLE `cheque` DISABLE KEYS */; /*!40000 ALTER TABLE `cheque` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `collection` -- DROP TABLE IF EXISTS `collection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `collection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `paiddate` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `remarks` varchar(100) NOT NULL, `balance` varchar(30) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `paymentmethodes` int(10) NOT NULL, `createdate` varchar(50) NOT NULL, `name` varchar(30) NOT NULL DEFAULT 'payment', `transactioncode` varchar(50) NOT NULL, `supplier` int(11) DEFAULT NULL, `branchid` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=24 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,'2021-09-22 12:21:30','11632302464','5','ttt','-5','1','1',1035,'2021-09-22 12:21:45','paid','',2,1),(2,'2021-09-22 15:59:35','11632315546','4000','','1809','1','1',1035,'2021-09-22 16:00:01','paid','0000455',2,1),(3,'2021-09-22 16:01:12','11632315621','3000','','-88','1','1',1035,'2021-09-22 16:05:57','payment','',3,1),(4,'2021-09-30 15:00:29','11632315546','44','Payment to Default','1765','1','1',1035,'2021-09-30 15:00:29','paid','',2,1),(5,'2021-09-30 15:00:29','11632302464','55','Payment to Default','2194','1','1',1035,'2021-09-30 15:00:29','paid','',2,1),(6,'2021-09-30 15:02:34','11632315546','1765','Payment to Default','0','1','1',1040,'2021-09-30 15:02:34','paid','EEEEEEE',2,1),(7,'2021-09-30 15:02:34','11632302464','2194','Payment to Default','0','1','1',1040,'2021-09-30 15:02:34','paid','EEEEEEE',2,1),(8,'2021-10-06 10:12:49','11633060502','900','eee','5300','1','1',4173,'2021-10-06 10:17:36','payment','',3,1),(9,'2021-10-06 10:18:45','11633060502','900','ssss','4400','1','1',5940,'2021-10-06 10:19:05','baddebt','',3,1),(10,'2021-12-18 10:24:56','11639808766','8979','','1990','1','1',1010,'2021-12-18 10:25:18','payment','',0,1),(11,'2021-12-18 10:26:00','11639808631','5000','','1078','1','1',0,'2021-12-18 10:26:17','payment','',0,1),(12,'2021-12-18 10:26:17','11639808631','1075','','3','1','1',0,'2021-12-18 10:26:47','payment','',0,1),(13,'2021-12-18 10:27:16','11639808529','1706','','6','1','1',1010,'2021-12-18 10:27:32','payment','',0,1),(14,'2021-12-18 10:28:05','11639808299','7800','','1172','1','1',1010,'2021-12-18 10:28:25','payment','',0,1),(15,'2021-12-18 10:30:26','11639807986','8262','','0','1','1',1050,'2021-12-18 10:30:45','payment','',0,1),(16,'2021-12-18 10:31:20','11639807662','6277','','0','1','1',1010,'2021-12-18 10:31:39','payment','',0,1),(17,'2021-12-18 10:32:18','11639806299','10449','','0','1','1',1010,'2021-12-18 10:32:34','payment','',0,1),(18,'2021-12-18 10:33:04','11639806194','5560','','9','1','1',1010,'2021-12-18 10:33:20','payment','',0,1),(19,'2021-12-18 10:35:02','11639805896','3697','','1','1','1',1050,'2021-12-18 10:35:18','payment','',0,1),(20,'2021-12-18 10:35:30','11639805302','3500','','21836','1','1',1050,'2021-12-18 10:35:54','payment','',0,1),(21,'2021-12-18 10:36:34','11639805302','12541','','9295','1','1',1010,'2021-12-18 10:37:29','payment','',0,1),(22,'2021-12-18 10:37:29','11639805302','5700','','3595','1','1',0,'2021-12-18 10:39:02','payment','',0,1),(23,'2021-12-18 10:39:02','11639805302','1020','','2575','1','1',1010,'2021-12-18 10:39:19','payment','',0,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) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complain` -- LOCK TABLES `complain` WRITE; /*!40000 ALTER TABLE `complain` DISABLE KEYS */; /*!40000 ALTER TABLE `complain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complaindata` -- DROP TABLE IF EXISTS `complaindata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complaindata` ( `id` int(30) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `complaindata` -- LOCK TABLES `complaindata` WRITE; /*!40000 ALTER TABLE `complaindata` DISABLE KEYS */; /*!40000 ALTER TABLE `complaindata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `constants` -- DROP TABLE IF EXISTS `constants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `constants` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `category` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `constants` -- LOCK TABLES `constants` WRITE; /*!40000 ALTER TABLE `constants` DISABLE KEYS */; INSERT INTO `constants` VALUES (1,'Relief',2400.00,'active',1,1,'Relief'),(2,'Pension',200.00,'active',1,1,'Pension'),(3,'NSSF',200.00,'oldrate',1,1,'NSSF'),(4,'Minimum Paye',24000.00,'active',1,1,'MinimumPaye'); /*!40000 ALTER TABLE `constants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contact` -- DROP TABLE IF EXISTS `contact`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contact` ( `id` int(50) NOT NULL AUTO_INCREMENT, `country` varchar(60) NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; INSERT INTO `contact` VALUES (1,'','karen makena','kinoti','karenmakena3@gmail.com','0702400635','','hi i want to be a shujaa also','2016-12-13 06:47:33am',''); /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `county` -- DROP TABLE IF EXISTS `county`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `county` ( `id` int(40) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(255) DEFAULT NULL, `provincecode` varchar(50) NOT NULL, `description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `county` -- LOCK TABLES `county` WRITE; /*!40000 ALTER TABLE `county` DISABLE KEYS */; INSERT INTO `county` VALUES (1,'1','Mombasa','2','Mombasa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Kwale','2','Kwale','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Kilifi','2','Kilifi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Tana River','2','Tana River','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','Lamu','2','Lamu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Taita-Taveta','2','Taita-Taveta','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Garissa','5','Garissa','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Wajir','5','Wajir','0000-00-00 00:00:00','0000-00-00 00:00:00'),(9,'9','Mandera','5','Mandera','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,'10','Marsabit','3','Marsabit','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,'11','Isiolo','3','Isiolo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,'12','Meru','3','Meru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,'13','Tharaka-Nithi','3','Tharaka-Nithi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,'14','Embu','3','Embu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,'15','Kitui','3','Kitui','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,'16','Machakos','3','Machakos','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,'17','Makueni','3','Makueni','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,'18','Nyandarua','1','Nyandarua','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,'19','Nyeri','1','Nyeri','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,'20','Kirinyaga','1','Kirinyaga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,'21','Murang\'a','1','Murang\'a','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,'22','Kiambu','1','Kiambu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,'23','Turkana','7','Turkana','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,'24','West Pokot','7','West Pokot','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,'25','Samburu','7','Samburu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,'26','Trans-Nzoia','7','Trans-Nzoia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,'27','Uasin Gishu','7','Uasin Gishu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,'28','Elgeyo-Marakwet','7','Elgeyo-Marakwet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,'29','Nandi','7','Nandi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,'30','Baringo','7','Baringo','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,'31','Laikipia','7','Laikipia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,'32','Nakuru','7','Nakuru','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,'33','Narok','7','Narok','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,'34','Kajiado','7','Kajiado','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,'35','Kericho','7','Kericho','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,'36','Bomet','7','Bomet','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,'37','Kakamega','8','Kakamega','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,'38','Vihiga','8','Vihiga','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,'39','Bungoma','8','Bungoma','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,'40','Busia','8','Busia','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,'41','Siaya','6','Siaya','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,'42','Kisumu','6','Kisumu','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,'43','Homa Bay','6','Homa Bay','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,'44','Migori','6','Migori','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,'45','Kisii','6','Kisii','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,'46','Nyamira','6','Nyamira','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,'47','Nairobi','4','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `county` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `currency` -- DROP TABLE IF EXISTS `currency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `currency` ( `id` int(11) NOT NULL 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, 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 `currency` -- LOCK TABLES `currency` WRITE; /*!40000 ALTER TABLE `currency` DISABLE KEYS */; INSERT INTO `currency` VALUES (1,'Ksh','','2018-03-06 19:44:07pm','active','1','','1',1),(2,'URO','','','active','','','1',1),(3,'USD','','','active','','','1',1),(4,'ssp','South Sudanese pound','2021-05-15 04:53:45','active','1','','1',1); /*!40000 ALTER TABLE `currency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customedproductcategory` -- DROP TABLE IF EXISTS `customedproductcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customedproductcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` varchar(30) NOT NULL, `commission` varchar(20) NOT NULL DEFAULT '0', `shipping` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Percentage', `imgid` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customedproductcategory` -- LOCK TABLES `customedproductcategory` WRITE; /*!40000 ALTER TABLE `customedproductcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `customedproductcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customer` -- DROP TABLE IF EXISTS `customer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `customer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `surname` varchar(50) NOT NULL, `username` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `business` varchar(50) NOT NULL, `county` varchar(50) NOT NULL, `createddate` varchar(50) NOT NULL, `password` varchar(30) NOT NULL, `website` varchar(100) NOT NULL, `dob` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `box` varchar(50) NOT NULL, `source` varchar(50) DEFAULT NULL, `town` varchar(50) NOT NULL, `country` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `apiaccount_id` varchar(30) NOT NULL DEFAULT '1', `recoverpassword` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `companyid` int(10) NOT NULL DEFAULT 1, `service` text NOT NULL, `usertype` varchar(50) DEFAULT NULL, `smstype` int(10) NOT NULL DEFAULT 2, `refer` text NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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` ( `id` int(100) NOT NULL AUTO_INCREMENT, `chargeid` int(11) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `houseno` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycharges` -- LOCK TABLES `dailycharges` WRITE; /*!40000 ALTER TABLE `dailycharges` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailycollections` -- DROP TABLE IF EXISTS `dailycollections`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailycollections` ( `id` int(40) NOT NULL AUTO_INCREMENT, `idno` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `createdat` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `name` varchar(30) NOT NULL, `total` varchar(30) NOT NULL, `balance` varchar(30) NOT NULL, `mpesa` varchar(30) NOT NULL, `card` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `voucher` varchar(10) NOT NULL, `cheque` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `controller` varchar(30) NOT NULL, `expense` varchar(30) NOT NULL, `cash` varchar(30) NOT NULL, `discount` varchar(30) NOT NULL, `entrydate` varchar(30) NOT NULL, `contact` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `tax` decimal(10,2) NOT NULL, `sort` decimal(10,2) NOT NULL, `sortmoney` decimal(10,2) NOT NULL, `transactiondate` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `openingbalance` decimal(10,2) NOT NULL, `closingbalance` decimal(10,2) NOT NULL, `cashcollected` decimal(10,2) NOT NULL, `totalsales` decimal(10,2) NOT NULL, `debt` decimal(10,0) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `debitcredit` -- DROP TABLE IF EXISTS `debitcredit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `debitcredit` ( `id` int(30) NOT NULL AUTO_INCREMENT, `account` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `crateddate` datetime NOT NULL, `debit` decimal(10,2) DEFAULT NULL, `credit` decimal(10,2) DEFAULT NULL, `balance` varchar(20) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `description` text NOT NULL, `branch` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `type` varchar(30) NOT NULL, `refno` varchar(30) NOT NULL, `mode` varchar(50) NOT NULL, `confirm` varchar(30) NOT NULL DEFAULT 'No', `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `transactioncode` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6190 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `debitcredit` -- LOCK TABLES `debitcredit` WRITE; /*!40000 ALTER TABLE `debitcredit` DISABLE KEYS */; INSERT INTO `debitcredit` VALUES (1,'1110','91670149415','2022-12-04 13:28:10',NULL,0.00,'','9','1','Inventory sold','3','','sales','45','','No',NULL,NULL,''),(2,'1110','91670149415','2022-12-04 13:23:35',NULL,0.00,'','9','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(3,'1110','91670149415','2022-12-04 13:26:52',NULL,1160.00,'','9','1','Inventory sold','3','','sales','8','','No',NULL,NULL,''),(4,'5500','91670149415','2022-12-04 13:27:48',1160.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5,'1000','91670149415','2022-12-04 13:28:10',1500.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6,'4000','91670149415','2022-12-04 13:28:10',NULL,0.00,'','9','1','Good sold','3','','sales','45','','No',NULL,NULL,''),(7,'4000','91670149415','2022-12-04 13:23:35',NULL,0.00,'','9','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(8,'4000','91670149415','2022-12-04 13:26:52',NULL,1500.00,'','9','1','Good sold','3','','sales','8','','No',NULL,NULL,''),(9,'1110','91670149745','2022-12-04 13:29:06',NULL,1160.00,'','9','1','Inventory sold','3','','sales','8','','No',NULL,NULL,''),(10,'5500','91670149745','2022-12-04 13:29:05',1160.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(11,'1000','91670149745','2022-12-04 13:29:06',1500.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(12,'4000','91670149745','2022-12-04 13:29:06',NULL,1500.00,'','9','1','Good sold','3','','sales','8','','No',NULL,NULL,''),(13,'1110','81670156205','2022-12-04 15:17:16',NULL,336.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(14,'5500','81670156205','2022-12-04 15:16:45',336.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(15,'1000','81670156205','2022-12-04 15:17:16',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(16,'4000','81670156205','2022-12-04 15:17:16',NULL,440.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(17,'1110','91670156372','2022-12-04 15:19:49',NULL,2020.00,'','9','1','Inventory sold','3','','sales','86','','No',NULL,NULL,''),(18,'5500','91670156372','2022-12-04 15:19:32',2020.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(19,'1000','91670156372','2022-12-04 15:19:49',2600.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(20,'4000','91670156372','2022-12-04 15:19:49',NULL,2600.00,'','9','1','Good sold','3','','sales','86','','No',NULL,NULL,''),(21,'1110','11670163142','2022-12-04 17:12:22',3200.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','4','','No',NULL,NULL,''),(22,'1110','11670163142','2022-12-04 17:12:22',1152.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','7','','No',NULL,NULL,''),(23,'1110','11670163142','2022-12-04 17:12:22',2135.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','48','','No',NULL,NULL,''),(24,'1110','11670163142','2022-12-04 17:12:22',985.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','27','','No',NULL,NULL,''),(25,'1110','11670163142','2022-12-04 17:12:22',1480.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','85','','No',NULL,NULL,''),(26,'1110','11670163142','2022-12-04 17:12:22',660.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','73','','No',NULL,NULL,''),(27,'1110','11670163142','2022-12-04 17:12:22',810.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','83','','No',NULL,NULL,''),(28,'2130','11670163142','2022-12-04 17:12:22',NULL,10422.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(29,'1110','81670168981','2022-12-04 18:49:56',NULL,336.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(30,'5500','81670168981','2022-12-04 18:49:41',336.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(31,'1000','81670168981','2022-12-04 18:49:56',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(32,'4000','81670168981','2022-12-04 18:49:56',NULL,440.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(33,'1110','81670171720','2022-12-04 19:35:54',NULL,1260.00,'','8','1','Inventory sold','3','','sales','68','','No',NULL,NULL,''),(34,'5500','81670171720','2022-12-04 19:35:20',1260.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(35,'1000','81670171720','2022-12-04 19:35:54',1500.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(36,'4000','81670171720','2022-12-04 19:35:54',NULL,1500.00,'','8','1','Good sold','3','','sales','68','','No',NULL,NULL,''),(37,'1110','81670172248','2022-12-04 19:44:32',NULL,230.00,'','8','1','Inventory sold','3','','sales','138','','No',NULL,NULL,''),(38,'5500','81670172248','2022-12-04 19:44:08',230.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(39,'1000','81670172248','2022-12-04 19:44:32',299.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(40,'4000','81670172248','2022-12-04 19:44:32',NULL,299.00,'','8','1','Good sold','3','','sales','138','','No',NULL,NULL,''),(41,'1110','91670173755','2022-12-04 20:09:16',NULL,172.00,'','9','1','Inventory sold','3','','sales','62','','No',NULL,NULL,''),(42,'5500','91670173755','2022-12-04 20:09:15',172.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(43,'1000','91670173755','2022-12-04 20:09:16',220.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(44,'4000','91670173755','2022-12-04 20:09:16',NULL,220.00,'','9','1','Good sold','3','','sales','62','','No',NULL,NULL,''),(45,'1110','91670175034','2022-12-04 20:32:30',NULL,172.00,'','9','1','Inventory sold','3','','sales','62','','No',NULL,NULL,''),(46,'5500','91670175034','2022-12-04 20:30:34',172.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(47,'1000','91670175034','2022-12-04 20:32:30',220.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(48,'4000','91670175034','2022-12-04 20:32:30',NULL,220.00,'','9','1','Good sold','3','','sales','62','','No',NULL,NULL,''),(49,'1110','11670216116','2022-12-05 07:55:37',NULL,20.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(50,'5500','11670216116','2022-12-05 07:55:37',20.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(51,'1000','11670216116','2022-12-05 07:55:37',40.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(52,'4000','11670216116','2022-12-05 07:55:37',NULL,40.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(53,'1110','11670216193','2022-12-05 07:56:44',NULL,5.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(54,'5500','11670216193','2022-12-05 07:56:44',5.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(55,'1000','11670216193','2022-12-05 07:56:44',10.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(56,'4000','11670216193','2022-12-05 07:56:44',NULL,10.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(59,'1000','61670217084','2022-12-05 08:11:34',400.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(63,'1110','81670216765','2022-12-05 08:10:55',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(64,'5500','81670216765','2022-12-05 08:10:12',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(65,'1000','81670216765','2022-12-05 08:10:55',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(66,'4000','81670216765','2022-12-05 08:10:55',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(67,'1110','81670217686','2022-12-05 08:22:54',NULL,60.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(68,'1110','81670217686','2022-12-05 08:21:26',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(69,'5500','81670217686','2022-12-05 08:22:25',90.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(70,'1000','81670217686','2022-12-05 08:22:54',150.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(71,'4000','81670217686','2022-12-05 08:22:54',NULL,90.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(72,'4000','81670217686','2022-12-05 08:21:26',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(73,'1110','81670218118','2022-12-05 08:29:19',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(74,'1110','81670218118','2022-12-05 08:28:38',NULL,60.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(75,'5500','81670218118','2022-12-05 08:29:03',70.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(76,'1000','81670218118','2022-12-05 08:29:19',110.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(77,'4000','81670218118','2022-12-05 08:29:19',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(78,'4000','81670218118','2022-12-05 08:28:38',NULL,90.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(79,'1110','81670218657','2022-12-05 08:39:10',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(80,'5500','81670218657','2022-12-05 08:38:40',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(81,'1000','81670218657','2022-12-05 08:39:10',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(82,'4000','81670218657','2022-12-05 08:39:10',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(83,'1110','11670218808','2022-12-05 08:40:23',NULL,20.00,'','1','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(84,'5500','11670218808','2022-12-05 08:40:23',20.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(85,'1000','11670218808','2022-12-05 08:40:23',30.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(86,'4000','11670218808','2022-12-05 08:40:23',NULL,30.00,'','1','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(87,'1110','81670219386','2022-12-05 08:50:03',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(88,'5500','81670219386','2022-12-05 08:49:46',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(89,'1000','81670219386','2022-12-05 08:50:03',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(90,'4000','81670219386','2022-12-05 08:50:03',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(91,'1050','11670219873','2022-12-05 08:58:53',NULL,70.00,'','1','1','','3','10','','','','No',NULL,NULL,'N/A'),(92,'5720','11670219873','2022-12-05 08:58:53',70.00,NULL,'','1','1','','3','10','','','','No',NULL,NULL,'N/A'),(93,'1110','81670220616','2022-12-05 09:10:39',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(94,'5500','81670220616','2022-12-05 09:10:16',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(95,'1000','81670220616','2022-12-05 09:10:39',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(96,'4000','81670220616','2022-12-05 09:10:39',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(97,'1110','81670220653','2022-12-05 09:11:33',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(98,'5500','81670220653','2022-12-05 09:10:53',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(99,'1000','81670220653','2022-12-05 09:11:33',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(100,'4000','81670220653','2022-12-05 09:11:33',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(101,'1110','81670221070','2022-12-05 09:23:50',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(102,'1110','81670221070','2022-12-05 09:17:50',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(103,'5500','81670221070','2022-12-05 09:18:22',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(104,'1000','81670221070','2022-12-05 09:23:50',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(105,'4000','81670221070','2022-12-05 09:23:50',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(106,'4000','81670221070','2022-12-05 09:17:50',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(107,'1110','81670221444','2022-12-05 09:24:20',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(108,'5500','81670221444','2022-12-05 09:24:04',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(109,'1000','81670221444','2022-12-05 09:24:20',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(110,'4000','81670221444','2022-12-05 09:24:20',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(111,'1110','81670221520','2022-12-05 09:25:32',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(112,'5500','81670221520','2022-12-05 09:25:20',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(113,'1000','81670221520','2022-12-05 09:25:32',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(114,'4000','81670221520','2022-12-05 09:25:32',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(115,'1110','81670221562','2022-12-05 09:26:19',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(116,'5500','81670221562','2022-12-05 09:26:02',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(117,'1000','81670221562','2022-12-05 09:26:19',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(118,'4000','81670221562','2022-12-05 09:26:19',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(119,'1110','81670221875','2022-12-05 09:34:30',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(120,'1110','81670221875','2022-12-05 09:31:15',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(121,'5500','81670221875','2022-12-05 09:34:08',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(122,'1000','81670221875','2022-12-05 09:34:30',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(123,'4000','81670221875','2022-12-05 09:34:30',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(124,'4000','81670221875','2022-12-05 09:31:15',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(125,'1110','81670222542','2022-12-05 09:44:24',NULL,50.00,'','8','1','Inventory sold','3','','sales','125','','No',NULL,NULL,''),(126,'1110','81670222542','2022-12-05 09:42:22',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(127,'5500','81670222542','2022-12-05 09:44:00',70.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(128,'1000','81670222542','2022-12-05 09:44:24',130.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(129,'4000','81670222542','2022-12-05 09:44:24',NULL,100.00,'','8','1','Good sold','3','','sales','125','','No',NULL,NULL,''),(130,'4000','81670222542','2022-12-05 09:42:22',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(131,'1110','81670223544','2022-12-05 09:59:23',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(132,'5500','81670223544','2022-12-05 09:59:04',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(133,'1000','81670223544','2022-12-05 09:59:23',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(134,'4000','81670223544','2022-12-05 09:59:23',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(135,'1110','81670223889','2022-12-05 10:05:06',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(136,'5500','81670223889','2022-12-05 10:04:49',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(137,'1000','81670223889','2022-12-05 10:05:06',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(138,'4000','81670223889','2022-12-05 10:05:06',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(139,'1110','81670224621','2022-12-05 10:17:55',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(140,'5500','81670224621','2022-12-05 10:17:01',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(141,'1000','81670224621','2022-12-05 10:17:55',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(142,'4000','81670224621','2022-12-05 10:17:55',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(143,'1110','91670226632','2022-12-05 10:51:30',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(144,'1110','91670226632','2022-12-05 10:50:58',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(145,'5500','91670226632','2022-12-05 10:51:29',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(146,'1000','91670226632','2022-12-05 10:51:30',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(147,'4000','91670226632','2022-12-05 10:51:30',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(148,'4000','91670226632','2022-12-05 10:50:58',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(149,'1110','81670226958','2022-12-05 10:56:22',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(150,'5500','81670226958','2022-12-05 10:55:58',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(151,'1000','81670226958','2022-12-05 10:56:22',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(152,'4000','81670226958','2022-12-05 10:56:22',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(153,'1110','81670228122','2022-12-05 11:16:12',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(154,'1110','81670228122','2022-12-05 11:15:22',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(155,'5500','81670228122','2022-12-05 11:15:40',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(156,'1000','81670228122','2022-12-05 11:16:12',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(157,'4000','81670228122','2022-12-05 11:16:12',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(158,'4000','81670228122','2022-12-05 11:15:22',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(159,'1110','81670229778','2022-12-05 11:44:18',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(160,'1110','81670229778','2022-12-05 11:42:58',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(161,'5500','81670229778','2022-12-05 11:43:56',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(162,'1000','81670229778','2022-12-05 11:44:18',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(163,'4000','81670229778','2022-12-05 11:44:18',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(164,'4000','81670229778','2022-12-05 11:42:58',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(165,'1110','81670229935','2022-12-05 11:46:27',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(166,'1110','81670229935','2022-12-05 11:45:35',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(167,'5500','81670229935','2022-12-05 11:45:52',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(168,'1000','81670229935','2022-12-05 11:46:27',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(169,'4000','81670229935','2022-12-05 11:46:27',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(170,'4000','81670229935','2022-12-05 11:45:35',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(171,'1110','91670232127','2022-12-05 12:23:17',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(172,'1110','91670232127','2022-12-05 12:22:07',NULL,48.00,'','9','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(173,'5500','91670232127','2022-12-05 12:22:41',72.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(174,'1000','91670232127','2022-12-05 12:23:17',150.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(175,'4000','91670232127','2022-12-05 12:23:17',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(176,'4000','91670232127','2022-12-05 12:22:07',NULL,100.00,'','9','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(177,'1110','91670232418','2022-12-05 12:27:45',NULL,0.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(178,'1110','91670232418','2022-12-05 12:26:58',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(179,'5500','91670232418','2022-12-05 12:27:44',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(180,'1000','91670232418','2022-12-05 12:27:45',423.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(181,'4000','91670232418','2022-12-05 12:27:45',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(182,'4000','91670232418','2022-12-05 12:26:58',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(183,'1110','91670233144','2022-12-05 12:39:11',NULL,48.00,'','9','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(184,'1110','91670233144','2022-12-05 12:39:04',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(185,'5500','91670233144','2022-12-05 12:39:10',63.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(186,'1000','91670233144','2022-12-05 12:39:11',123.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(187,'4000','91670233144','2022-12-05 12:39:11',NULL,100.00,'','9','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(188,'4000','91670233144','2022-12-05 12:39:04',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(189,'1110','91670233654','2022-12-05 12:48:56',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(190,'5500','91670233654','2022-12-05 12:47:34',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(191,'1000','91670233654','2022-12-05 12:48:56',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(192,'4000','91670233654','2022-12-05 12:48:56',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(193,'1110','91670234552','2022-12-05 13:03:07',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(194,'5500','91670234552','2022-12-05 13:02:32',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(195,'1000','91670234552','2022-12-05 13:03:07',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(196,'4000','91670234552','2022-12-05 13:03:07',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(197,'1110','91670234733','2022-12-05 13:05:34',NULL,41.00,'','9','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(198,'5500','91670234733','2022-12-05 13:05:33',41.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(199,'1000','91670234733','2022-12-05 13:05:34',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(200,'4000','91670234733','2022-12-05 13:05:34',NULL,60.00,'','9','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(201,'1110','81670234821','2022-12-05 13:07:24',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(202,'5500','81670234821','2022-12-05 13:07:01',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(203,'1000','81670234821','2022-12-05 13:07:24',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(204,'4000','81670234821','2022-12-05 13:07:24',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(205,'1110','81670234866','2022-12-05 13:08:33',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(206,'5500','81670234866','2022-12-05 13:07:46',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(207,'1000','81670234866','2022-12-05 13:08:33',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(208,'4000','81670234866','2022-12-05 13:08:33',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(209,'1110','91670236575','2022-12-05 13:36:38',NULL,0.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(210,'1110','91670236575','2022-12-05 13:36:15',NULL,30.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(211,'5500','91670236575','2022-12-05 13:36:19',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(212,'1000','91670236575','2022-12-05 13:36:38',445.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(213,'4000','91670236575','2022-12-05 13:36:38',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(214,'4000','91670236575','2022-12-05 13:36:15',NULL,45.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(215,'1110','91670237551','2022-12-05 13:52:55',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(216,'5500','91670237551','2022-12-05 13:52:31',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(217,'1000','91670237551','2022-12-05 13:52:55',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(218,'4000','91670237551','2022-12-05 13:52:55',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(219,'1110','81670239529','2022-12-05 14:28:14',NULL,336.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(220,'1110','81670239529','2022-12-05 14:25:29',NULL,1384.00,'','8','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(221,'1110','81670239529','2022-12-05 14:25:42',NULL,949.50,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(222,'1110','81670239529','2022-12-05 14:26:06',NULL,336.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(223,'1110','81670239529','2022-12-05 14:27:37',NULL,746.72,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(224,'1110','81670239529','2022-12-05 14:27:50',NULL,688.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(225,'5500','81670239529','2022-12-05 14:28:01',4440.22,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(226,'1000','81670239529','2022-12-05 14:28:14',5720.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(227,'4000','81670239529','2022-12-05 14:28:14',NULL,440.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(228,'4000','81670239529','2022-12-05 14:25:29',NULL,1760.00,'','8','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(229,'4000','81670239529','2022-12-05 14:25:42',NULL,1320.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(230,'4000','81670239529','2022-12-05 14:26:06',NULL,440.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(231,'4000','81670239529','2022-12-05 14:27:37',NULL,880.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(232,'4000','81670239529','2022-12-05 14:27:50',NULL,880.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(233,'1110','91670239778','2022-12-05 14:30:16',NULL,645.00,'','9','1','Inventory sold','3','','sales','23','','No',NULL,NULL,''),(234,'5500','91670239778','2022-12-05 14:29:38',645.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(235,'1000','91670239778','2022-12-05 14:30:16',800.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(236,'4000','91670239778','2022-12-05 14:30:16',NULL,800.00,'','9','1','Good sold','3','','sales','23','','No',NULL,NULL,''),(237,'1110','91670240373','2022-12-05 14:40:47',NULL,316.50,'','9','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(238,'1110','91670240373','2022-12-05 14:39:33',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(239,'5500','91670240373','2022-12-05 14:40:32',357.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(240,'1000','91670240373','2022-12-05 14:40:47',520.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(241,'4000','91670240373','2022-12-05 14:40:47',NULL,440.00,'','9','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(242,'4000','91670240373','2022-12-05 14:39:33',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(243,'1110','11670240711','2022-12-05 14:45:11',1730.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','72','','No',NULL,NULL,''),(244,'1110','11670240711','2022-12-05 14:45:11',1582.50,NULL,'','1','1','Inventory Purchased','3','3','Purchases','74','','No',NULL,NULL,''),(245,'2130','11670240711','2022-12-05 14:45:11',NULL,3313.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(246,'1110','91670240984','2022-12-05 14:49:58',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(247,'5500','91670240984','2022-12-05 14:49:44',41.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(248,'1000','91670240984','2022-12-05 14:49:58',80.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(249,'4000','91670240984','2022-12-05 14:49:58',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(250,'1110','91670241165','2022-12-05 14:52:58',NULL,336.00,'','9','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(251,'5500','91670241165','2022-12-05 14:52:45',336.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(252,'1000','91670241165','2022-12-05 14:52:58',440.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(253,'4000','91670241165','2022-12-05 14:52:58',NULL,440.00,'','9','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(254,'1110','81670241520','2022-12-05 14:58:51',NULL,560.00,'','8','1','Inventory sold','3','','sales','9','','No',NULL,NULL,''),(255,'5500','81670241520','2022-12-05 14:58:40',560.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(256,'1000','81670241520','2022-12-05 14:58:51',750.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(257,'4000','81670241520','2022-12-05 14:58:51',NULL,750.00,'','8','1','Good sold','3','','sales','9','','No',NULL,NULL,''),(258,'5500','91670241843','2022-12-05 15:04:36',NULL,0.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(259,'1110','91670241843','2022-12-05 15:04:22',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(260,'5500','91670241843','2022-12-05 15:04:36',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(261,'1000','91670241843','2022-12-05 15:04:36',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(262,'5500','91670241843','2022-12-05 15:04:36',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(263,'4000','91670241843','2022-12-05 15:04:22',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(264,'1110','81670242395','2022-12-05 15:16:49',NULL,692.00,'','8','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(265,'1110','81670242395','2022-12-05 15:13:16',NULL,316.50,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(266,'1110','81670242395','2022-12-05 15:13:30',NULL,344.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(267,'1110','81670242395','2022-12-05 15:13:40',NULL,373.36,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(268,'1110','81670242395','2022-12-05 15:15:25',NULL,336.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(269,'1110','81670242395','2022-12-05 15:16:16',NULL,168.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(270,'5500','81670242395','2022-12-05 15:16:35',2229.86,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(271,'1000','81670242395','2022-12-05 15:16:49',2860.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(272,'4000','81670242395','2022-12-05 15:16:49',NULL,880.00,'','8','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(273,'4000','81670242395','2022-12-05 15:13:16',NULL,440.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(274,'4000','81670242395','2022-12-05 15:13:30',NULL,440.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(275,'4000','81670242395','2022-12-05 15:13:40',NULL,440.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(276,'4000','81670242395','2022-12-05 15:15:25',NULL,440.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(277,'4000','81670242395','2022-12-05 15:16:16',NULL,220.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(278,'1110','91670243066','2022-12-05 15:24:48',NULL,316.50,'','9','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(279,'5500','91670243066','2022-12-05 15:24:26',316.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(280,'1000','91670243066','2022-12-05 15:24:48',440.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(281,'4000','91670243066','2022-12-05 15:24:48',NULL,440.00,'','9','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(282,'1110','81670243270','2022-12-05 15:28:10',NULL,197.00,'','8','1','Inventory sold','3','','sales','76','','No',NULL,NULL,''),(283,'5500','81670243270','2022-12-05 15:27:50',197.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(284,'1000','81670243270','2022-12-05 15:28:10',300.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(285,'4000','81670243270','2022-12-05 15:28:10',NULL,300.00,'','8','1','Good sold','3','','sales','76','','No',NULL,NULL,''),(286,'1110','91670243418','2022-12-05 15:30:19',NULL,192.00,'','9','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(287,'5500','91670243418','2022-12-05 15:30:18',192.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(288,'1000','91670243418','2022-12-05 15:30:19',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(289,'4000','91670243418','2022-12-05 15:30:19',NULL,250.00,'','9','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(290,'1110','91670243825','2022-12-05 15:37:28',NULL,450.00,'','9','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(291,'1110','91670243825','2022-12-05 15:37:05',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(292,'5500','91670243825','2022-12-05 15:37:27',491.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(293,'1000','91670243825','2022-12-05 15:37:28',830.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(294,'4000','91670243825','2022-12-05 15:37:28',NULL,750.00,'','9','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(295,'4000','91670243825','2022-12-05 15:37:05',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(296,'1110','91670244406','2022-12-05 15:47:56',NULL,590.00,'','9','1','Inventory sold','3','','sales','22','','No',NULL,NULL,''),(297,'5500','91670244406','2022-12-05 15:47:44',590.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(298,'1000','91670244406','2022-12-05 15:47:56',800.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(299,'4000','91670244406','2022-12-05 15:47:56',NULL,800.00,'','9','1','Good sold','3','','sales','22','','No',NULL,NULL,''),(300,'1110','91670244497','2022-12-05 15:49:12',NULL,45.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(301,'1110','91670244497','2022-12-05 15:48:17',NULL,82.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(302,'5500','91670244497','2022-12-05 15:48:34',127.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(303,'1000','91670244497','2022-12-05 15:49:12',228.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(304,'4000','91670244497','2022-12-05 15:49:12',NULL,67.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(305,'4000','91670244497','2022-12-05 15:48:17',NULL,160.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(306,'1110','91670244572','2022-12-05 15:49:33',NULL,50.00,'','9','1','Inventory sold','3','','sales','125','','No',NULL,NULL,''),(307,'5500','91670244572','2022-12-05 15:49:32',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(308,'1000','91670244572','2022-12-05 15:49:33',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(309,'4000','91670244572','2022-12-05 15:49:33',NULL,100.00,'','9','1','Good sold','3','','sales','125','','No',NULL,NULL,''),(310,'1110','91670244694','2022-12-05 15:51:53',NULL,45.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(311,'1110','91670244694','2022-12-05 15:51:34',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(312,'1110','91670244694','2022-12-05 15:51:49',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(313,'5500','91670244694','2022-12-05 15:51:53',110.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(314,'1000','91670244694','2022-12-05 15:51:53',198.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(315,'4000','91670244694','2022-12-05 15:51:53',NULL,67.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(316,'4000','91670244694','2022-12-05 15:51:34',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(317,'4000','91670244694','2022-12-05 15:51:49',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(318,'1110','91670245129','2022-12-05 15:59:13',NULL,45.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(319,'1110','91670245129','2022-12-05 15:58:49',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(320,'5500','91670245129','2022-12-05 15:59:12',69.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(321,'1000','91670245129','2022-12-05 15:59:13',118.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(322,'4000','91670245129','2022-12-05 15:59:13',NULL,67.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(323,'4000','91670245129','2022-12-05 15:58:49',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(324,'1110','91670245189','2022-12-05 16:00:00',NULL,336.00,'','9','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(325,'5500','91670245189','2022-12-05 15:59:49',336.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(326,'1000','91670245189','2022-12-05 16:00:00',440.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(327,'4000','91670245189','2022-12-05 16:00:00',NULL,440.00,'','9','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(328,'1110','81670245532','2022-12-05 16:12:18',NULL,692.00,'','8','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(329,'1110','81670245532','2022-12-05 16:05:32',NULL,316.50,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(330,'1110','81670245532','2022-12-05 16:05:54',NULL,373.36,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(331,'1110','81670245532','2022-12-05 16:09:39',NULL,504.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(332,'1110','81670245532','2022-12-05 16:09:52',NULL,168.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(333,'1110','81670245532','2022-12-05 16:11:24',NULL,344.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(334,'5500','81670245532','2022-12-05 16:11:42',2397.86,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(335,'1000','81670245532','2022-12-05 16:12:18',3080.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(336,'4000','81670245532','2022-12-05 16:12:18',NULL,880.00,'','8','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(337,'4000','81670245532','2022-12-05 16:05:32',NULL,440.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(338,'4000','81670245532','2022-12-05 16:05:54',NULL,440.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(339,'4000','81670245532','2022-12-05 16:09:39',NULL,660.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(340,'4000','81670245532','2022-12-05 16:09:52',NULL,220.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(341,'4000','81670245532','2022-12-05 16:11:24',NULL,440.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(342,'1110','91670246163','2022-12-05 16:16:26',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(343,'5500','91670246163','2022-12-05 16:16:03',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(344,'1000','91670246163','2022-12-05 16:16:26',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(345,'4000','91670246163','2022-12-05 16:16:26',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(346,'1110','91670246201','2022-12-05 16:16:50',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(347,'5500','91670246201','2022-12-05 16:16:41',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(348,'1000','91670246201','2022-12-05 16:16:50',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(349,'4000','91670246201','2022-12-05 16:16:50',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(350,'5500','91670246721','2022-12-05 16:25:28',NULL,0.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(351,'1110','91670246721','2022-12-05 16:25:21',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(352,'5500','91670246721','2022-12-05 16:25:26',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(353,'1000','91670246721','2022-12-05 16:25:28',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(354,'5500','91670246721','2022-12-05 16:25:28',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(355,'4000','91670246721','2022-12-05 16:25:21',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(356,'5500','81670246748','2022-12-05 16:27:57',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(357,'5500','81670246748','2022-12-05 16:25:48',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(358,'1110','81670246748','2022-12-05 16:27:17',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(359,'5500','81670246748','2022-12-05 16:27:18',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(360,'1000','81670246748','2022-12-05 16:27:57',445.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(361,'5500','81670246748','2022-12-05 16:27:57',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(362,'5500','81670246748','2022-12-05 16:25:48',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(363,'4000','81670246748','2022-12-05 16:27:17',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(364,'1110','91670247256','2022-12-05 16:34:49',NULL,633.00,'','9','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(365,'5500','91670247256','2022-12-05 16:34:16',633.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(366,'1000','91670247256','2022-12-05 16:34:49',880.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(367,'4000','91670247256','2022-12-05 16:34:49',NULL,880.00,'','9','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(368,'1110','91670248769','2022-12-05 16:59:58',NULL,192.00,'','9','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(369,'1110','91670248769','2022-12-05 16:59:29',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(370,'5500','91670248769','2022-12-05 16:59:47',233.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(371,'1000','91670248769','2022-12-05 16:59:58',330.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(372,'4000','91670248769','2022-12-05 16:59:58',NULL,250.00,'','9','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(373,'4000','91670248769','2022-12-05 16:59:29',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(374,'1110','81670249304','2022-12-05 17:09:06',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(375,'1110','81670249304','2022-12-05 17:08:24',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(376,'5500','81670249304','2022-12-05 17:08:39',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(377,'1000','81670249304','2022-12-05 17:09:06',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(378,'4000','81670249304','2022-12-05 17:09:06',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(379,'4000','81670249304','2022-12-05 17:08:24',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(380,'1110','91670249458','2022-12-05 17:11:12',NULL,197.00,'','9','1','Inventory sold','3','','sales','76','','No',NULL,NULL,''),(381,'5500','91670249458','2022-12-05 17:10:58',197.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(382,'1000','91670249458','2022-12-05 17:11:12',300.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(383,'4000','91670249458','2022-12-05 17:11:12',NULL,300.00,'','9','1','Good sold','3','','sales','76','','No',NULL,NULL,''),(384,'1110','81670251855','2022-12-05 17:51:08',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(385,'5500','81670251855','2022-12-05 17:50:55',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(386,'1000','81670251855','2022-12-05 17:51:08',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(387,'4000','81670251855','2022-12-05 17:51:08',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(388,'1110','91670252065','2022-12-05 17:54:46',NULL,197.00,'','9','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(389,'5500','91670252065','2022-12-05 17:54:25',197.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(390,'1000','91670252065','2022-12-05 17:54:46',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(391,'4000','91670252065','2022-12-05 17:54:46',NULL,250.00,'','9','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(392,'5500','81670252441','2022-12-05 18:01:20',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(393,'1110','81670252441','2022-12-05 18:00:41',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(394,'5500','81670252441','2022-12-05 18:01:19',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(395,'1000','81670252441','2022-12-05 18:01:20',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(396,'5500','81670252441','2022-12-05 18:01:20',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(397,'4000','81670252441','2022-12-05 18:00:41',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(398,'1110','91670252854','2022-12-05 18:07:44',NULL,82.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(399,'5500','91670252854','2022-12-05 18:07:34',82.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(400,'1000','91670252854','2022-12-05 18:07:44',160.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(401,'4000','91670252854','2022-12-05 18:07:44',NULL,160.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(402,'1110','91670253088','2022-12-05 18:11:30',NULL,542.00,'','9','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(403,'5500','91670253088','2022-12-05 18:11:29',542.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(404,'1000','91670253088','2022-12-05 18:11:30',750.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(405,'4000','91670253088','2022-12-05 18:11:30',NULL,750.00,'','9','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(406,'1110','91670253113','2022-12-05 18:11:54',NULL,542.00,'','9','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(407,'5500','91670253113','2022-12-05 18:11:53',542.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(408,'1000','91670253113','2022-12-05 18:11:54',750.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(409,'4000','91670253113','2022-12-05 18:11:54',NULL,750.00,'','9','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(410,'1110','91670253129','2022-12-05 18:12:10',NULL,542.00,'','9','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(411,'5500','91670253129','2022-12-05 18:12:09',542.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(412,'1000','91670253129','2022-12-05 18:12:10',750.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(413,'4000','91670253129','2022-12-05 18:12:10',NULL,750.00,'','9','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(414,'1110','91670253156','2022-12-05 18:12:37',NULL,542.00,'','9','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(415,'5500','91670253156','2022-12-05 18:12:36',542.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(416,'1000','91670253156','2022-12-05 18:12:37',750.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(417,'4000','91670253156','2022-12-05 18:12:37',NULL,750.00,'','9','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(418,'1110','91670253279','2022-12-05 18:14:40',NULL,645.00,'','9','1','Inventory sold','3','','sales','23','','No',NULL,NULL,''),(419,'5500','91670253279','2022-12-05 18:14:39',645.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(420,'1000','91670253279','2022-12-05 18:14:40',800.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(421,'4000','91670253279','2022-12-05 18:14:40',NULL,800.00,'','9','1','Good sold','3','','sales','23','','No',NULL,NULL,''),(422,'1110','11670239558','2022-12-05 18:15:43',NULL,645.00,'','1','1','Inventory sold','3','','sales','23','','No',NULL,NULL,''),(423,'5500','11670239558','2022-12-05 18:15:43',645.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(424,'1000','11670239558','2022-12-05 18:15:43',800.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(425,'4000','11670239558','2022-12-05 18:15:43',NULL,800.00,'','1','1','Good sold','3','','sales','23','','No',NULL,NULL,''),(426,'1110','81670253635','2022-12-05 18:25:57',NULL,158.25,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(427,'1110','81670253635','2022-12-05 18:21:18',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(428,'1110','81670253635','2022-12-05 18:21:54',NULL,336.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(429,'1110','81670253635','2022-12-05 18:22:17',NULL,168.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(430,'1110','81670253635','2022-12-05 18:22:43',NULL,692.00,'','8','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(431,'5500','81670253635','2022-12-05 18:23:51',1540.93,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(432,'1000','81670253635','2022-12-05 18:25:57',1980.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(433,'4000','81670253635','2022-12-05 18:25:57',NULL,220.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(434,'4000','81670253635','2022-12-05 18:21:18',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(435,'4000','81670253635','2022-12-05 18:21:54',NULL,440.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(436,'4000','81670253635','2022-12-05 18:22:17',NULL,220.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(437,'4000','81670253635','2022-12-05 18:22:43',NULL,880.00,'','8','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(438,'1110','81670254029','2022-12-05 18:28:43',NULL,590.00,'','8','1','Inventory sold','3','','sales','22','','No',NULL,NULL,''),(439,'5500','81670254029','2022-12-05 18:27:09',590.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(440,'1000','81670254029','2022-12-05 18:28:43',800.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(441,'4000','81670254029','2022-12-05 18:28:43',NULL,800.00,'','8','1','Good sold','3','','sales','22','','No',NULL,NULL,''),(442,'1110','81670255468','2022-12-05 18:57:45',NULL,158.25,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(443,'1110','81670255468','2022-12-05 18:51:08',NULL,346.00,'','8','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(444,'1110','81670255468','2022-12-05 18:51:33',NULL,168.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(445,'1110','81670255468','2022-12-05 18:51:51',NULL,373.36,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(446,'1110','81670255468','2022-12-05 18:52:16',NULL,168.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(447,'1110','81670255468','2022-12-05 18:52:35',NULL,590.00,'','8','1','Inventory sold','3','','sales','22','','No',NULL,NULL,''),(448,'5500','81670255468','2022-12-05 18:54:36',1803.61,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(449,'1000','81670255468','2022-12-05 18:57:45',2340.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(450,'4000','81670255468','2022-12-05 18:57:45',NULL,220.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(451,'4000','81670255468','2022-12-05 18:51:08',NULL,440.00,'','8','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(452,'4000','81670255468','2022-12-05 18:51:33',NULL,220.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(453,'4000','81670255468','2022-12-05 18:51:51',NULL,440.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(454,'4000','81670255468','2022-12-05 18:52:16',NULL,220.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(455,'4000','81670255468','2022-12-05 18:52:35',NULL,800.00,'','8','1','Good sold','3','','sales','22','','No',NULL,NULL,''),(456,'1110','91670256187','2022-12-05 19:03:42',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(457,'1110','91670256187','2022-12-05 19:03:08',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(458,'1110','91670256187','2022-12-05 19:03:15',NULL,186.68,'','9','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(459,'5500','91670256187','2022-12-05 19:03:41',402.68,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(460,'1000','91670256187','2022-12-05 19:03:42',580.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(461,'4000','91670256187','2022-12-05 19:03:42',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(462,'4000','91670256187','2022-12-05 19:03:08',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(463,'4000','91670256187','2022-12-05 19:03:15',NULL,220.00,'','9','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(464,'1110','81670256563','2022-12-05 19:09:56',NULL,336.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(465,'5500','81670256563','2022-12-05 19:09:23',336.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(466,'1000','81670256563','2022-12-05 19:09:56',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(467,'4000','81670256563','2022-12-05 19:09:56',NULL,440.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(468,'1110','91670257858','2022-12-05 19:31:20',NULL,197.00,'','9','1','Inventory sold','3','','sales','76','','No',NULL,NULL,''),(469,'5500','91670257858','2022-12-05 19:30:58',197.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(470,'1000','91670257858','2022-12-05 19:31:20',300.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(471,'4000','91670257858','2022-12-05 19:31:20',NULL,300.00,'','9','1','Good sold','3','','sales','76','','No',NULL,NULL,''),(472,'1110','81670257941','2022-12-05 19:34:29',NULL,336.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(473,'5500','81670257941','2022-12-05 19:34:09',336.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(474,'1000','81670257941','2022-12-05 19:34:29',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(475,'4000','81670257941','2022-12-05 19:34:29',NULL,440.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(476,'1110','81670258085','2022-12-05 19:36:41',NULL,542.00,'','8','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(477,'5500','81670258085','2022-12-05 19:36:01',542.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(478,'1000','81670258085','2022-12-05 19:36:41',750.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(479,'4000','81670258085','2022-12-05 19:36:41',NULL,750.00,'','8','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(480,'5500','81670258270','2022-12-05 19:37:58',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(481,'1110','81670258270','2022-12-05 19:37:50',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(482,'5500','81670258270','2022-12-05 19:37:57',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(483,'1000','81670258270','2022-12-05 19:37:58',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(484,'5500','81670258270','2022-12-05 19:37:58',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(485,'4000','81670258270','2022-12-05 19:37:50',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(486,'1110','81670258655','2022-12-05 19:44:32',NULL,504.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(487,'5500','81670258655','2022-12-05 19:44:15',504.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(488,'1000','81670258655','2022-12-05 19:44:32',660.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(489,'4000','81670258655','2022-12-05 19:44:32',NULL,660.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(490,'1110','81670258886','2022-12-05 19:48:23',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(491,'5500','81670258886','2022-12-05 19:48:06',186.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(492,'1000','81670258886','2022-12-05 19:48:23',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(493,'4000','81670258886','2022-12-05 19:48:23',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(494,'1110','91670259099','2022-12-05 19:51:55',NULL,186.68,'','9','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(495,'1110','91670259099','2022-12-05 19:51:39',NULL,172.00,'','9','1','Inventory sold','3','','sales','62','','No',NULL,NULL,''),(496,'5500','91670259099','2022-12-05 19:51:54',358.68,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(497,'1000','91670259099','2022-12-05 19:51:55',440.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(498,'4000','91670259099','2022-12-05 19:51:55',NULL,220.00,'','9','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(499,'4000','91670259099','2022-12-05 19:51:39',NULL,220.00,'','9','1','Good sold','3','','sales','62','','No',NULL,NULL,''),(500,'1110','81670259143','2022-12-05 19:52:24',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(501,'5500','81670259143','2022-12-05 19:52:23',48.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(502,'1000','81670259143','2022-12-05 19:52:24',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(503,'4000','81670259143','2022-12-05 19:52:24',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(504,'1110','91670259971','2022-12-05 20:07:07',NULL,305.00,'','9','1','Inventory sold','3','','sales','48','','No',NULL,NULL,''),(505,'1110','91670259971','2022-12-05 20:06:11',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(506,'5500','91670259971','2022-12-05 20:07:05',329.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(507,'1000','91670259971','2022-12-05 20:07:07',450.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(508,'4000','91670259971','2022-12-05 20:07:07',NULL,400.00,'','9','1','Good sold','3','','sales','48','','No',NULL,NULL,''),(509,'4000','91670259971','2022-12-05 20:06:11',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(510,'1110','91670260405','2022-12-05 20:13:53',NULL,336.00,'','9','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(511,'5500','91670260405','2022-12-05 20:13:25',336.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(512,'1000','91670260405','2022-12-05 20:13:53',440.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(513,'4000','91670260405','2022-12-05 20:13:53',NULL,440.00,'','9','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(514,'1110','91670260459','2022-12-05 20:24:23',NULL,305.00,'','9','1','Inventory sold','3','','sales','48','','No',NULL,NULL,''),(515,'1110','91670260459','2022-12-05 20:14:33',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(516,'1110','91670260459','2022-12-05 20:24:19',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(517,'5500','91670260459','2022-12-05 20:24:22',370.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(518,'1000','91670260459','2022-12-05 20:24:23',530.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(519,'4000','91670260459','2022-12-05 20:24:23',NULL,400.00,'','9','1','Good sold','3','','sales','48','','No',NULL,NULL,''),(520,'4000','91670260459','2022-12-05 20:14:33',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(521,'4000','91670260459','2022-12-05 20:24:19',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(522,'1110','91670261099','2022-12-05 20:25:00',NULL,110.00,'','9','1','Inventory sold','3','','sales','73','','No',NULL,NULL,''),(523,'5500','91670261099','2022-12-05 20:24:59',110.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(524,'1000','91670261099','2022-12-05 20:25:00',150.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(525,'4000','91670261099','2022-12-05 20:25:00',NULL,150.00,'','9','1','Good sold','3','','sales','73','','No',NULL,NULL,''),(526,'1110','91670261120','2022-12-05 20:25:43',NULL,455.00,'','9','1','Inventory sold','3','','sales','90','','No',NULL,NULL,''),(527,'5500','91670261120','2022-12-05 20:25:20',455.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(528,'1000','91670261120','2022-12-05 20:25:43',650.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(529,'4000','91670261120','2022-12-05 20:25:43',NULL,650.00,'','9','1','Good sold','3','','sales','90','','No',NULL,NULL,''),(530,'1110','91670261166','2022-12-05 20:26:17',NULL,170.00,'','9','1','Inventory sold','3','','sales','67','','No',NULL,NULL,''),(531,'5500','91670261166','2022-12-05 20:26:06',170.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(532,'1000','91670261166','2022-12-05 20:26:17',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(533,'4000','91670261166','2022-12-05 20:26:17',NULL,250.00,'','9','1','Good sold','3','','sales','67','','No',NULL,NULL,''),(534,'1110','81670263261','2022-12-05 21:01:11',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(535,'1110','81670263261','2022-12-05 21:01:01',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(536,'5500','81670263261','2022-12-05 21:01:10',300.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(537,'1000','81670263261','2022-12-05 21:01:11',500.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(538,'4000','81670263261','2022-12-05 21:01:11',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(539,'4000','81670263261','2022-12-05 21:01:01',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(540,'1110','81670306438','2022-12-06 09:01:38',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(541,'1110','81670306438','2022-12-06 09:00:38',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(542,'5500','81670306438','2022-12-06 09:01:08',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(543,'1000','81670306438','2022-12-06 09:01:38',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(544,'4000','81670306438','2022-12-06 09:01:38',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(545,'4000','81670306438','2022-12-06 09:00:38',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(546,'1110','81670306529','2022-12-06 09:02:34',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(547,'5500','81670306529','2022-12-06 09:02:09',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(548,'1000','81670306529','2022-12-06 09:02:34',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(549,'4000','81670306529','2022-12-06 09:02:34',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(550,'1110','81670307104','2022-12-06 09:12:04',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(551,'5500','81670307104','2022-12-06 09:11:44',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(552,'1000','81670307104','2022-12-06 09:12:04',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(553,'4000','81670307104','2022-12-06 09:12:04',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(554,'1110','81670307485','2022-12-06 09:18:27',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(555,'5500','81670307485','2022-12-06 09:18:05',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(556,'1000','81670307485','2022-12-06 09:18:27',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(557,'4000','81670307485','2022-12-06 09:18:27',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(558,'1110','81670308389','2022-12-06 09:33:24',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(559,'5500','81670308389','2022-12-06 09:33:09',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(560,'1000','81670308389','2022-12-06 09:33:24',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(561,'4000','81670308389','2022-12-06 09:33:24',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(562,'1110','81670308631','2022-12-06 09:38:24',NULL,50.00,'','8','1','Inventory sold','3','','sales','125','','No',NULL,NULL,''),(563,'5500','81670308631','2022-12-06 09:37:11',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(564,'1000','81670308631','2022-12-06 09:38:24',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(565,'4000','81670308631','2022-12-06 09:38:24',NULL,100.00,'','8','1','Good sold','3','','sales','125','','No',NULL,NULL,''),(566,'1110','81670309680','2022-12-06 09:55:22',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(567,'1110','81670309680','2022-12-06 09:54:40',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(568,'5500','81670309680','2022-12-06 09:55:09',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(569,'1000','81670309680','2022-12-06 09:55:22',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(570,'4000','81670309680','2022-12-06 09:55:22',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(571,'4000','81670309680','2022-12-06 09:54:40',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(572,'1110','81670310052','2022-12-06 10:01:21',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(573,'1110','81670310052','2022-12-06 10:00:52',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(574,'5500','81670310052','2022-12-06 10:01:04',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(575,'1000','81670310052','2022-12-06 10:01:21',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(576,'4000','81670310052','2022-12-06 10:01:21',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(577,'4000','81670310052','2022-12-06 10:00:52',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(578,'1110','81670310595','2022-12-06 10:10:49',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(579,'1110','81670310595','2022-12-06 10:09:56',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(580,'5500','81670310595','2022-12-06 10:10:24',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(581,'1000','81670310595','2022-12-06 10:10:49',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(582,'4000','81670310595','2022-12-06 10:10:49',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(583,'4000','81670310595','2022-12-06 10:09:56',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(584,'1110','81670311489','2022-12-06 10:25:05',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(585,'5500','81670311489','2022-12-06 10:24:49',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(586,'1000','81670311489','2022-12-06 10:25:05',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(587,'4000','81670311489','2022-12-06 10:25:05',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(588,'1110','81670311903','2022-12-06 10:32:14',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(589,'5500','81670311903','2022-12-06 10:31:43',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(590,'1000','81670311903','2022-12-06 10:32:14',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(591,'4000','81670311903','2022-12-06 10:32:14',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(592,'4000','81670239529','2022-12-06 10:32:32',1760.00,NULL,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(593,'1000','81670239529','2022-12-06 10:32:32',NULL,1760.00,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(594,'5500','81670239529','2022-12-06 10:32:32',NULL,1384.00,'','1','1','Cost of goods returned','3','','sales','72','','No',NULL,NULL,''),(595,'1110','81670239529','2022-12-06 10:32:32',1384.00,NULL,'','1','1','Inventory retuned ','3','','sales','','','No',NULL,NULL,''),(596,'4000','81670253635','2022-12-06 10:33:49',880.00,NULL,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(597,'1000','81670253635','2022-12-06 10:33:49',NULL,880.00,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(598,'5500','81670253635','2022-12-06 10:33:49',NULL,692.00,'','1','1','Cost of goods returned','3','','sales','72','','No',NULL,NULL,''),(599,'1110','81670253635','2022-12-06 10:33:49',692.00,NULL,'','1','1','Inventory retuned ','3','','sales','','','No',NULL,NULL,''),(600,'1110','81670315195','2022-12-06 11:28:49',NULL,300.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(601,'1110','81670315195','2022-12-06 11:26:35',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(602,'5500','81670315195','2022-12-06 11:26:51',315.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(603,'1000','81670315195','2022-12-06 11:28:49',523.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(604,'4000','81670315195','2022-12-06 11:28:49',NULL,500.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(605,'4000','81670315195','2022-12-06 11:26:35',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(606,'5500','81670315380','2022-12-06 11:29:47',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(607,'1110','81670315380','2022-12-06 11:29:40',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(608,'5500','81670315380','2022-12-06 11:29:46',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(609,'1000','81670315380','2022-12-06 11:29:47',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(610,'5500','81670315380','2022-12-06 11:29:47',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(611,'4000','81670315380','2022-12-06 11:29:40',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(612,'1110','81670315885','2022-12-06 11:38:06',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(613,'5500','81670315885','2022-12-06 11:38:05',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(614,'1000','81670315885','2022-12-06 11:38:06',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(615,'4000','81670315885','2022-12-06 11:38:06',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(616,'1110','81670317142','2022-12-06 12:17:14',NULL,60.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(617,'1110','81670317142','2022-12-06 11:59:14',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(618,'5500','81670317142','2022-12-06 12:16:19',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(619,'1110','81670317142','2022-12-06 12:16:56',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(620,'5500','81670317142','2022-12-06 12:17:13',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(621,'1000','81670317142','2022-12-06 12:17:14',363.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(622,'4000','81670317142','2022-12-06 12:17:14',NULL,90.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(623,'4000','81670317142','2022-12-06 11:59:14',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(624,'5500','81670317142','2022-12-06 12:16:19',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(625,'4000','81670317142','2022-12-06 12:16:56',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(626,'5500','81670319738','2022-12-06 12:42:28',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(627,'1110','81670319738','2022-12-06 12:42:18',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(628,'5500','81670319738','2022-12-06 12:42:27',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(629,'1000','81670319738','2022-12-06 12:42:28',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(630,'5500','81670319738','2022-12-06 12:42:28',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(631,'4000','81670319738','2022-12-06 12:42:18',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(632,'1000','81670320371','2022-12-06 12:52:53',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(633,'5500','81670320371','2022-12-06 12:52:53',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(634,'1110','81670321300','2022-12-06 13:08:21',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(635,'5500','81670321300','2022-12-06 13:08:20',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(636,'1000','81670321300','2022-12-06 13:08:21',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(637,'4000','81670321300','2022-12-06 13:08:21',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(638,'1110','81670321620','2022-12-06 13:13:51',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(639,'5500','81670321620','2022-12-06 13:13:40',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(640,'1000','81670321620','2022-12-06 13:13:51',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(641,'4000','81670321620','2022-12-06 13:13:51',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(642,'1110','81670323633','2022-12-06 13:47:25',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(643,'5500','81670323633','2022-12-06 13:47:13',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(644,'1000','81670323633','2022-12-06 13:47:25',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(645,'4000','81670323633','2022-12-06 13:47:25',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(646,'1110','81670324139','2022-12-06 13:55:48',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(647,'5500','81670324139','2022-12-06 13:55:39',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(648,'1000','81670324139','2022-12-06 13:55:48',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(649,'4000','81670324139','2022-12-06 13:55:48',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(650,'1110','81670327768','2022-12-06 14:56:50',NULL,0.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(651,'1110','81670327768','2022-12-06 14:56:08',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(652,'5500','81670327768','2022-12-06 14:56:32',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(653,'1000','81670327768','2022-12-06 14:56:50',445.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(654,'4000','81670327768','2022-12-06 14:56:50',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(655,'4000','81670327768','2022-12-06 14:56:08',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(656,'5500','81670331609','2022-12-06 16:00:16',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(657,'1110','81670331609','2022-12-06 16:00:09',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(658,'5500','81670331609','2022-12-06 16:00:15',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(659,'1000','81670331609','2022-12-06 16:00:16',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(660,'5500','81670331609','2022-12-06 16:00:16',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(661,'4000','81670331609','2022-12-06 16:00:09',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(662,'1110','81670335342','2022-12-06 17:02:42',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(663,'5500','81670335342','2022-12-06 17:02:22',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(664,'1000','81670335342','2022-12-06 17:02:42',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(665,'4000','81670335342','2022-12-06 17:02:42',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(666,'1110','81670335508','2022-12-06 17:05:28',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(667,'5500','81670335508','2022-12-06 17:05:08',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(668,'1000','81670335508','2022-12-06 17:05:28',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(669,'4000','81670335508','2022-12-06 17:05:28',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(670,'1110','81670335658','2022-12-06 17:07:39',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(671,'5500','81670335658','2022-12-06 17:07:38',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(672,'1000','81670335658','2022-12-06 17:07:39',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(673,'4000','81670335658','2022-12-06 17:07:39',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(674,'1110','81670335847','2022-12-06 17:10:57',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(675,'5500','81670335847','2022-12-06 17:10:47',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(676,'1000','81670335847','2022-12-06 17:10:57',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(677,'4000','81670335847','2022-12-06 17:10:57',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(678,'1000','81670336052','2022-12-06 17:14:13',800.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(679,'5500','81670336052','2022-12-06 17:14:13',NULL,800.00,'','8','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(680,'5500','81670336194','2022-12-06 17:16:38',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(681,'1110','81670336194','2022-12-06 17:16:34',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(682,'5500','81670336194','2022-12-06 17:16:37',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(683,'1000','81670336194','2022-12-06 17:16:38',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(684,'5500','81670336194','2022-12-06 17:16:38',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(685,'4000','81670336194','2022-12-06 17:16:34',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(686,'5500','81670336777','2022-12-06 17:26:22',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(687,'1110','81670336777','2022-12-06 17:26:17',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(688,'5500','81670336777','2022-12-06 17:26:21',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(689,'1000','81670336777','2022-12-06 17:26:22',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(690,'5500','81670336777','2022-12-06 17:26:22',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(691,'4000','81670336777','2022-12-06 17:26:17',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(692,'1110','81670337246','2022-12-06 17:34:47',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(693,'1110','81670337246','2022-12-06 17:34:06',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(694,'5500','81670337246','2022-12-06 17:34:17',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(695,'1000','81670337246','2022-12-06 17:34:47',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(696,'4000','81670337246','2022-12-06 17:34:47',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(697,'4000','81670337246','2022-12-06 17:34:06',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(698,'5500','81670337804','2022-12-06 17:43:29',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(699,'1110','81670337804','2022-12-06 17:43:24',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(700,'5500','81670337804','2022-12-06 17:43:28',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(701,'1000','81670337804','2022-12-06 17:43:29',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(702,'5500','81670337804','2022-12-06 17:43:29',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(703,'4000','81670337804','2022-12-06 17:43:24',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(704,'1110','81670338194','2022-12-06 17:50:09',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(705,'5500','81670338194','2022-12-06 17:49:54',186.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(706,'1000','81670338194','2022-12-06 17:50:09',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(707,'4000','81670338194','2022-12-06 17:50:09',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(708,'1110','81670339567','2022-12-06 18:12:48',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(709,'5500','81670339567','2022-12-06 18:12:47',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(710,'1000','81670339567','2022-12-06 18:12:48',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(711,'4000','81670339567','2022-12-06 18:12:48',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(712,'1110','81670340504','2022-12-06 18:28:36',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(713,'5500','81670340504','2022-12-06 18:28:24',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(714,'1000','81670340504','2022-12-06 18:28:36',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(715,'4000','81670340504','2022-12-06 18:28:36',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(716,'1110','81670340751','2022-12-06 18:32:48',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(717,'5500','81670340751','2022-12-06 18:32:31',186.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(718,'1000','81670340751','2022-12-06 18:32:48',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(719,'4000','81670340751','2022-12-06 18:32:48',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(720,'1110','81670340779','2022-12-06 18:33:29',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(721,'5500','81670340779','2022-12-06 18:32:59',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(722,'1000','81670340779','2022-12-06 18:33:29',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(723,'4000','81670340779','2022-12-06 18:33:29',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(724,'1110','81670340828','2022-12-06 18:34:50',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(725,'5500','81670340828','2022-12-06 18:34:08',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(726,'1000','81670340828','2022-12-06 18:34:50',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(727,'4000','81670340828','2022-12-06 18:34:50',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(728,'1110','81670340988','2022-12-06 18:36:40',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(729,'5500','81670340988','2022-12-06 18:36:28',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(730,'1000','81670340988','2022-12-06 18:36:40',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(731,'4000','81670340988','2022-12-06 18:36:40',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(732,'1110','81670342271','2022-12-06 18:58:03',NULL,173.00,'','8','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(733,'5500','81670342271','2022-12-06 18:57:51',173.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(734,'1000','81670342271','2022-12-06 18:58:03',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(735,'4000','81670342271','2022-12-06 18:58:03',NULL,220.00,'','8','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(736,'1110','81670342385','2022-12-06 19:00:11',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(737,'1110','81670342385','2022-12-06 18:59:45',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(738,'5500','81670342385','2022-12-06 18:59:59',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(739,'1000','81670342385','2022-12-06 19:00:11',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(740,'4000','81670342385','2022-12-06 19:00:11',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(741,'4000','81670342385','2022-12-06 18:59:45',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(742,'1110','81670344003','2022-12-06 19:27:00',NULL,168.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(743,'5500','81670344003','2022-12-06 19:26:43',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(744,'1000','81670344003','2022-12-06 19:27:00',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(745,'4000','81670344003','2022-12-06 19:27:00',NULL,220.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(746,'1110','81670344146','2022-12-06 19:29:15',NULL,168.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(747,'5500','81670344146','2022-12-06 19:29:06',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(748,'1000','81670344146','2022-12-06 19:29:15',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(749,'4000','81670344146','2022-12-06 19:29:15',NULL,220.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(750,'1110','81670350913','2022-12-06 21:22:32',NULL,35.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(751,'5500','81670350913','2022-12-06 21:21:53',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(752,'1000','81670350913','2022-12-06 21:22:32',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(753,'4000','81670350913','2022-12-06 21:22:32',NULL,70.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(754,'1110','81670350968','2022-12-06 21:22:59',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(755,'5500','81670350968','2022-12-06 21:22:48',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(756,'1000','81670350968','2022-12-06 21:22:59',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(757,'4000','81670350968','2022-12-06 21:22:59',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(758,'1110','81670353612','2022-12-06 22:07:16',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(759,'5500','81670353612','2022-12-06 22:06:52',175.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(760,'1000','81670353612','2022-12-06 22:07:16',280.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(761,'4000','81670353612','2022-12-06 22:07:16',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(762,'5500','81670353796','2022-12-06 22:10:06',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(763,'1110','81670353796','2022-12-06 22:09:56',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(764,'5500','81670353796','2022-12-06 22:10:05',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(765,'1000','81670353796','2022-12-06 22:10:06',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(766,'5500','81670353796','2022-12-06 22:10:06',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(767,'4000','81670353796','2022-12-06 22:09:56',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(768,'1110','81670354788','2022-12-06 22:27:22',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(769,'5500','81670354788','2022-12-06 22:26:28',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(770,'1000','81670354788','2022-12-06 22:27:22',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(771,'4000','81670354788','2022-12-06 22:27:22',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(772,'1110','81670388382','2022-12-07 07:46:37',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(773,'5500','81670388382','2022-12-07 07:46:22',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(774,'1000','81670388382','2022-12-07 07:46:37',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(775,'4000','81670388382','2022-12-07 07:46:37',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(776,'1110','81670390012','2022-12-07 08:13:53',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(777,'5500','81670390012','2022-12-07 08:13:32',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(778,'1000','81670390012','2022-12-07 08:13:53',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(779,'4000','81670390012','2022-12-07 08:13:53',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(780,'1110','81670392513','2022-12-07 08:55:38',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(781,'5500','81670392513','2022-12-07 08:55:13',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(782,'1000','81670392513','2022-12-07 08:55:38',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(783,'4000','81670392513','2022-12-07 08:55:38',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(784,'1110','81670392556','2022-12-07 08:56:05',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(785,'5500','81670392556','2022-12-07 08:55:56',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(786,'1000','81670392556','2022-12-07 08:56:05',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(787,'4000','81670392556','2022-12-07 08:56:05',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(788,'1110','81670394288','2022-12-07 09:25:16',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(789,'5500','81670394288','2022-12-07 09:24:48',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(790,'1000','81670394288','2022-12-07 09:25:16',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(791,'4000','81670394288','2022-12-07 09:25:16',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(792,'1110','81670394936','2022-12-07 09:35:55',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(793,'5500','81670394936','2022-12-07 09:35:36',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(794,'1000','81670394936','2022-12-07 09:35:55',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(795,'4000','81670394936','2022-12-07 09:35:55',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(796,'1110','81670394984','2022-12-07 09:36:43',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(797,'5500','81670394984','2022-12-07 09:36:24',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(798,'1000','81670394984','2022-12-07 09:36:43',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(799,'4000','81670394984','2022-12-07 09:36:43',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(800,'1110','81670395243','2022-12-07 09:42:43',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(801,'1110','81670395243','2022-12-07 09:40:43',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(802,'1110','81670395243','2022-12-07 09:42:13',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(803,'5500','81670395243','2022-12-07 09:42:28',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(804,'1000','81670395243','2022-12-07 09:42:43',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(805,'4000','81670395243','2022-12-07 09:42:43',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(806,'4000','81670395243','2022-12-07 09:40:43',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(807,'4000','81670395243','2022-12-07 09:42:13',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(808,'1110','81670395694','2022-12-07 09:48:36',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(809,'5500','81670395694','2022-12-07 09:48:14',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(810,'1000','81670395694','2022-12-07 09:48:36',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(811,'4000','81670395694','2022-12-07 09:48:36',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(812,'1110','81670396342','2022-12-07 09:59:28',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(813,'5500','81670396342','2022-12-07 09:59:02',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(814,'1000','81670396342','2022-12-07 09:59:28',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(815,'4000','81670396342','2022-12-07 09:59:28',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(816,'1110','81670397348','2022-12-07 10:15:58',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(817,'5500','81670397348','2022-12-07 10:15:48',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(818,'1000','81670397348','2022-12-07 10:15:58',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(819,'4000','81670397348','2022-12-07 10:15:58',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(820,'1110','81670400116','2022-12-07 11:02:23',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(821,'1110','81670400116','2022-12-07 11:01:56',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(822,'5500','81670400116','2022-12-07 11:02:10',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(823,'1000','81670400116','2022-12-07 11:02:23',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(824,'4000','81670400116','2022-12-07 11:02:23',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(825,'4000','81670400116','2022-12-07 11:01:56',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(826,'1110','81670400296','2022-12-07 11:05:49',NULL,0.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(827,'1110','81670400296','2022-12-07 11:04:56',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(828,'5500','81670400296','2022-12-07 11:05:28',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(829,'1000','81670400296','2022-12-07 11:05:49',445.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(830,'4000','81670400296','2022-12-07 11:05:49',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(831,'4000','81670400296','2022-12-07 11:04:56',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(832,'1110','81670400471','2022-12-07 11:07:52',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(833,'5500','81670400471','2022-12-07 11:07:51',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(834,'1000','81670400471','2022-12-07 11:07:52',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(835,'4000','81670400471','2022-12-07 11:07:52',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(836,'1110','81670402009','2022-12-07 11:33:30',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(837,'5500','81670402009','2022-12-07 11:33:29',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(838,'1000','81670402009','2022-12-07 11:33:30',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(839,'4000','81670402009','2022-12-07 11:33:30',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(840,'1110','81670402775','2022-12-07 11:46:26',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(841,'5500','81670402775','2022-12-07 11:46:15',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(842,'1000','81670402775','2022-12-07 11:46:26',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(843,'4000','81670402775','2022-12-07 11:46:26',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(844,'1110','81670404229','2022-12-07 12:10:46',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(845,'5500','81670404229','2022-12-07 12:10:29',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(846,'1000','81670404229','2022-12-07 12:10:46',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(847,'4000','81670404229','2022-12-07 12:10:46',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(848,'1110','81670404270','2022-12-07 12:11:22',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(849,'5500','81670404270','2022-12-07 12:11:10',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(850,'1000','81670404270','2022-12-07 12:11:22',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(851,'4000','81670404270','2022-12-07 12:11:22',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(852,'1110','81670404323','2022-12-07 12:12:04',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(853,'5500','81670404323','2022-12-07 12:12:03',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(854,'1000','81670404323','2022-12-07 12:12:04',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(855,'4000','81670404323','2022-12-07 12:12:04',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(856,'5500','81670405109','2022-12-07 12:25:14',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(857,'1110','81670405109','2022-12-07 12:25:09',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(858,'5500','81670405109','2022-12-07 12:25:12',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(859,'1000','81670405109','2022-12-07 12:25:14',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(860,'5500','81670405109','2022-12-07 12:25:14',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(861,'4000','81670405109','2022-12-07 12:25:09',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(862,'1110','81670405731','2022-12-07 12:36:03',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(863,'1110','81670405731','2022-12-07 12:35:40',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(864,'5500','81670405731','2022-12-07 12:35:52',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(865,'1000','81670405731','2022-12-07 12:36:03',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(866,'4000','81670405731','2022-12-07 12:36:03',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(867,'4000','81670405731','2022-12-07 12:35:40',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(868,'5500','81670406282','2022-12-07 12:44:48',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(869,'1110','81670406282','2022-12-07 12:44:42',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(870,'5500','81670406282','2022-12-07 12:44:47',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(871,'1000','81670406282','2022-12-07 12:44:48',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(872,'5500','81670406282','2022-12-07 12:44:48',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(873,'4000','81670406282','2022-12-07 12:44:42',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(874,'1110','81670408410','2022-12-07 13:20:12',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(875,'5500','81670408410','2022-12-07 13:20:10',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(876,'1000','81670408410','2022-12-07 13:20:12',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(877,'4000','81670408410','2022-12-07 13:20:12',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(878,'5500','81670408784','2022-12-07 13:26:34',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(879,'1110','81670408784','2022-12-07 13:26:24',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(880,'5500','81670408784','2022-12-07 13:26:33',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(881,'1000','81670408784','2022-12-07 13:26:34',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(882,'5500','81670408784','2022-12-07 13:26:34',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(883,'4000','81670408784','2022-12-07 13:26:24',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(884,'5500','81670409470','2022-12-07 13:40:14',NULL,0.00,'','8','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(885,'1110','81670409470','2022-12-07 13:37:50',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(886,'1110','81670409470','2022-12-07 13:39:18',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(887,'5500','81670409470','2022-12-07 13:39:19',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(888,'1000','81670409470','2022-12-07 13:40:14',846.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(889,'5500','81670409470','2022-12-07 13:40:14',NULL,800.00,'','8','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(890,'4000','81670409470','2022-12-07 13:37:50',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(891,'4000','81670409470','2022-12-07 13:39:18',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(892,'1110','81670411308','2022-12-07 14:08:57',NULL,35.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(893,'5500','81670411308','2022-12-07 14:08:28',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(894,'1000','81670411308','2022-12-07 14:08:57',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(895,'4000','81670411308','2022-12-07 14:08:57',NULL,70.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(896,'5500','81670411833','2022-12-07 14:17:24',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(897,'1110','81670411833','2022-12-07 14:17:13',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(898,'5500','81670411833','2022-12-07 14:17:23',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(899,'1000','81670411833','2022-12-07 14:17:24',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(900,'5500','81670411833','2022-12-07 14:17:24',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(901,'4000','81670411833','2022-12-07 14:17:13',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(902,'1110','81670411886','2022-12-07 14:18:20',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(903,'5500','81670411886','2022-12-07 14:18:06',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(904,'1000','81670411886','2022-12-07 14:18:20',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(905,'4000','81670411886','2022-12-07 14:18:20',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(906,'1110','81670412459','2022-12-07 14:27:54',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(907,'5500','81670412459','2022-12-07 14:27:39',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(908,'1000','81670412459','2022-12-07 14:27:54',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(909,'4000','81670412459','2022-12-07 14:27:54',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(910,'5500','81670412663','2022-12-07 14:31:10',NULL,0.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(911,'1110','81670412663','2022-12-07 14:31:03',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(912,'5500','81670412663','2022-12-07 14:31:08',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(913,'1000','81670412663','2022-12-07 14:31:10',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(914,'5500','81670412663','2022-12-07 14:31:10',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(915,'4000','81670412663','2022-12-07 14:31:03',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(916,'1110','81670412715','2022-12-07 14:32:15',NULL,75.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(917,'5500','81670412715','2022-12-07 14:31:55',75.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(918,'1000','81670412715','2022-12-07 14:32:15',113.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(919,'4000','81670412715','2022-12-07 14:32:15',NULL,112.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(920,'1110','81670412768','2022-12-07 14:32:59',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(921,'5500','81670412768','2022-12-07 14:32:48',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(922,'1000','81670412768','2022-12-07 14:32:59',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(923,'4000','81670412768','2022-12-07 14:32:59',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(924,'1110','81670413467','2022-12-07 14:45:32',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(925,'1110','81670413467','2022-12-07 14:44:27',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(926,'5500','81670413467','2022-12-07 14:44:50',23.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(927,'1000','81670413467','2022-12-07 14:45:32',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(928,'4000','81670413467','2022-12-07 14:45:32',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(929,'4000','81670413467','2022-12-07 14:44:27',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(930,'1110','81670415480','2022-12-07 15:18:36',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(931,'1110','81670415480','2022-12-07 15:18:00',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(932,'5500','81670415480','2022-12-07 15:18:16',28.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(933,'1000','81670415480','2022-12-07 15:18:36',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(934,'4000','81670415480','2022-12-07 15:18:36',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(935,'4000','81670415480','2022-12-07 15:18:00',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(936,'5500','81670418495','2022-12-07 16:08:20',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(937,'1110','81670418495','2022-12-07 16:08:15',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(938,'5500','81670418495','2022-12-07 16:08:19',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(939,'1000','81670418495','2022-12-07 16:08:20',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(940,'5500','81670418495','2022-12-07 16:08:20',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(941,'4000','81670418495','2022-12-07 16:08:15',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(942,'1110','81670418644','2022-12-07 16:11:01',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(943,'5500','81670418644','2022-12-07 16:10:44',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(944,'1000','81670418644','2022-12-07 16:11:01',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(945,'4000','81670418644','2022-12-07 16:11:01',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(946,'1110','81670418896','2022-12-07 16:15:26',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(947,'1110','81670418896','2022-12-07 16:14:56',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(948,'5500','81670418896','2022-12-07 16:15:09',23.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(949,'1000','81670418896','2022-12-07 16:15:26',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(950,'4000','81670418896','2022-12-07 16:15:26',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(951,'4000','81670418896','2022-12-07 16:14:56',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(952,'1110','81670418941','2022-12-07 16:16:08',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(953,'1110','81670418941','2022-12-07 16:15:41',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(954,'5500','81670418941','2022-12-07 16:15:54',28.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(955,'1000','81670418941','2022-12-07 16:16:08',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(956,'4000','81670418941','2022-12-07 16:16:08',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(957,'4000','81670418941','2022-12-07 16:15:41',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(958,'1110','81670421554','2022-12-07 16:59:35',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(959,'5500','81670421554','2022-12-07 16:59:14',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(960,'1000','81670421554','2022-12-07 16:59:35',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(961,'4000','81670421554','2022-12-07 16:59:35',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(962,'1110','81670422172','2022-12-07 17:09:45',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(963,'5500','81670422172','2022-12-07 17:09:32',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(964,'1000','81670422172','2022-12-07 17:09:45',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(965,'4000','81670422172','2022-12-07 17:09:45',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(966,'1110','81670422222','2022-12-07 17:10:36',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(967,'5500','81670422222','2022-12-07 17:10:22',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(968,'1000','81670422222','2022-12-07 17:10:36',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(969,'4000','81670422222','2022-12-07 17:10:36',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(970,'1110','81670422872','2022-12-07 17:21:38',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(971,'5500','81670422872','2022-12-07 17:21:12',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(972,'1000','81670422872','2022-12-07 17:21:38',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(973,'4000','81670422872','2022-12-07 17:21:38',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(974,'5500','81670424792','2022-12-07 17:53:17',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(975,'1110','81670424792','2022-12-07 17:53:12',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(976,'5500','81670424792','2022-12-07 17:53:16',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(977,'1000','81670424792','2022-12-07 17:53:17',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(978,'5500','81670424792','2022-12-07 17:53:17',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(979,'4000','81670424792','2022-12-07 17:53:12',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(980,'1110','81670425004','2022-12-07 17:56:45',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(981,'5500','81670425004','2022-12-07 17:56:44',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(982,'1000','81670425004','2022-12-07 17:56:45',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(983,'4000','81670425004','2022-12-07 17:56:45',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(984,'1110','81670425831','2022-12-07 18:10:48',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(985,'5500','81670425831','2022-12-07 18:10:31',192.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(986,'1000','81670425831','2022-12-07 18:10:48',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(987,'4000','81670425831','2022-12-07 18:10:48',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(988,'5500','81670427036','2022-12-07 18:30:43',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(989,'1110','81670427036','2022-12-07 18:30:36',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(990,'5500','81670427036','2022-12-07 18:30:42',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(991,'1000','81670427036','2022-12-07 18:30:43',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(992,'5500','81670427036','2022-12-07 18:30:43',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(993,'4000','81670427036','2022-12-07 18:30:36',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(994,'1110','81670428512','2022-12-07 18:56:44',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(995,'1110','81670428512','2022-12-07 18:55:12',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(996,'5500','81670428512','2022-12-07 18:56:42',198.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(997,'1000','81670428512','2022-12-07 18:56:44',330.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(998,'4000','81670428512','2022-12-07 18:56:44',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(999,'4000','81670428512','2022-12-07 18:55:12',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(1000,'1110','81670431993','2022-12-07 19:53:41',NULL,96.00,'','8','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(1001,'5500','81670431993','2022-12-07 19:53:13',96.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1002,'1000','81670431993','2022-12-07 19:53:41',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1003,'4000','81670431993','2022-12-07 19:53:41',NULL,200.00,'','8','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(1004,'1110','81670437966','2022-12-07 21:32:59',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1005,'5500','81670437966','2022-12-07 21:32:46',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1006,'1000','81670437966','2022-12-07 21:32:59',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1007,'4000','81670437966','2022-12-07 21:32:59',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1008,'1110','81670440949','2022-12-07 22:23:15',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1009,'5500','81670440949','2022-12-07 22:22:29',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1010,'1000','81670440949','2022-12-07 22:23:15',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1011,'4000','81670440949','2022-12-07 22:23:15',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1012,'1110','81670441018','2022-12-07 22:24:04',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1013,'5500','81670441018','2022-12-07 22:23:38',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1014,'1000','81670441018','2022-12-07 22:24:04',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1015,'4000','81670441018','2022-12-07 22:24:04',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1016,'1110','81670441064','2022-12-07 22:24:52',NULL,45.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1017,'5500','81670441064','2022-12-07 22:24:24',45.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1018,'1000','81670441064','2022-12-07 22:24:52',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1019,'4000','81670441064','2022-12-07 22:24:52',NULL,90.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1020,'1110','81670472891','2022-12-08 07:15:21',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1021,'1110','81670472891','2022-12-08 07:14:51',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1022,'5500','81670472891','2022-12-08 07:15:09',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1023,'1000','81670472891','2022-12-08 07:15:21',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1024,'4000','81670472891','2022-12-08 07:15:21',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1025,'4000','81670472891','2022-12-08 07:14:51',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1026,'1110','81670473528','2022-12-08 07:26:16',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1027,'5500','81670473528','2022-12-08 07:25:48',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1028,'1000','81670473528','2022-12-08 07:26:16',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1029,'4000','81670473528','2022-12-08 07:26:16',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1030,'1110','81670473992','2022-12-08 07:33:13',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(1031,'5500','81670473992','2022-12-08 07:33:12',23.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1032,'1000','81670473992','2022-12-08 07:33:13',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1033,'4000','81670473992','2022-12-08 07:33:13',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(1034,'1110','81670475562','2022-12-08 07:59:34',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1035,'5500','81670475562','2022-12-08 07:59:22',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1036,'1000','81670475562','2022-12-08 07:59:34',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1037,'4000','81670475562','2022-12-08 07:59:34',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1038,'1110','81670476357','2022-12-08 08:13:42',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1039,'1110','81670476357','2022-12-08 08:12:37',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1040,'5500','81670476357','2022-12-08 08:13:08',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1041,'1000','81670476357','2022-12-08 08:13:42',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1042,'4000','81670476357','2022-12-08 08:13:42',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1043,'4000','81670476357','2022-12-08 08:12:37',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1044,'1110','81670477191','2022-12-08 08:26:47',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1045,'5500','81670477191','2022-12-08 08:26:31',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1046,'1000','81670477191','2022-12-08 08:26:47',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1047,'4000','81670477191','2022-12-08 08:26:47',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1048,'1110','81670480145','2022-12-08 09:16:24',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1049,'1110','81670480145','2022-12-08 09:15:45',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(1050,'5500','81670480145','2022-12-08 09:15:46',190.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1051,'1000','81670480145','2022-12-08 09:16:24',303.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1052,'4000','81670480145','2022-12-08 09:16:24',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1053,'4000','81670480145','2022-12-08 09:15:45',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(1054,'1110','81670480221','2022-12-08 09:17:45',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1055,'1110','81670480221','2022-12-08 09:17:01',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1056,'1110','81670480221','2022-12-08 09:17:16',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1057,'5500','81670480221','2022-12-08 09:17:28',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1058,'1000','81670480221','2022-12-08 09:17:45',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1059,'4000','81670480221','2022-12-08 09:17:45',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1060,'4000','81670480221','2022-12-08 09:17:01',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1061,'4000','81670480221','2022-12-08 09:17:16',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1062,'1110','81670480749','2022-12-08 09:26:07',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1063,'5500','81670480749','2022-12-08 09:25:49',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1064,'1000','81670480749','2022-12-08 09:26:07',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1065,'4000','81670480749','2022-12-08 09:26:07',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1066,'1110','91670480847','2022-12-08 09:27:46',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1067,'5500','91670480847','2022-12-08 09:27:27',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1068,'1000','91670480847','2022-12-08 09:27:46',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1069,'4000','91670480847','2022-12-08 09:27:46',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1070,'1110','91670480880','2022-12-08 09:28:24',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1071,'5500','91670480880','2022-12-08 09:28:00',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1072,'1000','91670480880','2022-12-08 09:28:24',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1073,'4000','91670480880','2022-12-08 09:28:24',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1074,'1110','91670480928','2022-12-08 09:29:15',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1075,'1110','91670480928','2022-12-08 09:28:48',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1076,'5500','91670480928','2022-12-08 09:28:59',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1077,'1000','91670480928','2022-12-08 09:29:15',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1078,'4000','91670480928','2022-12-08 09:29:15',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1079,'4000','91670480928','2022-12-08 09:28:48',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1080,'1110','91670483293','2022-12-08 10:08:40',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1081,'1110','91670483293','2022-12-08 10:08:13',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1082,'5500','91670483293','2022-12-08 10:08:30',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1083,'1000','91670483293','2022-12-08 10:08:40',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1084,'4000','91670483293','2022-12-08 10:08:40',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1085,'4000','91670483293','2022-12-08 10:08:13',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1086,'1110','81670488156','2022-12-08 11:29:25',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1087,'5500','81670488156','2022-12-08 11:29:16',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1088,'1000','81670488156','2022-12-08 11:29:25',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1089,'4000','81670488156','2022-12-08 11:29:25',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1090,'4000','91670253088','2022-12-08 11:31:27',750.00,NULL,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(1091,'1000','91670253088','2022-12-08 11:31:27',NULL,750.00,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(1092,'5500','91670253088','2022-12-08 11:31:27',NULL,542.00,'','1','1','Cost of goods returned','3','','sales','6','','No',NULL,NULL,''),(1093,'1110','91670253088','2022-12-08 11:31:27',542.00,NULL,'','1','1','Inventory retuned ','3','','sales','','','No',NULL,NULL,''),(1094,'5500','81670491330','2022-12-08 12:22:15',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1095,'1110','81670491330','2022-12-08 12:22:10',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1096,'5500','81670491330','2022-12-08 12:22:14',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1097,'1000','81670491330','2022-12-08 12:22:15',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1098,'5500','81670491330','2022-12-08 12:22:15',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1099,'4000','81670491330','2022-12-08 12:22:10',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1100,'1110','81670491366','2022-12-08 12:22:47',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(1101,'5500','81670491366','2022-12-08 12:22:47',48.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1102,'1000','81670491366','2022-12-08 12:22:47',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1103,'4000','81670491366','2022-12-08 12:22:47',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(1104,'1110','11670492372','2022-12-08 12:39:32',2625.00,NULL,'','1','1','Inventory Purchased','3','13','Purchases','118','','No',NULL,NULL,''),(1105,'2130','11670492372','2022-12-08 12:39:32',NULL,2625.00,'','1','1','Account payable for inventory','3','13','Purchases','','','No',NULL,NULL,''),(1106,'1110','11670492484','2022-12-08 12:41:24',4275.60,NULL,'','1','1','Inventory Purchased','3','11','Purchases','142','','No',NULL,NULL,''),(1107,'2130','11670492484','2022-12-08 12:41:24',NULL,4276.00,'','1','1','Account payable for inventory','3','11','Purchases','','','No',NULL,NULL,''),(1108,'1110','11670492524','2022-12-08 12:42:04',1800.00,NULL,'','1','1','Inventory Purchased','3','12','Purchases','119','','No',NULL,NULL,''),(1109,'2130','11670492524','2022-12-08 12:42:04',NULL,1800.00,'','1','1','Account payable for inventory','3','12','Purchases','','','No',NULL,NULL,''),(1110,'1110','81670492834','2022-12-08 12:47:15',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1111,'5500','81670492834','2022-12-08 12:47:14',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1112,'1000','81670492834','2022-12-08 12:47:15',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1113,'4000','81670492834','2022-12-08 12:47:15',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1114,'1110','81670492899','2022-12-08 12:49:26',NULL,70.00,'','8','1','Inventory sold','3','','sales','144','','No',NULL,NULL,''),(1115,'1110','81670492899','2022-12-08 12:48:43',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1116,'5500','81670492899','2022-12-08 12:49:25',85.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1117,'1000','81670492899','2022-12-08 12:49:26',156.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1118,'4000','81670492899','2022-12-08 12:49:26',NULL,133.00,'','8','1','Good sold','3','','sales','144','','No',NULL,NULL,''),(1119,'4000','81670492899','2022-12-08 12:48:43',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1120,'1110','61670493587','2022-12-08 13:00:04',NULL,25.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1121,'5500','61670493587','2022-12-08 13:00:04',25.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1122,'1000','61670493587','2022-12-08 13:00:04',50.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1123,'4000','61670493587','2022-12-08 13:00:04',NULL,50.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1124,'1110','61670494367','2022-12-08 13:13:11',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1125,'5500','61670494367','2022-12-08 13:13:11',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1126,'1000','61670494367','2022-12-08 13:13:11',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1127,'4000','61670494367','2022-12-08 13:13:11',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1128,'1110','61670494547','2022-12-08 13:21:01',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1129,'5500','61670494547','2022-12-08 13:21:01',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1130,'1000','61670494547','2022-12-08 13:21:01',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1131,'4000','61670494547','2022-12-08 13:21:01',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1132,'1110','91670494883','2022-12-08 13:21:40',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1133,'5500','91670494883','2022-12-08 13:21:23',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1134,'1000','91670494883','2022-12-08 13:21:40',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1135,'4000','91670494883','2022-12-08 13:21:40',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1136,'1110','91670494917','2022-12-08 13:22:06',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1137,'5500','91670494917','2022-12-08 13:21:57',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1138,'1000','91670494917','2022-12-08 13:22:06',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1139,'4000','91670494917','2022-12-08 13:22:06',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1140,'1110','91670495097','2022-12-08 13:25:06',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1141,'5500','91670495097','2022-12-08 13:24:57',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1142,'1000','91670495097','2022-12-08 13:25:06',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1143,'4000','91670495097','2022-12-08 13:25:06',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1144,'1110','61670495592','2022-12-08 13:33:27',NULL,41.00,'','6','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1145,'5500','61670495592','2022-12-08 13:33:27',41.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1146,'1000','61670495592','2022-12-08 13:33:27',80.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1147,'4000','61670495592','2022-12-08 13:33:27',NULL,80.00,'','6','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1148,'1110','61670495678','2022-12-08 13:35:47',NULL,5.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1149,'5500','61670495678','2022-12-08 13:35:47',5.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1150,'1000','61670495678','2022-12-08 13:35:47',10.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1151,'4000','61670495678','2022-12-08 13:35:47',NULL,10.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1152,'1110','81670496082','2022-12-08 13:43:02',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1153,'1110','81670496082','2022-12-08 13:41:22',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1154,'1110','81670496082','2022-12-08 13:41:39',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1155,'5500','81670496082','2022-12-08 13:41:53',58.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1156,'1000','81670496082','2022-12-08 13:43:02',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1157,'4000','81670496082','2022-12-08 13:43:02',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1158,'4000','81670496082','2022-12-08 13:41:22',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1159,'4000','81670496082','2022-12-08 13:41:39',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1160,'1110','81670496484','2022-12-08 13:48:19',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(1161,'1110','81670496484','2022-12-08 13:48:04',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1162,'1110','81670496484','2022-12-08 13:48:09',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1163,'5500','81670496484','2022-12-08 13:48:18',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1164,'1000','81670496484','2022-12-08 13:48:19',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1165,'4000','81670496484','2022-12-08 13:48:19',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(1166,'4000','81670496484','2022-12-08 13:48:04',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1167,'4000','81670496484','2022-12-08 13:48:09',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1168,'5500','81670496527','2022-12-08 13:48:50',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1169,'1110','81670496527','2022-12-08 13:48:47',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1170,'5500','81670496527','2022-12-08 13:48:49',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1171,'1000','81670496527','2022-12-08 13:48:50',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1172,'5500','81670496527','2022-12-08 13:48:50',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1173,'4000','81670496527','2022-12-08 13:48:47',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1174,'1110','91670497055','2022-12-08 13:57:46',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1175,'5500','91670497055','2022-12-08 13:57:35',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1176,'1000','91670497055','2022-12-08 13:57:46',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1177,'4000','91670497055','2022-12-08 13:57:46',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1178,'5500','81670497793','2022-12-08 14:10:14',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1179,'1110','81670497793','2022-12-08 14:09:53',NULL,60.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1180,'5500','81670497793','2022-12-08 14:09:54',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1181,'1000','81670497793','2022-12-08 14:10:14',290.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1182,'5500','81670497793','2022-12-08 14:10:14',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1183,'4000','81670497793','2022-12-08 14:09:53',NULL,90.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1184,'1110','81670497994','2022-12-08 14:13:33',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1185,'5500','81670497994','2022-12-08 14:13:14',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1186,'1000','81670497994','2022-12-08 14:13:33',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1187,'4000','81670497994','2022-12-08 14:13:33',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1188,'1110','81670498033','2022-12-08 14:14:05',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1189,'5500','81670498033','2022-12-08 14:13:53',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1190,'1000','81670498033','2022-12-08 14:14:05',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1191,'4000','81670498033','2022-12-08 14:14:05',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1192,'1110','91670499489','2022-12-08 14:38:10',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(1193,'5500','91670499489','2022-12-08 14:38:09',175.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1194,'1000','91670499489','2022-12-08 14:38:10',280.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1195,'4000','91670499489','2022-12-08 14:38:10',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(1196,'1110','81670499836','2022-12-08 14:45:03',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(1197,'1110','81670499836','2022-12-08 14:43:56',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(1198,'1110','81670499836','2022-12-08 14:44:13',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(1199,'5500','81670499836','2022-12-08 14:44:33',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1200,'5920','81670499836','2022-12-08 14:45:01',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1201,'1000','81670499836','2022-12-08 14:45:03',500.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1202,'4000','81670499836','2022-12-08 14:45:03',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(1203,'4000','81670499836','2022-12-08 14:43:56',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(1204,'4000','81670499836','2022-12-08 14:44:13',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(1205,'5500','81670499836','2022-12-08 14:44:33',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1206,'1110','81670499926','2022-12-08 14:45:44',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1207,'5500','81670499926','2022-12-08 14:45:26',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1208,'1000','81670499926','2022-12-08 14:45:44',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1209,'4000','81670499926','2022-12-08 14:45:44',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1210,'1110','81670499959','2022-12-08 14:46:12',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1211,'5500','81670499959','2022-12-08 14:45:59',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1212,'1000','81670499959','2022-12-08 14:46:12',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1213,'4000','81670499959','2022-12-08 14:46:12',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1214,'1110','81670500862','2022-12-08 15:01:03',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1215,'5500','81670500862','2022-12-08 15:01:02',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1216,'1000','81670500862','2022-12-08 15:01:03',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1217,'4000','81670500862','2022-12-08 15:01:03',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1218,'1110','81670501342','2022-12-08 15:09:10',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1219,'5500','81670501342','2022-12-08 15:09:02',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1220,'1000','81670501342','2022-12-08 15:09:10',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1221,'4000','81670501342','2022-12-08 15:09:10',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1222,'5500','81670501408','2022-12-08 15:10:11',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1223,'1110','81670501408','2022-12-08 15:10:08',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1224,'5500','81670501408','2022-12-08 15:10:10',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1225,'1000','81670501408','2022-12-08 15:10:11',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1226,'5500','81670501408','2022-12-08 15:10:11',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1227,'4000','81670501408','2022-12-08 15:10:08',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1228,'5500','81670501740','2022-12-08 15:15:46',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1229,'1110','81670501740','2022-12-08 15:15:40',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1230,'5500','81670501740','2022-12-08 15:15:45',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1231,'1000','81670501740','2022-12-08 15:15:46',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1232,'5500','81670501740','2022-12-08 15:15:46',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1233,'4000','81670501740','2022-12-08 15:15:40',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1234,'1110','81670502568','2022-12-08 15:29:29',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(1235,'5500','81670502568','2022-12-08 15:29:28',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1236,'1000','81670502568','2022-12-08 15:29:29',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1237,'4000','81670502568','2022-12-08 15:29:29',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(1238,'1110','91670505410','2022-12-08 16:17:18',NULL,48.00,'','9','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(1239,'1110','91670505410','2022-12-08 16:16:50',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(1240,'5500','91670505410','2022-12-08 16:17:05',223.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1241,'1000','91670505410','2022-12-08 16:17:18',380.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1242,'4000','91670505410','2022-12-08 16:17:18',NULL,100.00,'','9','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(1243,'4000','91670505410','2022-12-08 16:16:50',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(1244,'1110','91670505491','2022-12-08 16:18:32',NULL,75.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1245,'5500','91670505491','2022-12-08 16:18:11',75.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1246,'1000','91670505491','2022-12-08 16:18:32',113.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1247,'4000','91670505491','2022-12-08 16:18:32',NULL,112.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1248,'5500','81670505881','2022-12-08 16:24:49',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1249,'1110','81670505881','2022-12-08 16:24:41',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1250,'5500','81670505881','2022-12-08 16:24:47',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1251,'1000','81670505881','2022-12-08 16:24:49',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1252,'5500','81670505881','2022-12-08 16:24:49',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1253,'4000','81670505881','2022-12-08 16:24:41',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1254,'1110','91670506182','2022-12-08 16:30:19',NULL,150.00,'','9','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(1255,'1110','91670506182','2022-12-08 16:29:42',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1256,'5500','91670506182','2022-12-08 16:29:55',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1257,'1110','91670506182','2022-12-08 16:30:09',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1258,'5500','91670506182','2022-12-08 16:30:18',285.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1259,'1000','91670506182','2022-12-08 16:30:19',496.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1260,'4000','91670506182','2022-12-08 16:30:19',NULL,250.00,'','9','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(1261,'4000','91670506182','2022-12-08 16:29:42',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1262,'5500','91670506182','2022-12-08 16:29:55',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1263,'4000','91670506182','2022-12-08 16:30:09',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1264,'1110','91670507092','2022-12-08 16:45:01',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1265,'5500','91670507092','2022-12-08 16:44:52',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1266,'1000','91670507092','2022-12-08 16:45:01',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1267,'4000','91670507092','2022-12-08 16:45:01',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1268,'1110','81670509905','2022-12-08 17:32:31',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1269,'1110','81670509905','2022-12-08 17:31:45',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1270,'1110','81670509905','2022-12-08 17:32:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1271,'5500','81670509905','2022-12-08 17:32:18',42.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1272,'1000','81670509905','2022-12-08 17:32:31',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1273,'4000','81670509905','2022-12-08 17:32:31',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1274,'4000','81670509905','2022-12-08 17:31:45',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1275,'4000','81670509905','2022-12-08 17:32:05',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1276,'1110','81670511786','2022-12-08 18:03:28',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1277,'1110','81670511786','2022-12-08 18:03:06',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1278,'5500','81670511786','2022-12-08 18:03:16',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1279,'1000','81670511786','2022-12-08 18:03:28',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1280,'4000','81670511786','2022-12-08 18:03:28',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1281,'4000','81670511786','2022-12-08 18:03:06',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1282,'1110','81670512240','2022-12-08 18:11:04',NULL,72.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(1283,'5500','81670512240','2022-12-08 18:10:40',72.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1284,'1000','81670512240','2022-12-08 18:11:04',150.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1285,'4000','81670512240','2022-12-08 18:11:04',NULL,150.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(1286,'1110','91670512817','2022-12-08 18:20:26',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1287,'5500','91670512817','2022-12-08 18:20:17',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1288,'1000','91670512817','2022-12-08 18:20:26',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1289,'4000','91670512817','2022-12-08 18:20:26',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1290,'1110','61670517311','2022-12-08 19:35:34',NULL,192.00,'','6','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(1291,'5500','61670517311','2022-12-08 19:35:34',192.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1292,'1000','61670517311','2022-12-08 19:35:34',250.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1293,'4000','61670517311','2022-12-08 19:35:34',NULL,250.00,'','6','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(1294,'1110','81670517427','2022-12-08 19:37:29',NULL,100.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(1295,'5500','81670517427','2022-12-08 19:37:07',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1296,'1000','81670517427','2022-12-08 19:37:29',199.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1297,'4000','81670517427','2022-12-08 19:37:29',NULL,199.00,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(1298,'1110','81670517495','2022-12-08 19:38:40',NULL,336.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(1299,'5500','81670517495','2022-12-08 19:38:15',336.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1300,'1000','81670517495','2022-12-08 19:38:40',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1301,'4000','81670517495','2022-12-08 19:38:40',NULL,440.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(1302,'1110','61670517833','2022-12-08 19:44:13',NULL,5.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1303,'5500','61670517833','2022-12-08 19:44:13',5.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1304,'1000','61670517833','2022-12-08 19:44:13',10.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1305,'4000','61670517833','2022-12-08 19:44:13',NULL,10.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1306,'1110','61670517955','2022-12-08 19:46:09',NULL,20.00,'','6','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1307,'5500','61670517955','2022-12-08 19:46:09',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1308,'1000','61670517955','2022-12-08 19:46:09',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1309,'4000','61670517955','2022-12-08 19:46:09',NULL,30.00,'','6','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1310,'1110','91670518560','2022-12-08 19:56:10',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1311,'5500','91670518560','2022-12-08 19:56:00',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1312,'1000','91670518560','2022-12-08 19:56:10',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1313,'4000','91670518560','2022-12-08 19:56:10',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1314,'1110','91670519091','2022-12-08 20:05:02',NULL,50.00,'','9','1','Inventory sold','3','','sales','125','','No',NULL,NULL,''),(1315,'5500','91670519091','2022-12-08 20:04:51',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1316,'1000','91670519091','2022-12-08 20:05:02',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1317,'4000','91670519091','2022-12-08 20:05:02',NULL,100.00,'','9','1','Good sold','3','','sales','125','','No',NULL,NULL,''),(1318,'1110','91670519887','2022-12-08 20:18:18',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1319,'5500','91670519887','2022-12-08 20:18:07',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1320,'1000','91670519887','2022-12-08 20:18:18',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1321,'4000','91670519887','2022-12-08 20:18:18',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1322,'5500','81670520288','2022-12-08 20:24:55',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1323,'1110','81670520288','2022-12-08 20:24:48',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1324,'5500','81670520288','2022-12-08 20:24:53',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1325,'1000','81670520288','2022-12-08 20:24:55',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1326,'5500','81670520288','2022-12-08 20:24:55',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1327,'4000','81670520288','2022-12-08 20:24:48',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1328,'1110','81670522086','2022-12-08 20:55:00',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(1329,'5500','81670522086','2022-12-08 20:54:46',192.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1330,'1000','81670522086','2022-12-08 20:55:00',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1331,'4000','81670522086','2022-12-08 20:55:00',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(1332,'1110','61670525758','2022-12-08 21:56:19',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1333,'5500','61670525758','2022-12-08 21:56:19',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1334,'1000','61670525758','2022-12-08 21:56:19',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1335,'4000','61670525758','2022-12-08 21:56:19',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1336,'1110','91670527356','2022-12-08 22:23:20',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1337,'1110','91670527356','2022-12-08 22:22:36',NULL,75.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1338,'5500','91670527356','2022-12-08 22:23:00',95.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1339,'1000','91670527356','2022-12-08 22:23:20',180.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1340,'4000','91670527356','2022-12-08 22:23:20',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1341,'4000','91670527356','2022-12-08 22:22:36',NULL,150.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1342,'1110','91670562466','2022-12-09 08:07:57',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1343,'5500','91670562466','2022-12-09 08:07:46',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1344,'1000','91670562466','2022-12-09 08:07:57',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1345,'4000','91670562466','2022-12-09 08:07:57',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1346,'1110','81670565782','2022-12-09 09:03:28',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1347,'1110','81670565782','2022-12-09 09:03:02',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1348,'5500','81670565782','2022-12-09 09:03:18',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1349,'1000','81670565782','2022-12-09 09:03:28',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1350,'4000','81670565782','2022-12-09 09:03:28',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1351,'4000','81670565782','2022-12-09 09:03:02',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1352,'1110','91670566071','2022-12-09 09:08:29',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1353,'5500','91670566071','2022-12-09 09:07:51',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1354,'1000','91670566071','2022-12-09 09:08:29',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1355,'4000','91670566071','2022-12-09 09:08:29',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1356,'1110','91670566122','2022-12-09 09:08:51',NULL,40.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1357,'5500','91670566122','2022-12-09 09:08:42',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1358,'1000','91670566122','2022-12-09 09:08:51',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1359,'4000','91670566122','2022-12-09 09:08:51',NULL,60.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1360,'1110','91670568179','2022-12-09 09:43:08',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1361,'5500','91670568179','2022-12-09 09:42:59',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1362,'1000','91670568179','2022-12-09 09:43:08',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1363,'4000','91670568179','2022-12-09 09:43:08',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1364,'1110','61670568423','2022-12-09 09:47:35',NULL,30.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1365,'5500','61670568423','2022-12-09 09:47:35',30.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1366,'1000','61670568423','2022-12-09 09:47:35',60.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1367,'4000','61670568423','2022-12-09 09:47:35',NULL,60.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1368,'1110','61670568458','2022-12-09 09:47:59',NULL,30.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1369,'5500','61670568458','2022-12-09 09:47:59',30.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1370,'1000','61670568458','2022-12-09 09:47:59',60.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1371,'4000','61670568458','2022-12-09 09:47:59',NULL,60.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1372,'1110','61670568626','2022-12-09 09:50:48',NULL,5.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1373,'5500','61670568626','2022-12-09 09:50:48',5.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1374,'1000','61670568626','2022-12-09 09:50:48',10.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1375,'4000','61670568626','2022-12-09 09:50:48',NULL,10.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1376,'1110','91670569159','2022-12-09 09:59:30',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1377,'5500','91670569159','2022-12-09 09:59:19',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1378,'1000','91670569159','2022-12-09 09:59:30',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1379,'4000','91670569159','2022-12-09 09:59:30',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1380,'1110','81670570166','2022-12-09 10:16:48',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1381,'1110','81670570166','2022-12-09 10:16:06',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1382,'1110','81670570166','2022-12-09 10:16:18',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1383,'5500','81670570166','2022-12-09 10:16:33',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1384,'1000','81670570166','2022-12-09 10:16:48',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1385,'4000','81670570166','2022-12-09 10:16:48',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1386,'4000','81670570166','2022-12-09 10:16:06',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1387,'4000','81670570166','2022-12-09 10:16:18',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1388,'1110','81670570697','2022-12-09 10:25:21',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1389,'1110','81670570697','2022-12-09 10:24:57',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1390,'5500','81670570697','2022-12-09 10:25:08',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1391,'1000','81670570697','2022-12-09 10:25:21',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1392,'4000','81670570697','2022-12-09 10:25:21',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1393,'4000','81670570697','2022-12-09 10:24:57',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1394,'1110','81670571261','2022-12-09 10:35:12',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1395,'1110','81670571261','2022-12-09 10:34:21',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1396,'1110','81670571261','2022-12-09 10:34:30',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1397,'5500','81670571261','2022-12-09 10:35:02',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1398,'1000','81670571261','2022-12-09 10:35:12',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1399,'4000','81670571261','2022-12-09 10:35:12',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1400,'4000','81670571261','2022-12-09 10:34:21',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1401,'4000','81670571261','2022-12-09 10:34:30',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1402,'1110','81670571338','2022-12-09 10:36:53',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1403,'1110','81670571338','2022-12-09 10:35:38',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1404,'1110','81670571338','2022-12-09 10:35:56',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1405,'5500','81670571338','2022-12-09 10:36:41',48.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1406,'1000','81670571338','2022-12-09 10:36:53',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1407,'4000','81670571338','2022-12-09 10:36:53',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1408,'4000','81670571338','2022-12-09 10:35:38',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1409,'4000','81670571338','2022-12-09 10:35:56',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1410,'1110','91670574664','2022-12-09 11:31:15',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1411,'5500','91670574664','2022-12-09 11:31:04',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1412,'1000','91670574664','2022-12-09 11:31:15',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1413,'4000','91670574664','2022-12-09 11:31:15',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1414,'1110','81670575211','2022-12-09 11:40:54',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1415,'1110','81670575211','2022-12-09 11:40:11',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1416,'5500','81670575211','2022-12-09 11:40:43',58.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1417,'1000','81670575211','2022-12-09 11:40:54',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1418,'4000','81670575211','2022-12-09 11:40:54',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1419,'4000','81670575211','2022-12-09 11:40:11',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1420,'1110','91670575312','2022-12-09 11:42:09',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1421,'5500','91670575312','2022-12-09 11:41:52',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1422,'1000','91670575312','2022-12-09 11:42:09',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1423,'4000','91670575312','2022-12-09 11:42:09',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1424,'1110','81670575341','2022-12-09 11:42:32',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1425,'5500','81670575341','2022-12-09 11:42:21',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1426,'1000','81670575341','2022-12-09 11:42:32',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1427,'4000','81670575341','2022-12-09 11:42:32',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1428,'1110','61670576827','2022-12-09 12:10:36',NULL,5.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1429,'5500','61670576827','2022-12-09 12:10:36',5.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1430,'1000','61670576827','2022-12-09 12:10:36',10.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1431,'4000','61670576827','2022-12-09 12:10:36',NULL,10.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1432,'1110','61670577060','2022-12-09 12:11:54',NULL,18.00,'','6','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1433,'5500','61670577060','2022-12-09 12:11:54',18.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1434,'1000','61670577060','2022-12-09 12:11:54',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1435,'4000','61670577060','2022-12-09 12:11:54',NULL,30.06,'','6','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1436,'1110','91670579059','2022-12-09 12:44:29',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1437,'5500','91670579059','2022-12-09 12:44:19',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1438,'1000','91670579059','2022-12-09 12:44:29',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1439,'4000','91670579059','2022-12-09 12:44:29',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1440,'1110','81670579249','2022-12-09 12:47:40',NULL,60.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1441,'5500','81670579249','2022-12-09 12:47:29',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1442,'1000','81670579249','2022-12-09 12:47:40',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1443,'4000','81670579249','2022-12-09 12:47:40',NULL,90.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1444,'1110','81670579314','2022-12-09 12:48:47',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(1445,'1110','81670579314','2022-12-09 12:48:34',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1446,'5500','81670579314','2022-12-09 12:48:35',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1447,'1000','81670579314','2022-12-09 12:48:47',445.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1448,'4000','81670579314','2022-12-09 12:48:47',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(1449,'4000','81670579314','2022-12-09 12:48:34',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1450,'1110','91670579536','2022-12-09 12:52:27',NULL,30.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1451,'5500','91670579536','2022-12-09 12:52:16',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1452,'1000','91670579536','2022-12-09 12:52:27',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1453,'4000','91670579536','2022-12-09 12:52:27',NULL,60.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1454,'1110','61670580130','2022-12-09 13:02:34',NULL,72.00,'','6','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(1455,'5500','61670580130','2022-12-09 13:02:34',72.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1456,'1000','61670580130','2022-12-09 13:02:34',150.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1457,'4000','61670580130','2022-12-09 13:02:34',NULL,150.00,'','6','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(1458,'1110','61670581967','2022-12-09 13:33:05',NULL,18.00,'','6','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1459,'5500','61670581967','2022-12-09 13:33:05',18.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1460,'1000','61670581967','2022-12-09 13:33:05',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1461,'4000','61670581967','2022-12-09 13:33:05',NULL,30.06,'','6','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1462,'1110','61670582001','2022-12-09 13:33:38',NULL,20.00,'','6','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1463,'5500','61670582001','2022-12-09 13:33:38',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1464,'1000','61670582001','2022-12-09 13:33:38',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1465,'4000','61670582001','2022-12-09 13:33:38',NULL,30.00,'','6','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1466,'1110','91670582361','2022-12-09 13:39:37',NULL,45.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1467,'5500','91670582361','2022-12-09 13:39:21',45.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1468,'1000','91670582361','2022-12-09 13:39:37',90.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1469,'4000','91670582361','2022-12-09 13:39:37',NULL,90.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1470,'1110','91670583310','2022-12-09 13:55:34',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1471,'5500','91670583310','2022-12-09 13:55:23',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1472,'1000','91670583310','2022-12-09 13:55:34',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1473,'4000','91670583310','2022-12-09 13:55:34',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1474,'1110','91670583361','2022-12-09 13:56:16',NULL,18.00,'','9','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1475,'5500','91670583361','2022-12-09 13:56:01',18.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1476,'1000','91670583361','2022-12-09 13:56:16',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1477,'4000','91670583361','2022-12-09 13:56:16',NULL,30.06,'','9','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1478,'1110','91670584916','2022-12-09 14:22:52',NULL,236.00,'','9','1','Inventory sold','3','','sales','5','','No',NULL,NULL,''),(1479,'1110','91670584916','2022-12-09 14:21:56',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(1480,'5500','91670584916','2022-12-09 14:22:30',260.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1481,'1000','91670584916','2022-12-09 14:22:52',350.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1482,'4000','91670584916','2022-12-09 14:22:52',NULL,300.00,'','9','1','Good sold','3','','sales','5','','No',NULL,NULL,''),(1483,'4000','91670584916','2022-12-09 14:21:56',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(1484,'1110','91670584996','2022-12-09 14:23:38',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1485,'1110','91670584996','2022-12-09 14:23:16',NULL,70.00,'','9','1','Inventory sold','3','','sales','144','','No',NULL,NULL,''),(1486,'5500','91670584996','2022-12-09 14:23:26',85.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1487,'1000','91670584996','2022-12-09 14:23:38',156.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1488,'4000','91670584996','2022-12-09 14:23:38',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1489,'4000','91670584996','2022-12-09 14:23:16',NULL,133.00,'','9','1','Good sold','3','','sales','144','','No',NULL,NULL,''),(1490,'1110','81670585093','2022-12-09 14:25:04',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(1491,'5500','81670585093','2022-12-09 14:24:53',175.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1492,'1000','81670585093','2022-12-09 14:25:04',280.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1493,'4000','81670585093','2022-12-09 14:25:04',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(1494,'5500','81670585139','2022-12-09 14:25:49',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1495,'1110','81670585139','2022-12-09 14:25:39',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1496,'1110','81670585139','2022-12-09 14:25:45',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(1497,'5500','81670585139','2022-12-09 14:25:48',295.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1498,'1000','81670585139','2022-12-09 14:25:49',503.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1499,'5500','81670585139','2022-12-09 14:25:49',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1500,'4000','81670585139','2022-12-09 14:25:39',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1501,'4000','81670585139','2022-12-09 14:25:45',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(1502,'1110','81670585496','2022-12-09 14:32:00',NULL,246.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1503,'5500','81670585496','2022-12-09 14:31:36',246.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1504,'1000','81670585496','2022-12-09 14:32:00',480.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1505,'4000','81670585496','2022-12-09 14:32:00',NULL,480.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1506,'1110','91670586451','2022-12-09 14:47:50',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1507,'5500','91670586451','2022-12-09 14:47:31',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1508,'1000','91670586451','2022-12-09 14:47:50',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1509,'4000','91670586451','2022-12-09 14:47:50',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1510,'1110','91670586487','2022-12-09 14:48:28',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1511,'1110','91670586487','2022-12-09 14:48:07',NULL,18.00,'','9','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1512,'5500','91670586487','2022-12-09 14:48:16',23.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1513,'1000','91670586487','2022-12-09 14:48:28',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1514,'4000','91670586487','2022-12-09 14:48:28',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1515,'4000','91670586487','2022-12-09 14:48:07',NULL,30.06,'','9','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1516,'5500','61670586954','2022-12-09 14:56:16',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1517,'1110','61670586954','2022-12-09 14:56:16',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1518,'5500','61670586954','2022-12-09 14:56:16',120.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1519,'1000','61670586954','2022-12-09 14:56:16',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1520,'5500','61670586954','2022-12-09 14:56:16',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1521,'4000','61670586954','2022-12-09 14:56:16',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1522,'1110','61670587081','2022-12-09 14:58:39',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1523,'5500','61670587081','2022-12-09 14:58:39',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1524,'5920','61670587081','2022-12-09 14:58:39',120.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1525,'1000','61670587081','2022-12-09 14:58:39',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1526,'4000','61670587081','2022-12-09 14:58:39',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1527,'5500','61670587081','2022-12-09 14:58:39',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1528,'1110','81670588029','2022-12-09 15:14:29',NULL,230.00,'','8','1','Inventory sold','3','','sales','138','','No',NULL,NULL,''),(1529,'5500','81670588029','2022-12-09 15:13:49',230.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1530,'1000','81670588029','2022-12-09 15:14:29',299.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1531,'4000','81670588029','2022-12-09 15:14:29',NULL,299.00,'','8','1','Good sold','3','','sales','138','','No',NULL,NULL,''),(1532,'1110','91670588288','2022-12-09 15:18:19',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1533,'5500','91670588288','2022-12-09 15:18:08',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1534,'1000','91670588288','2022-12-09 15:18:19',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1535,'4000','91670588288','2022-12-09 15:18:19',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1536,'1110','91670588476','2022-12-09 15:21:26',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1537,'5500','91670588476','2022-12-09 15:21:16',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1538,'1000','91670588476','2022-12-09 15:21:26',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1539,'4000','91670588476','2022-12-09 15:21:26',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1540,'5500','81670588550','2022-12-09 15:22:35',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1541,'1110','81670588550','2022-12-09 15:22:30',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1542,'5500','81670588550','2022-12-09 15:22:34',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1543,'1000','81670588550','2022-12-09 15:22:35',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1544,'5500','81670588550','2022-12-09 15:22:35',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1545,'4000','81670588550','2022-12-09 15:22:30',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1546,'1110','61670589847','2022-12-09 15:44:19',NULL,5.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1547,'5500','61670589847','2022-12-09 15:44:19',5.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1548,'1000','61670589847','2022-12-09 15:44:19',10.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1549,'4000','61670589847','2022-12-09 15:44:19',NULL,10.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1550,'5500','81670590110','2022-12-09 15:48:34',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1551,'1110','81670590110','2022-12-09 15:48:30',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1552,'5500','81670590110','2022-12-09 15:48:33',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1553,'1000','81670590110','2022-12-09 15:48:34',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1554,'5500','81670590110','2022-12-09 15:48:34',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1555,'4000','81670590110','2022-12-09 15:48:30',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1556,'1110','81670590123','2022-12-09 15:48:55',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1557,'5500','81670590123','2022-12-09 15:48:43',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1558,'1000','81670590123','2022-12-09 15:48:55',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1559,'4000','81670590123','2022-12-09 15:48:55',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1560,'1110','91670590232','2022-12-09 15:50:41',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1561,'5500','91670590232','2022-12-09 15:50:32',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1562,'1000','91670590232','2022-12-09 15:50:41',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1563,'4000','91670590232','2022-12-09 15:50:41',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1564,'1110','81670593192','2022-12-09 16:40:03',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(1565,'5500','81670593192','2022-12-09 16:39:52',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1566,'1000','81670593192','2022-12-09 16:40:03',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1567,'4000','81670593192','2022-12-09 16:40:03',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(1568,'1110','81670593715','2022-12-09 16:49:03',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1569,'1110','81670593715','2022-12-09 16:48:35',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(1570,'5500','81670593715','2022-12-09 16:49:02',38.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1571,'1000','81670593715','2022-12-09 16:49:03',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1572,'4000','81670593715','2022-12-09 16:49:03',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1573,'4000','81670593715','2022-12-09 16:48:35',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(1574,'1110','91670594866','2022-12-09 17:08:35',NULL,450.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1575,'5500','91670594866','2022-12-09 17:08:07',450.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1576,'1000','91670594866','2022-12-09 17:08:35',675.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1577,'4000','91670594866','2022-12-09 17:08:35',NULL,675.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1578,'1110','81670598463','2022-12-09 18:08:12',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1579,'1110','81670598463','2022-12-09 18:07:43',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1580,'5500','81670598463','2022-12-09 18:08:00',32.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1581,'1000','81670598463','2022-12-09 18:08:12',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1582,'4000','81670598463','2022-12-09 18:08:12',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1583,'4000','81670598463','2022-12-09 18:07:43',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1584,'1110','81670598503','2022-12-09 18:08:33',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1585,'5500','81670598503','2022-12-09 18:08:23',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1586,'1000','81670598503','2022-12-09 18:08:33',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1587,'4000','81670598503','2022-12-09 18:08:33',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1588,'1110','61670599956','2022-12-09 18:33:14',NULL,25.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1589,'5500','61670599956','2022-12-09 18:33:14',25.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1590,'1000','61670599956','2022-12-09 18:33:14',50.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1591,'4000','61670599956','2022-12-09 18:33:14',NULL,50.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1592,'1110','61670600017','2022-12-09 18:34:13',NULL,20.00,'','6','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1593,'5500','61670600017','2022-12-09 18:34:13',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1594,'1000','61670600017','2022-12-09 18:34:13',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1595,'4000','61670600017','2022-12-09 18:34:13',NULL,30.00,'','6','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1596,'1110','61670600057','2022-12-09 18:35:29',NULL,20.00,'','6','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1597,'5500','61670600057','2022-12-09 18:35:29',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1598,'1000','61670600057','2022-12-09 18:35:29',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1599,'4000','61670600057','2022-12-09 18:35:29',NULL,30.00,'','6','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1600,'1110','61670600146','2022-12-09 18:36:28',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1601,'5500','61670600146','2022-12-09 18:36:28',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1602,'1000','61670600146','2022-12-09 18:36:28',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1603,'4000','61670600146','2022-12-09 18:36:28',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1604,'1110','61670600485','2022-12-09 18:41:44',NULL,12.00,'','6','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1605,'5500','61670600485','2022-12-09 18:41:44',12.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1606,'1000','61670600485','2022-12-09 18:41:44',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1607,'4000','61670600485','2022-12-09 18:41:44',NULL,20.00,'','6','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1608,'1110','11670601311','2022-12-09 18:55:11',960.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','7','','No',NULL,NULL,''),(1609,'2130','11670601311','2022-12-09 18:55:11',NULL,960.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(1610,'1110','61670601388','2022-12-09 18:56:45',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1611,'5500','61670601388','2022-12-09 18:56:45',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1612,'1000','61670601388','2022-12-09 18:56:45',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1613,'4000','61670601388','2022-12-09 18:56:45',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1614,'1110','61670601721','2022-12-09 19:02:05',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1615,'5500','61670601721','2022-12-09 19:02:05',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1616,'1000','61670601721','2022-12-09 19:02:05',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1617,'4000','61670601721','2022-12-09 19:02:05',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1618,'1110','61670601781','2022-12-09 19:03:14',NULL,70.00,'','6','1','Inventory sold','3','','sales','144','','No',NULL,NULL,''),(1619,'5500','61670601781','2022-12-09 19:03:14',70.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1620,'1000','61670601781','2022-12-09 19:03:14',133.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1621,'4000','61670601781','2022-12-09 19:03:14',NULL,133.00,'','6','1','Good sold','3','','sales','144','','No',NULL,NULL,''),(1622,'1110','81670601863','2022-12-09 19:04:35',NULL,336.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(1623,'5500','81670601863','2022-12-09 19:04:23',336.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1624,'1000','81670601863','2022-12-09 19:04:35',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1625,'4000','81670601863','2022-12-09 19:04:35',NULL,440.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(1626,'1110','81670602349','2022-12-09 19:13:55',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(1627,'1110','81670602349','2022-12-09 19:12:30',NULL,80.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1628,'5500','81670602349','2022-12-09 19:13:39',130.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1629,'1000','81670602349','2022-12-09 19:13:55',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1630,'4000','81670602349','2022-12-09 19:13:55',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(1631,'4000','81670602349','2022-12-09 19:12:30',NULL,120.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1632,'1110','61670602477','2022-12-09 19:15:18',NULL,48.00,'','6','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(1633,'5500','61670602477','2022-12-09 19:15:18',48.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1634,'1000','61670602477','2022-12-09 19:15:18',100.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1635,'4000','61670602477','2022-12-09 19:15:18',NULL,100.00,'','6','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(1636,'1110','81670602749','2022-12-09 19:19:18',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1637,'5500','81670602749','2022-12-09 19:19:09',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1638,'1000','81670602749','2022-12-09 19:19:18',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1639,'4000','81670602749','2022-12-09 19:19:18',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1640,'1110','91670603214','2022-12-09 19:27:12',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1641,'1110','91670603214','2022-12-09 19:26:54',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1642,'5500','91670603214','2022-12-09 19:27:03',27.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1643,'1000','91670603214','2022-12-09 19:27:12',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1644,'4000','91670603214','2022-12-09 19:27:12',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1645,'4000','91670603214','2022-12-09 19:26:54',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1646,'1110','91670603447','2022-12-09 19:30:59',NULL,192.00,'','9','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(1647,'5500','91670603447','2022-12-09 19:30:47',192.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1648,'1000','91670603447','2022-12-09 19:30:59',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1649,'4000','91670603447','2022-12-09 19:30:59',NULL,250.00,'','9','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(1650,'1110','61670605248','2022-12-09 20:01:26',NULL,230.00,'','6','1','Inventory sold','3','','sales','138','','No',NULL,NULL,''),(1651,'5500','61670605248','2022-12-09 20:01:26',230.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1652,'1000','61670605248','2022-12-09 20:01:26',299.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1653,'4000','61670605248','2022-12-09 20:01:26',NULL,299.00,'','6','1','Good sold','3','','sales','138','','No',NULL,NULL,''),(1654,'1110','61670605369','2022-12-09 20:03:07',NULL,41.00,'','6','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(1655,'5500','61670605369','2022-12-09 20:03:07',41.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1656,'1000','61670605369','2022-12-09 20:03:07',60.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1657,'4000','61670605369','2022-12-09 20:03:07',NULL,60.00,'','6','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(1658,'1110','91670605655','2022-12-09 20:07:49',NULL,270.00,'','9','1','Inventory sold','3','','sales','83','','No',NULL,NULL,''),(1659,'5500','91670605655','2022-12-09 20:07:35',270.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1660,'1000','91670605655','2022-12-09 20:07:49',350.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1661,'4000','91670605655','2022-12-09 20:07:49',NULL,350.00,'','9','1','Good sold','3','','sales','83','','No',NULL,NULL,''),(1662,'5500','81670607341','2022-12-09 20:35:44',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1663,'1110','81670607341','2022-12-09 20:35:41',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1664,'5500','81670607341','2022-12-09 20:35:43',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1665,'1000','81670607341','2022-12-09 20:35:44',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1666,'5500','81670607341','2022-12-09 20:35:44',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1667,'4000','81670607341','2022-12-09 20:35:41',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1668,'1110','81670607376','2022-12-09 20:36:17',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1669,'5500','81670607376','2022-12-09 20:36:16',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1670,'1000','81670607376','2022-12-09 20:36:17',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1671,'4000','81670607376','2022-12-09 20:36:17',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1672,'1110','61670608598','2022-12-09 20:57:14',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1673,'5500','61670608598','2022-12-09 20:57:14',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1674,'1000','61670608598','2022-12-09 20:57:14',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1675,'4000','61670608598','2022-12-09 20:57:14',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1676,'1110','61670610090','2022-12-09 21:21:42',NULL,270.00,'','6','1','Inventory sold','3','','sales','83','','No',NULL,NULL,''),(1677,'5500','61670610090','2022-12-09 21:21:42',270.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1678,'1000','61670610090','2022-12-09 21:21:42',350.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1679,'4000','61670610090','2022-12-09 21:21:42',NULL,350.00,'','6','1','Good sold','3','','sales','83','','No',NULL,NULL,''),(1680,'5500','81670610790','2022-12-09 21:33:16',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1681,'1110','81670610790','2022-12-09 21:33:10',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1682,'5500','81670610790','2022-12-09 21:33:13',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1683,'1000','81670610790','2022-12-09 21:33:16',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1684,'5500','81670610790','2022-12-09 21:33:16',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1685,'4000','81670610790','2022-12-09 21:33:10',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1686,'1110','81670610813','2022-12-09 21:35:59',NULL,320.00,'','8','1','Inventory sold','3','','sales','4','','No',NULL,NULL,''),(1687,'5500','81670610813','2022-12-09 21:33:54',320.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1688,'1000','81670610813','2022-12-09 21:35:59',450.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1689,'4000','81670610813','2022-12-09 21:35:59',NULL,450.00,'','8','1','Good sold','3','','sales','4','','No',NULL,NULL,''),(1690,'1110','61670614182','2022-12-09 22:30:15',NULL,350.00,'','6','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(1691,'5500','61670614182','2022-12-09 22:30:15',350.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1692,'1000','61670614182','2022-12-09 22:30:15',560.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1693,'4000','61670614182','2022-12-09 22:30:15',NULL,560.00,'','6','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(1694,'1110','61670614302','2022-12-09 22:32:09',NULL,301.00,'','6','1','Inventory sold','3','','sales','46','','No',NULL,NULL,''),(1695,'5500','61670614302','2022-12-09 22:32:09',301.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1696,'1000','61670614302','2022-12-09 22:32:09',400.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1697,'4000','61670614302','2022-12-09 22:32:09',NULL,400.00,'','6','1','Good sold','3','','sales','46','','No',NULL,NULL,''),(1698,'1110','91670615714','2022-12-09 22:56:23',NULL,40.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1699,'1110','91670615714','2022-12-09 22:55:14',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1700,'1110','91670615714','2022-12-09 22:55:34',NULL,18.00,'','9','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1701,'5500','91670615714','2022-12-09 22:55:48',108.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1702,'1000','91670615714','2022-12-09 22:56:23',190.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1703,'4000','91670615714','2022-12-09 22:56:23',NULL,60.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1704,'4000','91670615714','2022-12-09 22:55:14',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1705,'4000','91670615714','2022-12-09 22:55:34',NULL,30.06,'','9','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1706,'1110','81670670180','2022-12-10 14:03:30',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1707,'5500','81670670180','2022-12-10 14:03:00',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1708,'1000','81670670180','2022-12-10 14:03:30',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1709,'4000','81670670180','2022-12-10 14:03:30',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1710,'1110','81670670292','2022-12-10 14:05:00',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1711,'5500','81670670292','2022-12-10 14:04:52',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1712,'1000','81670670292','2022-12-10 14:05:00',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1713,'4000','81670670292','2022-12-10 14:05:00',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1714,'1110','81670670318','2022-12-10 14:05:51',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1715,'1110','81670670318','2022-12-10 14:05:18',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1716,'5500','81670670318','2022-12-10 14:05:40',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1717,'1000','81670670318','2022-12-10 14:05:51',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1718,'4000','81670670318','2022-12-10 14:05:51',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1719,'4000','81670670318','2022-12-10 14:05:18',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1720,'1110','11670670711','2022-12-10 14:18:59',NULL,25.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1721,'1110','11670670711','2022-12-10 14:18:59',NULL,24.00,'','1','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1722,'1110','11670670711','2022-12-10 14:18:59',NULL,30.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1723,'1110','11670670711','2022-12-10 14:18:59',NULL,336.00,'','1','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(1724,'1110','11670670711','2022-12-10 14:18:59',NULL,41.00,'','1','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1725,'1110','11670670711','2022-12-10 14:18:59',NULL,210.00,'','1','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(1726,'1110','11670670711','2022-12-10 14:18:59',NULL,15.00,'','1','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1727,'1110','11670670711','2022-12-10 14:18:59',NULL,30.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1728,'1110','11670670711','2022-12-10 14:18:59',NULL,5.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1729,'1110','11670670711','2022-12-10 14:18:59',NULL,48.00,'','1','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(1730,'1110','11670670711','2022-12-10 14:18:59',NULL,10.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1731,'1110','11670670711','2022-12-10 14:18:59',NULL,18.00,'','1','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1732,'1110','11670670711','2022-12-10 14:18:59',NULL,10.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1733,'1110','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1734,'1110','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1735,'1110','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1736,'1110','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1737,'5500','11670670711','2022-12-10 14:18:59',NULL,105.00,'','1','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1738,'1110','11670670711','2022-12-10 14:18:59',NULL,15.00,'','1','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1739,'1110','11670670711','2022-12-10 14:18:59',NULL,25.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1740,'1110','11670670711','2022-12-10 14:18:59',NULL,12.00,'','1','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1741,'1110','11670670711','2022-12-10 14:18:59',NULL,5.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1742,'1110','11670670711','2022-12-10 14:18:59',NULL,12.00,'','1','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1743,'1110','11670670711','2022-12-10 14:18:59',NULL,10.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1744,'5500','11670670711','2022-12-10 14:18:59',1066.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1745,'1000','11670670711','2022-12-10 14:18:59',1796.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1746,'4000','11670670711','2022-12-10 14:18:59',NULL,50.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1747,'4000','11670670711','2022-12-10 14:18:59',NULL,40.00,'','1','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1748,'4000','11670670711','2022-12-10 14:18:59',NULL,60.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1749,'4000','11670670711','2022-12-10 14:18:59',NULL,440.00,'','1','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(1750,'4000','11670670711','2022-12-10 14:18:59',NULL,80.00,'','1','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1751,'4000','11670670711','2022-12-10 14:18:59',NULL,400.00,'','1','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(1752,'4000','11670670711','2022-12-10 14:18:59',NULL,22.50,'','1','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1753,'4000','11670670711','2022-12-10 14:18:59',NULL,60.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1754,'4000','11670670711','2022-12-10 14:18:59',NULL,10.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1755,'4000','11670670711','2022-12-10 14:18:59',NULL,100.00,'','1','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(1756,'4000','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1757,'4000','11670670711','2022-12-10 14:18:59',NULL,30.06,'','1','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1758,'4000','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1759,'4000','11670670711','2022-12-10 14:18:59',NULL,30.00,'','1','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1760,'4000','11670670711','2022-12-10 14:18:59',NULL,30.00,'','1','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1761,'4000','11670670711','2022-12-10 14:18:59',NULL,30.00,'','1','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1762,'4000','11670670711','2022-12-10 14:18:59',NULL,30.00,'','1','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1763,'5500','11670670711','2022-12-10 14:18:59',NULL,200.00,'','1','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1764,'4000','11670670711','2022-12-10 14:18:59',NULL,22.50,'','1','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1765,'4000','11670670711','2022-12-10 14:18:59',NULL,50.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1766,'4000','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1767,'4000','11670670711','2022-12-10 14:18:59',NULL,10.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1768,'4000','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1769,'4000','11670670711','2022-12-10 14:18:59',NULL,20.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1770,'1110','81670671824','2022-12-10 14:30:34',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1771,'5500','81670671824','2022-12-10 14:30:24',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1772,'1000','81670671824','2022-12-10 14:30:34',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1773,'4000','81670671824','2022-12-10 14:30:34',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1774,'1110','81670672635','2022-12-10 14:44:09',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(1775,'1110','81670672635','2022-12-10 14:43:55',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1776,'5500','81670672635','2022-12-10 14:43:57',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1777,'1000','81670672635','2022-12-10 14:44:09',445.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1778,'4000','81670672635','2022-12-10 14:44:09',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(1779,'4000','81670672635','2022-12-10 14:43:55',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1780,'1110','81670672660','2022-12-10 14:44:45',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(1781,'1110','81670672660','2022-12-10 14:44:20',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1782,'5500','81670672660','2022-12-10 14:44:30',28.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1783,'1000','81670672660','2022-12-10 14:44:45',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1784,'4000','81670672660','2022-12-10 14:44:45',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(1785,'4000','81670672660','2022-12-10 14:44:20',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1786,'1110','81670673319','2022-12-10 14:55:40',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1787,'5500','81670673319','2022-12-10 14:55:19',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1788,'1000','81670673319','2022-12-10 14:55:40',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1789,'4000','81670673319','2022-12-10 14:55:40',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1790,'1110','81670673835','2022-12-10 15:18:42',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(1791,'5500','81670673835','2022-12-10 15:03:55',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1792,'1000','81670673835','2022-12-10 15:18:42',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1793,'4000','81670673835','2022-12-10 15:18:42',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(1794,'1110','81670674760','2022-12-10 15:19:26',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1795,'5500','81670674760','2022-12-10 15:19:20',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1796,'1000','81670674760','2022-12-10 15:19:26',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1797,'4000','81670674760','2022-12-10 15:19:26',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1798,'5500','81670675507','2022-12-10 15:31:54',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1799,'1110','81670675507','2022-12-10 15:31:47',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1800,'5500','81670675507','2022-12-10 15:31:53',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1801,'1000','81670675507','2022-12-10 15:31:54',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1802,'5500','81670675507','2022-12-10 15:31:54',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1803,'4000','81670675507','2022-12-10 15:31:47',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1804,'1110','81670675528','2022-12-10 15:32:28',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(1805,'5500','81670675528','2022-12-10 15:32:08',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1806,'1000','81670675528','2022-12-10 15:32:28',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1807,'4000','81670675528','2022-12-10 15:32:28',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(1808,'1110','91670676682','2022-12-10 15:52:04',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1809,'5500','91670676682','2022-12-10 15:51:22',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1810,'1110','91670676682','2022-12-10 15:51:36',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1811,'5500','91670676682','2022-12-10 15:51:53',161.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1812,'1000','91670676682','2022-12-10 15:52:04',303.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1813,'4000','91670676682','2022-12-10 15:52:04',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1814,'5500','91670676682','2022-12-10 15:51:22',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1815,'4000','91670676682','2022-12-10 15:51:36',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1816,'1110','81670677793','2022-12-10 16:10:07',NULL,746.72,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(1817,'5500','81670677793','2022-12-10 16:09:53',746.72,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1818,'1000','81670677793','2022-12-10 16:10:07',880.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1819,'4000','81670677793','2022-12-10 16:10:07',NULL,880.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(1820,'1110','81670678572','2022-12-10 16:23:21',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(1821,'1110','81670678572','2022-12-10 16:22:52',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1822,'1110','81670678572','2022-12-10 16:22:54',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1823,'5500','81670678572','2022-12-10 16:23:20',281.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1824,'1000','81670678572','2022-12-10 16:23:21',525.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1825,'4000','81670678572','2022-12-10 16:23:21',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(1826,'4000','81670678572','2022-12-10 16:22:52',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1827,'4000','81670678572','2022-12-10 16:22:54',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1828,'1110','81670679145','2022-12-10 16:32:55',NULL,344.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(1829,'5500','81670679145','2022-12-10 16:32:25',344.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1830,'1000','81670679145','2022-12-10 16:32:55',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1831,'4000','81670679145','2022-12-10 16:32:55',NULL,440.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(1832,'1110','81670679187','2022-12-10 16:33:14',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1833,'5500','81670679187','2022-12-10 16:33:07',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1834,'1000','81670679187','2022-12-10 16:33:14',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1835,'4000','81670679187','2022-12-10 16:33:14',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1836,'1110','81670680453','2022-12-10 16:55:58',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1837,'1110','81670680453','2022-12-10 16:54:13',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1838,'1110','81670680453','2022-12-10 16:54:14',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(1839,'1110','81670680453','2022-12-10 16:55:44',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1840,'5500','81670680453','2022-12-10 16:55:45',105.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1841,'1000','81670680453','2022-12-10 16:55:58',190.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1842,'4000','81670680453','2022-12-10 16:55:58',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1843,'4000','81670680453','2022-12-10 16:54:13',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1844,'4000','81670680453','2022-12-10 16:54:14',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(1845,'4000','81670680453','2022-12-10 16:55:44',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1846,'1110','81670685561','2022-12-10 18:21:22',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1847,'1110','81670685561','2022-12-10 18:19:21',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1848,'1110','81670685561','2022-12-10 18:20:47',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1849,'5500','81670685561','2022-12-10 18:21:07',62.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1850,'1000','81670685561','2022-12-10 18:21:22',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1851,'4000','81670685561','2022-12-10 18:21:22',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1852,'4000','81670685561','2022-12-10 18:19:21',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1853,'4000','81670685561','2022-12-10 18:20:47',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1854,'1110','91670687083','2022-12-10 18:45:02',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(1855,'5500','91670687083','2022-12-10 18:44:43',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(1856,'5920','91670687083','2022-12-10 18:44:51',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1857,'1000','91670687083','2022-12-10 18:45:02',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1858,'4000','91670687083','2022-12-10 18:45:02',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(1859,'5500','91670687083','2022-12-10 18:44:43',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(1860,'1110','91670687944','2022-12-10 18:59:22',NULL,123.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1861,'5500','91670687944','2022-12-10 18:59:04',123.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1862,'1000','91670687944','2022-12-10 18:59:22',240.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1863,'4000','91670687944','2022-12-10 18:59:22',NULL,240.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1864,'1110','81670735954','2022-12-11 08:19:38',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1865,'1110','81670735954','2022-12-11 08:19:14',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1866,'5500','81670735954','2022-12-11 08:19:25',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1867,'1000','81670735954','2022-12-11 08:19:38',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1868,'4000','81670735954','2022-12-11 08:19:38',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1869,'4000','81670735954','2022-12-11 08:19:14',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1870,'1110','81670736099','2022-12-11 08:22:16',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1871,'5500','81670736099','2022-12-11 08:21:39',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1872,'1000','81670736099','2022-12-11 08:22:16',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1873,'4000','81670736099','2022-12-11 08:22:16',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1874,'1110','81670736888','2022-12-11 08:34:58',NULL,35.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1875,'5500','81670736888','2022-12-11 08:34:48',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1876,'1000','81670736888','2022-12-11 08:34:58',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1877,'4000','81670736888','2022-12-11 08:34:58',NULL,70.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1878,'1110','81670738100','2022-12-11 08:55:28',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1879,'1110','81670738100','2022-12-11 08:55:00',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1880,'5500','81670738100','2022-12-11 08:55:10',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1881,'1000','81670738100','2022-12-11 08:55:28',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1882,'4000','81670738100','2022-12-11 08:55:28',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1883,'4000','81670738100','2022-12-11 08:55:00',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1884,'1110','81670738137','2022-12-11 08:55:46',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1885,'5500','81670738137','2022-12-11 08:55:37',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1886,'1000','81670738137','2022-12-11 08:55:46',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1887,'4000','81670738137','2022-12-11 08:55:46',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1888,'1110','81670740624','2022-12-11 09:37:28',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1889,'1110','81670740624','2022-12-11 09:37:04',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1890,'5500','81670740624','2022-12-11 09:37:18',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1891,'1000','81670740624','2022-12-11 09:37:28',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1892,'4000','81670740624','2022-12-11 09:37:28',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1893,'4000','81670740624','2022-12-11 09:37:04',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1894,'1110','81670740662','2022-12-11 09:38:42',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1895,'1110','81670740662','2022-12-11 09:37:42',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1896,'5500','81670740662','2022-12-11 09:38:18',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1897,'1000','81670740662','2022-12-11 09:38:42',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1898,'4000','81670740662','2022-12-11 09:38:42',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1899,'4000','81670740662','2022-12-11 09:37:42',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1900,'1110','81670740760','2022-12-11 09:40:16',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1901,'1110','81670740760','2022-12-11 09:39:20',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1902,'5500','81670740760','2022-12-11 09:40:09',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1903,'1000','81670740760','2022-12-11 09:40:16',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1904,'4000','81670740760','2022-12-11 09:40:16',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1905,'4000','81670740760','2022-12-11 09:39:20',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1906,'1110','81670740842','2022-12-11 09:40:57',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1907,'1110','81670740842','2022-12-11 09:40:42',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1908,'5500','81670740842','2022-12-11 09:40:51',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1909,'1000','81670740842','2022-12-11 09:40:57',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1910,'4000','81670740842','2022-12-11 09:40:57',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1911,'4000','81670740842','2022-12-11 09:40:42',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1912,'1110','81670740884','2022-12-11 09:41:38',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1913,'1110','81670740884','2022-12-11 09:41:24',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1914,'5500','81670740884','2022-12-11 09:41:32',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1915,'1000','81670740884','2022-12-11 09:41:38',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1916,'4000','81670740884','2022-12-11 09:41:38',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1917,'4000','81670740884','2022-12-11 09:41:24',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1918,'1110','81670744413','2022-12-11 10:40:33',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1919,'1110','81670744413','2022-12-11 10:40:13',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1920,'5500','81670744413','2022-12-11 10:40:22',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1921,'1000','81670744413','2022-12-11 10:40:33',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1922,'4000','81670744413','2022-12-11 10:40:33',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1923,'4000','81670744413','2022-12-11 10:40:13',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1924,'1110','81670744457','2022-12-11 10:41:16',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1925,'1110','81670744457','2022-12-11 10:40:57',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1926,'5500','81670744457','2022-12-11 10:41:08',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1927,'1000','81670744457','2022-12-11 10:41:16',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1928,'4000','81670744457','2022-12-11 10:41:16',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1929,'4000','81670744457','2022-12-11 10:40:57',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1930,'1110','81670744688','2022-12-11 10:45:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1931,'1110','81670744688','2022-12-11 10:44:48',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1932,'5500','81670744688','2022-12-11 10:44:58',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1933,'1000','81670744688','2022-12-11 10:45:05',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1934,'4000','81670744688','2022-12-11 10:45:05',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1935,'4000','81670744688','2022-12-11 10:44:48',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1936,'1110','81670744742','2022-12-11 10:46:19',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1937,'1110','81670744742','2022-12-11 10:45:42',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1938,'5500','81670744742','2022-12-11 10:46:04',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1939,'1000','81670744742','2022-12-11 10:46:19',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1940,'4000','81670744742','2022-12-11 10:46:19',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1941,'4000','81670744742','2022-12-11 10:45:42',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1942,'1110','81670744812','2022-12-11 10:47:15',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1943,'1110','81670744812','2022-12-11 10:46:52',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1944,'5500','81670744812','2022-12-11 10:47:04',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1945,'1000','81670744812','2022-12-11 10:47:15',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1946,'4000','81670744812','2022-12-11 10:47:15',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1947,'4000','81670744812','2022-12-11 10:46:52',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1948,'1110','81670744848','2022-12-11 10:47:35',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1949,'5500','81670744848','2022-12-11 10:47:28',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1950,'1000','81670744848','2022-12-11 10:47:35',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1951,'4000','81670744848','2022-12-11 10:47:35',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1952,'1110','81670745624','2022-12-11 11:01:14',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1953,'1110','81670745624','2022-12-11 11:00:33',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1954,'5500','81670745624','2022-12-11 11:01:00',17.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1955,'1000','81670745624','2022-12-11 11:01:14',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1956,'4000','81670745624','2022-12-11 11:01:14',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1957,'4000','81670745624','2022-12-11 11:00:33',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1958,'1110','81670747607','2022-12-11 11:33:47',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1959,'1110','81670747607','2022-12-11 11:33:27',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(1960,'5500','81670747607','2022-12-11 11:33:36',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1961,'1000','81670747607','2022-12-11 11:33:47',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1962,'4000','81670747607','2022-12-11 11:33:47',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1963,'4000','81670747607','2022-12-11 11:33:27',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(1964,'1110','81670748094','2022-12-11 11:43:46',NULL,105.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1965,'1110','81670748094','2022-12-11 11:41:34',NULL,60.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1966,'1110','81670748094','2022-12-11 11:42:04',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1967,'1110','81670748094','2022-12-11 11:42:44',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(1968,'1110','81670748094','2022-12-11 11:42:56',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(1969,'5500','81670748094','2022-12-11 11:42:58',259.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1970,'1000','81670748094','2022-12-11 11:43:46',480.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1971,'4000','81670748094','2022-12-11 11:43:46',NULL,210.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1972,'4000','81670748094','2022-12-11 11:41:34',NULL,90.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1973,'4000','81670748094','2022-12-11 11:42:04',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1974,'4000','81670748094','2022-12-11 11:42:44',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(1975,'4000','81670748094','2022-12-11 11:42:56',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(1976,'1110','81670748331','2022-12-11 11:45:58',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1977,'1110','81670748331','2022-12-11 11:45:31',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1978,'5500','81670748331','2022-12-11 11:45:49',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1979,'1000','81670748331','2022-12-11 11:45:58',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1980,'4000','81670748331','2022-12-11 11:45:58',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1981,'4000','81670748331','2022-12-11 11:45:31',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1982,'1110','81670748367','2022-12-11 11:46:20',NULL,35.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1983,'5500','81670748367','2022-12-11 11:46:07',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1984,'1000','81670748367','2022-12-11 11:46:20',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1985,'4000','81670748367','2022-12-11 11:46:20',NULL,70.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1986,'1110','81670750089','2022-12-11 12:15:06',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1987,'5500','81670750089','2022-12-11 12:14:49',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1988,'1000','81670750089','2022-12-11 12:15:06',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1989,'4000','81670750089','2022-12-11 12:15:06',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1990,'1110','81670819601','2022-12-12 07:33:54',NULL,65.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1991,'5500','81670819601','2022-12-12 07:33:21',65.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1992,'1000','81670819601','2022-12-12 07:33:54',130.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1993,'4000','81670819601','2022-12-12 07:33:54',NULL,130.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(1994,'1110','81670821600','2022-12-12 08:07:07',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(1995,'1110','81670821600','2022-12-12 08:06:40',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(1996,'5500','81670821600','2022-12-12 08:06:53',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(1997,'1000','81670821600','2022-12-12 08:07:07',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(1998,'4000','81670821600','2022-12-12 08:07:07',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(1999,'4000','81670821600','2022-12-12 08:06:40',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2000,'1110','81670823068','2022-12-12 08:31:30',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2001,'1110','81670823068','2022-12-12 08:31:08',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2002,'5500','81670823068','2022-12-12 08:31:22',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2003,'1000','81670823068','2022-12-12 08:31:30',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2004,'4000','81670823068','2022-12-12 08:31:30',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2005,'4000','81670823068','2022-12-12 08:31:08',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2006,'1110','61670825783','2022-12-12 09:17:20',NULL,30.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2007,'5500','61670825783','2022-12-12 09:17:20',30.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2008,'1000','61670825783','2022-12-12 09:17:20',60.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2009,'4000','61670825783','2022-12-12 09:17:20',NULL,60.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2010,'1110','81670825858','2022-12-12 09:17:49',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2011,'5500','81670825858','2022-12-12 09:17:38',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2012,'1000','81670825858','2022-12-12 09:17:49',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2013,'4000','81670825858','2022-12-12 09:17:49',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2014,'1110','81670827864','2022-12-12 09:55:19',NULL,50.00,'','8','1','Inventory sold','3','','sales','125','','No',NULL,NULL,''),(2015,'1110','81670827864','2022-12-12 09:54:39',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2016,'5500','81670827864','2022-12-12 09:55:04',70.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2017,'1000','81670827864','2022-12-12 09:55:19',130.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2018,'4000','81670827864','2022-12-12 09:55:19',NULL,100.00,'','8','1','Good sold','3','','sales','125','','No',NULL,NULL,''),(2019,'4000','81670827864','2022-12-12 09:54:39',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2020,'1110','81670828280','2022-12-12 09:58:23',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2021,'1110','81670828280','2022-12-12 09:58:00',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2022,'5500','81670828280','2022-12-12 09:58:15',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2023,'1000','81670828280','2022-12-12 09:58:23',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2024,'4000','81670828280','2022-12-12 09:58:23',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2025,'4000','81670828280','2022-12-12 09:58:00',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2026,'1110','81670828423','2022-12-12 10:00:51',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2027,'1110','81670828423','2022-12-12 10:00:23',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2028,'5500','81670828423','2022-12-12 10:00:38',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2029,'1000','81670828423','2022-12-12 10:00:51',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2030,'4000','81670828423','2022-12-12 10:00:51',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2031,'4000','81670828423','2022-12-12 10:00:23',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2032,'1110','81670829132','2022-12-12 10:12:44',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2033,'1110','81670829132','2022-12-12 10:12:12',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2034,'5500','81670829132','2022-12-12 10:12:22',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2035,'1000','81670829132','2022-12-12 10:12:44',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2036,'4000','81670829132','2022-12-12 10:12:44',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2037,'4000','81670829132','2022-12-12 10:12:12',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2038,'1110','81670829175','2022-12-12 10:13:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2039,'5500','81670829175','2022-12-12 10:12:55',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2040,'1000','81670829175','2022-12-12 10:13:05',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2041,'4000','81670829175','2022-12-12 10:13:05',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2042,'1110','61670829849','2022-12-12 10:24:33',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2043,'5500','61670829849','2022-12-12 10:24:33',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2044,'1000','61670829849','2022-12-12 10:24:33',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2045,'4000','61670829849','2022-12-12 10:24:33',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2046,'1110','81670833005','2022-12-12 11:17:12',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2047,'1110','81670833005','2022-12-12 11:16:45',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2048,'5500','81670833005','2022-12-12 11:17:11',170.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2049,'1000','81670833005','2022-12-12 11:17:12',280.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2050,'4000','81670833005','2022-12-12 11:17:12',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2051,'4000','81670833005','2022-12-12 11:16:45',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2052,'1110','61670833336','2022-12-12 11:22:37',NULL,20.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2053,'5500','61670833336','2022-12-12 11:22:37',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2054,'1000','61670833336','2022-12-12 11:22:37',40.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2055,'4000','61670833336','2022-12-12 11:22:37',NULL,40.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2056,'1110','81670834842','2022-12-12 11:47:37',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2057,'1110','81670834842','2022-12-12 11:47:22',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2058,'5500','81670834842','2022-12-12 11:47:29',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2059,'1000','81670834842','2022-12-12 11:47:37',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2060,'4000','81670834842','2022-12-12 11:47:37',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2061,'4000','81670834842','2022-12-12 11:47:22',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2062,'1110','91670835498','2022-12-12 11:58:42',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2063,'1110','91670835498','2022-12-12 11:58:18',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2064,'5500','91670835498','2022-12-12 11:58:25',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2065,'1000','91670835498','2022-12-12 11:58:42',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2066,'4000','91670835498','2022-12-12 11:58:42',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2067,'4000','91670835498','2022-12-12 11:58:18',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2068,'1110','81670837238','2022-12-12 12:27:33',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2069,'1110','81670837238','2022-12-12 12:27:18',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2070,'1110','81670837238','2022-12-12 12:27:25',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2071,'5500','81670837238','2022-12-12 12:27:32',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2072,'1000','81670837238','2022-12-12 12:27:33',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2073,'4000','81670837238','2022-12-12 12:27:33',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2074,'4000','81670837238','2022-12-12 12:27:18',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2075,'4000','81670837238','2022-12-12 12:27:25',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2076,'1110','81670838841','2022-12-12 12:54:17',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2077,'1110','81670838841','2022-12-12 12:54:01',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2078,'1110','81670838841','2022-12-12 12:54:06',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2079,'1110','81670838841','2022-12-12 12:54:12',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2080,'5500','81670838841','2022-12-12 12:54:16',390.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2081,'1000','81670838841','2022-12-12 12:54:17',696.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2082,'4000','81670838841','2022-12-12 12:54:17',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2083,'4000','81670838841','2022-12-12 12:54:01',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2084,'4000','81670838841','2022-12-12 12:54:06',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2085,'4000','81670838841','2022-12-12 12:54:12',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2086,'1110','91670839017','2022-12-12 12:57:09',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2087,'5500','91670839017','2022-12-12 12:56:57',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2088,'1000','91670839017','2022-12-12 12:57:09',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2089,'4000','91670839017','2022-12-12 12:57:09',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2090,'5500','81670840441','2022-12-12 13:20:45',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2091,'1110','81670840441','2022-12-12 13:20:41',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2092,'5500','81670840441','2022-12-12 13:20:44',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2093,'1000','81670840441','2022-12-12 13:20:45',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2094,'5500','81670840441','2022-12-12 13:20:45',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2095,'4000','81670840441','2022-12-12 13:20:41',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2096,'1110','61670842584','2022-12-12 13:56:43',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2097,'5500','61670842584','2022-12-12 13:56:43',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2098,'1000','61670842584','2022-12-12 13:56:43',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2099,'4000','61670842584','2022-12-12 13:56:43',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2100,'1110','91670842991','2022-12-12 14:03:21',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2101,'5500','91670842991','2022-12-12 14:03:11',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2102,'1000','91670842991','2022-12-12 14:03:21',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2103,'4000','91670842991','2022-12-12 14:03:21',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2104,'5500','81670843824','2022-12-12 14:17:11',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2105,'1110','81670843824','2022-12-12 14:17:04',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2106,'5500','81670843824','2022-12-12 14:17:10',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2107,'1000','81670843824','2022-12-12 14:17:11',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2108,'5500','81670843824','2022-12-12 14:17:11',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2109,'4000','81670843824','2022-12-12 14:17:04',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2110,'5500','81670844028','2022-12-12 14:20:39',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2111,'1110','81670844028','2022-12-12 14:20:28',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2112,'1110','81670844028','2022-12-12 14:20:32',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2113,'5500','81670844028','2022-12-12 14:20:38',144.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2114,'1000','81670844028','2022-12-12 14:20:39',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2115,'5500','81670844028','2022-12-12 14:20:39',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2116,'4000','81670844028','2022-12-12 14:20:28',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2117,'4000','81670844028','2022-12-12 14:20:32',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2118,'1110','81670844571','2022-12-12 14:29:32',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2119,'5500','81670844571','2022-12-12 14:29:31',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2120,'1000','81670844571','2022-12-12 14:29:32',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2121,'4000','81670844571','2022-12-12 14:29:32',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2122,'1110','61670846259','2022-12-12 14:57:58',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2123,'5500','61670846259','2022-12-12 14:57:58',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2124,'1000','61670846259','2022-12-12 14:57:58',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2125,'4000','61670846259','2022-12-12 14:57:58',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2126,'1110','61670846392','2022-12-12 15:00:03',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2127,'5500','61670846392','2022-12-12 15:00:03',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2128,'1000','61670846392','2022-12-12 15:00:03',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2129,'4000','61670846392','2022-12-12 15:00:03',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2130,'1110','61670847655','2022-12-12 15:21:22',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2131,'5500','61670847655','2022-12-12 15:21:22',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2132,'1000','61670847655','2022-12-12 15:21:22',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2133,'4000','61670847655','2022-12-12 15:21:22',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2134,'1110','61670847699','2022-12-12 15:21:56',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2135,'5500','61670847699','2022-12-12 15:21:56',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2136,'1000','61670847699','2022-12-12 15:21:56',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2137,'4000','61670847699','2022-12-12 15:21:56',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2138,'1110','61670848717','2022-12-12 15:38:50',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2139,'5500','61670848717','2022-12-12 15:38:50',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2140,'1000','61670848717','2022-12-12 15:38:50',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2141,'4000','61670848717','2022-12-12 15:38:50',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2142,'1110','61670849038','2022-12-12 15:44:13',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2143,'5500','61670849038','2022-12-12 15:44:13',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2144,'1000','61670849038','2022-12-12 15:44:13',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2145,'4000','61670849038','2022-12-12 15:44:13',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2146,'5500','81670849238','2022-12-12 15:47:21',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2147,'1110','81670849238','2022-12-12 15:47:18',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2148,'5500','81670849238','2022-12-12 15:47:20',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2149,'1000','81670849238','2022-12-12 15:47:21',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2150,'5500','81670849238','2022-12-12 15:47:21',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2151,'4000','81670849238','2022-12-12 15:47:18',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2152,'5500','81670849877','2022-12-12 15:58:03',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2153,'1110','81670849877','2022-12-12 15:57:57',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2154,'5500','81670849877','2022-12-12 15:58:02',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2155,'1000','81670849877','2022-12-12 15:58:03',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2156,'5500','81670849877','2022-12-12 15:58:03',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2157,'4000','81670849877','2022-12-12 15:57:57',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2158,'1110','81670850002','2022-12-12 16:00:48',NULL,197.00,'','8','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(2159,'1110','81670850002','2022-12-12 16:00:02',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(2160,'5500','81670850002','2022-12-12 16:00:47',238.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2161,'1000','81670850002','2022-12-12 16:00:48',310.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2162,'4000','81670850002','2022-12-12 16:00:48',NULL,250.00,'','8','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(2163,'4000','81670850002','2022-12-12 16:00:02',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(2164,'1110','81670905003','2022-12-13 07:17:06',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2165,'1110','81670905003','2022-12-13 07:16:43',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2166,'5500','81670905003','2022-12-13 07:16:55',80.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2167,'1000','81670905003','2022-12-13 07:17:06',120.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2168,'4000','81670905003','2022-12-13 07:17:06',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2169,'4000','81670905003','2022-12-13 07:16:43',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2170,'1110','81670905149','2022-12-13 07:19:44',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2171,'1110','81670905149','2022-12-13 07:19:09',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2172,'5500','81670905149','2022-12-13 07:19:23',80.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2173,'1000','81670905149','2022-12-13 07:19:44',120.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2174,'4000','81670905149','2022-12-13 07:19:44',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2175,'4000','81670905149','2022-12-13 07:19:09',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2176,'1110','81670908234','2022-12-13 08:10:56',NULL,40.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2177,'1110','81670908234','2022-12-13 08:10:35',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2178,'5500','81670908234','2022-12-13 08:10:48',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2179,'1000','81670908234','2022-12-13 08:10:56',110.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2180,'4000','81670908234','2022-12-13 08:10:56',NULL,80.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2181,'4000','81670908234','2022-12-13 08:10:35',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2182,'1110','91670908408','2022-12-13 08:13:35',NULL,185.00,'','9','1','Inventory sold','3','','sales','26','','No',NULL,NULL,''),(2183,'5500','91670908408','2022-12-13 08:13:28',185.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2184,'1000','91670908408','2022-12-13 08:13:35',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2185,'4000','91670908408','2022-12-13 08:13:35',NULL,250.00,'','9','1','Good sold','3','','sales','26','','No',NULL,NULL,''),(2186,'1110','61670908547','2022-12-13 08:16:29',NULL,20.00,'','6','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2187,'5500','61670908547','2022-12-13 08:16:29',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2188,'1000','61670908547','2022-12-13 08:16:29',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2189,'4000','61670908547','2022-12-13 08:16:29',NULL,30.00,'','6','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2190,'1110','61670908631','2022-12-13 08:17:22',NULL,20.00,'','6','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2191,'5500','61670908631','2022-12-13 08:17:22',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2192,'1000','61670908631','2022-12-13 08:17:22',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2193,'4000','61670908631','2022-12-13 08:17:22',NULL,30.00,'','6','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2194,'1110','61670908659','2022-12-13 08:22:47',NULL,35.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2195,'5500','61670908659','2022-12-13 08:22:47',35.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2196,'1000','61670908659','2022-12-13 08:22:47',70.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2197,'4000','61670908659','2022-12-13 08:22:47',NULL,70.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2198,'1110','81670909885','2022-12-13 08:38:29',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2199,'1110','81670909885','2022-12-13 08:38:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2200,'5500','81670909885','2022-12-13 08:38:15',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2201,'1000','81670909885','2022-12-13 08:38:29',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2202,'4000','81670909885','2022-12-13 08:38:29',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2203,'4000','81670909885','2022-12-13 08:38:05',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2204,'1110','91670910379','2022-12-13 08:46:31',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2205,'5500','91670910379','2022-12-13 08:46:19',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2206,'1000','91670910379','2022-12-13 08:46:31',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2207,'4000','91670910379','2022-12-13 08:46:31',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2208,'1110','81670911533','2022-12-13 09:05:50',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2209,'1110','81670911533','2022-12-13 09:05:33',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2210,'5500','81670911533','2022-12-13 09:05:42',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2211,'1000','81670911533','2022-12-13 09:05:50',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2212,'4000','81670911533','2022-12-13 09:05:50',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2213,'4000','81670911533','2022-12-13 09:05:33',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2214,'1110','91670911604','2022-12-13 09:06:54',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2215,'5500','91670911604','2022-12-13 09:06:44',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2216,'1000','91670911604','2022-12-13 09:06:54',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2217,'4000','91670911604','2022-12-13 09:06:54',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2218,'1110','91670912222','2022-12-13 09:17:09',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(2219,'5500','91670912222','2022-12-13 09:17:02',175.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2220,'1000','91670912222','2022-12-13 09:17:09',280.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2221,'4000','91670912222','2022-12-13 09:17:09',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(2222,'1110','91670912242','2022-12-13 09:17:58',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(2223,'5500','91670912242','2022-12-13 09:17:30',175.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2224,'1000','91670912242','2022-12-13 09:17:58',280.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2225,'4000','91670912242','2022-12-13 09:17:58',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(2226,'1110','61670920815','2022-12-13 11:40:42',NULL,20.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2227,'5500','61670920815','2022-12-13 11:40:42',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2228,'1000','61670920815','2022-12-13 11:40:42',40.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2229,'4000','61670920815','2022-12-13 11:40:42',NULL,40.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2230,'1110','91670921462','2022-12-13 11:55:34',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2231,'1110','91670921462','2022-12-13 11:51:02',NULL,80.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2232,'1110','91670921462','2022-12-13 11:51:19',NULL,24.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2233,'1110','91670921462','2022-12-13 11:51:38',NULL,160.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2234,'1110','91670921462','2022-12-13 11:52:02',NULL,210.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2235,'5500','91670921462','2022-12-13 11:52:28',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2236,'1110','91670921462','2022-12-13 11:53:54',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(2237,'1110','91670921462','2022-12-13 11:54:05',NULL,168.00,'','9','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(2238,'1110','91670921462','2022-12-13 11:54:21',NULL,192.00,'','9','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(2239,'1110','91670921462','2022-12-13 11:55:00',NULL,320.00,'','9','1','Inventory sold','3','','sales','4','','No',NULL,NULL,''),(2240,'5500','91670921462','2022-12-13 11:55:12',1484.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2241,'1000','91670921462','2022-12-13 11:55:34',2300.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2242,'4000','91670921462','2022-12-13 11:55:34',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2243,'4000','91670921462','2022-12-13 11:51:02',NULL,120.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2244,'4000','91670921462','2022-12-13 11:51:19',NULL,40.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2245,'4000','91670921462','2022-12-13 11:51:38',NULL,240.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2246,'4000','91670921462','2022-12-13 11:52:02',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2247,'5500','91670921462','2022-12-13 11:52:28',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2248,'4000','91670921462','2022-12-13 11:53:54',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(2249,'4000','91670921462','2022-12-13 11:54:05',NULL,220.00,'','9','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(2250,'4000','91670921462','2022-12-13 11:54:21',NULL,250.00,'','9','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(2251,'4000','91670921462','2022-12-13 11:55:00',NULL,450.00,'','9','1','Good sold','3','','sales','4','','No',NULL,NULL,''),(2252,'1110','91670921795','2022-12-13 12:04:34',NULL,215.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2253,'1110','91670921795','2022-12-13 11:56:35',NULL,40.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2254,'5500','91670921795','2022-12-13 11:57:17',NULL,420.00,'','9','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(2255,'5500','91670921795','2022-12-13 11:57:30',NULL,420.00,'','9','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(2256,'5500','91670921795','2022-12-13 11:58:08',NULL,420.00,'','9','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(2257,'5500','91670921795','2022-12-13 11:58:17',NULL,420.00,'','9','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(2258,'1110','91670921795','2022-12-13 11:58:38',NULL,210.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2259,'5500','91670921795','2022-12-13 11:58:49',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2260,'1110','91670921795','2022-12-13 11:59:07',NULL,345.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2261,'1110','91670921795','2022-12-13 11:59:18',NULL,1493.44,'','9','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(2262,'1110','91670921795','2022-12-13 12:00:03',NULL,672.00,'','9','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(2263,'1110','91670921795','2022-12-13 12:00:23',NULL,172.00,'','9','1','Inventory sold','3','','sales','62','','No',NULL,NULL,''),(2264,'1110','91670921795','2022-12-13 12:00:34',NULL,160.24,'','9','1','Inventory sold','3','','sales','56','','No',NULL,NULL,''),(2265,'1110','91670921795','2022-12-13 12:00:59',NULL,1038.00,'','9','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(2266,'1110','91670921795','2022-12-13 12:01:08',NULL,172.00,'','9','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(2267,'1110','91670921795','2022-12-13 12:01:22',NULL,603.00,'','9','1','Inventory sold','3','','sales','12','','No',NULL,NULL,''),(2268,'1110','91670921795','2022-12-13 12:01:33',NULL,168.00,'','9','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(2269,'1110','91670921795','2022-12-13 12:01:44',NULL,384.00,'','9','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(2270,'1110','91670921795','2022-12-13 12:02:04',NULL,301.00,'','9','1','Inventory sold','3','','sales','46','','No',NULL,NULL,''),(2271,'1110','91670921795','2022-12-13 12:02:21',NULL,533.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(2272,'1110','91670921795','2022-12-13 12:02:31',NULL,92.00,'','9','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(2273,'1110','91670921795','2022-12-13 12:03:36',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2274,'5500','91670921795','2022-12-13 12:04:01',8407.68,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2275,'1000','91670921795','2022-12-13 12:04:34',12588.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2276,'4000','91670921795','2022-12-13 12:04:34',NULL,430.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2277,'4000','91670921795','2022-12-13 11:56:35',NULL,60.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2278,'5500','91670921795','2022-12-13 11:57:17',NULL,800.00,'','9','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(2279,'5500','91670921795','2022-12-13 11:57:30',NULL,800.00,'','9','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(2280,'5500','91670921795','2022-12-13 11:58:08',NULL,800.00,'','9','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(2281,'5500','91670921795','2022-12-13 11:58:17',NULL,800.00,'','9','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(2282,'4000','91670921795','2022-12-13 11:58:38',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2283,'5500','91670921795','2022-12-13 11:58:49',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2284,'4000','91670921795','2022-12-13 11:59:07',NULL,517.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2285,'4000','91670921795','2022-12-13 11:59:18',NULL,1760.00,'','9','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(2286,'4000','91670921795','2022-12-13 12:00:03',NULL,880.00,'','9','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(2287,'4000','91670921795','2022-12-13 12:00:23',NULL,220.00,'','9','1','Good sold','3','','sales','62','','No',NULL,NULL,''),(2288,'4000','91670921795','2022-12-13 12:00:34',NULL,220.00,'','9','1','Good sold','3','','sales','56','','No',NULL,NULL,''),(2289,'4000','91670921795','2022-12-13 12:00:59',NULL,1320.00,'','9','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(2290,'4000','91670921795','2022-12-13 12:01:08',NULL,220.00,'','9','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(2291,'4000','91670921795','2022-12-13 12:01:22',NULL,750.00,'','9','1','Good sold','3','','sales','12','','No',NULL,NULL,''),(2292,'4000','91670921795','2022-12-13 12:01:33',NULL,220.00,'','9','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(2293,'4000','91670921795','2022-12-13 12:01:44',NULL,500.00,'','9','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(2294,'4000','91670921795','2022-12-13 12:02:04',NULL,400.00,'','9','1','Good sold','3','','sales','46','','No',NULL,NULL,''),(2295,'4000','91670921795','2022-12-13 12:02:21',NULL,1040.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(2296,'4000','91670921795','2022-12-13 12:02:31',NULL,200.00,'','9','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(2297,'4000','91670921795','2022-12-13 12:03:36',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2298,'1110','91670923078','2022-12-13 12:18:23',NULL,150.00,'','9','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2299,'1110','91670923078','2022-12-13 12:17:58',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(2300,'5500','91670923078','2022-12-13 12:18:11',325.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2301,'1000','91670923078','2022-12-13 12:18:23',530.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2302,'4000','91670923078','2022-12-13 12:18:23',NULL,250.00,'','9','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2303,'4000','91670923078','2022-12-13 12:17:58',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(2304,'1110','91670923115','2022-12-13 12:18:46',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2305,'5500','91670923115','2022-12-13 12:18:35',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2306,'1000','91670923115','2022-12-13 12:18:46',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2307,'4000','91670923115','2022-12-13 12:18:46',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2308,'1110','81670925332','2022-12-13 12:55:45',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2309,'1110','81670925332','2022-12-13 12:55:32',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2310,'1110','81670925332','2022-12-13 12:55:37',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2311,'1110','81670925332','2022-12-13 12:55:41',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2312,'5500','81670925332','2022-12-13 12:55:44',330.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2313,'1000','81670925332','2022-12-13 12:55:45',546.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2314,'4000','81670925332','2022-12-13 12:55:45',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2315,'4000','81670925332','2022-12-13 12:55:32',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2316,'4000','81670925332','2022-12-13 12:55:37',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2317,'4000','81670925332','2022-12-13 12:55:41',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2318,'1110','91670926080','2022-12-13 13:08:08',NULL,188.00,'','9','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(2319,'5500','91670926080','2022-12-13 13:08:00',188.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2320,'1000','91670926080','2022-12-13 13:08:08',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2321,'4000','91670926080','2022-12-13 13:08:08',NULL,250.00,'','9','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(2322,'1110','91670926106','2022-12-13 13:08:33',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2323,'5500','91670926106','2022-12-13 13:08:26',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2324,'1000','91670926106','2022-12-13 13:08:33',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2325,'4000','91670926106','2022-12-13 13:08:33',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2326,'1110','81670928367','2022-12-13 13:46:17',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2327,'5500','81670928367','2022-12-13 13:46:07',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2328,'1000','81670928367','2022-12-13 13:46:17',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2329,'4000','81670928367','2022-12-13 13:46:17',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2330,'1110','91670938607','2022-12-13 16:37:08',NULL,172.00,'','9','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(2331,'1110','91670938607','2022-12-13 16:36:47',NULL,186.68,'','9','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(2332,'5500','91670938607','2022-12-13 16:37:00',358.68,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2333,'1000','91670938607','2022-12-13 16:37:08',440.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2334,'4000','91670938607','2022-12-13 16:37:08',NULL,220.00,'','9','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(2335,'4000','91670938607','2022-12-13 16:36:47',NULL,220.00,'','9','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(2336,'1110','91670938685','2022-12-13 16:38:59',NULL,60.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2337,'5500','91670938685','2022-12-13 16:38:33',60.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2338,'1000','91670938685','2022-12-13 16:38:59',90.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2339,'4000','91670938685','2022-12-13 16:38:59',NULL,90.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2340,'1110','91670938753','2022-12-13 16:41:22',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2341,'1110','91670938753','2022-12-13 16:39:37',NULL,75.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2342,'5500','91670938753','2022-12-13 16:40:51',87.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2343,'1000','91670938753','2022-12-13 16:41:22',170.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2344,'4000','91670938753','2022-12-13 16:41:22',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2345,'4000','91670938753','2022-12-13 16:39:37',NULL,150.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2346,'1110','91670938896','2022-12-13 16:41:47',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2347,'5500','91670938896','2022-12-13 16:41:36',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2348,'1000','91670938896','2022-12-13 16:41:47',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2349,'4000','91670938896','2022-12-13 16:41:47',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2350,'5500','91670938923','2022-12-13 16:42:10',NULL,420.00,'','9','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(2351,'5920','91670938923','2022-12-13 16:42:03',420.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2352,'1000','91670938923','2022-12-13 16:42:10',800.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2353,'5500','91670938923','2022-12-13 16:42:10',NULL,800.00,'','9','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(2354,'1110','91670938965','2022-12-13 16:43:19',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2355,'5500','91670938965','2022-12-13 16:42:57',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2356,'5920','91670938965','2022-12-13 16:43:08',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2357,'1000','91670938965','2022-12-13 16:43:19',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2358,'4000','91670938965','2022-12-13 16:43:19',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2359,'5500','91670938965','2022-12-13 16:42:57',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2360,'1110','91670939017','2022-12-13 16:43:52',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2361,'5500','91670939017','2022-12-13 16:43:37',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2362,'5920','91670939017','2022-12-13 16:43:44',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2363,'1000','91670939017','2022-12-13 16:43:52',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2364,'4000','91670939017','2022-12-13 16:43:52',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2365,'5500','91670939017','2022-12-13 16:43:37',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2366,'1110','91670939065','2022-12-13 16:44:36',NULL,40.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2367,'5500','91670939065','2022-12-13 16:44:25',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2368,'1000','91670939065','2022-12-13 16:44:36',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2369,'4000','91670939065','2022-12-13 16:44:36',NULL,60.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2370,'1110','91670939092','2022-12-13 16:45:05',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2371,'5500','91670939092','2022-12-13 16:44:52',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2372,'1000','91670939092','2022-12-13 16:45:05',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2373,'4000','91670939092','2022-12-13 16:45:05',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2374,'1110','91670939119','2022-12-13 16:45:27',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2375,'5500','91670939119','2022-12-13 16:45:19',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2376,'1000','91670939119','2022-12-13 16:45:27',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2377,'4000','91670939119','2022-12-13 16:45:27',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2378,'1110','91670940181','2022-12-13 17:03:09',NULL,201.00,'','9','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(2379,'5500','91670940181','2022-12-13 17:03:01',201.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2380,'1000','91670940181','2022-12-13 17:03:09',302.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2381,'4000','91670940181','2022-12-13 17:03:09',NULL,301.50,'','9','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(2382,'1110','81670942167','2022-12-13 17:36:46',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2383,'1110','81670942167','2022-12-13 17:36:11',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2384,'1110','81670942167','2022-12-13 17:36:12',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2385,'5500','81670942167','2022-12-13 17:36:45',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2386,'1000','81670942167','2022-12-13 17:36:46',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2387,'4000','81670942167','2022-12-13 17:36:46',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2388,'4000','81670942167','2022-12-13 17:36:11',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2389,'4000','81670942167','2022-12-13 17:36:12',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2390,'1110','81670942382','2022-12-13 17:39:54',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(2391,'5500','81670942382','2022-12-13 17:39:42',186.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2392,'1000','81670942382','2022-12-13 17:39:54',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2393,'4000','81670942382','2022-12-13 17:39:54',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(2394,'1110','81670942587','2022-12-13 17:43:18',NULL,50.00,'','8','1','Inventory sold','3','','sales','125','','No',NULL,NULL,''),(2395,'5500','81670942587','2022-12-13 17:43:07',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2396,'1000','81670942587','2022-12-13 17:43:18',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2397,'4000','81670942587','2022-12-13 17:43:18',NULL,100.00,'','8','1','Good sold','3','','sales','125','','No',NULL,NULL,''),(2398,'1110','11670943346','2022-12-13 17:55:55',NULL,210.00,'','1','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2399,'5500','11670943346','2022-12-13 17:55:55',210.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2400,'1000','11670943346','2022-12-13 17:55:55',400.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2401,'4000','11670943346','2022-12-13 17:55:55',NULL,400.00,'','1','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2402,'1110','81670943611','2022-12-13 18:02:09',NULL,48.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2403,'1110','81670943611','2022-12-13 18:00:11',NULL,140.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2404,'1110','81670943611','2022-12-13 18:00:30',NULL,55.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2405,'5500','81670943611','2022-12-13 18:01:44',243.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2406,'1000','81670943611','2022-12-13 18:02:09',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2407,'4000','81670943611','2022-12-13 18:02:09',NULL,80.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2408,'4000','81670943611','2022-12-13 18:00:11',NULL,210.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2409,'4000','81670943611','2022-12-13 18:00:30',NULL,110.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2410,'1110','81670944062','2022-12-13 18:08:29',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2411,'1110','81670944062','2022-12-13 18:07:42',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2412,'1110','81670944062','2022-12-13 18:08:04',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2413,'1110','81670944062','2022-12-13 18:08:12',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2414,'1110','81670944062','2022-12-13 18:08:19',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2415,'1110','81670944062','2022-12-13 18:08:22',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2416,'5500','81670944062','2022-12-13 18:08:28',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2417,'1000','81670944062','2022-12-13 18:08:29',165.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2418,'4000','81670944062','2022-12-13 18:08:29',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2419,'4000','81670944062','2022-12-13 18:07:42',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2420,'4000','81670944062','2022-12-13 18:08:04',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2421,'4000','81670944062','2022-12-13 18:08:12',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2422,'4000','81670944062','2022-12-13 18:08:19',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2423,'4000','81670944062','2022-12-13 18:08:22',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2424,'1110','81670947033','2022-12-13 18:57:55',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(2425,'1110','81670947033','2022-12-13 18:57:13',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(2426,'5500','81670947033','2022-12-13 18:57:32',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2427,'1000','81670947033','2022-12-13 18:57:55',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2428,'4000','81670947033','2022-12-13 18:57:55',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(2429,'4000','81670947033','2022-12-13 18:57:13',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(2430,'1110','91670949844','2022-12-13 19:44:18',NULL,168.00,'','9','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(2431,'5500','91670949844','2022-12-13 19:44:04',168.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2432,'1000','91670949844','2022-12-13 19:44:18',220.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2433,'4000','91670949844','2022-12-13 19:44:18',NULL,220.00,'','9','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(2434,'1110','91670950478','2022-12-13 19:54:58',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2435,'1110','91670950478','2022-12-13 19:54:38',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2436,'5500','91670950478','2022-12-13 19:54:49',22.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2437,'1000','91670950478','2022-12-13 19:54:58',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2438,'4000','91670950478','2022-12-13 19:54:58',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2439,'4000','91670950478','2022-12-13 19:54:38',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2440,'1110','91670950510','2022-12-13 19:55:38',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2441,'1110','91670950510','2022-12-13 19:55:19',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2442,'5500','91670950510','2022-12-13 19:55:29',17.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2443,'1000','91670950510','2022-12-13 19:55:38',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2444,'4000','91670950510','2022-12-13 19:55:38',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2445,'4000','91670950510','2022-12-13 19:55:19',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2446,'1110','91670950552','2022-12-13 19:56:25',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2447,'5500','91670950552','2022-12-13 19:56:09',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2448,'1000','91670950552','2022-12-13 19:56:25',23.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2449,'4000','91670950552','2022-12-13 19:56:25',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2450,'1110','91670951252','2022-12-13 20:07:42',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2451,'5500','91670951252','2022-12-13 20:07:33',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2452,'1000','91670951252','2022-12-13 20:07:42',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2453,'4000','91670951252','2022-12-13 20:07:42',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2454,'1110','91670955015','2022-12-13 21:10:24',NULL,205.00,'','9','1','Inventory sold','3','','sales','20','','No',NULL,NULL,''),(2455,'5500','91670955015','2022-12-13 21:10:15',205.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2456,'1000','91670955015','2022-12-13 21:10:24',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2457,'4000','91670955015','2022-12-13 21:10:24',NULL,250.00,'','9','1','Good sold','3','','sales','20','','No',NULL,NULL,''),(2458,'5500','91670959983','2022-12-13 22:33:14',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2459,'5920','91670959983','2022-12-13 22:33:03',105.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2460,'1000','91670959983','2022-12-13 22:33:14',200.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2461,'5500','91670959983','2022-12-13 22:33:14',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2462,'1110','91670960008','2022-12-13 22:33:39',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2463,'5500','91670960008','2022-12-13 22:33:28',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2464,'1000','91670960008','2022-12-13 22:33:39',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2465,'4000','91670960008','2022-12-13 22:33:39',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2466,'1110','91670960031','2022-12-13 22:34:29',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2467,'1110','91670960031','2022-12-13 22:33:51',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2468,'5500','91670960031','2022-12-13 22:34:14',32.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2469,'1000','91670960031','2022-12-13 22:34:29',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2470,'4000','91670960031','2022-12-13 22:34:29',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2471,'4000','91670960031','2022-12-13 22:33:51',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2472,'1110','81670993331','2022-12-14 07:49:53',NULL,40.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2473,'1110','81670993331','2022-12-14 07:48:51',NULL,60.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2474,'5500','81670993331','2022-12-14 07:49:35',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2475,'1000','81670993331','2022-12-14 07:49:53',170.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2476,'4000','81670993331','2022-12-14 07:49:53',NULL,80.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2477,'4000','81670993331','2022-12-14 07:48:51',NULL,90.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2478,'1110','81670993450','2022-12-14 07:51:05',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2479,'5500','81670993450','2022-12-14 07:50:50',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2480,'1000','81670993450','2022-12-14 07:51:05',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2481,'4000','81670993450','2022-12-14 07:51:05',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2482,'1110','81670995866','2022-12-14 08:31:28',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(2483,'1110','81670995866','2022-12-14 08:31:06',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2484,'5500','81670995866','2022-12-14 08:31:16',38.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2485,'1000','81670995866','2022-12-14 08:31:28',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2486,'4000','81670995866','2022-12-14 08:31:28',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(2487,'4000','81670995866','2022-12-14 08:31:06',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2488,'1110','81670995899','2022-12-14 08:31:52',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2489,'5500','81670995899','2022-12-14 08:31:39',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2490,'1000','81670995899','2022-12-14 08:31:52',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2491,'4000','81670995899','2022-12-14 08:31:52',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2492,'1110','81670996720','2022-12-14 08:45:34',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2493,'1110','81670996720','2022-12-14 08:45:20',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2494,'5500','81670996720','2022-12-14 08:45:27',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2495,'1000','81670996720','2022-12-14 08:45:34',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2496,'4000','81670996720','2022-12-14 08:45:34',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2497,'4000','81670996720','2022-12-14 08:45:20',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2498,'1110','81670996759','2022-12-14 08:58:59',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2499,'1110','81670996759','2022-12-14 08:45:59',NULL,36.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(2500,'1110','81670996759','2022-12-14 08:46:06',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2501,'5500','81670996759','2022-12-14 08:46:20',116.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2502,'1000','81670996759','2022-12-14 08:58:59',180.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2503,'4000','81670996759','2022-12-14 08:58:59',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2504,'4000','81670996759','2022-12-14 08:45:59',NULL,60.12,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(2505,'4000','81670996759','2022-12-14 08:46:06',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2506,'1110','91670997600','2022-12-14 09:00:10',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2507,'5500','91670997600','2022-12-14 09:00:00',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2508,'1000','91670997600','2022-12-14 09:00:10',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2509,'4000','91670997600','2022-12-14 09:00:10',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2510,'1110','91670997618','2022-12-14 09:00:33',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2511,'1110','91670997618','2022-12-14 09:00:18',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2512,'5500','91670997618','2022-12-14 09:00:27',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2513,'1000','91670997618','2022-12-14 09:00:33',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2514,'4000','91670997618','2022-12-14 09:00:33',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2515,'4000','91670997618','2022-12-14 09:00:18',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2516,'1110','91670997643','2022-12-14 09:00:56',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2517,'5500','91670997643','2022-12-14 09:00:43',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2518,'1000','91670997643','2022-12-14 09:00:56',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2519,'4000','91670997643','2022-12-14 09:00:56',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2520,'1110','91670997665','2022-12-14 09:01:22',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2521,'1110','91670997665','2022-12-14 09:01:05',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2522,'5500','91670997665','2022-12-14 09:01:15',22.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2523,'1000','91670997665','2022-12-14 09:01:22',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2524,'4000','91670997665','2022-12-14 09:01:22',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2525,'4000','91670997665','2022-12-14 09:01:05',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2526,'1110','91671000012','2022-12-14 09:40:21',NULL,192.00,'','9','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(2527,'5500','91671000012','2022-12-14 09:40:12',192.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2528,'1000','91671000012','2022-12-14 09:40:21',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2529,'4000','91671000012','2022-12-14 09:40:21',NULL,250.00,'','9','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(2530,'1110','91671000031','2022-12-14 09:40:43',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2531,'5500','91671000031','2022-12-14 09:40:32',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2532,'1000','91671000031','2022-12-14 09:40:43',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2533,'4000','91671000031','2022-12-14 09:40:43',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2534,'1110','91671000056','2022-12-14 09:41:13',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2535,'1110','91671000056','2022-12-14 09:40:56',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2536,'5500','91671000056','2022-12-14 09:41:04',45.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2537,'1000','91671000056','2022-12-14 09:41:13',80.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2538,'4000','91671000056','2022-12-14 09:41:13',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2539,'4000','91671000056','2022-12-14 09:40:56',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2540,'1110','91671000085','2022-12-14 09:41:41',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2541,'5500','91671000085','2022-12-14 09:41:32',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2542,'1000','91671000085','2022-12-14 09:41:41',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2543,'4000','91671000085','2022-12-14 09:41:41',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2544,'1110','81671000212','2022-12-14 09:45:54',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2545,'5500','81671000212','2022-12-14 09:43:32',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2546,'1000','81671000212','2022-12-14 09:45:54',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2547,'4000','81671000212','2022-12-14 09:45:54',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2548,'1110','61671000693','2022-12-14 09:51:46',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2549,'5500','61671000693','2022-12-14 09:51:46',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2550,'1000','61671000693','2022-12-14 09:51:46',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2551,'4000','61671000693','2022-12-14 09:51:46',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2552,'1110','81671001264','2022-12-14 10:01:21',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2553,'5500','81671001264','2022-12-14 10:01:04',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2554,'1000','81671001264','2022-12-14 10:01:21',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2555,'4000','81671001264','2022-12-14 10:01:21',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2556,'1110','81671001298','2022-12-14 10:02:02',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2557,'5500','81671001298','2022-12-14 10:01:46',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2558,'1000','81671001298','2022-12-14 10:02:02',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2559,'4000','81671001298','2022-12-14 10:02:02',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2560,'1110','81671007451','2022-12-14 11:44:26',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2561,'5500','81671007451','2022-12-14 11:44:11',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2562,'1000','81671007451','2022-12-14 11:44:26',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2563,'4000','81671007451','2022-12-14 11:44:26',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2564,'1110','81671007479','2022-12-14 11:45:00',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2565,'1110','81671007479','2022-12-14 11:44:39',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2566,'5500','81671007479','2022-12-14 11:44:51',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2567,'1000','81671007479','2022-12-14 11:45:00',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2568,'4000','81671007479','2022-12-14 11:45:00',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2569,'4000','81671007479','2022-12-14 11:44:39',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2570,'1110','81671010480','2022-12-14 12:35:24',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2571,'1110','81671010480','2022-12-14 12:34:40',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2572,'1110','81671010480','2022-12-14 12:34:44',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2573,'1110','81671010480','2022-12-14 12:34:46',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2574,'1110','81671010480','2022-12-14 12:34:53',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2575,'1110','81671010480','2022-12-14 12:35:00',NULL,197.00,'','8','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(2576,'5500','81671010480','2022-12-14 12:35:01',485.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2577,'1000','81671010480','2022-12-14 12:35:24',796.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2578,'4000','81671010480','2022-12-14 12:35:24',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2579,'4000','81671010480','2022-12-14 12:34:40',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2580,'4000','81671010480','2022-12-14 12:34:44',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2581,'4000','81671010480','2022-12-14 12:34:46',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2582,'4000','81671010480','2022-12-14 12:34:53',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2583,'4000','81671010480','2022-12-14 12:35:00',NULL,250.00,'','8','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(2584,'5500','81671012357','2022-12-14 13:06:04',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2585,'1110','81671012357','2022-12-14 13:05:57',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2586,'1110','81671012357','2022-12-14 13:05:59',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(2587,'5500','81671012357','2022-12-14 13:06:03',161.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2588,'1000','81671012357','2022-12-14 13:06:04',303.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2589,'5500','81671012357','2022-12-14 13:06:04',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2590,'4000','81671012357','2022-12-14 13:05:57',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2591,'4000','81671012357','2022-12-14 13:05:59',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(2592,'5500','81671012423','2022-12-14 13:07:05',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2593,'1110','81671012423','2022-12-14 13:07:03',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2594,'5500','81671012423','2022-12-14 13:07:04',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2595,'1000','81671012423','2022-12-14 13:07:05',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2596,'5500','81671012423','2022-12-14 13:07:05',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2597,'4000','81671012423','2022-12-14 13:07:03',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2598,'1110','61671013088','2022-12-14 13:18:24',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2599,'5500','61671013088','2022-12-14 13:18:24',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2600,'1000','61671013088','2022-12-14 13:18:24',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2601,'4000','61671013088','2022-12-14 13:18:24',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2602,'1110','81671013871','2022-12-14 13:31:19',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2603,'5500','81671013871','2022-12-14 13:31:11',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2604,'1000','81671013871','2022-12-14 13:31:19',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2605,'4000','81671013871','2022-12-14 13:31:19',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2606,'1110','81671015030','2022-12-14 13:50:31',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(2607,'5500','81671015030','2022-12-14 13:50:30',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2608,'1000','81671015030','2022-12-14 13:50:31',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2609,'4000','81671015030','2022-12-14 13:50:31',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(2610,'5500','81671017471','2022-12-14 14:31:15',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2611,'1110','81671017471','2022-12-14 14:31:12',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2612,'5500','81671017471','2022-12-14 14:31:14',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2613,'1000','81671017471','2022-12-14 14:31:15',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2614,'5500','81671017471','2022-12-14 14:31:15',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2615,'4000','81671017471','2022-12-14 14:31:12',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2616,'1110','81671017508','2022-12-14 14:31:49',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(2617,'5500','81671017508','2022-12-14 14:31:48',175.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2618,'1000','81671017508','2022-12-14 14:31:49',280.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2619,'4000','81671017508','2022-12-14 14:31:49',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(2620,'1110','81671017593','2022-12-14 14:33:38',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2621,'5500','81671017593','2022-12-14 14:33:13',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2622,'1000','81671017593','2022-12-14 14:33:38',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2623,'4000','81671017593','2022-12-14 14:33:38',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2624,'1110','81671017779','2022-12-14 14:36:39',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2625,'1110','81671017779','2022-12-14 14:36:19',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2626,'5500','81671017779','2022-12-14 14:36:26',17.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2627,'1000','81671017779','2022-12-14 14:36:39',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2628,'4000','81671017779','2022-12-14 14:36:39',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2629,'4000','81671017779','2022-12-14 14:36:19',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2630,'1110','81671018834','2022-12-14 14:54:36',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2631,'5500','81671018834','2022-12-14 14:53:54',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2632,'1000','81671018834','2022-12-14 14:54:36',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2633,'4000','81671018834','2022-12-14 14:54:36',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2634,'1110','61671018961','2022-12-14 14:56:21',NULL,20.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2635,'5500','61671018961','2022-12-14 14:56:21',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2636,'1000','61671018961','2022-12-14 14:56:21',40.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2637,'4000','61671018961','2022-12-14 14:56:21',NULL,40.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2638,'1110','81671019033','2022-12-14 14:57:17',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2639,'5500','81671019033','2022-12-14 14:57:13',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2640,'5920','81671019033','2022-12-14 14:57:16',315.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2641,'1000','81671019033','2022-12-14 14:57:17',600.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2642,'4000','81671019033','2022-12-14 14:57:17',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2643,'5500','81671019033','2022-12-14 14:57:13',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2644,'1110','91671022133','2022-12-14 15:49:12',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2645,'5500','91671022133','2022-12-14 15:48:53',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2646,'1000','91671022133','2022-12-14 15:49:12',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2647,'4000','91671022133','2022-12-14 15:49:12',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2648,'5500','81671027062','2022-12-14 17:11:06',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2649,'1110','81671027062','2022-12-14 17:11:02',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2650,'5500','81671027062','2022-12-14 17:11:05',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2651,'1000','81671027062','2022-12-14 17:11:06',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2652,'5500','81671027062','2022-12-14 17:11:06',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2653,'4000','81671027062','2022-12-14 17:11:02',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2654,'1110','81671030706','2022-12-14 18:12:01',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2655,'5500','81671030706','2022-12-14 18:11:46',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2656,'1000','81671030706','2022-12-14 18:12:01',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2657,'4000','81671030706','2022-12-14 18:12:01',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2658,'1110','81671030732','2022-12-14 18:13:16',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2659,'1110','81671030732','2022-12-14 18:12:12',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2660,'5500','81671030732','2022-12-14 18:12:40',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2661,'1000','81671030732','2022-12-14 18:13:16',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2662,'4000','81671030732','2022-12-14 18:13:16',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2663,'4000','81671030732','2022-12-14 18:12:12',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2664,'1110','61671033308','2022-12-14 18:55:22',NULL,12.00,'','6','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2665,'5500','61671033308','2022-12-14 18:55:22',12.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2666,'1000','61671033308','2022-12-14 18:55:22',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2667,'4000','61671033308','2022-12-14 18:55:22',NULL,20.00,'','6','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2668,'1110','61671033332','2022-12-14 18:55:57',NULL,20.00,'','6','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2669,'5500','61671033332','2022-12-14 18:55:57',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2670,'1000','61671033332','2022-12-14 18:55:57',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2671,'4000','61671033332','2022-12-14 18:55:57',NULL,30.00,'','6','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2672,'5500','81671033556','2022-12-14 18:59:19',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2673,'1110','81671033556','2022-12-14 18:59:16',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2674,'5500','81671033556','2022-12-14 18:59:17',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2675,'1000','81671033556','2022-12-14 18:59:19',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2676,'5500','81671033556','2022-12-14 18:59:19',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2677,'4000','81671033556','2022-12-14 18:59:16',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2678,'1110','81671035356','2022-12-14 19:29:43',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2679,'1110','81671035356','2022-12-14 19:29:16',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(2680,'5500','81671035356','2022-12-14 19:29:27',206.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2681,'1000','81671035356','2022-12-14 19:29:43',260.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2682,'4000','81671035356','2022-12-14 19:29:43',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2683,'4000','81671035356','2022-12-14 19:29:16',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(2684,'1110','61671037470','2022-12-14 20:04:56',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2685,'5500','61671037470','2022-12-14 20:04:56',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2686,'1000','61671037470','2022-12-14 20:04:56',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2687,'4000','61671037470','2022-12-14 20:04:56',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2688,'1110','81671040588','2022-12-14 20:56:39',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(2689,'5500','81671040588','2022-12-14 20:56:28',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2690,'1000','81671040588','2022-12-14 20:56:39',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2691,'4000','81671040588','2022-12-14 20:56:39',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(2692,'1110','81671040619','2022-12-14 20:57:19',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2693,'1110','81671040619','2022-12-14 20:56:59',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2694,'5500','81671040619','2022-12-14 20:57:13',17.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2695,'1000','81671040619','2022-12-14 20:57:19',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2696,'4000','81671040619','2022-12-14 20:57:19',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2697,'4000','81671040619','2022-12-14 20:56:59',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2698,'1110','81671040650','2022-12-14 20:59:51',NULL,373.36,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(2699,'1110','81671040650','2022-12-14 20:57:30',NULL,48.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2700,'1110','81671040650','2022-12-14 20:57:45',NULL,201.00,'','8','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(2701,'1110','81671040650','2022-12-14 20:58:01',NULL,600.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2702,'1110','81671040650','2022-12-14 20:58:13',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2703,'1110','81671040650','2022-12-14 20:59:23',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2704,'1110','81671040650','2022-12-14 20:59:24',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2705,'5500','81671040650','2022-12-14 20:59:43',1407.36,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2706,'1000','81671040650','2022-12-14 20:59:51',2152.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2707,'4000','81671040650','2022-12-14 20:59:51',NULL,440.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(2708,'4000','81671040650','2022-12-14 20:57:30',NULL,100.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2709,'4000','81671040650','2022-12-14 20:57:45',NULL,301.50,'','8','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(2710,'4000','81671040650','2022-12-14 20:58:01',NULL,1000.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2711,'4000','81671040650','2022-12-14 20:58:13',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2712,'4000','81671040650','2022-12-14 20:59:23',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2713,'4000','81671040650','2022-12-14 20:59:24',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2714,'1110','91671043729','2022-12-14 21:49:25',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2715,'1110','91671043729','2022-12-14 21:48:49',NULL,35.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2716,'5500','91671043729','2022-12-14 21:48:56',47.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2717,'1000','91671043729','2022-12-14 21:49:25',90.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2718,'4000','91671043729','2022-12-14 21:49:25',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2719,'4000','91671043729','2022-12-14 21:48:49',NULL,70.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2720,'1110','91671043777','2022-12-14 21:50:07',NULL,41.00,'','9','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(2721,'1110','91671043777','2022-12-14 21:49:37',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2722,'5500','91671043777','2022-12-14 21:49:47',91.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2723,'1000','91671043777','2022-12-14 21:50:07',160.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2724,'4000','91671043777','2022-12-14 21:50:07',NULL,60.00,'','9','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(2725,'4000','91671043777','2022-12-14 21:49:37',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2726,'1110','91671043823','2022-12-14 21:50:32',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2727,'5500','91671043823','2022-12-14 21:50:23',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2728,'1000','91671043823','2022-12-14 21:50:32',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2729,'4000','91671043823','2022-12-14 21:50:32',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2730,'1110','81671083385','2022-12-15 08:50:04',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2731,'5500','81671083385','2022-12-15 08:49:45',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2732,'1000','81671083385','2022-12-15 08:50:04',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2733,'4000','81671083385','2022-12-15 08:50:04',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2734,'1110','81671083513','2022-12-15 08:52:49',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2735,'1110','81671083513','2022-12-15 08:52:16',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2736,'5500','81671083513','2022-12-15 08:52:48',34.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2737,'1000','81671083513','2022-12-15 08:52:49',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2738,'4000','81671083513','2022-12-15 08:52:49',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2739,'4000','81671083513','2022-12-15 08:52:16',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2740,'1110','81671083582','2022-12-15 08:53:28',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2741,'1110','81671083582','2022-12-15 08:53:02',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2742,'5500','81671083582','2022-12-15 08:53:15',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2743,'1000','81671083582','2022-12-15 08:53:28',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2744,'4000','81671083582','2022-12-15 08:53:28',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2745,'4000','81671083582','2022-12-15 08:53:02',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2746,'1110','81671083680','2022-12-15 08:55:21',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2747,'1110','81671083680','2022-12-15 08:54:40',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2748,'5500','81671083680','2022-12-15 08:55:20',54.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2749,'1000','81671083680','2022-12-15 08:55:21',110.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2750,'4000','81671083680','2022-12-15 08:55:21',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2751,'4000','81671083680','2022-12-15 08:54:40',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2752,'1110','81671083734','2022-12-15 08:55:52',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2753,'5500','81671083734','2022-12-15 08:55:34',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2754,'1000','81671083734','2022-12-15 08:55:52',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2755,'4000','81671083734','2022-12-15 08:55:52',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2756,'1110','81671083785','2022-12-15 08:56:48',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2757,'1110','81671083785','2022-12-15 08:56:25',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2758,'5500','81671083785','2022-12-15 08:56:38',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2759,'1000','81671083785','2022-12-15 08:56:48',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2760,'4000','81671083785','2022-12-15 08:56:48',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2761,'4000','81671083785','2022-12-15 08:56:25',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2762,'1110','81671083835','2022-12-15 08:57:26',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2763,'5500','81671083835','2022-12-15 08:57:15',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2764,'1000','81671083835','2022-12-15 08:57:26',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2765,'4000','81671083835','2022-12-15 08:57:26',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2766,'1110','91671086700','2022-12-15 09:45:11',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2767,'5500','91671086700','2022-12-15 09:45:00',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2768,'1000','91671086700','2022-12-15 09:45:11',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2769,'4000','91671086700','2022-12-15 09:45:11',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2770,'1110','91671087005','2022-12-15 09:50:12',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2771,'5500','91671087005','2022-12-15 09:50:05',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2772,'1000','91671087005','2022-12-15 09:50:12',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2773,'4000','91671087005','2022-12-15 09:50:12',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2774,'1110','61671087888','2022-12-15 10:05:06',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2775,'5500','61671087888','2022-12-15 10:05:06',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2776,'1000','61671087888','2022-12-15 10:05:06',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2777,'4000','61671087888','2022-12-15 10:05:06',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2778,'1110','81671093215','2022-12-15 11:33:57',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2779,'1110','81671093215','2022-12-15 11:33:35',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2780,'5500','81671093215','2022-12-15 11:33:45',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2781,'1000','81671093215','2022-12-15 11:33:57',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2782,'4000','81671093215','2022-12-15 11:33:57',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2783,'4000','81671093215','2022-12-15 11:33:35',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2784,'1110','81671093250','2022-12-15 11:34:34',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2785,'1110','81671093250','2022-12-15 11:34:10',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2786,'5500','81671093250','2022-12-15 11:34:18',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2787,'1000','81671093250','2022-12-15 11:34:34',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2788,'4000','81671093250','2022-12-15 11:34:34',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2789,'4000','81671093250','2022-12-15 11:34:10',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2790,'1110','81671093286','2022-12-15 11:34:53',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2791,'5500','81671093286','2022-12-15 11:34:46',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2792,'1000','81671093286','2022-12-15 11:34:53',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2793,'4000','81671093286','2022-12-15 11:34:53',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2794,'1110','81671094063','2022-12-15 11:48:10',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2795,'1110','81671094063','2022-12-15 11:47:43',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2796,'5500','81671094063','2022-12-15 11:48:01',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2797,'1000','81671094063','2022-12-15 11:48:10',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2798,'4000','81671094063','2022-12-15 11:48:10',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2799,'4000','81671094063','2022-12-15 11:47:43',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2800,'1110','81671094105','2022-12-15 11:48:35',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2801,'5500','81671094105','2022-12-15 11:48:25',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2802,'1000','81671094105','2022-12-15 11:48:35',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2803,'4000','81671094105','2022-12-15 11:48:35',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2804,'1110','81671094148','2022-12-15 11:49:10',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(2805,'5500','81671094148','2022-12-15 11:49:08',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2806,'1000','81671094148','2022-12-15 11:49:10',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2807,'4000','81671094148','2022-12-15 11:49:10',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(2808,'1110','91671094194','2022-12-15 11:50:05',NULL,188.00,'','9','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(2809,'5500','91671094194','2022-12-15 11:49:54',188.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2810,'1000','91671094194','2022-12-15 11:50:05',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2811,'4000','91671094194','2022-12-15 11:50:05',NULL,250.00,'','9','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(2812,'1110','91671095405','2022-12-15 12:10:24',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2813,'1110','91671095405','2022-12-15 12:10:05',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2814,'5500','91671095405','2022-12-15 12:10:17',27.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2815,'1000','91671095405','2022-12-15 12:10:24',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2816,'4000','91671095405','2022-12-15 12:10:24',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2817,'4000','91671095405','2022-12-15 12:10:05',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2818,'1110','91671095438','2022-12-15 12:10:49',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2819,'5500','91671095438','2022-12-15 12:10:38',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2820,'1000','91671095438','2022-12-15 12:10:49',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2821,'4000','91671095438','2022-12-15 12:10:49',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2822,'1110','91671095718','2022-12-15 12:15:27',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2823,'5500','91671095718','2022-12-15 12:15:18',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2824,'1000','91671095718','2022-12-15 12:15:27',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2825,'4000','91671095718','2022-12-15 12:15:27',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2826,'1110','91671095811','2022-12-15 12:17:06',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2827,'1110','91671095811','2022-12-15 12:16:51',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2828,'5500','91671095811','2022-12-15 12:16:59',35.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2829,'1000','91671095811','2022-12-15 12:17:06',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2830,'4000','91671095811','2022-12-15 12:17:06',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2831,'4000','91671095811','2022-12-15 12:16:51',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2832,'1110','91671096377','2022-12-15 12:26:24',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2833,'5500','91671096377','2022-12-15 12:26:17',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2834,'1000','91671096377','2022-12-15 12:26:24',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2835,'4000','91671096377','2022-12-15 12:26:24',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2836,'1110','61671098056','2022-12-15 12:56:25',NULL,210.00,'','6','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(2837,'1110','61671098056','2022-12-15 12:56:25',NULL,30.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2838,'1110','61671098056','2022-12-15 12:56:25',NULL,41.00,'','6','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(2839,'5500','61671098056','2022-12-15 12:56:25',281.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2840,'1000','61671098056','2022-12-15 12:56:25',525.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2841,'4000','61671098056','2022-12-15 12:56:25',NULL,400.00,'','6','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(2842,'4000','61671098056','2022-12-15 12:56:25',NULL,45.00,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2843,'4000','61671098056','2022-12-15 12:56:25',NULL,80.00,'','6','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(2844,'1110','61671098207','2022-12-15 12:57:07',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2845,'5500','61671098207','2022-12-15 12:57:07',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2846,'1000','61671098207','2022-12-15 12:57:07',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2847,'4000','61671098207','2022-12-15 12:57:07',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2848,'1110','81671098526','2022-12-15 13:03:11',NULL,700.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(2849,'1110','81671098526','2022-12-15 13:02:06',NULL,60.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2850,'1110','81671098526','2022-12-15 13:02:29',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(2851,'5500','81671098526','2022-12-15 13:03:10',784.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2852,'1000','81671098526','2022-12-15 13:03:11',1260.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2853,'4000','81671098526','2022-12-15 13:03:11',NULL,1120.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(2854,'4000','81671098526','2022-12-15 13:02:06',NULL,90.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2855,'4000','81671098526','2022-12-15 13:02:29',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(2856,'1110','81671098608','2022-12-15 13:03:39',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(2857,'5500','81671098608','2022-12-15 13:03:28',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2858,'1000','81671098608','2022-12-15 13:03:39',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2859,'4000','81671098608','2022-12-15 13:03:39',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(2860,'5500','81671098644','2022-12-15 13:04:29',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2861,'5500','81671098644','2022-12-15 13:04:04',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2862,'1110','81671098644','2022-12-15 13:04:09',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2863,'1110','81671098644','2022-12-15 13:04:13',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2864,'1110','81671098644','2022-12-15 13:04:16',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(2865,'5500','81671098644','2022-12-15 13:04:28',281.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2866,'1000','81671098644','2022-12-15 13:04:29',526.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2867,'5500','81671098644','2022-12-15 13:04:29',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2868,'5500','81671098644','2022-12-15 13:04:04',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2869,'4000','81671098644','2022-12-15 13:04:09',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2870,'4000','81671098644','2022-12-15 13:04:13',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2871,'4000','81671098644','2022-12-15 13:04:16',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(2872,'1110','91671099001','2022-12-15 13:10:21',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2873,'5500','91671099001','2022-12-15 13:10:09',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2874,'1000','91671099001','2022-12-15 13:10:21',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2875,'4000','91671099001','2022-12-15 13:10:21',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2876,'5500','81671099866','2022-12-15 13:24:28',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2877,'1110','81671099866','2022-12-15 13:24:26',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2878,'5500','81671099866','2022-12-15 13:24:27',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2879,'1000','81671099866','2022-12-15 13:24:28',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2880,'5500','81671099866','2022-12-15 13:24:28',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2881,'4000','81671099866','2022-12-15 13:24:26',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2882,'5500','81671099888','2022-12-15 13:24:50',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2883,'1110','81671099888','2022-12-15 13:24:48',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2884,'5500','81671099888','2022-12-15 13:24:49',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2885,'1000','81671099888','2022-12-15 13:24:50',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2886,'5500','81671099888','2022-12-15 13:24:50',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2887,'4000','81671099888','2022-12-15 13:24:48',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2888,'1110','91671100091','2022-12-15 13:28:24',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2889,'5500','91671100091','2022-12-15 13:28:11',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2890,'1000','91671100091','2022-12-15 13:28:24',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2891,'4000','91671100091','2022-12-15 13:28:24',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2892,'1110','91671102746','2022-12-15 14:12:38',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2893,'5500','91671102746','2022-12-15 14:12:26',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2894,'1000','91671102746','2022-12-15 14:12:38',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2895,'4000','91671102746','2022-12-15 14:12:38',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2896,'1110','81671105087','2022-12-15 14:51:28',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(2897,'5500','81671105087','2022-12-15 14:51:27',150.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2898,'1000','81671105087','2022-12-15 14:51:28',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2899,'4000','81671105087','2022-12-15 14:51:28',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(2900,'1110','81671105108','2022-12-15 14:52:05',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2901,'5500','81671105108','2022-12-15 14:51:48',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2902,'1000','81671105108','2022-12-15 14:52:05',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2903,'4000','81671105108','2022-12-15 14:52:05',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2904,'1110','91671109308','2022-12-15 16:02:04',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2905,'5500','91671109308','2022-12-15 16:01:48',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2906,'5920','91671109308','2022-12-15 16:01:58',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2907,'1000','91671109308','2022-12-15 16:02:04',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2908,'4000','91671109308','2022-12-15 16:02:04',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2909,'5500','91671109308','2022-12-15 16:01:48',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2910,'1110','91671112640','2022-12-15 16:58:03',NULL,41.00,'','9','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(2911,'5500','91671112640','2022-12-15 16:57:49',41.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2912,'1000','91671112640','2022-12-15 16:58:03',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2913,'4000','91671112640','2022-12-15 16:58:03',NULL,60.00,'','9','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(2914,'1110','91671112694','2022-12-15 16:58:24',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2915,'5500','91671112694','2022-12-15 16:58:14',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2916,'1000','91671112694','2022-12-15 16:58:24',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2917,'4000','91671112694','2022-12-15 16:58:24',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2918,'1110','81671113644','2022-12-15 17:14:10',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(2919,'5500','81671113644','2022-12-15 17:14:04',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(2920,'5920','81671113644','2022-12-15 17:14:09',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2921,'1000','81671113644','2022-12-15 17:14:10',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2922,'4000','81671113644','2022-12-15 17:14:10',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(2923,'5500','81671113644','2022-12-15 17:14:04',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(2924,'1110','61671113959','2022-12-15 17:19:34',NULL,41.00,'','6','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(2925,'5500','61671113959','2022-12-15 17:19:34',41.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2926,'1000','61671113959','2022-12-15 17:19:34',80.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2927,'4000','61671113959','2022-12-15 17:19:34',NULL,80.00,'','6','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(2928,'1110','91671117907','2022-12-15 18:25:19',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2929,'5500','91671117907','2022-12-15 18:25:07',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2930,'1000','91671117907','2022-12-15 18:25:19',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2931,'4000','91671117907','2022-12-15 18:25:19',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2932,'1110','91671119880','2022-12-15 18:58:08',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2933,'5500','91671119880','2022-12-15 18:58:00',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2934,'1000','91671119880','2022-12-15 18:58:08',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2935,'4000','91671119880','2022-12-15 18:58:08',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2936,'1110','91671119900','2022-12-15 18:58:33',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2937,'5500','91671119900','2022-12-15 18:58:20',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2938,'1000','91671119900','2022-12-15 18:58:33',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2939,'4000','91671119900','2022-12-15 18:58:33',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2940,'1110','91671119921','2022-12-15 18:58:55',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2941,'5500','91671119921','2022-12-15 18:58:41',12.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2942,'1000','91671119921','2022-12-15 18:58:55',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2943,'4000','91671119921','2022-12-15 18:58:55',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2944,'1110','81671119945','2022-12-15 18:59:34',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2945,'1110','81671119945','2022-12-15 18:59:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2946,'5500','81671119945','2022-12-15 18:59:22',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2947,'1000','81671119945','2022-12-15 18:59:34',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2948,'4000','81671119945','2022-12-15 18:59:34',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2949,'4000','81671119945','2022-12-15 18:59:05',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2950,'1110','91671124192','2022-12-15 20:10:05',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2951,'5500','91671124192','2022-12-15 20:09:52',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2952,'1000','91671124192','2022-12-15 20:10:05',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2953,'4000','91671124192','2022-12-15 20:10:05',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2954,'1110','91671126780','2022-12-15 20:53:08',NULL,40.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(2955,'5500','91671126780','2022-12-15 20:53:00',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2956,'1000','91671126780','2022-12-15 20:53:08',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2957,'4000','91671126780','2022-12-15 20:53:08',NULL,60.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(2958,'1110','91671130241','2022-12-15 21:50:51',NULL,24.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2959,'5500','91671130241','2022-12-15 21:50:41',24.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2960,'1000','91671130241','2022-12-15 21:50:51',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2961,'4000','91671130241','2022-12-15 21:50:51',NULL,40.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2962,'1110','91671130263','2022-12-15 21:51:10',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2963,'5500','91671130263','2022-12-15 21:51:03',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2964,'1000','91671130263','2022-12-15 21:51:10',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2965,'4000','91671130263','2022-12-15 21:51:10',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(2966,'1110','81671168270','2022-12-16 08:24:51',NULL,45.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2967,'5500','81671168270','2022-12-16 08:24:30',45.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2968,'1000','81671168270','2022-12-16 08:24:51',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2969,'4000','81671168270','2022-12-16 08:24:51',NULL,90.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2970,'1110','81671168299','2022-12-16 08:25:19',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2971,'1110','81671168299','2022-12-16 08:24:59',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(2972,'5500','81671168299','2022-12-16 08:25:09',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2973,'1000','81671168299','2022-12-16 08:25:19',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2974,'4000','81671168299','2022-12-16 08:25:19',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2975,'4000','81671168299','2022-12-16 08:24:59',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(2976,'1110','81671168327','2022-12-16 08:25:42',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2977,'5500','81671168327','2022-12-16 08:25:27',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2978,'1000','81671168327','2022-12-16 08:25:42',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2979,'4000','81671168327','2022-12-16 08:25:42',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2980,'1110','81671168453','2022-12-16 08:27:45',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2981,'5500','81671168453','2022-12-16 08:27:33',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2982,'1000','81671168453','2022-12-16 08:27:45',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2983,'4000','81671168453','2022-12-16 08:27:45',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2984,'1110','81671168544','2022-12-16 08:29:16',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2985,'5500','81671168544','2022-12-16 08:29:04',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2986,'1000','81671168544','2022-12-16 08:29:16',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2987,'4000','81671168544','2022-12-16 08:29:16',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2988,'1110','81671169042','2022-12-16 08:37:35',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2989,'5500','81671169042','2022-12-16 08:37:22',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2990,'1000','81671169042','2022-12-16 08:37:35',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2991,'4000','81671169042','2022-12-16 08:37:35',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2992,'1110','61671170254','2022-12-16 08:58:08',NULL,35.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2993,'5500','61671170254','2022-12-16 08:58:08',35.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2994,'1000','61671170254','2022-12-16 08:58:08',70.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(2995,'4000','61671170254','2022-12-16 08:58:08',NULL,70.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(2996,'1110','81671177514','2022-12-16 10:59:04',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(2997,'1110','81671177514','2022-12-16 10:58:34',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(2998,'5500','81671177514','2022-12-16 10:58:50',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(2999,'1000','81671177514','2022-12-16 10:59:04',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3000,'4000','81671177514','2022-12-16 10:59:04',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3001,'4000','81671177514','2022-12-16 10:58:34',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3002,'1110','81671177613','2022-12-16 11:00:25',NULL,40.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3003,'5500','81671177613','2022-12-16 11:00:13',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3004,'1000','81671177613','2022-12-16 11:00:25',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3005,'4000','81671177613','2022-12-16 11:00:25',NULL,80.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3006,'1110','81671177633','2022-12-16 11:00:43',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3007,'5500','81671177633','2022-12-16 11:00:33',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3008,'1000','81671177633','2022-12-16 11:00:43',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3009,'4000','81671177633','2022-12-16 11:00:43',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3010,'1110','81671177927','2022-12-16 11:05:37',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3011,'5500','81671177927','2022-12-16 11:05:27',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3012,'1000','81671177927','2022-12-16 11:05:37',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3013,'4000','81671177927','2022-12-16 11:05:37',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3014,'1110','81671178913','2022-12-16 11:22:00',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3015,'5500','81671178913','2022-12-16 11:21:53',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3016,'1000','81671178913','2022-12-16 11:22:00',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3017,'4000','81671178913','2022-12-16 11:22:00',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3018,'1110','91671179104','2022-12-16 11:25:12',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3019,'5500','91671179104','2022-12-16 11:25:04',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3020,'1000','91671179104','2022-12-16 11:25:12',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3021,'4000','91671179104','2022-12-16 11:25:12',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3022,'5500','81671180955','2022-12-16 11:56:01',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3023,'1110','81671180955','2022-12-16 11:55:55',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3024,'5500','81671180955','2022-12-16 11:56:00',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3025,'1000','81671180955','2022-12-16 11:56:01',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3026,'5500','81671180955','2022-12-16 11:56:01',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3027,'4000','81671180955','2022-12-16 11:55:55',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3028,'1110','61671186185','2022-12-16 13:24:06',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3029,'5500','61671186185','2022-12-16 13:24:06',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3030,'5920','61671186185','2022-12-16 13:24:06',120.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3031,'1000','61671186185','2022-12-16 13:24:06',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3032,'4000','61671186185','2022-12-16 13:24:06',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3033,'5500','61671186185','2022-12-16 13:24:06',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3034,'1110','91671186862','2022-12-16 13:34:35',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3035,'5500','91671186862','2022-12-16 13:34:22',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3036,'1000','91671186862','2022-12-16 13:34:35',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3037,'4000','91671186862','2022-12-16 13:34:35',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3038,'1110','81671186888','2022-12-16 13:35:29',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3039,'1110','81671186888','2022-12-16 13:34:48',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3040,'5500','81671186888','2022-12-16 13:35:06',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3041,'5920','81671186888','2022-12-16 13:35:20',345.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3042,'1000','81671186888','2022-12-16 13:35:29',645.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3043,'4000','81671186888','2022-12-16 13:35:29',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3044,'4000','81671186888','2022-12-16 13:34:48',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3045,'5500','81671186888','2022-12-16 13:35:06',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3046,'1110','81671189723','2022-12-16 14:22:13',NULL,35.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3047,'5500','81671189723','2022-12-16 14:22:03',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3048,'1000','81671189723','2022-12-16 14:22:13',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3049,'4000','81671189723','2022-12-16 14:22:13',NULL,70.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3050,'1110','81671189752','2022-12-16 14:22:37',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3051,'1110','81671189752','2022-12-16 14:22:32',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3052,'5500','81671189752','2022-12-16 14:22:36',48.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3053,'1000','81671189752','2022-12-16 14:22:37',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3054,'4000','81671189752','2022-12-16 14:22:37',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3055,'4000','81671189752','2022-12-16 14:22:32',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3056,'1110','91671190281','2022-12-16 14:31:30',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3057,'5500','91671190281','2022-12-16 14:31:21',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3058,'1000','91671190281','2022-12-16 14:31:30',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3059,'4000','91671190281','2022-12-16 14:31:30',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3060,'5500','81671191465','2022-12-16 14:51:11',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3061,'1110','81671191465','2022-12-16 14:51:05',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3062,'5500','81671191465','2022-12-16 14:51:10',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3063,'1000','81671191465','2022-12-16 14:51:11',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3064,'5500','81671191465','2022-12-16 14:51:11',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3065,'4000','81671191465','2022-12-16 14:51:05',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3066,'5500','81671192598','2022-12-16 15:10:42',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3067,'1110','81671192598','2022-12-16 15:09:58',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3068,'1110','81671192598','2022-12-16 15:10:28',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3069,'5500','81671192598','2022-12-16 15:10:41',135.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3070,'1000','81671192598','2022-12-16 15:10:42',246.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3071,'5500','81671192598','2022-12-16 15:10:42',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3072,'4000','81671192598','2022-12-16 15:09:58',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3073,'4000','81671192598','2022-12-16 15:10:28',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3074,'5500','81671195567','2022-12-16 15:59:53',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3075,'1110','81671195567','2022-12-16 15:59:27',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3076,'1110','81671195567','2022-12-16 15:59:32',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3077,'1110','81671195567','2022-12-16 15:59:36',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3078,'1110','81671195567','2022-12-16 15:59:41',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3079,'1110','81671195567','2022-12-16 15:59:42',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3080,'5500','81671195567','2022-12-16 15:59:52',233.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3081,'1000','81671195567','2022-12-16 15:59:53',453.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3082,'5500','81671195567','2022-12-16 15:59:53',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3083,'4000','81671195567','2022-12-16 15:59:27',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3084,'4000','81671195567','2022-12-16 15:59:32',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3085,'4000','81671195567','2022-12-16 15:59:36',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3086,'4000','81671195567','2022-12-16 15:59:41',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3087,'4000','81671195567','2022-12-16 15:59:42',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3088,'1110','81671197636','2022-12-16 16:34:14',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3089,'1110','81671197636','2022-12-16 16:33:56',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3090,'5500','81671197636','2022-12-16 16:34:05',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3091,'1000','81671197636','2022-12-16 16:34:14',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3092,'4000','81671197636','2022-12-16 16:34:14',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3093,'4000','81671197636','2022-12-16 16:33:56',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3094,'5500','81671197711','2022-12-16 16:35:17',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3095,'1110','81671197711','2022-12-16 16:35:11',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3096,'5500','81671197711','2022-12-16 16:35:15',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3097,'1000','81671197711','2022-12-16 16:35:17',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3098,'5500','81671197711','2022-12-16 16:35:17',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3099,'4000','81671197711','2022-12-16 16:35:11',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3100,'1110','81671201162','2022-12-16 17:32:58',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3101,'5500','81671201162','2022-12-16 17:32:42',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3102,'1110','81671201162','2022-12-16 17:32:45',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3103,'1110','81671201162','2022-12-16 17:32:52',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3104,'1110','81671201162','2022-12-16 17:32:54',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3105,'5500','81671201162','2022-12-16 17:32:57',360.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3106,'1000','81671201162','2022-12-16 17:32:58',669.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3107,'4000','81671201162','2022-12-16 17:32:58',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3108,'5500','81671201162','2022-12-16 17:32:42',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3109,'4000','81671201162','2022-12-16 17:32:45',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3110,'4000','81671201162','2022-12-16 17:32:52',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3111,'4000','81671201162','2022-12-16 17:32:54',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3112,'1110','81671201199','2022-12-16 17:33:20',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3113,'5500','81671201199','2022-12-16 17:33:19',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3114,'1000','81671201199','2022-12-16 17:33:20',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3115,'4000','81671201199','2022-12-16 17:33:20',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3116,'1110','81671206258','2022-12-16 18:57:57',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3117,'5500','81671206258','2022-12-16 18:57:38',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3118,'1000','81671206258','2022-12-16 18:57:57',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3119,'4000','81671206258','2022-12-16 18:57:57',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3120,'5500','81671209480','2022-12-16 19:51:32',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3121,'1110','81671209480','2022-12-16 19:51:20',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3122,'1110','81671209480','2022-12-16 19:51:23',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3123,'1110','81671209480','2022-12-16 19:51:28',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3124,'5500','81671209480','2022-12-16 19:51:31',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3125,'1000','81671209480','2022-12-16 19:51:32',323.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3126,'5500','81671209480','2022-12-16 19:51:32',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3127,'4000','81671209480','2022-12-16 19:51:20',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3128,'4000','81671209480','2022-12-16 19:51:23',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3129,'4000','81671209480','2022-12-16 19:51:28',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3130,'1110','91671210717','2022-12-16 20:12:17',NULL,24.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(3131,'1110','91671210717','2022-12-16 20:11:57',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3132,'5500','91671210717','2022-12-16 20:12:07',34.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3133,'1000','91671210717','2022-12-16 20:12:17',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3134,'4000','91671210717','2022-12-16 20:12:17',NULL,40.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(3135,'4000','91671210717','2022-12-16 20:11:57',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3136,'1110','91671210748','2022-12-16 20:12:36',NULL,236.00,'','9','1','Inventory sold','3','','sales','5','','No',NULL,NULL,''),(3137,'5500','91671210748','2022-12-16 20:12:28',236.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3138,'1000','91671210748','2022-12-16 20:12:36',350.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3139,'4000','91671210748','2022-12-16 20:12:36',NULL,350.00,'','9','1','Good sold','3','','sales','5','','No',NULL,NULL,''),(3140,'5500','61671210893','2022-12-16 20:15:20',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3141,'1110','61671210893','2022-12-16 20:15:20',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3142,'5500','61671210893','2022-12-16 20:15:20',120.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3143,'1000','61671210893','2022-12-16 20:15:20',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3144,'5500','61671210893','2022-12-16 20:15:20',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3145,'4000','61671210893','2022-12-16 20:15:20',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3146,'1110','81671212128','2022-12-16 20:35:36',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3147,'1110','81671212128','2022-12-16 20:35:28',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3148,'1110','81671212128','2022-12-16 20:35:33',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3149,'5500','81671212128','2022-12-16 20:35:35',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3150,'1000','81671212128','2022-12-16 20:35:36',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3151,'4000','81671212128','2022-12-16 20:35:36',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3152,'4000','81671212128','2022-12-16 20:35:28',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3153,'4000','81671212128','2022-12-16 20:35:33',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3154,'1110','81671212160','2022-12-16 20:36:05',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3155,'1110','81671212160','2022-12-16 20:36:00',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3156,'5500','81671212160','2022-12-16 20:36:04',61.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3157,'1000','81671212160','2022-12-16 20:36:05',110.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3158,'4000','81671212160','2022-12-16 20:36:05',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3159,'4000','81671212160','2022-12-16 20:36:00',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3160,'1110','81671212196','2022-12-16 20:36:47',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(3161,'5500','81671212196','2022-12-16 20:36:36',192.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3162,'1000','81671212196','2022-12-16 20:36:47',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3163,'4000','81671212196','2022-12-16 20:36:47',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(3164,'1110','81671213379','2022-12-16 20:56:38',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3165,'5500','81671213379','2022-12-16 20:56:29',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3166,'1000','81671213379','2022-12-16 20:56:38',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3167,'4000','81671213379','2022-12-16 20:56:38',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3168,'1110','81671213425','2022-12-16 20:57:09',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3169,'1110','81671213425','2022-12-16 20:57:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3170,'5500','81671213425','2022-12-16 20:57:08',44.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3171,'1000','81671213425','2022-12-16 20:57:09',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3172,'4000','81671213425','2022-12-16 20:57:09',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3173,'4000','81671213425','2022-12-16 20:57:05',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3174,'1110','91671218976','2022-12-16 22:30:00',NULL,645.00,'','9','1','Inventory sold','3','','sales','23','','No',NULL,NULL,''),(3175,'1110','91671218976','2022-12-16 22:29:36',NULL,560.00,'','9','1','Inventory sold','3','','sales','9','','No',NULL,NULL,''),(3176,'5500','91671218976','2022-12-16 22:29:47',1205.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3177,'1000','91671218976','2022-12-16 22:30:00',1550.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3178,'4000','91671218976','2022-12-16 22:30:00',NULL,800.00,'','9','1','Good sold','3','','sales','23','','No',NULL,NULL,''),(3179,'4000','91671218976','2022-12-16 22:29:36',NULL,750.00,'','9','1','Good sold','3','','sales','9','','No',NULL,NULL,''),(3180,'1110','91671219022','2022-12-16 22:30:34',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3181,'5500','91671219022','2022-12-16 22:30:22',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3182,'1000','91671219022','2022-12-16 22:30:34',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3183,'4000','91671219022','2022-12-16 22:30:34',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3184,'1110','91671219046','2022-12-16 22:31:04',NULL,90.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3185,'5500','91671219046','2022-12-16 22:30:46',90.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3186,'1000','91671219046','2022-12-16 22:31:04',180.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3187,'4000','91671219046','2022-12-16 22:31:04',NULL,180.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3188,'1110','91671219073','2022-12-16 22:31:23',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3189,'5500','91671219073','2022-12-16 22:31:13',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3190,'1000','91671219073','2022-12-16 22:31:23',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3191,'4000','91671219073','2022-12-16 22:31:23',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3192,'1110','81671251836','2022-12-17 07:37:36',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3193,'1110','81671251836','2022-12-17 07:37:16',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3194,'5500','81671251836','2022-12-17 07:37:27',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3195,'1000','81671251836','2022-12-17 07:37:36',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3196,'4000','81671251836','2022-12-17 07:37:36',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3197,'4000','81671251836','2022-12-17 07:37:16',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3198,'1110','81671252867','2022-12-17 07:54:59',NULL,60.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3199,'1110','81671252867','2022-12-17 07:54:27',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3200,'1110','81671252867','2022-12-17 07:54:40',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3201,'5500','81671252867','2022-12-17 07:54:49',110.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3202,'1000','81671252867','2022-12-17 07:54:59',170.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3203,'4000','81671252867','2022-12-17 07:54:59',NULL,90.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3204,'4000','81671252867','2022-12-17 07:54:27',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3205,'4000','81671252867','2022-12-17 07:54:40',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3206,'1110','81671253644','2022-12-17 08:07:40',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3207,'5500','81671253644','2022-12-17 08:07:24',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3208,'1000','81671253644','2022-12-17 08:07:40',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3209,'4000','81671253644','2022-12-17 08:07:40',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3210,'1110','81671257917','2022-12-17 09:18:50',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3211,'5500','81671257917','2022-12-17 09:18:37',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3212,'1000','81671257917','2022-12-17 09:18:50',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3213,'4000','81671257917','2022-12-17 09:18:50',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3214,'1110','81671257938','2022-12-17 09:19:07',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3215,'5500','81671257938','2022-12-17 09:18:58',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3216,'1000','81671257938','2022-12-17 09:19:07',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3217,'4000','81671257938','2022-12-17 09:19:07',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3218,'1110','81671257954','2022-12-17 09:19:36',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3219,'1110','81671257954','2022-12-17 09:19:14',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3220,'5500','81671257954','2022-12-17 09:19:27',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3221,'1000','81671257954','2022-12-17 09:19:36',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3222,'4000','81671257954','2022-12-17 09:19:36',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3223,'4000','81671257954','2022-12-17 09:19:14',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3224,'1110','81671257986','2022-12-17 09:20:33',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3225,'5500','81671257986','2022-12-17 09:20:22',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3226,'1000','81671257986','2022-12-17 09:20:33',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3227,'4000','81671257986','2022-12-17 09:20:33',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3228,'1110','81671265562','2022-12-17 11:26:25',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3229,'1110','81671265562','2022-12-17 11:26:02',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3230,'5500','81671265562','2022-12-17 11:26:12',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3231,'1000','81671265562','2022-12-17 11:26:25',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3232,'4000','81671265562','2022-12-17 11:26:25',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3233,'4000','81671265562','2022-12-17 11:26:02',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3234,'1110','81671270267','2022-12-17 12:44:34',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3235,'1110','81671270267','2022-12-17 12:44:27',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3236,'1110','81671270267','2022-12-17 12:44:30',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3237,'5500','81671270267','2022-12-17 12:44:33',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3238,'1000','81671270267','2022-12-17 12:44:34',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3239,'4000','81671270267','2022-12-17 12:44:34',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3240,'4000','81671270267','2022-12-17 12:44:27',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3241,'4000','81671270267','2022-12-17 12:44:30',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3242,'1110','81671270301','2022-12-17 12:45:09',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3243,'1110','81671270301','2022-12-17 12:45:01',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3244,'1110','81671270301','2022-12-17 12:45:05',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3245,'5500','81671270301','2022-12-17 12:45:08',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3246,'1000','81671270301','2022-12-17 12:45:09',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3247,'4000','81671270301','2022-12-17 12:45:09',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3248,'4000','81671270301','2022-12-17 12:45:01',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3249,'4000','81671270301','2022-12-17 12:45:05',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3250,'1110','81671271504','2022-12-17 13:05:11',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3251,'1110','81671271504','2022-12-17 13:05:04',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3252,'5500','81671271504','2022-12-17 13:05:10',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3253,'1000','81671271504','2022-12-17 13:05:11',46.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3254,'4000','81671271504','2022-12-17 13:05:11',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3255,'4000','81671271504','2022-12-17 13:05:04',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3256,'1110','91671273616','2022-12-17 13:40:45',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3257,'1110','91671273616','2022-12-17 13:40:24',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3258,'5500','91671273616','2022-12-17 13:40:33',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3259,'1000','91671273616','2022-12-17 13:40:45',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3260,'4000','91671273616','2022-12-17 13:40:45',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3261,'4000','91671273616','2022-12-17 13:40:24',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3262,'1110','91671273659','2022-12-17 13:41:07',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3263,'5500','91671273659','2022-12-17 13:40:59',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3264,'1000','91671273659','2022-12-17 13:41:07',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3265,'4000','91671273659','2022-12-17 13:41:07',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3266,'1110','91671273683','2022-12-17 13:41:47',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3267,'1110','91671273683','2022-12-17 13:41:23',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3268,'5500','91671273683','2022-12-17 13:41:36',45.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3269,'1000','91671273683','2022-12-17 13:41:47',80.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3270,'4000','91671273683','2022-12-17 13:41:47',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3271,'4000','91671273683','2022-12-17 13:41:23',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3272,'1110','91671273721','2022-12-17 13:42:08',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3273,'5500','91671273721','2022-12-17 13:42:01',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3274,'1000','91671273721','2022-12-17 13:42:08',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3275,'4000','91671273721','2022-12-17 13:42:08',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3276,'1110','91671273751','2022-12-17 13:43:14',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3277,'5500','91671273751','2022-12-17 13:42:50',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3278,'1000','91671273751','2022-12-17 13:43:14',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3279,'4000','91671273751','2022-12-17 13:43:14',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3280,'1110','91671273817','2022-12-17 13:43:44',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3281,'5500','91671273817','2022-12-17 13:43:37',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3282,'1000','91671273817','2022-12-17 13:43:44',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3283,'4000','91671273817','2022-12-17 13:43:44',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3284,'1110','91671273835','2022-12-17 13:44:08',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3285,'5500','91671273835','2022-12-17 13:43:55',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3286,'1000','91671273835','2022-12-17 13:44:08',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3287,'4000','91671273835','2022-12-17 13:44:08',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3288,'1110','91671273863','2022-12-17 13:44:38',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3289,'5500','91671273863','2022-12-17 13:44:23',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3290,'1000','91671273863','2022-12-17 13:44:38',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3291,'4000','91671273863','2022-12-17 13:44:38',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3292,'1110','91671275806','2022-12-17 14:17:07',NULL,30.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3293,'1110','91671275806','2022-12-17 14:16:46',NULL,210.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3294,'5500','91671275806','2022-12-17 14:16:56',240.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3295,'1000','91671275806','2022-12-17 14:17:07',445.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3296,'4000','91671275806','2022-12-17 14:17:07',NULL,45.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3297,'4000','91671275806','2022-12-17 14:16:46',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3298,'1110','91671275839','2022-12-17 14:17:37',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3299,'5500','91671275839','2022-12-17 14:17:19',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3300,'5920','91671275839','2022-12-17 14:17:27',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3301,'1000','91671275839','2022-12-17 14:17:37',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3302,'4000','91671275839','2022-12-17 14:17:37',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3303,'5500','91671275839','2022-12-17 14:17:19',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3304,'1110','91671275869','2022-12-17 14:18:03',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3305,'5500','91671275869','2022-12-17 14:17:49',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3306,'5920','91671275869','2022-12-17 14:17:56',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3307,'1000','91671275869','2022-12-17 14:18:03',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3308,'4000','91671275869','2022-12-17 14:18:03',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3309,'5500','91671275869','2022-12-17 14:17:49',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3310,'1110','91671275899','2022-12-17 14:18:45',NULL,46.00,'','9','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(3311,'1110','91671275899','2022-12-17 14:18:19',NULL,30.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3312,'1110','91671275899','2022-12-17 14:18:29',NULL,210.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3313,'5500','91671275899','2022-12-17 14:18:39',286.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3314,'1000','91671275899','2022-12-17 14:18:45',545.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3315,'4000','91671275899','2022-12-17 14:18:45',NULL,100.00,'','9','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(3316,'4000','91671275899','2022-12-17 14:18:19',NULL,45.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3317,'4000','91671275899','2022-12-17 14:18:29',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3318,'1110','91671275943','2022-12-17 14:19:29',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3319,'5500','91671275943','2022-12-17 14:19:03',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3320,'1110','91671275943','2022-12-17 14:19:13',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3321,'5500','91671275943','2022-12-17 14:19:21',161.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3322,'1000','91671275943','2022-12-17 14:19:29',303.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3323,'4000','91671275943','2022-12-17 14:19:29',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3324,'5500','91671275943','2022-12-17 14:19:03',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3325,'4000','91671275943','2022-12-17 14:19:13',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3326,'1110','91671276308','2022-12-17 14:25:24',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3327,'5500','91671276308','2022-12-17 14:25:08',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3328,'5920','91671276308','2022-12-17 14:25:15',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3329,'1000','91671276308','2022-12-17 14:25:24',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3330,'4000','91671276308','2022-12-17 14:25:24',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3331,'5500','91671276308','2022-12-17 14:25:08',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3332,'5500','81671277997','2022-12-17 14:53:56',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3333,'1110','81671277997','2022-12-17 14:53:17',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(3334,'1110','81671277997','2022-12-17 14:53:31',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3335,'1110','81671277997','2022-12-17 14:53:40',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(3336,'5500','81671277997','2022-12-17 14:53:41',329.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3337,'1000','81671277997','2022-12-17 14:53:56',493.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3338,'5500','81671277997','2022-12-17 14:53:56',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3339,'4000','81671277997','2022-12-17 14:53:17',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(3340,'4000','81671277997','2022-12-17 14:53:31',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3341,'4000','81671277997','2022-12-17 14:53:40',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(3342,'5500','81671278063','2022-12-17 14:54:27',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3343,'1110','81671278063','2022-12-17 14:54:23',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3344,'5500','81671278063','2022-12-17 14:54:26',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3345,'1000','81671278063','2022-12-17 14:54:27',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3346,'5500','81671278063','2022-12-17 14:54:27',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3347,'4000','81671278063','2022-12-17 14:54:23',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3348,'1110','81671278105','2022-12-17 14:55:19',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3349,'1110','81671278105','2022-12-17 14:55:05',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3350,'1110','81671278105','2022-12-17 14:55:15',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3351,'5500','81671278105','2022-12-17 14:55:18',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3352,'1000','81671278105','2022-12-17 14:55:19',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3353,'4000','81671278105','2022-12-17 14:55:19',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3354,'4000','81671278105','2022-12-17 14:55:05',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3355,'4000','81671278105','2022-12-17 14:55:15',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3356,'1110','81671280197','2022-12-17 15:30:14',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3357,'1110','81671280197','2022-12-17 15:29:57',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3358,'1110','81671280197','2022-12-17 15:30:09',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3359,'5500','81671280197','2022-12-17 15:30:13',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3360,'1000','81671280197','2022-12-17 15:30:14',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3361,'4000','81671280197','2022-12-17 15:30:14',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3362,'4000','81671280197','2022-12-17 15:29:57',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3363,'4000','81671280197','2022-12-17 15:30:09',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3364,'5500','81671280232','2022-12-17 15:30:40',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3365,'1110','81671280232','2022-12-17 15:30:32',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3366,'5500','81671280232','2022-12-17 15:30:38',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3367,'1000','81671280232','2022-12-17 15:30:40',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3368,'5500','81671280232','2022-12-17 15:30:40',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3369,'4000','81671280232','2022-12-17 15:30:32',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3370,'5500','81671281241','2022-12-17 15:47:24',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3371,'1110','81671281241','2022-12-17 15:47:21',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3372,'5500','81671281241','2022-12-17 15:47:22',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3373,'1000','81671281241','2022-12-17 15:47:24',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3374,'5500','81671281241','2022-12-17 15:47:24',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3375,'4000','81671281241','2022-12-17 15:47:21',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3376,'1110','81671281557','2022-12-17 15:52:39',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3377,'5500','81671281557','2022-12-17 15:52:37',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3378,'1000','81671281557','2022-12-17 15:52:39',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3379,'4000','81671281557','2022-12-17 15:52:39',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3380,'1110','61671288385','2022-12-17 17:46:44',NULL,336.00,'','6','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(3381,'5500','61671288385','2022-12-17 17:46:44',336.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3382,'1000','61671288385','2022-12-17 17:46:44',440.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3383,'4000','61671288385','2022-12-17 17:46:44',NULL,440.00,'','6','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(3384,'5500','81671290284','2022-12-17 18:18:08',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3385,'1110','81671290284','2022-12-17 18:18:04',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3386,'5500','81671290284','2022-12-17 18:18:07',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3387,'1000','81671290284','2022-12-17 18:18:08',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3388,'5500','81671290284','2022-12-17 18:18:08',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3389,'4000','81671290284','2022-12-17 18:18:04',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3390,'1110','81671290300','2022-12-17 18:18:45',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3391,'5500','81671290300','2022-12-17 18:18:20',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3392,'1000','81671290300','2022-12-17 18:18:45',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3393,'4000','81671290300','2022-12-17 18:18:45',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3394,'1110','81671290333','2022-12-17 18:19:03',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3395,'5500','81671290333','2022-12-17 18:18:53',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3396,'1000','81671290333','2022-12-17 18:19:03',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3397,'4000','81671290333','2022-12-17 18:19:03',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3398,'1110','81671290420','2022-12-17 18:20:32',NULL,35.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3399,'5500','81671290420','2022-12-17 18:20:20',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3400,'1000','81671290420','2022-12-17 18:20:32',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3401,'4000','81671290420','2022-12-17 18:20:32',NULL,70.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3402,'1110','81671294087','2022-12-17 19:21:35',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(3403,'5500','81671294087','2022-12-17 19:21:27',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3404,'1000','81671294087','2022-12-17 19:21:35',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3405,'4000','81671294087','2022-12-17 19:21:35',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(3406,'5500','81671294126','2022-12-17 19:22:11',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3407,'1110','81671294126','2022-12-17 19:22:06',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3408,'5500','81671294126','2022-12-17 19:22:09',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3409,'1000','81671294126','2022-12-17 19:22:11',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3410,'5500','81671294126','2022-12-17 19:22:11',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3411,'4000','81671294126','2022-12-17 19:22:06',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3412,'1110','91671295701','2022-12-17 19:48:34',NULL,80.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3413,'5500','91671295701','2022-12-17 19:48:21',80.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3414,'1000','91671295701','2022-12-17 19:48:34',160.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3415,'4000','91671295701','2022-12-17 19:48:34',NULL,160.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3416,'1110','91671295723','2022-12-17 19:48:53',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3417,'5500','91671295723','2022-12-17 19:48:43',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3418,'1000','91671295723','2022-12-17 19:48:53',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3419,'4000','91671295723','2022-12-17 19:48:53',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3420,'1110','91671295742','2022-12-17 19:49:28',NULL,55.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3421,'5500','91671295742','2022-12-17 19:49:12',55.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3422,'1000','91671295742','2022-12-17 19:49:28',110.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3423,'4000','91671295742','2022-12-17 19:49:28',NULL,110.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3424,'1110','91671298298','2022-12-17 20:32:06',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3425,'1110','91671298298','2022-12-17 20:31:38',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3426,'5500','91671298298','2022-12-17 20:31:53',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3427,'1000','91671298298','2022-12-17 20:32:06',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3428,'4000','91671298298','2022-12-17 20:32:06',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3429,'4000','91671298298','2022-12-17 20:31:38',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3430,'1110','91671299787','2022-12-17 20:56:51',NULL,236.00,'','9','1','Inventory sold','3','','sales','5','','No',NULL,NULL,''),(3431,'1110','91671299787','2022-12-17 20:56:27',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3432,'5500','91671299787','2022-12-17 20:56:41',277.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3433,'1000','91671299787','2022-12-17 20:56:51',430.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3434,'4000','91671299787','2022-12-17 20:56:51',NULL,350.00,'','9','1','Good sold','3','','sales','5','','No',NULL,NULL,''),(3435,'4000','91671299787','2022-12-17 20:56:27',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3436,'1110','91671299821','2022-12-17 20:57:13',NULL,320.48,'','9','1','Inventory sold','3','','sales','56','','No',NULL,NULL,''),(3437,'5500','91671299821','2022-12-17 20:57:01',320.48,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3438,'1000','91671299821','2022-12-17 20:57:13',440.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3439,'4000','91671299821','2022-12-17 20:57:13',NULL,440.00,'','9','1','Good sold','3','','sales','56','','No',NULL,NULL,''),(3440,'1110','91671299843','2022-12-17 20:58:20',NULL,402.00,'','9','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(3441,'1110','91671299843','2022-12-17 20:57:23',NULL,746.72,'','9','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(3442,'1110','91671299843','2022-12-17 20:57:38',NULL,50.00,'','9','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(3443,'5500','91671299843','2022-12-17 20:58:09',1198.72,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3444,'1000','91671299843','2022-12-17 20:58:20',1583.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3445,'4000','91671299843','2022-12-17 20:58:20',NULL,603.00,'','9','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(3446,'4000','91671299843','2022-12-17 20:57:23',NULL,880.00,'','9','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(3447,'4000','91671299843','2022-12-17 20:57:38',NULL,99.50,'','9','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(3448,'1110','91671299918','2022-12-17 20:59:37',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3449,'1110','91671299918','2022-12-17 20:58:38',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3450,'1110','91671299918','2022-12-17 20:59:03',NULL,301.00,'','9','1','Inventory sold','3','','sales','46','','No',NULL,NULL,''),(3451,'1110','91671299918','2022-12-17 20:59:19',NULL,23.00,'','9','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(3452,'5500','91671299918','2022-12-17 20:59:27',380.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3453,'1000','91671299918','2022-12-17 20:59:37',553.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3454,'4000','91671299918','2022-12-17 20:59:37',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3455,'4000','91671299918','2022-12-17 20:58:38',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3456,'4000','91671299918','2022-12-17 20:59:03',NULL,400.00,'','9','1','Good sold','3','','sales','46','','No',NULL,NULL,''),(3457,'4000','91671299918','2022-12-17 20:59:19',NULL,50.00,'','9','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(3458,'1110','81671302297','2022-12-17 21:38:19',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3459,'5500','81671302297','2022-12-17 21:38:17',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3460,'1000','81671302297','2022-12-17 21:38:19',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3461,'4000','81671302297','2022-12-17 21:38:19',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3462,'1110','91671304357','2022-12-17 22:12:49',NULL,230.00,'','9','1','Inventory sold','3','','sales','138','','No',NULL,NULL,''),(3463,'5500','91671304357','2022-12-17 22:12:37',230.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3464,'1000','91671304357','2022-12-17 22:12:49',299.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3465,'4000','91671304357','2022-12-17 22:12:49',NULL,299.00,'','9','1','Good sold','3','','sales','138','','No',NULL,NULL,''),(3466,'1110','81671341410','2022-12-18 08:30:57',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3467,'1110','81671341410','2022-12-18 08:30:10',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3468,'5500','81671341410','2022-12-18 08:30:27',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3469,'1000','81671341410','2022-12-18 08:30:57',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3470,'4000','81671341410','2022-12-18 08:30:57',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3471,'4000','81671341410','2022-12-18 08:30:10',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3472,'1110','81671341478','2022-12-18 08:31:27',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3473,'5500','81671341478','2022-12-18 08:31:18',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3474,'1000','81671341478','2022-12-18 08:31:27',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3475,'4000','81671341478','2022-12-18 08:31:27',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3476,'1110','81671342546','2022-12-18 08:49:26',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3477,'1110','81671342546','2022-12-18 08:49:06',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3478,'5500','81671342546','2022-12-18 08:49:15',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3479,'1000','81671342546','2022-12-18 08:49:26',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3480,'4000','81671342546','2022-12-18 08:49:26',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3481,'4000','81671342546','2022-12-18 08:49:06',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3482,'1110','81671343419','2022-12-18 09:04:02',NULL,100.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3483,'5500','81671343419','2022-12-18 09:03:39',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3484,'1000','81671343419','2022-12-18 09:04:02',150.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3485,'4000','81671343419','2022-12-18 09:04:02',NULL,150.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3486,'1110','81671344866','2022-12-18 09:28:01',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3487,'5500','81671344866','2022-12-18 09:27:46',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3488,'1000','81671344866','2022-12-18 09:28:01',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3489,'4000','81671344866','2022-12-18 09:28:01',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3490,'1110','81671347247','2022-12-18 10:07:34',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3491,'5500','81671347247','2022-12-18 10:07:27',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3492,'1000','81671347247','2022-12-18 10:07:34',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3493,'4000','81671347247','2022-12-18 10:07:34',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3494,'1110','11671348570','2022-12-17 10:29:30',4200.00,NULL,'','1','1','Inventory Purchased','3','11','Purchases','142','','No',NULL,NULL,''),(3495,'2130','11671348570','2022-12-17 10:29:30',NULL,4200.00,'','1','1','Account payable for inventory','3','11','Purchases','','','No',NULL,NULL,''),(3496,'5500','81671349554','2022-12-18 10:45:59',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3497,'1110','81671349554','2022-12-18 10:45:54',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3498,'5500','81671349554','2022-12-18 10:45:58',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3499,'1000','81671349554','2022-12-18 10:45:59',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3500,'5500','81671349554','2022-12-18 10:45:59',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3501,'4000','81671349554','2022-12-18 10:45:54',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3502,'1110','81671349574','2022-12-18 10:46:27',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3503,'5500','81671349574','2022-12-18 10:46:14',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3504,'1000','81671349574','2022-12-18 10:46:27',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3505,'4000','81671349574','2022-12-18 10:46:27',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3506,'1110','61671350552','2022-12-18 11:04:05',NULL,18.00,'','6','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(3507,'1110','61671350552','2022-12-18 11:04:05',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3508,'5500','61671350552','2022-12-18 11:04:05',33.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3509,'1000','61671350552','2022-12-18 11:04:05',60.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3510,'4000','61671350552','2022-12-18 11:04:05',NULL,30.06,'','6','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(3511,'4000','61671350552','2022-12-18 11:04:05',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3512,'1110','81671350794','2022-12-18 11:06:40',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3513,'5500','81671350794','2022-12-18 11:06:34',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3514,'5920','81671350794','2022-12-18 11:06:39',129.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3515,'1000','81671350794','2022-12-18 11:06:40',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3516,'4000','81671350794','2022-12-18 11:06:40',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3517,'5500','81671350794','2022-12-18 11:06:34',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3518,'1110','91671357188','2022-12-18 12:53:20',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3519,'5500','91671357188','2022-12-18 12:53:08',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3520,'1000','91671357188','2022-12-18 12:53:20',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3521,'4000','91671357188','2022-12-18 12:53:20',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3522,'1110','81671358180','2022-12-18 13:09:53',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3523,'1110','81671358180','2022-12-18 13:09:40',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3524,'5500','81671358180','2022-12-18 13:09:44',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3525,'1000','81671358180','2022-12-18 13:09:53',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3526,'4000','81671358180','2022-12-18 13:09:53',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3527,'4000','81671358180','2022-12-18 13:09:40',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3528,'1110','81671358233','2022-12-18 13:10:40',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(3529,'5500','81671358233','2022-12-18 13:10:33',186.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3530,'1000','81671358233','2022-12-18 13:10:40',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3531,'4000','81671358233','2022-12-18 13:10:40',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(3532,'1110','81671359369','2022-12-18 13:29:38',NULL,373.36,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(3533,'5500','81671359369','2022-12-18 13:29:29',373.36,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3534,'1000','81671359369','2022-12-18 13:29:38',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3535,'4000','81671359369','2022-12-18 13:29:38',NULL,440.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(3536,'1110','81671359392','2022-12-18 13:29:57',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3537,'1110','81671359392','2022-12-18 13:29:52',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3538,'5500','81671359392','2022-12-18 13:29:55',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3539,'1000','81671359392','2022-12-18 13:29:57',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3540,'4000','81671359392','2022-12-18 13:29:57',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3541,'4000','81671359392','2022-12-18 13:29:52',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3542,'1110','81671359657','2022-12-18 13:34:34',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3543,'1110','81671359657','2022-12-18 13:34:17',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3544,'5500','81671359657','2022-12-18 13:34:24',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3545,'1000','81671359657','2022-12-18 13:34:34',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3546,'4000','81671359657','2022-12-18 13:34:34',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3547,'4000','81671359657','2022-12-18 13:34:17',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3548,'1110','81671359700','2022-12-18 13:35:01',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(3549,'5500','81671359700','2022-12-18 13:35:00',23.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3550,'1000','81671359700','2022-12-18 13:35:01',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3551,'4000','81671359700','2022-12-18 13:35:01',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(3552,'1110','91671361716','2022-12-18 14:09:02',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3553,'5500','91671361716','2022-12-18 14:08:45',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3554,'5920','91671361716','2022-12-18 14:08:54',120.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3555,'1000','91671361716','2022-12-18 14:09:02',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3556,'4000','91671361716','2022-12-18 14:09:02',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3557,'5500','91671361716','2022-12-18 14:08:45',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3558,'5500','81671363990','2022-12-18 14:46:34',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3559,'1110','81671363990','2022-12-18 14:46:30',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3560,'5500','81671363990','2022-12-18 14:46:33',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3561,'1000','81671363990','2022-12-18 14:46:34',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3562,'5500','81671363990','2022-12-18 14:46:34',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3563,'4000','81671363990','2022-12-18 14:46:30',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3564,'1110','81671364006','2022-12-18 14:46:57',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(3565,'5500','81671364006','2022-12-18 14:46:46',186.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3566,'1000','81671364006','2022-12-18 14:46:57',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3567,'4000','81671364006','2022-12-18 14:46:57',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(3568,'1110','81671367654','2022-12-18 15:47:35',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3569,'5500','81671367654','2022-12-18 15:47:34',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3570,'1000','81671367654','2022-12-18 15:47:35',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3571,'4000','81671367654','2022-12-18 15:47:35',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3572,'5500','81671367851','2022-12-18 15:50:53',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3573,'1110','81671367851','2022-12-18 15:50:51',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3574,'5500','81671367851','2022-12-18 15:50:52',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3575,'1000','81671367851','2022-12-18 15:50:53',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3576,'5500','81671367851','2022-12-18 15:50:53',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3577,'4000','81671367851','2022-12-18 15:50:51',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3578,'1110','81671368807','2022-12-18 16:06:53',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3579,'1110','81671368807','2022-12-18 16:06:47',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3580,'1110','81671368807','2022-12-18 16:06:50',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3581,'5500','81671368807','2022-12-18 16:06:51',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3582,'1000','81671368807','2022-12-18 16:06:53',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3583,'4000','81671368807','2022-12-18 16:06:53',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3584,'4000','81671368807','2022-12-18 16:06:47',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3585,'4000','81671368807','2022-12-18 16:06:50',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3586,'1110','91671370053','2022-12-18 16:27:50',NULL,30.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3587,'1110','91671370053','2022-12-18 16:27:33',NULL,210.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3588,'5500','91671370053','2022-12-18 16:27:41',240.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3589,'1000','91671370053','2022-12-18 16:27:50',445.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3590,'4000','91671370053','2022-12-18 16:27:50',NULL,45.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3591,'4000','91671370053','2022-12-18 16:27:33',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3592,'1110','81671371591','2022-12-18 16:53:18',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3593,'1110','81671371591','2022-12-18 16:53:11',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3594,'5500','81671371591','2022-12-18 16:53:16',65.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3595,'1000','81671371591','2022-12-18 16:53:18',130.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3596,'4000','81671371591','2022-12-18 16:53:18',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3597,'4000','81671371591','2022-12-18 16:53:11',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3598,'5500','81671371738','2022-12-18 16:55:39',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3599,'5920','81671371738','2022-12-18 16:55:38',105.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3600,'1000','81671371738','2022-12-18 16:55:39',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3601,'5500','81671371738','2022-12-18 16:55:39',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3602,'1110','81671372349','2022-12-18 17:05:59',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3603,'1110','81671372349','2022-12-18 17:05:49',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3604,'1110','81671372349','2022-12-18 17:05:53',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3605,'5500','81671372349','2022-12-18 17:05:57',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3606,'1000','81671372349','2022-12-18 17:05:59',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3607,'4000','81671372349','2022-12-18 17:05:59',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3608,'4000','81671372349','2022-12-18 17:05:49',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3609,'4000','81671372349','2022-12-18 17:05:53',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3610,'5500','81671372750','2022-12-18 17:12:34',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3611,'1110','81671372750','2022-12-18 17:12:30',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3612,'5500','81671372750','2022-12-18 17:12:33',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3613,'1000','81671372750','2022-12-18 17:12:34',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3614,'5500','81671372750','2022-12-18 17:12:34',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3615,'4000','81671372750','2022-12-18 17:12:30',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3616,'5500','61671375258','2022-12-18 17:54:40',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3617,'1110','61671375258','2022-12-18 17:54:40',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3618,'5500','61671375258','2022-12-18 17:54:40',120.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3619,'1000','61671375258','2022-12-18 17:54:40',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3620,'5500','61671375258','2022-12-18 17:54:40',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3621,'4000','61671375258','2022-12-18 17:54:40',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3622,'1110','81671375430','2022-12-18 17:57:32',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(3623,'1110','81671375430','2022-12-18 17:57:10',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3624,'1110','81671375430','2022-12-18 17:57:17',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(3625,'5500','81671375430','2022-12-18 17:57:30',130.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3626,'1000','81671375430','2022-12-18 17:57:32',240.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3627,'4000','81671375430','2022-12-18 17:57:32',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(3628,'4000','81671375430','2022-12-18 17:57:10',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3629,'4000','81671375430','2022-12-18 17:57:17',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(3630,'5500','81671375491','2022-12-18 17:58:17',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3631,'1110','81671375491','2022-12-18 17:58:11',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3632,'5500','81671375491','2022-12-18 17:58:16',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3633,'1000','81671375491','2022-12-18 17:58:17',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3634,'5500','81671375491','2022-12-18 17:58:17',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3635,'4000','81671375491','2022-12-18 17:58:11',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3636,'1110','81671375515','2022-12-18 17:59:23',NULL,197.00,'','8','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(3637,'5500','81671375515','2022-12-18 17:59:04',197.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3638,'1000','81671375515','2022-12-18 17:59:23',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3639,'4000','81671375515','2022-12-18 17:59:23',NULL,250.00,'','8','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(3640,'1110','61671376010','2022-12-18 18:07:07',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3641,'5500','61671376010','2022-12-18 18:07:07',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3642,'1000','61671376010','2022-12-18 18:07:07',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3643,'4000','61671376010','2022-12-18 18:07:07',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3644,'1110','81671376905','2022-12-18 18:21:59',NULL,197.00,'','8','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(3645,'5500','81671376905','2022-12-18 18:21:45',197.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3646,'1000','81671376905','2022-12-18 18:21:59',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3647,'4000','81671376905','2022-12-18 18:21:59',NULL,250.00,'','8','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(3648,'1110','91671382082','2022-12-18 19:48:15',NULL,680.00,'','9','1','Inventory sold','3','','sales','82','','No',NULL,NULL,''),(3649,'5500','91671382082','2022-12-18 19:48:02',680.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3650,'1000','91671382082','2022-12-18 19:48:15',850.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3651,'4000','91671382082','2022-12-18 19:48:15',NULL,850.00,'','9','1','Good sold','3','','sales','82','','No',NULL,NULL,''),(3652,'1110','81671384497','2022-12-18 21:16:55',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3653,'5500','81671384497','2022-12-18 20:28:17',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3654,'1000','81671384497','2022-12-18 21:16:55',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3655,'4000','81671384497','2022-12-18 21:16:55',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3656,'1110','91671387426','2022-12-18 21:17:20',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3657,'5500','91671387426','2022-12-18 21:17:06',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3658,'1000','91671387426','2022-12-18 21:17:20',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3659,'4000','91671387426','2022-12-18 21:17:20',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3660,'1110','91671387473','2022-12-18 21:18:02',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3661,'5500','91671387473','2022-12-18 21:17:53',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3662,'1000','91671387473','2022-12-18 21:18:02',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3663,'4000','91671387473','2022-12-18 21:18:02',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3664,'1110','91671387492','2022-12-18 21:18:21',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3665,'5500','91671387492','2022-12-18 21:18:12',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3666,'1000','91671387492','2022-12-18 21:18:21',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3667,'4000','91671387492','2022-12-18 21:18:21',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3668,'1110','81671387531','2022-12-18 21:19:01',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3669,'5500','81671387531','2022-12-18 21:18:51',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3670,'1000','81671387531','2022-12-18 21:19:01',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3671,'4000','81671387531','2022-12-18 21:19:01',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3672,'1110','91671388797','2022-12-18 21:40:10',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3673,'5500','91671388797','2022-12-18 21:39:57',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3674,'1000','91671388797','2022-12-18 21:40:10',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3675,'4000','91671388797','2022-12-18 21:40:10',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3676,'1110','91671388821','2022-12-18 21:40:33',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3677,'5500','91671388821','2022-12-18 21:40:21',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3678,'1000','91671388821','2022-12-18 21:40:33',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3679,'4000','91671388821','2022-12-18 21:40:33',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3680,'1110','91671388856','2022-12-18 21:41:08',NULL,30.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3681,'5500','91671388856','2022-12-18 21:40:56',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3682,'1000','91671388856','2022-12-18 21:41:08',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3683,'4000','91671388856','2022-12-18 21:41:08',NULL,60.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3684,'1110','81671388882','2022-12-18 21:42:21',NULL,830.00,'','8','1','Inventory sold','3','','sales','45','','No',NULL,NULL,''),(3685,'1110','81671388882','2022-12-18 21:41:22',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(3686,'5500','81671388882','2022-12-18 21:42:20',878.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3687,'1000','81671388882','2022-12-18 21:42:21',1100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3688,'4000','81671388882','2022-12-18 21:42:21',NULL,1000.00,'','8','1','Good sold','3','','sales','45','','No',NULL,NULL,''),(3689,'4000','81671388882','2022-12-18 21:41:22',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(3690,'1110','91671389236','2022-12-18 21:47:23',NULL,168.00,'','9','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(3691,'5500','91671389236','2022-12-18 21:47:16',168.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3692,'1000','91671389236','2022-12-18 21:47:23',220.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3693,'4000','91671389236','2022-12-18 21:47:23',NULL,220.00,'','9','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(3694,'1110','91671389251','2022-12-18 21:47:48',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3695,'1110','91671389251','2022-12-18 21:47:31',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3696,'5500','91671389251','2022-12-18 21:47:40',65.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3697,'1000','91671389251','2022-12-18 21:47:48',130.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3698,'4000','91671389251','2022-12-18 21:47:48',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3699,'4000','91671389251','2022-12-18 21:47:31',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3700,'1110','91671389281','2022-12-18 21:48:09',NULL,36.00,'','9','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(3701,'5500','91671389281','2022-12-18 21:48:01',36.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3702,'1000','91671389281','2022-12-18 21:48:09',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3703,'4000','91671389281','2022-12-18 21:48:09',NULL,60.12,'','9','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(3704,'1110','91671389305','2022-12-18 21:48:32',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3705,'5500','91671389305','2022-12-18 21:48:25',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3706,'1000','91671389305','2022-12-18 21:48:32',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3707,'4000','91671389305','2022-12-18 21:48:32',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3708,'1110','91671389850','2022-12-18 21:57:58',NULL,60.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3709,'5500','91671389850','2022-12-18 21:57:30',NULL,420.00,'','9','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(3710,'5920','91671389850','2022-12-18 21:57:45',480.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3711,'1000','91671389850','2022-12-18 21:57:58',890.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3712,'4000','91671389850','2022-12-18 21:57:58',NULL,90.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3713,'5500','91671389850','2022-12-18 21:57:30',NULL,800.00,'','9','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(3714,'1110','91671391897','2022-12-18 22:31:48',NULL,197.00,'','9','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(3715,'5500','91671391897','2022-12-18 22:31:37',197.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3716,'1000','91671391897','2022-12-18 22:31:48',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3717,'4000','91671391897','2022-12-18 22:31:48',NULL,250.00,'','9','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(3718,'1110','61671429989','2022-12-19 09:06:45',NULL,30.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3719,'5500','61671429989','2022-12-19 09:06:45',30.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3720,'1000','61671429989','2022-12-19 09:06:45',60.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3721,'4000','61671429989','2022-12-19 09:06:45',NULL,60.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3722,'1110','81671431038','2022-12-19 09:26:08',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3723,'1110','81671431038','2022-12-19 09:24:25',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(3724,'1110','81671431038','2022-12-19 09:25:08',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3725,'5500','81671431038','2022-12-19 09:25:47',62.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3726,'1000','81671431038','2022-12-19 09:26:08',110.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3727,'4000','81671431038','2022-12-19 09:26:08',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3728,'4000','81671431038','2022-12-19 09:24:25',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(3729,'4000','81671431038','2022-12-19 09:25:08',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3730,'1110','81671431290','2022-12-19 09:28:12',NULL,168.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(3731,'5500','81671431290','2022-12-19 09:28:10',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3732,'1000','81671431290','2022-12-19 09:28:12',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3733,'4000','81671431290','2022-12-19 09:28:12',NULL,220.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(3734,'1110','81671432925','2022-12-19 09:57:04',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3735,'1110','81671432925','2022-12-19 09:55:35',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3736,'5500','81671432925','2022-12-19 09:56:51',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3737,'1000','81671432925','2022-12-19 09:57:04',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3738,'4000','81671432925','2022-12-19 09:57:04',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3739,'4000','81671432925','2022-12-19 09:55:35',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3740,'1110','81671437027','2022-12-19 11:04:05',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3741,'1110','81671437027','2022-12-19 11:03:47',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3742,'5500','81671437027','2022-12-19 11:03:55',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3743,'1000','81671437027','2022-12-19 11:04:05',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3744,'4000','81671437027','2022-12-19 11:04:05',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3745,'4000','81671437027','2022-12-19 11:03:47',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3746,'1110','81671440311','2022-12-19 11:58:44',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3747,'1110','81671440311','2022-12-19 11:58:31',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3748,'1110','81671440311','2022-12-19 11:58:36',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3749,'1110','81671440311','2022-12-19 11:58:39',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3750,'5500','81671440311','2022-12-19 11:58:43',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3751,'1000','81671440311','2022-12-19 11:58:44',469.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3752,'4000','81671440311','2022-12-19 11:58:44',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3753,'4000','81671440311','2022-12-19 11:58:31',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3754,'4000','81671440311','2022-12-19 11:58:36',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3755,'4000','81671440311','2022-12-19 11:58:39',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3756,'1110','81671440805','2022-12-19 12:06:46',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3757,'5500','81671440805','2022-12-19 12:06:45',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3758,'1000','81671440805','2022-12-19 12:06:46',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3759,'4000','81671440805','2022-12-19 12:06:46',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3760,'5500','81671441994','2022-12-19 12:26:39',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3761,'1110','81671441994','2022-12-19 12:26:34',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3762,'5500','81671441994','2022-12-19 12:26:37',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3763,'1000','81671441994','2022-12-19 12:26:39',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3764,'5500','81671441994','2022-12-19 12:26:39',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3765,'4000','81671441994','2022-12-19 12:26:34',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3766,'5500','81671442414','2022-12-19 12:34:27',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3767,'1110','81671442414','2022-12-19 12:33:34',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3768,'1110','81671442414','2022-12-19 12:33:36',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3769,'1110','81671442414','2022-12-19 12:33:44',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3770,'1110','81671442414','2022-12-19 12:33:47',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3771,'1110','81671442414','2022-12-19 12:33:48',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3772,'5500','81671442414','2022-12-19 12:34:07',345.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3773,'1000','81671442414','2022-12-19 12:34:27',586.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3774,'5500','81671442414','2022-12-19 12:34:27',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3775,'4000','81671442414','2022-12-19 12:33:34',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3776,'4000','81671442414','2022-12-19 12:33:36',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3777,'4000','81671442414','2022-12-19 12:33:44',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3778,'4000','81671442414','2022-12-19 12:33:47',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3779,'4000','81671442414','2022-12-19 12:33:48',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3780,'1110','81671442535','2022-12-19 12:35:42',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3781,'5500','81671442535','2022-12-19 12:35:35',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3782,'1000','81671442535','2022-12-19 12:35:42',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3783,'4000','81671442535','2022-12-19 12:35:42',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3784,'1110','81671444368','2022-12-19 13:06:42',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3785,'1110','81671444368','2022-12-19 13:06:08',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3786,'1110','81671444368','2022-12-19 13:06:20',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(3787,'5500','81671444368','2022-12-19 13:06:31',48.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3788,'1000','81671444368','2022-12-19 13:06:42',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3789,'4000','81671444368','2022-12-19 13:06:42',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3790,'4000','81671444368','2022-12-19 13:06:08',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3791,'4000','81671444368','2022-12-19 13:06:20',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(3792,'1110','81671447228','2022-12-19 13:53:54',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3793,'1110','81671447228','2022-12-19 13:53:48',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3794,'5500','81671447228','2022-12-19 13:53:53',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3795,'1000','81671447228','2022-12-19 13:53:54',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3796,'4000','81671447228','2022-12-19 13:53:54',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3797,'4000','81671447228','2022-12-19 13:53:48',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3798,'1110','81671451460','2022-12-19 15:04:42',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3799,'1110','81671451460','2022-12-19 15:04:20',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(3800,'5500','81671451460','2022-12-19 15:04:31',38.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3801,'1000','81671451460','2022-12-19 15:04:42',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3802,'4000','81671451460','2022-12-19 15:04:42',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3803,'4000','81671451460','2022-12-19 15:04:20',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(3804,'1110','81671451545','2022-12-19 15:05:46',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(3805,'5500','81671451545','2022-12-19 15:05:45',175.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3806,'1000','81671451545','2022-12-19 15:05:46',280.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3807,'4000','81671451545','2022-12-19 15:05:46',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(3808,'1110','91671455171','2022-12-19 16:06:26',NULL,35.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3809,'5500','91671455171','2022-12-19 16:06:11',35.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3810,'1000','91671455171','2022-12-19 16:06:26',70.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3811,'4000','91671455171','2022-12-19 16:06:26',NULL,70.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3812,'1110','91671455196','2022-12-19 16:06:44',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3813,'5500','91671455196','2022-12-19 16:06:36',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3814,'1000','91671455196','2022-12-19 16:06:44',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3815,'4000','91671455196','2022-12-19 16:06:44',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3816,'1110','91671455214','2022-12-19 16:07:02',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3817,'5500','91671455214','2022-12-19 16:06:54',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3818,'1000','91671455214','2022-12-19 16:07:02',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3819,'4000','91671455214','2022-12-19 16:07:02',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3820,'1110','91671455232','2022-12-19 16:07:26',NULL,100.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3821,'5500','91671455232','2022-12-19 16:07:12',100.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3822,'1000','91671455232','2022-12-19 16:07:26',200.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3823,'4000','91671455232','2022-12-19 16:07:26',NULL,200.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3824,'1110','81671453941','2022-12-19 16:07:50',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(3825,'1110','81671453941','2022-12-19 15:45:41',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3826,'1110','81671453941','2022-12-19 15:45:50',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3827,'5500','81671453941','2022-12-19 16:07:37',340.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3828,'1000','81671453941','2022-12-19 16:07:50',553.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3829,'4000','81671453941','2022-12-19 16:07:50',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(3830,'4000','81671453941','2022-12-19 15:45:41',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3831,'4000','81671453941','2022-12-19 15:45:50',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3832,'1110','91671455289','2022-12-19 16:08:19',NULL,30.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3833,'5500','91671455289','2022-12-19 16:08:10',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3834,'1000','91671455289','2022-12-19 16:08:19',45.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3835,'4000','91671455289','2022-12-19 16:08:19',NULL,45.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3836,'1110','91671455309','2022-12-19 16:08:38',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3837,'5500','91671455309','2022-12-19 16:08:29',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3838,'1000','91671455309','2022-12-19 16:08:38',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3839,'4000','91671455309','2022-12-19 16:08:38',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3840,'1110','81671455377','2022-12-19 16:09:53',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(3841,'1110','81671455377','2022-12-19 16:09:37',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3842,'5500','81671455377','2022-12-19 16:09:45',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3843,'1000','81671455377','2022-12-19 16:09:53',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3844,'4000','81671455377','2022-12-19 16:09:53',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(3845,'4000','81671455377','2022-12-19 16:09:37',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3846,'1110','91671456794','2022-12-19 16:33:22',NULL,60.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3847,'5500','91671456794','2022-12-19 16:33:14',60.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3848,'1000','91671456794','2022-12-19 16:33:22',90.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3849,'4000','91671456794','2022-12-19 16:33:22',NULL,90.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3850,'1110','11671457293','2022-12-19 16:41:33',4200.00,NULL,'','1','1','Inventory Purchased','3','11','Purchases','142','','No',NULL,NULL,''),(3851,'2130','11671457293','2022-12-19 16:41:33',NULL,4200.00,'','1','1','Account payable for inventory','3','11','Purchases','','','No',NULL,NULL,''),(3852,'1110','81671460221','2022-12-19 17:30:27',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3853,'1110','81671460221','2022-12-19 17:30:21',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3854,'5500','81671460221','2022-12-19 17:30:26',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3855,'1000','81671460221','2022-12-19 17:30:27',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3856,'4000','81671460221','2022-12-19 17:30:27',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3857,'4000','81671460221','2022-12-19 17:30:21',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3858,'1110','61671462798','2022-12-19 18:14:20',NULL,210.00,'','6','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3859,'5500','61671462798','2022-12-19 18:14:20',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3860,'5920','61671462798','2022-12-19 18:14:20',315.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3861,'1000','61671462798','2022-12-19 18:14:20',600.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3862,'4000','61671462798','2022-12-19 18:14:20',NULL,400.00,'','6','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3863,'5500','61671462798','2022-12-19 18:14:20',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3864,'1110','81671463818','2022-12-19 18:30:25',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3865,'1110','81671463818','2022-12-19 18:30:18',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3866,'1110','81671463818','2022-12-19 18:30:21',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3867,'5500','81671463818','2022-12-19 18:30:24',240.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3868,'1000','81671463818','2022-12-19 18:30:25',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3869,'4000','81671463818','2022-12-19 18:30:25',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3870,'4000','81671463818','2022-12-19 18:30:18',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3871,'4000','81671463818','2022-12-19 18:30:21',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3872,'1110','81671464096','2022-12-19 18:34:57',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3873,'5500','81671464096','2022-12-19 18:34:56',150.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3874,'1000','81671464096','2022-12-19 18:34:57',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3875,'4000','81671464096','2022-12-19 18:34:57',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3876,'5500','81671465663','2022-12-19 19:01:07',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3877,'1110','81671465663','2022-12-19 19:01:03',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3878,'5500','81671465663','2022-12-19 19:01:06',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3879,'1000','81671465663','2022-12-19 19:01:07',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3880,'5500','81671465663','2022-12-19 19:01:07',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3881,'4000','81671465663','2022-12-19 19:01:03',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3882,'1110','81671468907','2022-12-19 19:58:08',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(3883,'1110','81671468907','2022-12-19 19:55:07',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3884,'1110','81671468907','2022-12-19 19:55:09',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(3885,'1110','81671468907','2022-12-19 19:55:10',NULL,158.25,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(3886,'1110','81671468907','2022-12-19 19:55:34',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(3887,'1110','81671468907','2022-12-19 19:55:50',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(3888,'1110','81671468907','2022-12-19 19:56:10',NULL,48.00,'','8','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(3889,'5500','81671468907','2022-12-19 19:58:07',648.93,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3890,'1000','81671468907','2022-12-19 19:58:08',973.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3891,'4000','81671468907','2022-12-19 19:58:08',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(3892,'4000','81671468907','2022-12-19 19:55:07',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3893,'4000','81671468907','2022-12-19 19:55:09',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(3894,'4000','81671468907','2022-12-19 19:55:10',NULL,220.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(3895,'4000','81671468907','2022-12-19 19:55:34',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(3896,'4000','81671468907','2022-12-19 19:55:50',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(3897,'4000','81671468907','2022-12-19 19:56:10',NULL,100.00,'','8','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(3898,'1110','81671470505','2022-12-19 20:22:07',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(3899,'1110','81671470505','2022-12-19 20:21:45',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3900,'5500','81671470505','2022-12-19 20:21:55',198.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3901,'1000','81671470505','2022-12-19 20:22:07',280.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3902,'4000','81671470505','2022-12-19 20:22:07',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(3903,'4000','81671470505','2022-12-19 20:21:45',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3904,'5500','81671471524','2022-12-19 20:38:54',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3905,'1110','81671471524','2022-12-19 20:38:44',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3906,'1110','81671471524','2022-12-19 20:38:46',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3907,'5500','81671471524','2022-12-19 20:38:53',161.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3908,'1000','81671471524','2022-12-19 20:38:54',303.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3909,'5500','81671471524','2022-12-19 20:38:54',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3910,'4000','81671471524','2022-12-19 20:38:44',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3911,'4000','81671471524','2022-12-19 20:38:46',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3912,'1110','81671471546','2022-12-19 20:41:10',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3913,'1110','81671471546','2022-12-19 20:39:06',NULL,18.00,'','8','1','Inventory sold','3','','sales','146','','No',NULL,NULL,''),(3914,'5500','81671471546','2022-12-19 20:39:19',58.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3915,'1000','81671471546','2022-12-19 20:41:10',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3916,'4000','81671471546','2022-12-19 20:41:10',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3917,'4000','81671471546','2022-12-19 20:39:06',NULL,30.06,'','8','1','Good sold','3','','sales','146','','No',NULL,NULL,''),(3918,'1110','81671471687','2022-12-19 20:41:28',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(3919,'5500','81671471687','2022-12-19 20:41:27',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3920,'1000','81671471687','2022-12-19 20:41:28',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3921,'4000','81671471687','2022-12-19 20:41:28',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(3922,'5500','81671472716','2022-12-19 20:58:38',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3923,'1110','81671472716','2022-12-19 20:58:36',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(3924,'5500','81671472716','2022-12-19 20:58:37',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3925,'1000','81671472716','2022-12-19 20:58:38',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3926,'5500','81671472716','2022-12-19 20:58:38',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3927,'4000','81671472716','2022-12-19 20:58:36',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(3928,'1110','91671476847','2022-12-19 22:07:42',NULL,100.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3929,'5500','91671476847','2022-12-19 22:07:27',100.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3930,'1000','91671476847','2022-12-19 22:07:42',200.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3931,'4000','91671476847','2022-12-19 22:07:42',NULL,200.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3932,'1110','91671476872','2022-12-19 22:08:05',NULL,75.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3933,'5500','91671476872','2022-12-19 22:07:52',75.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3934,'1000','91671476872','2022-12-19 22:08:05',150.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3935,'4000','91671476872','2022-12-19 22:08:05',NULL,150.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3936,'1110','81671476899','2022-12-19 22:08:33',NULL,100.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(3937,'5500','81671476899','2022-12-19 22:08:19',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3938,'1000','81671476899','2022-12-19 22:08:33',150.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3939,'4000','81671476899','2022-12-19 22:08:33',NULL,150.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(3940,'1110','81671476930','2022-12-19 22:09:14',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3941,'5500','81671476930','2022-12-19 22:08:50',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3942,'1000','81671476930','2022-12-19 22:09:14',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3943,'4000','81671476930','2022-12-19 22:09:14',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3944,'1110','81671476968','2022-12-19 22:09:39',NULL,60.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3945,'5500','81671476968','2022-12-19 22:09:28',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3946,'1000','81671476968','2022-12-19 22:09:39',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3947,'4000','81671476968','2022-12-19 22:09:39',NULL,90.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3948,'1110','91671476991','2022-12-19 22:10:07',NULL,210.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(3949,'5500','91671476991','2022-12-19 22:09:51',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(3950,'5920','91671476991','2022-12-19 22:10:00',315.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3951,'1000','91671476991','2022-12-19 22:10:07',600.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3952,'4000','91671476991','2022-12-19 22:10:07',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(3953,'5500','91671476991','2022-12-19 22:09:51',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(3954,'1110','81671477017','2022-12-19 22:10:27',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(3955,'5500','81671477017','2022-12-19 22:10:17',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3956,'1000','81671477017','2022-12-19 22:10:27',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3957,'4000','81671477017','2022-12-19 22:10:27',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(3958,'1110','81671477035','2022-12-19 22:10:46',NULL,172.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(3959,'5500','81671477035','2022-12-19 22:10:35',172.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3960,'1000','81671477035','2022-12-19 22:10:46',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3961,'4000','81671477035','2022-12-19 22:10:46',NULL,220.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(3962,'1110','91671477056','2022-12-19 22:11:17',NULL,610.00,'','9','1','Inventory sold','3','','sales','48','','No',NULL,NULL,''),(3963,'1110','91671477056','2022-12-19 22:10:56',NULL,560.04,'','9','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(3964,'5500','91671477056','2022-12-19 22:11:05',1170.04,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3965,'1000','91671477056','2022-12-19 22:11:17',1460.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3966,'4000','91671477056','2022-12-19 22:11:17',NULL,800.00,'','9','1','Good sold','3','','sales','48','','No',NULL,NULL,''),(3967,'4000','91671477056','2022-12-19 22:10:56',NULL,660.00,'','9','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(3968,'1110','81671477091','2022-12-19 22:11:41',NULL,46.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(3969,'5500','81671477091','2022-12-19 22:11:31',46.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3970,'1000','81671477091','2022-12-19 22:11:41',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3971,'4000','81671477091','2022-12-19 22:11:41',NULL,100.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(3972,'1110','61671513247','2022-12-20 08:14:19',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3973,'5500','61671513247','2022-12-20 08:14:19',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3974,'1000','61671513247','2022-12-20 08:14:19',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3975,'4000','61671513247','2022-12-20 08:14:19',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3976,'1110','81671513930','2022-12-20 08:26:12',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3977,'1110','81671513930','2022-12-20 08:25:41',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(3978,'5500','81671513930','2022-12-20 08:25:52',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3979,'1000','81671513930','2022-12-20 08:26:12',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3980,'4000','81671513930','2022-12-20 08:26:12',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3981,'4000','81671513930','2022-12-20 08:25:41',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(3982,'1110','91671515648','2022-12-20 08:54:20',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3983,'5500','91671515648','2022-12-20 08:54:08',15.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3984,'1000','91671515648','2022-12-20 08:54:20',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3985,'4000','91671515648','2022-12-20 08:54:20',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3986,'1110','61671517896','2022-12-20 09:32:05',NULL,30.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3987,'1110','61671517896','2022-12-20 09:32:05',NULL,12.00,'','6','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(3988,'5500','61671517896','2022-12-20 09:32:05',42.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3989,'1000','61671517896','2022-12-20 09:32:05',80.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3990,'4000','61671517896','2022-12-20 09:32:05',NULL,60.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3991,'4000','61671517896','2022-12-20 09:32:05',NULL,20.00,'','6','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(3992,'1110','61671518746','2022-12-20 09:46:05',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3993,'5500','61671518746','2022-12-20 09:46:05',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3994,'1000','61671518746','2022-12-20 09:46:05',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3995,'4000','61671518746','2022-12-20 09:46:05',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(3996,'1110','91671518778','2022-12-20 09:46:33',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(3997,'5500','91671518778','2022-12-20 09:46:18',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(3998,'1000','91671518778','2022-12-20 09:46:33',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(3999,'4000','91671518778','2022-12-20 09:46:33',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4000,'1110','61671519370','2022-12-20 09:56:32',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4001,'5500','61671519370','2022-12-20 09:56:32',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4002,'1000','61671519370','2022-12-20 09:56:32',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4003,'4000','61671519370','2022-12-20 09:56:32',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4004,'1110','91671519608','2022-12-20 10:00:20',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4005,'5500','91671519608','2022-12-20 10:00:08',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4006,'1000','91671519608','2022-12-20 10:00:20',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4007,'4000','91671519608','2022-12-20 10:00:20',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4008,'1110','81671520810','2022-12-20 10:20:25',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4009,'1110','81671520810','2022-12-20 10:20:10',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4010,'5500','81671520810','2022-12-20 10:20:25',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4011,'1000','81671520810','2022-12-20 10:20:25',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4012,'4000','81671520810','2022-12-20 10:20:25',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4013,'4000','81671520810','2022-12-20 10:20:10',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4014,'1110','81671520867','2022-12-20 10:21:27',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4015,'1110','81671520867','2022-12-20 10:21:07',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4016,'1110','81671520867','2022-12-20 10:21:12',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4017,'1110','81671520867','2022-12-20 10:21:16',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4018,'5500','81671520867','2022-12-20 10:21:25',281.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4019,'1000','81671520867','2022-12-20 10:21:27',526.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4020,'4000','81671520867','2022-12-20 10:21:27',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4021,'4000','81671520867','2022-12-20 10:21:07',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4022,'4000','81671520867','2022-12-20 10:21:12',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4023,'4000','81671520867','2022-12-20 10:21:16',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4024,'1110','81671521021','2022-12-20 10:24:05',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4025,'5500','81671521021','2022-12-20 10:23:41',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4026,'1000','81671521021','2022-12-20 10:24:05',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4027,'4000','81671521021','2022-12-20 10:24:05',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4028,'1110','81671523184','2022-12-20 11:00:20',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4029,'1110','81671523184','2022-12-20 10:59:44',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4030,'1110','81671523184','2022-12-20 10:59:52',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4031,'5500','81671523184','2022-12-20 10:59:59',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4032,'1000','81671523184','2022-12-20 11:00:20',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4033,'4000','81671523184','2022-12-20 11:00:20',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4034,'4000','81671523184','2022-12-20 10:59:44',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4035,'4000','81671523184','2022-12-20 10:59:52',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4036,'1110','81671523230','2022-12-20 11:00:51',NULL,60.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4037,'1110','81671523230','2022-12-20 11:00:30',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4038,'5500','81671523230','2022-12-20 11:00:42',80.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4039,'1000','81671523230','2022-12-20 11:00:51',130.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4040,'4000','81671523230','2022-12-20 11:00:51',NULL,90.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4041,'4000','81671523230','2022-12-20 11:00:30',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4042,'1110','81671523536','2022-12-20 11:06:08',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(4043,'1110','81671523536','2022-12-20 11:05:36',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(4044,'1110','81671523536','2022-12-20 11:05:41',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(4045,'5500','81671523536','2022-12-20 11:05:44',NULL,420.00,'','8','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(4046,'1110','81671523536','2022-12-20 11:05:49',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4047,'1110','81671523536','2022-12-20 11:06:04',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4048,'5500','81671523536','2022-12-20 11:06:07',544.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4049,'1000','81671523536','2022-12-20 11:06:08',1046.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4050,'4000','81671523536','2022-12-20 11:06:08',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(4051,'4000','81671523536','2022-12-20 11:05:36',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(4052,'4000','81671523536','2022-12-20 11:05:41',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(4053,'5500','81671523536','2022-12-20 11:05:44',NULL,800.00,'','8','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(4054,'4000','81671523536','2022-12-20 11:05:49',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4055,'4000','81671523536','2022-12-20 11:06:04',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4056,'1110','81671524447','2022-12-20 11:20:48',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4057,'5500','81671524447','2022-12-20 11:20:47',210.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4058,'1000','81671524447','2022-12-20 11:20:48',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4059,'4000','81671524447','2022-12-20 11:20:48',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4060,'1110','91671525191','2022-12-20 11:33:29',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4061,'1110','91671525191','2022-12-20 11:33:11',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4062,'5500','91671525191','2022-12-20 11:33:21',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4063,'1000','91671525191','2022-12-20 11:33:29',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4064,'4000','91671525191','2022-12-20 11:33:29',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4065,'4000','91671525191','2022-12-20 11:33:11',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4066,'1110','91671526316','2022-12-20 11:52:03',NULL,30.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4067,'5500','91671526316','2022-12-20 11:51:56',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4068,'1000','91671526316','2022-12-20 11:52:03',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4069,'4000','91671526316','2022-12-20 11:52:03',NULL,60.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4070,'1110','91671526330','2022-12-20 11:52:18',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4071,'5500','91671526330','2022-12-20 11:52:10',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4072,'1000','91671526330','2022-12-20 11:52:18',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4073,'4000','91671526330','2022-12-20 11:52:18',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4074,'1110','81671529674','2022-12-20 12:48:15',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4075,'1110','81671529674','2022-12-20 12:47:54',NULL,100.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4076,'5500','81671529674','2022-12-20 12:47:55',310.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4077,'1000','81671529674','2022-12-20 12:48:15',599.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4078,'4000','81671529674','2022-12-20 12:48:15',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4079,'4000','81671529674','2022-12-20 12:47:54',NULL,199.00,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4080,'1110','81671529759','2022-12-20 12:50:45',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4081,'1110','81671529759','2022-12-20 12:50:16',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4082,'5500','81671529759','2022-12-20 12:50:27',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4083,'1000','81671529759','2022-12-20 12:50:45',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4084,'4000','81671529759','2022-12-20 12:50:45',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4085,'4000','81671529759','2022-12-20 12:50:16',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4086,'1110','61671532899','2022-12-20 13:42:10',NULL,210.00,'','6','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4087,'1110','61671532899','2022-12-20 13:42:10',NULL,30.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4088,'5500','61671532899','2022-12-20 13:42:10',240.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4089,'1000','61671532899','2022-12-20 13:42:10',445.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4090,'4000','61671532899','2022-12-20 13:42:10',NULL,400.00,'','6','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4091,'4000','61671532899','2022-12-20 13:42:10',NULL,45.00,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4092,'5500','61671533845','2022-12-20 13:57:35',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4093,'5920','61671533845','2022-12-20 13:57:35',105.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4094,'1000','61671533845','2022-12-20 13:57:35',200.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4095,'5500','61671533845','2022-12-20 13:57:35',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4096,'1110','61671533872','2022-12-20 13:58:03',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4097,'5500','61671533872','2022-12-20 13:58:03',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4098,'1000','61671533872','2022-12-20 13:58:03',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4099,'4000','61671533872','2022-12-20 13:58:03',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4100,'1110','91671535411','2022-12-20 14:26:41',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4101,'5500','91671535411','2022-12-20 14:23:31',NULL,105.00,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4102,'1110','91671535411','2022-12-20 14:25:10',NULL,373.36,'','9','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(4103,'5500','91671535411','2022-12-20 14:26:21',493.36,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4104,'1000','91671535411','2022-12-20 14:26:41',663.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4105,'4000','91671535411','2022-12-20 14:26:41',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4106,'5500','91671535411','2022-12-20 14:23:31',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4107,'4000','91671535411','2022-12-20 14:25:10',NULL,440.00,'','9','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(4108,'1110','81671535689','2022-12-20 14:28:13',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(4109,'1110','81671535689','2022-12-20 14:28:09',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4110,'5500','81671535689','2022-12-20 14:28:12',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4111,'1000','81671535689','2022-12-20 14:28:13',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4112,'4000','81671535689','2022-12-20 14:28:13',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(4113,'4000','81671535689','2022-12-20 14:28:09',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4114,'1110','81671535820','2022-12-20 14:30:21',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4115,'5500','81671535820','2022-12-20 14:30:20',210.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4116,'1000','81671535820','2022-12-20 14:30:21',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4117,'4000','81671535820','2022-12-20 14:30:21',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4118,'1110','81671535830','2022-12-20 14:30:47',NULL,100.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4119,'5500','81671535830','2022-12-20 14:30:30',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4120,'1000','81671535830','2022-12-20 14:30:47',199.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4121,'4000','81671535830','2022-12-20 14:30:47',NULL,199.00,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4122,'1110','61671535888','2022-12-20 14:31:37',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4123,'5500','61671535888','2022-12-20 14:31:37',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4124,'1000','61671535888','2022-12-20 14:31:37',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4125,'4000','61671535888','2022-12-20 14:31:37',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4126,'1110','61671535911','2022-12-20 14:32:11',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4127,'5500','61671535911','2022-12-20 14:32:11',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4128,'5920','61671535911','2022-12-20 14:32:11',120.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4129,'1000','61671535911','2022-12-20 14:32:11',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4130,'4000','61671535911','2022-12-20 14:32:11',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4131,'5500','61671535911','2022-12-20 14:32:11',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4132,'1110','61671541640','2022-12-20 16:07:45',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4133,'1110','61671541640','2022-12-20 16:07:45',NULL,210.00,'','6','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4134,'5500','61671541640','2022-12-20 16:07:45',225.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4135,'1000','61671541640','2022-12-20 16:07:45',423.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4136,'4000','61671541640','2022-12-20 16:07:45',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4137,'4000','61671541640','2022-12-20 16:07:45',NULL,400.00,'','6','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4138,'1110','61671550943','2022-12-20 18:42:32',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4139,'5500','61671550943','2022-12-20 18:42:32',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4140,'1000','61671550943','2022-12-20 18:42:32',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4141,'4000','61671550943','2022-12-20 18:42:32',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4142,'5500','61671550972','2022-12-20 18:43:02',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4143,'5920','61671550972','2022-12-20 18:43:02',105.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4144,'1000','61671550972','2022-12-20 18:43:02',200.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4145,'5500','61671550972','2022-12-20 18:43:02',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4146,'1110','81671553785','2022-12-20 19:30:04',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4147,'5500','81671553785','2022-12-20 19:29:45',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4148,'1110','81671553785','2022-12-20 19:29:49',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4149,'1110','81671553785','2022-12-20 19:29:56',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4150,'1110','81671553785','2022-12-20 19:29:59',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4151,'5500','81671553785','2022-12-20 19:30:02',360.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4152,'1000','81671553785','2022-12-20 19:30:04',669.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4153,'4000','81671553785','2022-12-20 19:30:04',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4154,'5500','81671553785','2022-12-20 19:29:45',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4155,'4000','81671553785','2022-12-20 19:29:49',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4156,'4000','81671553785','2022-12-20 19:29:56',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4157,'4000','81671553785','2022-12-20 19:29:59',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4158,'1110','91671557893','2022-12-20 20:38:22',NULL,41.00,'','9','1','Inventory sold','3','','sales','134','','No',NULL,NULL,''),(4159,'5500','91671557893','2022-12-20 20:38:13',41.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4160,'1000','91671557893','2022-12-20 20:38:22',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4161,'4000','91671557893','2022-12-20 20:38:22',NULL,60.00,'','9','1','Good sold','3','','sales','134','','No',NULL,NULL,''),(4162,'1110','81671561850','2022-12-20 21:44:21',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4163,'5500','81671561850','2022-12-20 21:44:10',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4164,'1000','81671561850','2022-12-20 21:44:21',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4165,'4000','81671561850','2022-12-20 21:44:21',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4166,'1110','81671561869','2022-12-20 21:44:40',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4167,'5500','81671561869','2022-12-20 21:44:29',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4168,'1000','81671561869','2022-12-20 21:44:40',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4169,'4000','81671561869','2022-12-20 21:44:40',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4170,'1110','91671561889','2022-12-20 21:45:11',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4171,'5500','91671561889','2022-12-20 21:44:49',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4172,'1000','91671561889','2022-12-20 21:45:11',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4173,'4000','91671561889','2022-12-20 21:45:11',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4174,'1110','91671561930','2022-12-20 21:45:42',NULL,60.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4175,'5500','91671561930','2022-12-20 21:45:30',60.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4176,'1000','91671561930','2022-12-20 21:45:42',120.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4177,'4000','91671561930','2022-12-20 21:45:42',NULL,120.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4178,'1110','81671561960','2022-12-20 21:46:08',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4179,'5500','81671561960','2022-12-20 21:46:00',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4180,'1000','81671561960','2022-12-20 21:46:08',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4181,'4000','81671561960','2022-12-20 21:46:08',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4182,'1110','81671561980','2022-12-20 21:46:30',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4183,'5500','81671561980','2022-12-20 21:46:20',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4184,'1000','81671561980','2022-12-20 21:46:30',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4185,'4000','81671561980','2022-12-20 21:46:30',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4186,'1110','81671562005','2022-12-20 21:46:54',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4187,'5500','81671562005','2022-12-20 21:46:45',210.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4188,'1000','81671562005','2022-12-20 21:46:54',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4189,'4000','81671562005','2022-12-20 21:46:54',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4190,'1110','81671562023','2022-12-20 21:47:10',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4191,'5500','81671562023','2022-12-20 21:47:03',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4192,'1000','81671562023','2022-12-20 21:47:10',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4193,'4000','81671562023','2022-12-20 21:47:10',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4194,'1110','81671562042','2022-12-20 21:47:31',NULL,450.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(4195,'5500','81671562042','2022-12-20 21:47:22',450.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4196,'1000','81671562042','2022-12-20 21:47:31',750.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4197,'4000','81671562042','2022-12-20 21:47:31',NULL,750.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(4198,'1110','81671562060','2022-12-20 21:47:49',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(4199,'5500','81671562060','2022-12-20 21:47:41',192.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4200,'1000','81671562060','2022-12-20 21:47:49',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4201,'4000','81671562060','2022-12-20 21:47:49',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(4202,'1110','81671604351','2022-12-21 09:32:47',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4203,'1110','81671604351','2022-12-21 09:32:31',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4204,'5500','81671604351','2022-12-21 09:32:40',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4205,'1000','81671604351','2022-12-21 09:32:47',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4206,'4000','81671604351','2022-12-21 09:32:47',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4207,'4000','81671604351','2022-12-21 09:32:31',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4208,'1110','81671604376','2022-12-21 09:33:06',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4209,'5500','81671604376','2022-12-21 09:32:56',12.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4210,'1000','81671604376','2022-12-21 09:33:06',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4211,'4000','81671604376','2022-12-21 09:33:06',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4212,'1110','81671604399','2022-12-21 09:33:30',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4213,'5500','81671604399','2022-12-21 09:33:19',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4214,'1000','81671604399','2022-12-21 09:33:30',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4215,'4000','81671604399','2022-12-21 09:33:30',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4216,'1110','81671605011','2022-12-21 09:43:43',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4217,'5500','81671605011','2022-12-21 09:43:31',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4218,'1000','81671605011','2022-12-21 09:43:43',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4219,'4000','81671605011','2022-12-21 09:43:43',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4220,'1110','81671606429','2022-12-21 10:08:23',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4221,'1110','81671606429','2022-12-21 10:07:09',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4222,'5500','81671606429','2022-12-21 10:08:13',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4223,'1000','81671606429','2022-12-21 10:08:23',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4224,'4000','81671606429','2022-12-21 10:08:23',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4225,'4000','81671606429','2022-12-21 10:07:09',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4226,'1110','61671609398','2022-12-21 10:56:50',NULL,5.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4227,'5500','61671609398','2022-12-21 10:56:50',5.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4228,'1000','61671609398','2022-12-21 10:56:50',10.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4229,'4000','61671609398','2022-12-21 10:56:50',NULL,10.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4230,'1110','81671610012','2022-12-21 11:07:04',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4231,'5500','81671610012','2022-12-21 11:06:53',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4232,'1000','81671610012','2022-12-21 11:07:04',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4233,'4000','81671610012','2022-12-21 11:07:04',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4234,'1110','81671610591','2022-12-21 11:16:50',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(4235,'1110','81671610591','2022-12-21 11:16:31',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4236,'5500','81671610591','2022-12-21 11:16:41',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4237,'1000','81671610591','2022-12-21 11:16:50',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4238,'4000','81671610591','2022-12-21 11:16:50',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(4239,'4000','81671610591','2022-12-21 11:16:31',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4240,'1110','81671614132','2022-12-21 12:16:01',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4241,'1110','81671614132','2022-12-21 12:15:32',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4242,'5500','81671614132','2022-12-21 12:15:49',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4243,'1000','81671614132','2022-12-21 12:16:01',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4244,'4000','81671614132','2022-12-21 12:16:01',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4245,'4000','81671614132','2022-12-21 12:15:32',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4246,'1110','91671614291','2022-12-21 12:18:18',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4247,'5500','91671614291','2022-12-21 12:18:11',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4248,'1000','91671614291','2022-12-21 12:18:18',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4249,'4000','91671614291','2022-12-21 12:18:18',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4250,'1110','91671614306','2022-12-21 12:18:34',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4251,'5500','91671614306','2022-12-21 12:18:26',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4252,'1000','91671614306','2022-12-21 12:18:34',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4253,'4000','91671614306','2022-12-21 12:18:34',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4254,'5500','81671616325','2022-12-21 12:52:10',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4255,'1110','81671616325','2022-12-21 12:52:05',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4256,'5500','81671616325','2022-12-21 12:52:09',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4257,'1000','81671616325','2022-12-21 12:52:10',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4258,'5500','81671616325','2022-12-21 12:52:10',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4259,'4000','81671616325','2022-12-21 12:52:05',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4260,'1110','61671616525','2022-12-21 12:55:47',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4261,'5500','61671616525','2022-12-21 12:55:47',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4262,'1000','61671616525','2022-12-21 12:55:47',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4263,'4000','61671616525','2022-12-21 12:55:47',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4264,'1110','61671616558','2022-12-21 12:56:34',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4265,'1110','61671616558','2022-12-21 12:56:34',NULL,20.00,'','6','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4266,'5500','61671616558','2022-12-21 12:56:34',30.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4267,'1000','61671616558','2022-12-21 12:56:34',50.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4268,'4000','61671616558','2022-12-21 12:56:34',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4269,'4000','61671616558','2022-12-21 12:56:34',NULL,30.00,'','6','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4270,'1110','81671617281','2022-12-21 13:08:21',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4271,'1110','81671617281','2022-12-21 13:08:01',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4272,'5500','81671617281','2022-12-21 13:08:12',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4273,'1000','81671617281','2022-12-21 13:08:21',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4274,'4000','81671617281','2022-12-21 13:08:21',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4275,'4000','81671617281','2022-12-21 13:08:01',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4276,'5500','81671619390','2022-12-21 13:43:21',NULL,420.00,'','8','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(4277,'1110','81671619390','2022-12-21 13:43:10',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4278,'1110','81671619390','2022-12-21 13:43:14',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4279,'1110','81671619390','2022-12-21 13:43:16',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4280,'5500','81671619390','2022-12-21 13:43:19',465.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4281,'1000','81671619390','2022-12-21 13:43:21',869.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4282,'5500','81671619390','2022-12-21 13:43:21',NULL,800.00,'','8','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(4283,'4000','81671619390','2022-12-21 13:43:10',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4284,'4000','81671619390','2022-12-21 13:43:14',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4285,'4000','81671619390','2022-12-21 13:43:16',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4286,'5500','81671619422','2022-12-21 13:43:56',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4287,'1110','81671619422','2022-12-21 13:43:42',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4288,'1110','81671619422','2022-12-21 13:43:48',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4289,'1110','81671619422','2022-12-21 13:43:52',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4290,'5500','81671619422','2022-12-21 13:43:54',345.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4291,'1000','81671619422','2022-12-21 13:43:56',646.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4292,'5500','81671619422','2022-12-21 13:43:56',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4293,'4000','81671619422','2022-12-21 13:43:42',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4294,'4000','81671619422','2022-12-21 13:43:48',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4295,'4000','81671619422','2022-12-21 13:43:52',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4296,'5500','81671620273','2022-12-21 13:57:58',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4297,'1110','81671620273','2022-12-21 13:57:53',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4298,'5500','81671620273','2022-12-21 13:57:57',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4299,'1000','81671620273','2022-12-21 13:57:58',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4300,'5500','81671620273','2022-12-21 13:57:58',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4301,'4000','81671620273','2022-12-21 13:57:53',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4302,'1110','61671620865','2022-12-21 14:08:05',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4303,'5500','61671620865','2022-12-21 14:08:05',NULL,105.00,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4304,'5920','61671620865','2022-12-21 14:08:05',120.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4305,'1000','61671620865','2022-12-21 14:08:05',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4306,'4000','61671620865','2022-12-21 14:08:05',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4307,'5500','61671620865','2022-12-21 14:08:05',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4308,'1110','81671627013','2022-12-21 15:50:49',NULL,210.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4309,'5500','81671627013','2022-12-21 15:50:13',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4310,'1110','81671627013','2022-12-21 15:50:29',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4311,'1110','81671627013','2022-12-21 15:50:34',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4312,'1110','81671627013','2022-12-21 15:50:37',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4313,'5500','81671627013','2022-12-21 15:50:48',360.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4314,'1000','81671627013','2022-12-21 15:50:49',669.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4315,'4000','81671627013','2022-12-21 15:50:49',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4316,'5500','81671627013','2022-12-21 15:50:13',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4317,'4000','81671627013','2022-12-21 15:50:29',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4318,'4000','81671627013','2022-12-21 15:50:34',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4319,'4000','81671627013','2022-12-21 15:50:37',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4320,'5500','81671632622','2022-12-21 17:23:48',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4321,'1110','81671632622','2022-12-21 17:23:42',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4322,'5500','81671632622','2022-12-21 17:23:46',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4323,'1000','81671632622','2022-12-21 17:23:48',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4324,'5500','81671632622','2022-12-21 17:23:48',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4325,'4000','81671632622','2022-12-21 17:23:42',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4326,'1110','61671634602','2022-12-21 17:57:23',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4327,'5500','61671634602','2022-12-21 17:57:23',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4328,'1000','61671634602','2022-12-21 17:57:23',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4329,'4000','61671634602','2022-12-21 17:57:23',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4330,'1110','61671634891','2022-12-21 18:01:44',NULL,15.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4331,'5500','61671634891','2022-12-21 18:01:44',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4332,'1000','61671634891','2022-12-21 18:01:44',30.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4333,'4000','61671634891','2022-12-21 18:01:44',NULL,30.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4334,'1110','81671635371','2022-12-21 18:09:53',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(4335,'1110','81671635371','2022-12-21 18:09:31',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4336,'5500','81671635371','2022-12-21 18:09:51',47.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4337,'1000','81671635371','2022-12-21 18:09:53',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4338,'4000','81671635371','2022-12-21 18:09:53',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(4339,'4000','81671635371','2022-12-21 18:09:31',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4340,'5500','81671637353','2022-12-21 18:42:37',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4341,'1110','81671637353','2022-12-21 18:42:33',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4342,'5500','81671637353','2022-12-21 18:42:36',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4343,'1000','81671637353','2022-12-21 18:42:37',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4344,'5500','81671637353','2022-12-21 18:42:37',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4345,'4000','81671637353','2022-12-21 18:42:33',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4346,'1110','91671639002','2022-12-21 19:10:11',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(4347,'5500','91671639002','2022-12-21 19:10:02',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4348,'1000','91671639002','2022-12-21 19:10:11',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4349,'4000','91671639002','2022-12-21 19:10:11',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(4350,'5500','81671640868','2022-12-21 19:41:17',NULL,105.00,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4351,'5920','81671640868','2022-12-21 19:41:08',105.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4352,'1000','81671640868','2022-12-21 19:41:17',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4353,'5500','81671640868','2022-12-21 19:41:17',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4354,'5500','81671641245','2022-12-21 19:48:25',NULL,420.00,'','8','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(4355,'1110','81671641245','2022-12-21 19:47:25',NULL,120.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(4356,'1110','81671641245','2022-12-21 19:47:41',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4357,'5500','81671641245','2022-12-21 19:48:08',560.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4358,'1000','81671641245','2022-12-21 19:48:25',1010.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4359,'5500','81671641245','2022-12-21 19:48:25',NULL,800.00,'','8','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(4360,'4000','81671641245','2022-12-21 19:47:25',NULL,180.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(4361,'4000','81671641245','2022-12-21 19:47:41',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4362,'1110','81671641400','2022-12-21 19:50:12',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4363,'5500','81671641400','2022-12-21 19:50:00',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4364,'1000','81671641400','2022-12-21 19:50:12',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4365,'4000','81671641400','2022-12-21 19:50:12',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4366,'1110','81671647022','2022-12-21 21:26:26',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(4367,'1110','81671647022','2022-12-21 21:23:42',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4368,'1110','81671647022','2022-12-21 21:24:34',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4369,'1110','81671647022','2022-12-21 21:24:57',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4370,'1110','81671647022','2022-12-21 21:25:08',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4371,'1110','81671647022','2022-12-21 21:25:11',NULL,560.04,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(4372,'1110','81671647022','2022-12-21 21:25:34',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4373,'5500','81671647022','2022-12-21 21:25:56',885.04,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4374,'1000','81671647022','2022-12-21 21:26:26',1170.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4375,'4000','81671647022','2022-12-21 21:26:26',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(4376,'4000','81671647022','2022-12-21 21:23:42',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4377,'4000','81671647022','2022-12-21 21:24:34',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4378,'4000','81671647022','2022-12-21 21:24:57',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4379,'4000','81671647022','2022-12-21 21:25:08',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4380,'4000','81671647022','2022-12-21 21:25:11',NULL,660.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(4381,'4000','81671647022','2022-12-21 21:25:34',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4382,'1110','81671647203','2022-12-21 21:26:59',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(4383,'5500','81671647203','2022-12-21 21:26:43',192.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4384,'1000','81671647203','2022-12-21 21:26:59',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4385,'4000','81671647203','2022-12-21 21:26:59',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(4386,'1110','91671650879','2022-12-21 22:28:13',NULL,110.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4387,'5500','91671650879','2022-12-21 22:27:59',110.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4388,'1000','91671650879','2022-12-21 22:28:13',220.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4389,'4000','91671650879','2022-12-21 22:28:13',NULL,220.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4390,'1110','81671650906','2022-12-21 22:29:02',NULL,85.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4391,'5500','81671650906','2022-12-21 22:28:34',85.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4392,'1000','81671650906','2022-12-21 22:29:02',170.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4393,'4000','81671650906','2022-12-21 22:29:02',NULL,170.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4394,'1110','81671650954','2022-12-21 22:29:24',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4395,'5500','81671650954','2022-12-21 22:29:14',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4396,'1000','81671650954','2022-12-21 22:29:24',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4397,'4000','81671650954','2022-12-21 22:29:24',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4398,'1110','81671650973','2022-12-21 22:29:45',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4399,'5500','81671650973','2022-12-21 22:29:33',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4400,'1000','81671650973','2022-12-21 22:29:45',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4401,'4000','81671650973','2022-12-21 22:29:45',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4402,'1110','91671650998','2022-12-21 22:30:09',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4403,'5500','91671650998','2022-12-21 22:29:58',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4404,'1000','91671650998','2022-12-21 22:30:09',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4405,'4000','91671650998','2022-12-21 22:30:09',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4406,'1110','81671651024','2022-12-21 22:30:36',NULL,120.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4407,'5500','81671651024','2022-12-21 22:30:24',120.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4408,'1000','81671651024','2022-12-21 22:30:36',180.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4409,'4000','81671651024','2022-12-21 22:30:36',NULL,180.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4410,'1110','81671651045','2022-12-21 22:30:53',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4411,'5500','81671651045','2022-12-21 22:30:45',12.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4412,'1000','81671651045','2022-12-21 22:30:53',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4413,'4000','81671651045','2022-12-21 22:30:53',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4414,'1110','91671651069','2022-12-21 22:31:15',NULL,201.00,'','9','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(4415,'5500','91671651069','2022-12-21 22:31:09',201.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4416,'1000','91671651069','2022-12-21 22:31:15',302.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4417,'4000','91671651069','2022-12-21 22:31:15',NULL,301.50,'','9','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(4418,'1110','61671685529','2022-12-22 08:05:46',NULL,45.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4419,'5500','61671685529','2022-12-22 08:05:46',45.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4420,'1000','61671685529','2022-12-22 08:05:46',90.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4421,'4000','61671685529','2022-12-22 08:05:46',NULL,90.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4422,'1110','81671692119','2022-12-22 09:55:43',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4423,'1110','81671692119','2022-12-22 09:55:19',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4424,'5500','81671692119','2022-12-22 09:55:31',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4425,'1000','81671692119','2022-12-22 09:55:43',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4426,'4000','81671692119','2022-12-22 09:55:43',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4427,'4000','81671692119','2022-12-22 09:55:19',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4428,'1110','81671693295','2022-12-22 10:15:05',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4429,'1110','81671693295','2022-12-22 10:14:55',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4430,'1110','81671693295','2022-12-22 10:15:01',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4431,'5500','81671693295','2022-12-22 10:15:04',45.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4432,'1000','81671693295','2022-12-22 10:15:05',69.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4433,'4000','81671693295','2022-12-22 10:15:05',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4434,'4000','81671693295','2022-12-22 10:14:55',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4435,'4000','81671693295','2022-12-22 10:15:01',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4436,'1110','81671705799','2022-12-22 13:43:20',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4437,'5500','81671705799','2022-12-22 13:43:19',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4438,'1000','81671705799','2022-12-22 13:43:20',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4439,'4000','81671705799','2022-12-22 13:43:20',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4440,'1110','81671705820','2022-12-22 13:44:22',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(4441,'1110','81671705820','2022-12-22 13:43:40',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4442,'5500','81671705820','2022-12-22 13:44:06',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4443,'1000','81671705820','2022-12-22 13:44:22',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4444,'4000','81671705820','2022-12-22 13:44:22',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(4445,'4000','81671705820','2022-12-22 13:43:40',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4446,'1110','81671708207','2022-12-22 14:23:28',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4447,'5500','81671708207','2022-12-22 14:23:27',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4448,'1000','81671708207','2022-12-22 14:23:28',23.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4449,'4000','81671708207','2022-12-22 14:23:28',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4450,'1110','81671708236','2022-12-22 14:24:03',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4451,'1110','81671708236','2022-12-22 14:23:56',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4452,'5500','81671708236','2022-12-22 14:24:02',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4453,'1000','81671708236','2022-12-22 14:24:03',46.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4454,'4000','81671708236','2022-12-22 14:24:03',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4455,'4000','81671708236','2022-12-22 14:23:56',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4456,'1110','11671709030','2022-12-22 14:37:10',6300.00,NULL,'','1','1','Inventory Purchased','3','11','Purchases','142','','No',NULL,NULL,''),(4457,'2130','11671709030','2022-12-22 14:37:10',NULL,6300.00,'','1','1','Account payable for inventory','3','11','Purchases','','','No',NULL,NULL,''),(4458,'1110','81671709130','2022-12-22 14:38:52',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4459,'5500','81671709130','2022-12-22 14:38:50',225.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4460,'1000','81671709130','2022-12-22 14:38:52',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4461,'4000','81671709130','2022-12-22 14:38:52',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4462,'5500','81671709156','2022-12-22 14:39:18',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4463,'5920','81671709156','2022-12-22 14:39:16',112.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4464,'1000','81671709156','2022-12-22 14:39:18',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4465,'5500','81671709156','2022-12-22 14:39:18',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4466,'1110','81671709186','2022-12-22 14:39:54',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4467,'5500','81671709186','2022-12-22 14:39:46',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4468,'5920','81671709186','2022-12-22 14:39:53',337.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4469,'1000','81671709186','2022-12-22 14:39:54',600.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4470,'4000','81671709186','2022-12-22 14:39:54',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4471,'5500','81671709186','2022-12-22 14:39:46',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4472,'5500','81671709235','2022-12-22 14:40:37',NULL,450.00,'','8','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(4473,'5920','81671709235','2022-12-22 14:40:35',450.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4474,'1000','81671709235','2022-12-22 14:40:37',800.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4475,'5500','81671709235','2022-12-22 14:40:37',NULL,800.00,'','8','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(4476,'5500','81671709351','2022-12-22 14:42:32',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4477,'5920','81671709351','2022-12-22 14:42:31',112.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4478,'1000','81671709351','2022-12-22 14:42:32',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4479,'5500','81671709351','2022-12-22 14:42:32',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4480,'5500','81671709452','2022-12-22 14:44:14',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4481,'5920','81671709452','2022-12-22 14:44:12',112.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4482,'1000','81671709452','2022-12-22 14:44:14',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4483,'5500','81671709452','2022-12-22 14:44:14',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4484,'5500','81671709477','2022-12-22 14:44:39',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4485,'5920','81671709477','2022-12-22 14:44:37',112.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4486,'1000','81671709477','2022-12-22 14:44:39',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4487,'5500','81671709477','2022-12-22 14:44:39',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4488,'5500','81671709554','2022-12-22 14:45:56',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4489,'5920','81671709554','2022-12-22 14:45:54',112.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4490,'1000','81671709554','2022-12-22 14:45:56',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4491,'5500','81671709554','2022-12-22 14:45:56',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4492,'1110','81671709626','2022-12-22 14:47:26',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4493,'5500','81671709626','2022-12-22 14:47:06',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4494,'1000','81671709626','2022-12-22 14:47:26',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4495,'4000','81671709626','2022-12-22 14:47:26',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4496,'5500','81671711314','2022-12-22 15:15:18',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4497,'1110','81671711314','2022-12-22 15:15:14',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4498,'5500','81671711314','2022-12-22 15:15:17',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4499,'1000','81671711314','2022-12-22 15:15:18',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4500,'5500','81671711314','2022-12-22 15:15:18',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4501,'4000','81671711314','2022-12-22 15:15:14',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4502,'1110','81671712075','2022-12-22 15:28:00',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4503,'1110','81671712075','2022-12-22 15:27:55',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4504,'5500','81671712075','2022-12-22 15:27:58',82.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4505,'1000','81671712075','2022-12-22 15:28:00',160.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4506,'4000','81671712075','2022-12-22 15:28:00',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4507,'4000','81671712075','2022-12-22 15:27:55',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4508,'1110','81671715833','2022-12-22 16:30:47',NULL,542.00,'','8','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(4509,'5500','81671715833','2022-12-22 16:30:33',542.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4510,'1000','81671715833','2022-12-22 16:30:47',750.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4511,'4000','81671715833','2022-12-22 16:30:47',NULL,750.00,'','8','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(4512,'1110','81671715857','2022-12-22 16:31:15',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4513,'1110','81671715857','2022-12-22 16:30:57',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4514,'5500','81671715857','2022-12-22 16:31:09',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4515,'1000','81671715857','2022-12-22 16:31:15',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4516,'4000','81671715857','2022-12-22 16:31:15',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4517,'4000','81671715857','2022-12-22 16:30:57',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4518,'1110','81671717399','2022-12-22 16:56:52',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4519,'1110','81671717399','2022-12-22 16:56:39',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(4520,'5500','81671717399','2022-12-22 16:56:41',209.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4521,'1000','81671717399','2022-12-22 16:56:52',300.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4522,'4000','81671717399','2022-12-22 16:56:52',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4523,'4000','81671717399','2022-12-22 16:56:39',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(4524,'5500','81671717808','2022-12-22 17:03:32',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4525,'1110','81671717808','2022-12-22 17:03:28',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4526,'5500','81671717808','2022-12-22 17:03:31',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4527,'1000','81671717808','2022-12-22 17:03:32',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4528,'5500','81671717808','2022-12-22 17:03:32',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4529,'4000','81671717808','2022-12-22 17:03:28',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4530,'1110','81671722772','2022-12-22 18:26:56',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(4531,'5500','81671722772','2022-12-22 18:26:14',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4532,'1000','81671722772','2022-12-22 18:26:56',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4533,'4000','81671722772','2022-12-22 18:26:56',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(4534,'1110','81671724199','2022-12-22 18:50:09',NULL,50.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4535,'5500','81671724199','2022-12-22 18:49:59',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4536,'1000','81671724199','2022-12-22 18:50:09',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4537,'4000','81671724199','2022-12-22 18:50:09',NULL,99.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4538,'1110','91671724704','2022-12-22 18:58:36',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4539,'5500','91671724704','2022-12-22 18:58:24',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4540,'1000','91671724704','2022-12-22 18:58:36',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4541,'4000','91671724704','2022-12-22 18:58:36',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4542,'1110','81671724943','2022-12-22 19:16:22',NULL,168.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(4543,'1110','81671724943','2022-12-22 19:02:23',NULL,158.25,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(4544,'5500','81671724943','2022-12-22 19:02:25',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4545,'1110','81671724943','2022-12-22 19:16:09',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4546,'1110','81671724943','2022-12-22 19:16:15',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4547,'5500','81671724943','2022-12-22 19:16:21',477.75,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4548,'1000','81671724943','2022-12-22 19:16:22',713.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4549,'4000','81671724943','2022-12-22 19:16:22',NULL,220.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(4550,'4000','81671724943','2022-12-22 19:02:23',NULL,220.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(4551,'5500','81671724943','2022-12-22 19:02:25',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4552,'4000','81671724943','2022-12-22 19:16:09',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4553,'4000','81671724943','2022-12-22 19:16:15',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4554,'1110','81671731555','2022-12-22 20:53:47',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4555,'1110','81671731555','2022-12-22 20:52:35',NULL,336.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(4556,'1110','81671731555','2022-12-22 20:52:36',NULL,172.00,'','8','1','Inventory sold','3','','sales','62','','No',NULL,NULL,''),(4557,'5500','81671731555','2022-12-22 20:53:46',549.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4558,'1000','81671731555','2022-12-22 20:53:47',740.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4559,'4000','81671731555','2022-12-22 20:53:47',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4560,'4000','81671731555','2022-12-22 20:52:35',NULL,440.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(4561,'4000','81671731555','2022-12-22 20:52:36',NULL,220.00,'','8','1','Good sold','3','','sales','62','','No',NULL,NULL,''),(4562,'1110','81671732686','2022-12-22 21:11:40',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4563,'1110','81671732686','2022-12-22 21:11:26',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4564,'1110','81671732686','2022-12-22 21:11:35',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4565,'5500','81671732686','2022-12-22 21:11:39',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4566,'1000','81671732686','2022-12-22 21:11:40',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4567,'4000','81671732686','2022-12-22 21:11:40',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4568,'4000','81671732686','2022-12-22 21:11:26',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4569,'4000','81671732686','2022-12-22 21:11:35',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4570,'1110','81671734968','2022-12-22 21:49:29',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4571,'5500','81671734968','2022-12-22 21:49:28',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4572,'1000','81671734968','2022-12-22 21:49:29',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4573,'4000','81671734968','2022-12-22 21:49:29',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4574,'1110','91671736114','2022-12-22 22:08:58',NULL,603.00,'','9','1','Inventory sold','3','','sales','12','','No',NULL,NULL,''),(4575,'1110','91671736114','2022-12-22 22:08:34',NULL,48.00,'','9','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(4576,'5500','91671736114','2022-12-22 22:08:45',651.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4577,'1000','91671736114','2022-12-22 22:08:58',850.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4578,'4000','91671736114','2022-12-22 22:08:58',NULL,750.00,'','9','1','Good sold','3','','sales','12','','No',NULL,NULL,''),(4579,'4000','91671736114','2022-12-22 22:08:34',NULL,100.00,'','9','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(4580,'1110','91671736150','2022-12-22 22:09:21',NULL,455.00,'','9','1','Inventory sold','3','','sales','90','','No',NULL,NULL,''),(4581,'5500','91671736150','2022-12-22 22:09:10',455.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4582,'1000','91671736150','2022-12-22 22:09:21',650.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4583,'4000','91671736150','2022-12-22 22:09:21',NULL,650.00,'','9','1','Good sold','3','','sales','90','','No',NULL,NULL,''),(4584,'1110','91671736188','2022-12-22 22:10:15',NULL,225.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4585,'1110','91671736188','2022-12-22 22:09:48',NULL,60.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4586,'5500','91671736188','2022-12-22 22:09:56',285.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4587,'1000','91671736188','2022-12-22 22:10:15',490.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4588,'4000','91671736188','2022-12-22 22:10:15',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4589,'4000','91671736188','2022-12-22 22:09:48',NULL,90.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4590,'1110','81671736230','2022-12-22 22:11:24',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(4591,'5500','81671736230','2022-12-22 22:11:09',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4592,'1000','81671736230','2022-12-22 22:11:24',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4593,'4000','81671736230','2022-12-22 22:11:24',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(4594,'1110','91671736308','2022-12-22 22:12:43',NULL,210.00,'','9','1','Inventory sold','3','','sales','66','','No',NULL,NULL,''),(4595,'5500','91671736308','2022-12-22 22:12:33',210.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4596,'1000','91671736308','2022-12-22 22:12:43',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4597,'4000','91671736308','2022-12-22 22:12:43',NULL,250.00,'','9','1','Good sold','3','','sales','66','','No',NULL,NULL,''),(4598,'1110','81671736376','2022-12-22 22:13:37',NULL,336.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(4599,'5500','81671736376','2022-12-22 22:13:03',336.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4600,'1000','81671736376','2022-12-22 22:13:37',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4601,'4000','81671736376','2022-12-22 22:13:37',NULL,440.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(4602,'1110','81671736428','2022-12-22 22:14:01',NULL,316.50,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(4603,'5500','81671736428','2022-12-22 22:13:48',316.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4604,'1000','81671736428','2022-12-22 22:14:01',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4605,'4000','81671736428','2022-12-22 22:14:01',NULL,440.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(4606,'1110','81671736455','2022-12-22 22:14:27',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(4607,'5500','81671736455','2022-12-22 22:14:15',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4608,'1000','81671736455','2022-12-22 22:14:27',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4609,'4000','81671736455','2022-12-22 22:14:27',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(4610,'1110','81671736485','2022-12-22 22:14:54',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(4611,'5500','81671736485','2022-12-22 22:14:45',23.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4612,'1000','81671736485','2022-12-22 22:14:54',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4613,'4000','81671736485','2022-12-22 22:14:54',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(4614,'1110','61671771749','2022-12-23 08:02:42',NULL,587.00,'','6','1','Inventory sold','3','','sales','47','','No',NULL,NULL,''),(4615,'5500','61671771749','2022-12-23 08:02:42',587.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4616,'1000','61671771749','2022-12-23 08:02:42',750.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4617,'4000','61671771749','2022-12-23 08:02:42',NULL,750.00,'','6','1','Good sold','3','','sales','47','','No',NULL,NULL,''),(4618,'1110','91671773914','2022-12-23 08:38:51',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4619,'5500','91671773914','2022-12-23 08:38:34',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4620,'1000','91671773914','2022-12-23 08:38:51',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4621,'4000','91671773914','2022-12-23 08:38:51',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4622,'1110','91671773942','2022-12-23 08:39:35',NULL,100.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(4623,'5500','91671773942','2022-12-23 08:39:12',100.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4624,'1000','91671773942','2022-12-23 08:39:35',150.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4625,'4000','91671773942','2022-12-23 08:39:35',NULL,150.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(4626,'1110','81671773990','2022-12-23 08:40:11',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4627,'5500','81671773990','2022-12-23 08:39:50',12.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4628,'1000','81671773990','2022-12-23 08:40:11',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4629,'4000','81671773990','2022-12-23 08:40:11',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4630,'1110','81671784393','2022-12-23 11:33:22',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4631,'5500','81671784393','2022-12-23 11:33:13',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4632,'1000','81671784393','2022-12-23 11:33:22',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4633,'4000','81671784393','2022-12-23 11:33:22',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4634,'1110','81671784410','2022-12-23 11:33:37',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4635,'5500','81671784410','2022-12-23 11:33:30',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4636,'1000','81671784410','2022-12-23 11:33:37',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4637,'4000','81671784410','2022-12-23 11:33:37',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4638,'1110','91671784445','2022-12-23 11:34:16',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4639,'5500','91671784445','2022-12-23 11:34:05',20.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4640,'1000','91671784445','2022-12-23 11:34:16',30.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4641,'4000','91671784445','2022-12-23 11:34:16',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4642,'5500','81671787163','2022-12-23 12:19:40',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4643,'1110','81671787163','2022-12-23 12:19:23',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4644,'5500','81671787163','2022-12-23 12:19:31',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4645,'1000','81671787163','2022-12-23 12:19:40',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4646,'5500','81671787163','2022-12-23 12:19:40',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4647,'4000','81671787163','2022-12-23 12:19:23',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4648,'1110','81671788295','2022-12-23 12:38:24',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4649,'5500','81671788295','2022-12-23 12:38:15',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4650,'1000','81671788295','2022-12-23 12:38:24',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4651,'4000','81671788295','2022-12-23 12:38:24',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4652,'1110','11671791478','2022-12-23 13:31:29',NULL,201.00,'','1','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(4653,'5500','11671791478','2022-12-23 13:31:29',201.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4654,'1000','11671791478','2022-12-23 13:31:29',302.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4655,'4000','11671791478','2022-12-23 13:31:29',NULL,301.50,'','1','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(4656,'1110','11671791841','2022-12-23 13:37:50',NULL,225.00,'','1','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4657,'1110','11671791841','2022-12-23 13:37:50',NULL,30.00,'','1','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4658,'5500','11671791841','2022-12-23 13:37:50',255.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4659,'1000','11671791841','2022-12-23 13:37:50',445.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4660,'4000','11671791841','2022-12-23 13:37:50',NULL,400.00,'','1','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4661,'4000','11671791841','2022-12-23 13:37:50',NULL,45.00,'','1','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4662,'1110','91671792195','2022-12-23 13:43:28',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4663,'5500','91671792195','2022-12-23 13:43:15',NULL,112.50,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4664,'5920','91671792195','2022-12-23 13:43:21',127.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4665,'1000','91671792195','2022-12-23 13:43:28',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4666,'4000','91671792195','2022-12-23 13:43:28',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4667,'5500','91671792195','2022-12-23 13:43:15',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4668,'1110','11671792448','2022-12-23 13:47:42',NULL,5.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4669,'5500','11671792448','2022-12-23 13:47:42',5.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4670,'1000','11671792448','2022-12-23 13:47:42',10.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4671,'4000','11671792448','2022-12-23 13:47:42',NULL,10.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4672,'1110','91671792504','2022-12-23 13:48:39',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4673,'5500','91671792504','2022-12-23 13:48:24',NULL,112.50,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4674,'5920','91671792504','2022-12-23 13:48:31',127.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4675,'1000','91671792504','2022-12-23 13:48:39',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4676,'4000','91671792504','2022-12-23 13:48:39',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4677,'5500','91671792504','2022-12-23 13:48:24',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4678,'1110','11671793363','2022-12-23 14:02:43',1200.00,NULL,'','1','1','Inventory Purchased','3','12','Purchases','119','','No',NULL,NULL,''),(4679,'2130','11671793363','2022-12-23 14:02:43',NULL,1200.00,'','1','1','Account payable for inventory','3','12','Purchases','','','No',NULL,NULL,''),(4680,'1110','11671793406','2022-12-23 14:03:26',25000.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','129','','No',NULL,NULL,''),(4681,'1110','11671793406','2022-12-23 14:03:26',18668.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','57','','No',NULL,NULL,''),(4682,'2130','11671793406','2022-12-23 14:03:26',NULL,43668.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(4683,'1110','11671793512','2022-12-23 14:05:34',NULL,150.00,'','1','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(4684,'1110','11671793512','2022-12-23 14:05:34',NULL,15.00,'','1','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4685,'5500','11671793512','2022-12-23 14:05:34',165.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4686,'1000','11671793512','2022-12-23 14:05:34',273.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4687,'4000','11671793512','2022-12-23 14:05:34',NULL,250.00,'','1','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(4688,'4000','11671793512','2022-12-23 14:05:34',NULL,22.50,'','1','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4689,'5500','11671793594','2022-12-23 14:06:46',NULL,450.00,'','1','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(4690,'5920','11671793594','2022-12-23 14:06:46',450.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4691,'1000','11671793594','2022-12-23 14:06:46',800.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4692,'5500','11671793594','2022-12-23 14:06:46',NULL,800.00,'','1','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(4693,'5500','11671793594','2022-12-23 14:09:08',800.00,NULL,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(4694,'1000','11671793594','2022-12-23 14:09:08',NULL,800.00,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(4695,'5920','11671793594','2022-12-23 14:09:08',NULL,450.00,'','1','1','Cost of goods returned','3','','sales','121','','No',NULL,NULL,''),(4696,'5500','11671793594','2022-12-23 14:09:08',450.00,NULL,'','1','1','Inventory retuned ','3','','sales','','','No',NULL,NULL,''),(4697,'5500','11671793754','2022-12-23 14:09:43',NULL,112.50,'','1','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4698,'1110','11671793754','2022-12-23 14:09:43',NULL,15.00,'','1','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4699,'5500','11671793754','2022-12-23 14:09:43',127.50,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4700,'1000','11671793754','2022-12-23 14:09:43',223.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4701,'5500','11671793754','2022-12-23 14:09:43',NULL,200.00,'','1','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4702,'4000','11671793754','2022-12-23 14:09:43',NULL,22.50,'','1','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4703,'1110','91671793962','2022-12-23 14:12:58',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4704,'1110','91671793962','2022-12-23 14:12:42',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4705,'5500','91671793962','2022-12-23 14:12:50',65.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4706,'1000','91671793962','2022-12-23 14:12:58',130.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4707,'4000','91671793962','2022-12-23 14:12:58',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4708,'4000','91671793962','2022-12-23 14:12:42',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4709,'1110','91671794166','2022-12-23 14:16:18',NULL,50.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4710,'5500','91671794166','2022-12-23 14:16:06',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4711,'1000','91671794166','2022-12-23 14:16:18',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4712,'4000','91671794166','2022-12-23 14:16:18',NULL,100.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4713,'1110','91671794191','2022-12-23 14:16:38',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4714,'5500','91671794191','2022-12-23 14:16:31',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4715,'1000','91671794191','2022-12-23 14:16:38',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4716,'4000','91671794191','2022-12-23 14:16:38',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4717,'1110','91671794212','2022-12-23 14:16:59',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4718,'5500','91671794212','2022-12-23 14:16:52',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4719,'1000','91671794212','2022-12-23 14:16:59',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4720,'4000','91671794212','2022-12-23 14:16:59',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4721,'1110','91671794228','2022-12-23 14:17:27',NULL,15.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4722,'1110','91671794228','2022-12-23 14:17:08',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(4723,'5500','91671794228','2022-12-23 14:17:19',35.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4724,'1000','91671794228','2022-12-23 14:17:27',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4725,'4000','91671794228','2022-12-23 14:17:27',NULL,30.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4726,'4000','91671794228','2022-12-23 14:17:08',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(4727,'1110','91671794257','2022-12-23 14:17:43',NULL,5.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4728,'5500','91671794257','2022-12-23 14:17:37',5.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4729,'1000','91671794257','2022-12-23 14:17:43',10.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4730,'4000','91671794257','2022-12-23 14:17:43',NULL,10.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4731,'1110','81671794277','2022-12-23 14:18:06',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4732,'5500','81671794277','2022-12-23 14:17:57',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4733,'1000','81671794277','2022-12-23 14:18:06',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4734,'4000','81671794277','2022-12-23 14:18:06',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4735,'1110','81671794293','2022-12-23 14:18:20',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4736,'5500','81671794293','2022-12-23 14:18:13',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4737,'1000','81671794293','2022-12-23 14:18:20',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4738,'4000','81671794293','2022-12-23 14:18:20',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4739,'1110','81671794309','2022-12-23 14:18:37',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4740,'5500','81671794309','2022-12-23 14:18:29',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4741,'1000','81671794309','2022-12-23 14:18:37',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4742,'4000','81671794309','2022-12-23 14:18:37',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4743,'1110','81671794326','2022-12-23 14:18:54',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4744,'5500','81671794326','2022-12-23 14:18:46',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4745,'1000','81671794326','2022-12-23 14:18:54',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4746,'4000','81671794326','2022-12-23 14:18:54',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4747,'1110','81671794371','2022-12-23 14:19:40',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4748,'5500','81671794371','2022-12-23 14:19:31',15.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4749,'1000','81671794371','2022-12-23 14:19:40',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4750,'4000','81671794371','2022-12-23 14:19:40',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4751,'1110','11671794844','2022-12-23 14:27:24',5000.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','145','','No',NULL,NULL,''),(4752,'2130','11671794844','2022-12-23 14:27:24',NULL,5000.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(4753,'1110','11671794952','2022-12-23 14:29:22',NULL,100.00,'','1','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4754,'5500','11671794952','2022-12-23 14:29:22',100.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4755,'1000','11671794952','2022-12-23 14:29:22',199.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4756,'4000','11671794952','2022-12-23 14:29:22',NULL,199.00,'','1','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4757,'4000','11671794952','2022-12-23 14:30:31',199.00,NULL,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(4758,'1000','11671794952','2022-12-23 14:30:31',NULL,199.00,'','1','1','Returned products','3','','return','','','No',NULL,NULL,''),(4759,'5500','11671794952','2022-12-23 14:30:31',NULL,100.00,'','1','1','Cost of goods returned','3','','sales','145','','No',NULL,NULL,''),(4760,'1110','11671794952','2022-12-23 14:30:31',100.00,NULL,'','1','1','Inventory retuned ','3','','sales','','','No',NULL,NULL,''),(4761,'1110','11671795034','2022-12-23 14:30:41',NULL,50.00,'','1','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4762,'5500','11671795034','2022-12-23 14:30:41',50.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4763,'1000','11671795034','2022-12-23 14:30:41',100.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4764,'4000','11671795034','2022-12-23 14:30:41',NULL,99.50,'','1','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4765,'1110','61671795140','2022-12-23 14:32:50',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4766,'5500','61671795140','2022-12-23 14:32:50',NULL,112.50,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4767,'5920','61671795140','2022-12-23 14:32:50',127.50,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4768,'1000','61671795140','2022-12-23 14:32:50',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4769,'4000','61671795140','2022-12-23 14:32:50',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4770,'5500','61671795140','2022-12-23 14:32:50',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4771,'5500','91671795342','2022-12-23 14:35:51',NULL,112.50,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4772,'5920','91671795342','2022-12-23 14:35:42',112.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4773,'1000','91671795342','2022-12-23 14:35:51',200.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4774,'5500','91671795342','2022-12-23 14:35:51',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4775,'1110','61671795900','2022-12-23 14:45:18',NULL,50.00,'','6','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4776,'5500','61671795900','2022-12-23 14:45:18',50.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4777,'1000','61671795900','2022-12-23 14:45:18',100.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4778,'4000','61671795900','2022-12-23 14:45:18',NULL,99.50,'','6','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4779,'1110','61671796344','2022-12-23 14:52:33',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4780,'5500','61671796344','2022-12-23 14:52:33',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4781,'1000','61671796344','2022-12-23 14:52:33',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4782,'4000','61671796344','2022-12-23 14:52:33',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4783,'1110','81671796463','2022-12-23 14:55:04',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4784,'1110','81671796463','2022-12-23 14:54:23',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4785,'1110','81671796463','2022-12-23 14:54:30',NULL,346.00,'','8','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(4786,'5500','81671796463','2022-12-23 14:54:31',428.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4787,'1000','81671796463','2022-12-23 14:55:04',600.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4788,'4000','81671796463','2022-12-23 14:55:04',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4789,'4000','81671796463','2022-12-23 14:54:23',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4790,'4000','81671796463','2022-12-23 14:54:30',NULL,440.00,'','8','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(4791,'1110','91671796590','2022-12-23 14:56:36',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4792,'5500','91671796590','2022-12-23 14:56:30',10.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4793,'1000','91671796590','2022-12-23 14:56:36',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4794,'4000','91671796590','2022-12-23 14:56:36',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4795,'1110','11671796596','2022-12-23 14:56:36',591.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','27','','No',NULL,NULL,''),(4796,'2130','11671796596','2022-12-23 14:56:36',NULL,591.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(4797,'1110','81671796716','2022-12-23 14:58:46',NULL,197.00,'','8','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(4798,'5500','81671796716','2022-12-23 14:58:36',197.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4799,'1000','81671796716','2022-12-23 14:58:46',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4800,'4000','81671796716','2022-12-23 14:58:46',NULL,250.00,'','8','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(4801,'1110','91671797058','2022-12-23 15:04:43',NULL,41.00,'','9','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(4802,'5500','91671797058','2022-12-23 15:04:18',41.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4803,'1000','91671797058','2022-12-23 15:04:43',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4804,'4000','91671797058','2022-12-23 15:04:43',NULL,60.00,'','9','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(4805,'5500','81671797936','2022-12-23 15:19:01',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4806,'1110','81671797936','2022-12-23 15:18:56',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4807,'5500','81671797936','2022-12-23 15:19:00',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4808,'1000','81671797936','2022-12-23 15:19:01',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4809,'5500','81671797936','2022-12-23 15:19:01',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4810,'4000','81671797936','2022-12-23 15:18:56',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4811,'1110','81671797951','2022-12-23 15:19:19',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4812,'5500','81671797951','2022-12-23 15:19:11',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4813,'1000','81671797951','2022-12-23 15:19:19',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4814,'4000','81671797951','2022-12-23 15:19:19',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4815,'5500','81671798335','2022-12-23 15:25:40',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4816,'1110','81671798335','2022-12-23 15:25:35',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4817,'5500','81671798335','2022-12-23 15:25:39',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4818,'1000','81671798335','2022-12-23 15:25:40',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4819,'5500','81671798335','2022-12-23 15:25:40',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4820,'4000','81671798335','2022-12-23 15:25:35',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4821,'1110','61671798753','2022-12-23 15:33:11',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4822,'5500','61671798753','2022-12-23 15:33:11',NULL,112.50,'','6','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4823,'5920','61671798753','2022-12-23 15:33:11',127.50,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4824,'1000','61671798753','2022-12-23 15:33:11',223.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4825,'4000','61671798753','2022-12-23 15:33:11',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4826,'5500','61671798753','2022-12-23 15:33:11',NULL,200.00,'','6','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4827,'1110','11671799078','2022-12-23 15:37:58',875.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','118','','No',NULL,NULL,''),(4828,'2130','11671799078','2022-12-23 15:37:58',NULL,875.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(4829,'1110','61671799216','2022-12-23 15:40:42',NULL,45.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4830,'5500','61671799216','2022-12-23 15:40:42',NULL,450.00,'','6','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(4831,'5920','61671799216','2022-12-23 15:40:42',495.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4832,'1000','61671799216','2022-12-23 15:40:42',868.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4833,'4000','61671799216','2022-12-23 15:40:42',NULL,67.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4834,'5500','61671799216','2022-12-23 15:40:42',NULL,800.00,'','6','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(4835,'1110','81671799515','2022-12-23 15:45:22',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(4836,'1110','81671799515','2022-12-23 15:45:15',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(4837,'5500','81671799515','2022-12-23 15:45:21',199.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4838,'1000','81671799515','2022-12-23 15:45:22',330.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4839,'4000','81671799515','2022-12-23 15:45:22',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(4840,'4000','81671799515','2022-12-23 15:45:15',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(4841,'1110','61671799826','2022-12-23 15:50:58',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4842,'5500','61671799826','2022-12-23 15:50:58',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4843,'1000','61671799826','2022-12-23 15:50:58',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4844,'4000','61671799826','2022-12-23 15:50:58',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4845,'1110','61671800799','2022-12-23 16:07:19',NULL,20.00,'','6','1','Inventory sold','3','','sales','150','','No',NULL,NULL,''),(4846,'5500','61671800799','2022-12-23 16:07:19',20.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4847,'1000','61671800799','2022-12-23 16:07:19',39.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4848,'4000','61671800799','2022-12-23 16:07:19',NULL,38.80,'','6','1','Good sold','3','','sales','150','','No',NULL,NULL,''),(4849,'1110','61671801789','2022-12-23 16:23:18',NULL,10.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4850,'5500','61671801789','2022-12-23 16:23:18',10.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4851,'1000','61671801789','2022-12-23 16:23:18',20.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4852,'4000','61671801789','2022-12-23 16:23:18',NULL,20.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4853,'1110','81671801896','2022-12-23 16:25:04',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4854,'1110','81671801896','2022-12-23 16:24:56',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4855,'1110','81671801896','2022-12-23 16:25:00',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4856,'5500','81671801896','2022-12-23 16:25:03',265.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4857,'1000','81671801896','2022-12-23 16:25:04',460.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4858,'4000','81671801896','2022-12-23 16:25:04',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4859,'4000','81671801896','2022-12-23 16:24:56',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4860,'4000','81671801896','2022-12-23 16:25:00',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4861,'1110','91671802161','2022-12-23 16:29:38',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4862,'1110','91671802161','2022-12-23 16:29:21',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4863,'5500','91671802161','2022-12-23 16:29:31',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4864,'1000','91671802161','2022-12-23 16:29:38',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4865,'4000','91671802161','2022-12-23 16:29:38',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(4866,'4000','91671802161','2022-12-23 16:29:21',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4867,'1110','81671802222','2022-12-23 16:30:26',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4868,'1110','81671802222','2022-12-23 16:30:22',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4869,'5500','81671802222','2022-12-23 16:30:25',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4870,'1000','81671802222','2022-12-23 16:30:26',46.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4871,'4000','81671802222','2022-12-23 16:30:26',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4872,'4000','81671802222','2022-12-23 16:30:22',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4873,'1110','81671806023','2022-12-23 17:39:38',NULL,160.24,'','8','1','Inventory sold','3','','sales','56','','No',NULL,NULL,''),(4874,'1110','81671806023','2022-12-23 17:33:43',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4875,'5500','81671806023','2022-12-23 17:39:11',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4876,'1110','81671806023','2022-12-23 17:39:13',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4877,'1110','81671806023','2022-12-23 17:39:32',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4878,'1110','81671806023','2022-12-23 17:39:34',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4879,'5500','81671806023','2022-12-23 17:39:37',542.74,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4880,'1000','81671806023','2022-12-23 17:39:38',889.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4881,'4000','81671806023','2022-12-23 17:39:38',NULL,220.00,'','8','1','Good sold','3','','sales','56','','No',NULL,NULL,''),(4882,'4000','81671806023','2022-12-23 17:33:43',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4883,'5500','81671806023','2022-12-23 17:39:11',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4884,'4000','81671806023','2022-12-23 17:39:13',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4885,'4000','81671806023','2022-12-23 17:39:32',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4886,'4000','81671806023','2022-12-23 17:39:34',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4887,'1110','81671808076','2022-12-23 18:08:20',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4888,'1110','81671808076','2022-12-23 18:07:56',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4889,'5500','81671808076','2022-12-23 18:08:03',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4890,'1000','81671808076','2022-12-23 18:08:20',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4891,'4000','81671808076','2022-12-23 18:08:20',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4892,'4000','81671808076','2022-12-23 18:07:56',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4893,'1110','81671810441','2022-12-23 18:47:45',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(4894,'1110','81671810441','2022-12-23 18:47:21',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(4895,'5500','81671810441','2022-12-23 18:47:31',227.68,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4896,'1000','81671810441','2022-12-23 18:47:45',300.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4897,'4000','81671810441','2022-12-23 18:47:45',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(4898,'4000','81671810441','2022-12-23 18:47:21',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(4899,'1110','81671813956','2022-12-23 19:46:04',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4900,'1110','81671813956','2022-12-23 19:45:56',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4901,'1110','81671813956','2022-12-23 19:45:58',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4902,'5500','81671813956','2022-12-23 19:46:03',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4903,'1000','81671813956','2022-12-23 19:46:04',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4904,'4000','81671813956','2022-12-23 19:46:04',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4905,'4000','81671813956','2022-12-23 19:45:56',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4906,'4000','81671813956','2022-12-23 19:45:58',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4907,'5500','81671813981','2022-12-23 19:46:25',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4908,'1110','81671813981','2022-12-23 19:46:21',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4909,'5500','81671813981','2022-12-23 19:46:23',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4910,'1000','81671813981','2022-12-23 19:46:25',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4911,'5500','81671813981','2022-12-23 19:46:25',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4912,'4000','81671813981','2022-12-23 19:46:21',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4913,'1110','81671814060','2022-12-23 19:47:49',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4914,'1110','81671814060','2022-12-23 19:47:40',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4915,'1110','81671814060','2022-12-23 19:47:45',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4916,'5500','81671814060','2022-12-23 19:47:48',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4917,'1000','81671814060','2022-12-23 19:47:49',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4918,'4000','81671814060','2022-12-23 19:47:49',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4919,'4000','81671814060','2022-12-23 19:47:40',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4920,'4000','81671814060','2022-12-23 19:47:45',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4921,'1110','91671816772','2022-12-23 20:33:01',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4922,'5500','91671816772','2022-12-23 20:32:52',25.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4923,'1000','91671816772','2022-12-23 20:33:01',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4924,'4000','91671816772','2022-12-23 20:33:01',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4925,'1110','91671816793','2022-12-23 20:34:04',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4926,'1110','91671816793','2022-12-23 20:33:13',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4927,'5500','91671816793','2022-12-23 20:33:54',22.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4928,'1000','91671816793','2022-12-23 20:34:04',40.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4929,'4000','91671816793','2022-12-23 20:34:04',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4930,'4000','91671816793','2022-12-23 20:33:13',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4931,'5500','81671817717','2022-12-23 20:48:42',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4932,'1110','81671817717','2022-12-23 20:48:37',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4933,'5500','81671817717','2022-12-23 20:48:40',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4934,'1000','81671817717','2022-12-23 20:48:42',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4935,'5500','81671817717','2022-12-23 20:48:42',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4936,'4000','81671817717','2022-12-23 20:48:37',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4937,'1110','81671819728','2022-12-23 21:22:53',NULL,688.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(4938,'5500','81671819728','2022-12-23 21:22:08',688.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4939,'1000','81671819728','2022-12-23 21:22:53',880.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4940,'4000','81671819728','2022-12-23 21:22:53',NULL,880.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(4941,'1110','91671825894','2022-12-23 23:05:08',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(4942,'5500','91671825894','2022-12-23 23:04:54',12.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4943,'1000','91671825894','2022-12-23 23:05:08',20.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4944,'4000','91671825894','2022-12-23 23:05:08',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(4945,'1110','91671825928','2022-12-23 23:05:41',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(4946,'5500','91671825928','2022-12-23 23:05:28',175.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4947,'1000','91671825928','2022-12-23 23:05:41',280.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4948,'4000','91671825928','2022-12-23 23:05:41',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(4949,'1110','91671825953','2022-12-23 23:06:08',NULL,100.00,'','9','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(4950,'5500','91671825953','2022-12-23 23:05:54',100.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4951,'1000','91671825953','2022-12-23 23:06:08',199.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4952,'4000','91671825953','2022-12-23 23:06:08',NULL,199.00,'','9','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(4953,'1110','91671825987','2022-12-23 23:06:48',NULL,230.00,'','9','1','Inventory sold','3','','sales','138','','No',NULL,NULL,''),(4954,'5500','91671825987','2022-12-23 23:06:27',230.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4955,'1000','91671825987','2022-12-23 23:06:48',299.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4956,'4000','91671825987','2022-12-23 23:06:48',NULL,299.00,'','9','1','Good sold','3','','sales','138','','No',NULL,NULL,''),(4957,'1110','91671826072','2022-12-23 23:08:19',NULL,185.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4958,'5500','91671826072','2022-12-23 23:07:52',185.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4959,'1000','91671826072','2022-12-23 23:08:19',370.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4960,'4000','91671826072','2022-12-23 23:08:19',NULL,370.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4961,'1110','91671826122','2022-12-23 23:09:39',NULL,225.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(4962,'5500','91671826122','2022-12-23 23:08:42',NULL,112.50,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4963,'5920','91671826122','2022-12-23 23:09:23',337.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4964,'1000','91671826122','2022-12-23 23:09:39',600.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4965,'4000','91671826122','2022-12-23 23:09:39',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(4966,'5500','91671826122','2022-12-23 23:08:42',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4967,'1110','91671826194','2022-12-23 23:10:18',NULL,90.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(4968,'5500','91671826194','2022-12-23 23:09:54',90.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4969,'1000','91671826194','2022-12-23 23:10:18',135.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4970,'4000','91671826194','2022-12-23 23:10:18',NULL,135.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(4971,'1110','91671826233','2022-12-23 23:11:14',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(4972,'5500','91671826233','2022-12-23 23:10:54',175.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4973,'1000','91671826233','2022-12-23 23:11:14',280.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4974,'4000','91671826233','2022-12-23 23:11:14',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(4975,'1110','11671858450','2022-12-24 08:07:53',NULL,50.00,'','1','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4976,'5500','11671858450','2022-12-24 08:07:53',50.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4977,'1000','11671858450','2022-12-24 08:07:53',100.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4978,'4000','11671858450','2022-12-24 08:07:53',NULL,100.00,'','1','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4979,'1110','61671859543','2022-12-24 08:25:53',NULL,25.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4980,'5500','61671859543','2022-12-24 08:25:53',25.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4981,'1000','61671859543','2022-12-24 08:25:53',50.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4982,'4000','61671859543','2022-12-24 08:25:53',NULL,50.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4983,'1110','11671859740','2022-12-24 08:29:00',576.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','7','','No',NULL,NULL,''),(4984,'1110','11671859740','2022-12-24 08:29:00',1626.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','6','','No',NULL,NULL,''),(4985,'2130','11671859740','2022-12-24 08:29:00',NULL,2202.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(4986,'1110','81671859809','2022-12-24 08:30:23',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(4987,'5500','81671859809','2022-12-24 08:30:09',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4988,'1000','81671859809','2022-12-24 08:30:23',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4989,'4000','81671859809','2022-12-24 08:30:23',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(4990,'1110','81671859868','2022-12-24 08:31:51',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(4991,'5500','81671859868','2022-12-24 08:31:08',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(4992,'1110','81671859868','2022-12-24 08:31:45',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(4993,'5500','81671859868','2022-12-24 08:31:50',345.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(4994,'1000','81671859868','2022-12-24 08:31:51',510.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(4995,'4000','81671859868','2022-12-24 08:31:51',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(4996,'5500','81671859868','2022-12-24 08:31:08',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(4997,'4000','81671859868','2022-12-24 08:31:45',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(4998,'1110','91671861326','2022-12-24 08:55:43',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(4999,'1110','91671861326','2022-12-24 08:55:26',NULL,10.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5000,'5500','91671861326','2022-12-24 08:55:34',30.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5001,'1000','91671861326','2022-12-24 08:55:43',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5002,'4000','91671861326','2022-12-24 08:55:43',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5003,'4000','91671861326','2022-12-24 08:55:26',NULL,20.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5004,'1110','81671861405','2022-12-24 08:56:55',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5005,'1110','81671861405','2022-12-24 08:56:45',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5006,'1110','81671861405','2022-12-24 08:56:50',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5007,'5500','81671861405','2022-12-24 08:56:54',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5008,'1000','81671861405','2022-12-24 08:56:55',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5009,'4000','81671861405','2022-12-24 08:56:55',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5010,'4000','81671861405','2022-12-24 08:56:45',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5011,'4000','81671861405','2022-12-24 08:56:50',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5012,'1110','81671861424','2022-12-24 08:57:24',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5013,'1110','81671861424','2022-12-24 08:57:04',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5014,'5500','81671861424','2022-12-24 08:57:12',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5015,'1000','81671861424','2022-12-24 08:57:24',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5016,'4000','81671861424','2022-12-24 08:57:24',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5017,'4000','81671861424','2022-12-24 08:57:04',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5018,'1110','61671861493','2022-12-24 08:59:16',NULL,40.00,'','6','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5019,'1110','61671861493','2022-12-24 08:59:16',NULL,20.00,'','6','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5020,'5500','61671861493','2022-12-24 08:59:16',60.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5021,'1000','61671861493','2022-12-24 08:59:16',90.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5022,'4000','61671861493','2022-12-24 08:59:16',NULL,60.00,'','6','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5023,'4000','61671861493','2022-12-24 08:59:16',NULL,30.00,'','6','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5024,'1110','61671864947','2022-12-24 09:56:21',NULL,24.00,'','6','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5025,'1110','61671864947','2022-12-24 09:56:21',NULL,35.00,'','6','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5026,'5500','61671864947','2022-12-24 09:56:21',59.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5027,'1000','61671864947','2022-12-24 09:56:21',110.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5028,'4000','61671864947','2022-12-24 09:56:21',NULL,40.00,'','6','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5029,'4000','61671864947','2022-12-24 09:56:21',NULL,70.00,'','6','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5030,'1110','61671865004','2022-12-24 09:58:11',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5031,'1110','61671865004','2022-12-24 09:58:11',NULL,225.00,'','6','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5032,'1110','61671865004','2022-12-24 09:58:11',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5033,'5500','61671865004','2022-12-24 09:58:11',255.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5034,'1000','61671865004','2022-12-24 09:58:11',446.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5035,'4000','61671865004','2022-12-24 09:58:11',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5036,'4000','61671865004','2022-12-24 09:58:11',NULL,400.00,'','6','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5037,'4000','61671865004','2022-12-24 09:58:11',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5038,'1110','81671865460','2022-12-24 10:04:56',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5039,'1110','81671865460','2022-12-24 10:04:20',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5040,'5500','81671865460','2022-12-24 10:04:24',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5041,'1000','81671865460','2022-12-24 10:04:56',46.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5042,'4000','81671865460','2022-12-24 10:04:56',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5043,'4000','81671865460','2022-12-24 10:04:20',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5044,'1110','81671866191','2022-12-24 10:16:42',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(5045,'1110','81671866191','2022-12-24 10:16:31',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5046,'5500','81671866191','2022-12-24 10:16:40',165.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5047,'1000','81671866191','2022-12-24 10:16:42',273.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5048,'4000','81671866191','2022-12-24 10:16:42',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(5049,'4000','81671866191','2022-12-24 10:16:31',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5050,'1110','91671868021','2022-12-24 10:47:10',NULL,40.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5051,'5500','91671868021','2022-12-24 10:47:01',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5052,'1000','91671868021','2022-12-24 10:47:10',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5053,'4000','91671868021','2022-12-24 10:47:10',NULL,60.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5054,'1110','81671868913','2022-12-24 11:01:59',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5055,'1110','81671868913','2022-12-24 11:01:53',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5056,'1110','81671868913','2022-12-24 11:01:54',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5057,'5500','81671868913','2022-12-24 11:01:58',45.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5058,'1000','81671868913','2022-12-24 11:01:59',69.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5059,'4000','81671868913','2022-12-24 11:01:59',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5060,'4000','81671868913','2022-12-24 11:01:53',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5061,'4000','81671868913','2022-12-24 11:01:54',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5062,'1110','91671870561','2022-12-24 11:29:56',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5063,'1110','91671870561','2022-12-24 11:29:21',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5064,'5500','91671870561','2022-12-24 11:29:36',32.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5065,'1000','91671870561','2022-12-24 11:29:56',50.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5066,'4000','91671870561','2022-12-24 11:29:56',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5067,'4000','91671870561','2022-12-24 11:29:21',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5068,'1110','91671870606','2022-12-24 11:30:28',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5069,'1110','91671870606','2022-12-24 11:30:06',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5070,'5500','91671870606','2022-12-24 11:30:16',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5071,'1000','91671870606','2022-12-24 11:30:28',60.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5072,'4000','91671870606','2022-12-24 11:30:28',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5073,'4000','91671870606','2022-12-24 11:30:06',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5074,'1110','81671870637','2022-12-24 11:30:57',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5075,'5500','81671870637','2022-12-24 11:30:37',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5076,'5920','81671870637','2022-12-24 11:30:48',337.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5077,'1000','81671870637','2022-12-24 11:30:57',600.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5078,'4000','81671870637','2022-12-24 11:30:57',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5079,'5500','81671870637','2022-12-24 11:30:37',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5080,'1110','81671871896','2022-12-24 11:51:48',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5081,'1110','81671871896','2022-12-24 11:51:36',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5082,'1110','81671871896','2022-12-24 11:51:43',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5083,'5500','81671871896','2022-12-24 11:51:47',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5084,'1000','81671871896','2022-12-24 11:51:48',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5085,'4000','81671871896','2022-12-24 11:51:48',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5086,'4000','81671871896','2022-12-24 11:51:36',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5087,'4000','81671871896','2022-12-24 11:51:43',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5088,'1110','81671871986','2022-12-24 11:53:43',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5089,'1110','81671871986','2022-12-24 11:53:06',NULL,150.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(5090,'5500','81671871986','2022-12-24 11:53:15',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5091,'5920','81671871986','2022-12-24 11:53:33',292.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5092,'1000','81671871986','2022-12-24 11:53:43',495.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5093,'4000','81671871986','2022-12-24 11:53:43',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5094,'4000','81671871986','2022-12-24 11:53:06',NULL,250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(5095,'5500','81671871986','2022-12-24 11:53:15',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5096,'1110','81671872085','2022-12-24 11:55:17',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5097,'1110','81671872085','2022-12-24 11:54:45',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5098,'5500','81671872085','2022-12-24 11:55:07',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5099,'1000','81671872085','2022-12-24 11:55:17',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5100,'4000','81671872085','2022-12-24 11:55:17',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5101,'4000','81671872085','2022-12-24 11:54:45',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5102,'5500','81671874700','2022-12-24 12:38:47',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5103,'1110','81671874700','2022-12-24 12:38:20',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5104,'5500','81671874700','2022-12-24 12:38:24',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5105,'1000','81671874700','2022-12-24 12:38:47',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5106,'5500','81671874700','2022-12-24 12:38:47',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5107,'4000','81671874700','2022-12-24 12:38:20',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5108,'1110','81671874761','2022-12-24 12:39:22',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5109,'5500','81671874761','2022-12-24 12:39:21',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5110,'1000','81671874761','2022-12-24 12:39:22',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5111,'4000','81671874761','2022-12-24 12:39:22',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5112,'1110','91671875608','2022-12-24 12:53:44',NULL,30.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5113,'1110','91671875608','2022-12-24 12:53:28',NULL,225.00,'','9','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5114,'5500','91671875608','2022-12-24 12:53:36',255.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5115,'1000','91671875608','2022-12-24 12:53:44',445.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5116,'4000','91671875608','2022-12-24 12:53:44',NULL,45.00,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5117,'4000','91671875608','2022-12-24 12:53:28',NULL,400.00,'','9','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5118,'1110','91671875642','2022-12-24 12:54:07',NULL,160.24,'','9','1','Inventory sold','3','','sales','56','','No',NULL,NULL,''),(5119,'5500','91671875642','2022-12-24 12:54:02',160.24,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5120,'1000','91671875642','2022-12-24 12:54:07',220.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5121,'4000','91671875642','2022-12-24 12:54:07',NULL,220.00,'','9','1','Good sold','3','','sales','56','','No',NULL,NULL,''),(5122,'1110','81671875660','2022-12-24 12:55:09',NULL,82.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5123,'5500','81671875660','2022-12-24 12:54:42',82.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5124,'1000','81671875660','2022-12-24 12:55:09',160.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5125,'4000','81671875660','2022-12-24 12:55:09',NULL,160.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5126,'1110','81671876668','2022-12-24 13:11:45',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5127,'1110','81671876668','2022-12-24 13:11:08',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5128,'5500','81671876668','2022-12-24 13:11:26',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5129,'1000','81671876668','2022-12-24 13:11:45',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5130,'4000','81671876668','2022-12-24 13:11:45',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5131,'4000','81671876668','2022-12-24 13:11:08',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5132,'5500','81671877562','2022-12-24 13:26:07',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5133,'1110','81671877562','2022-12-24 13:26:02',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5134,'5500','81671877562','2022-12-24 13:26:06',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5135,'1000','81671877562','2022-12-24 13:26:07',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5136,'5500','81671877562','2022-12-24 13:26:07',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5137,'4000','81671877562','2022-12-24 13:26:02',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5138,'1110','81671878020','2022-12-24 13:33:48',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5139,'5500','81671878020','2022-12-24 13:33:40',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5140,'1000','81671878020','2022-12-24 13:33:48',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5141,'4000','81671878020','2022-12-24 13:33:48',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5142,'1110','81671878036','2022-12-24 13:34:04',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5143,'5500','81671878036','2022-12-24 13:33:56',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5144,'1000','81671878036','2022-12-24 13:34:04',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5145,'4000','81671878036','2022-12-24 13:34:04',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5146,'1110','11671885513','2022-12-24 15:38:33',1925.00,NULL,'','1','1','Inventory Purchased','3','13','Purchases','118','','No',NULL,NULL,''),(5147,'2130','11671885513','2022-12-24 15:38:33',NULL,1925.00,'','1','1','Account payable for inventory','3','13','Purchases','','','No',NULL,NULL,''),(5148,'1110','91671897482','2022-12-24 18:58:37',NULL,60.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5149,'1110','91671897482','2022-12-24 18:58:02',NULL,160.24,'','9','1','Inventory sold','3','','sales','56','','No',NULL,NULL,''),(5150,'1110','91671897482','2022-12-24 18:58:16',NULL,700.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5151,'5500','91671897482','2022-12-24 18:58:26',920.24,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5152,'1000','91671897482','2022-12-24 18:58:37',1430.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5153,'4000','91671897482','2022-12-24 18:58:37',NULL,90.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5154,'4000','91671897482','2022-12-24 18:58:02',NULL,220.00,'','9','1','Good sold','3','','sales','56','','No',NULL,NULL,''),(5155,'4000','91671897482','2022-12-24 18:58:16',NULL,1120.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5156,'1110','91671897541','2022-12-24 18:59:16',NULL,192.00,'','9','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(5157,'1110','91671897541','2022-12-24 18:59:01',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5158,'5500','91671897541','2022-12-24 18:59:08',233.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5159,'1000','91671897541','2022-12-24 18:59:16',330.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5160,'4000','91671897541','2022-12-24 18:59:16',NULL,250.00,'','9','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(5161,'4000','91671897541','2022-12-24 18:59:01',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5162,'1110','81671897909','2022-12-24 19:05:24',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5163,'1110','81671897909','2022-12-24 19:05:09',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5164,'5500','81671897909','2022-12-24 19:05:17',216.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5165,'1000','81671897909','2022-12-24 19:05:24',360.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5166,'4000','81671897909','2022-12-24 19:05:24',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5167,'4000','81671897909','2022-12-24 19:05:09',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5168,'1110','81671898007','2022-12-24 19:07:39',NULL,82.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5169,'1110','81671898007','2022-12-24 19:06:47',NULL,150.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(5170,'1110','81671898007','2022-12-24 19:06:57',NULL,750.00,'','8','1','Inventory sold','3','','sales','119','','No',NULL,NULL,''),(5171,'5500','81671898007','2022-12-24 19:07:11',982.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5172,'1000','81671898007','2022-12-24 19:07:39',1709.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5173,'4000','81671898007','2022-12-24 19:07:39',NULL,160.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5174,'4000','81671898007','2022-12-24 19:06:47',NULL,298.50,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(5175,'4000','81671898007','2022-12-24 19:06:57',NULL,1250.00,'','8','1','Good sold','3','','sales','119','','No',NULL,NULL,''),(5176,'5500','91671898077','2022-12-24 19:08:15',NULL,112.50,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5177,'1110','91671898077','2022-12-24 19:07:57',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5178,'5500','91671898077','2022-12-24 19:08:05',287.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5179,'1000','91671898077','2022-12-24 19:08:15',480.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5180,'5500','91671898077','2022-12-24 19:08:15',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5181,'4000','91671898077','2022-12-24 19:07:57',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5182,'1110','91671898104','2022-12-24 19:08:32',NULL,48.00,'','9','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(5183,'5500','91671898104','2022-12-24 19:08:24',48.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5184,'1000','91671898104','2022-12-24 19:08:32',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5185,'4000','91671898104','2022-12-24 19:08:32',NULL,100.00,'','9','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(5186,'1110','81671898125','2022-12-24 19:08:52',NULL,168.00,'','8','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(5187,'5500','81671898125','2022-12-24 19:08:45',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5188,'1000','81671898125','2022-12-24 19:08:52',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5189,'4000','81671898125','2022-12-24 19:08:52',NULL,220.00,'','8','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(5190,'1110','91671898140','2022-12-24 19:09:10',NULL,50.00,'','9','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(5191,'5500','91671898140','2022-12-24 19:09:00',50.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5192,'1000','91671898140','2022-12-24 19:09:10',100.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5193,'4000','91671898140','2022-12-24 19:09:10',NULL,99.50,'','9','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(5194,'1110','81671898159','2022-12-24 19:10:01',NULL,40.00,'','8','1','Inventory sold','3','','sales','150','','No',NULL,NULL,''),(5195,'1110','81671898159','2022-12-24 19:09:19',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5196,'5500','81671898159','2022-12-24 19:09:41',70.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5197,'1000','81671898159','2022-12-24 19:10:01',123.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5198,'4000','81671898159','2022-12-24 19:10:01',NULL,77.60,'','8','1','Good sold','3','','sales','150','','No',NULL,NULL,''),(5199,'4000','81671898159','2022-12-24 19:09:19',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5200,'1110','81671898217','2022-12-24 19:10:29',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5201,'5500','81671898217','2022-12-24 19:10:17',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5202,'1000','81671898217','2022-12-24 19:10:29',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5203,'4000','81671898217','2022-12-24 19:10:29',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5204,'1110','81671898237','2022-12-24 19:10:58',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5205,'1110','81671898237','2022-12-24 19:10:37',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5206,'5500','81671898237','2022-12-24 19:10:46',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5207,'1000','81671898237','2022-12-24 19:10:58',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5208,'4000','81671898237','2022-12-24 19:10:58',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5209,'4000','81671898237','2022-12-24 19:10:37',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5210,'5500','81671899665','2022-12-24 19:34:53',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5211,'1110','81671899665','2022-12-24 19:34:25',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5212,'1110','81671899665','2022-12-24 19:34:27',NULL,186.68,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(5213,'5500','81671899665','2022-12-24 19:34:52',314.18,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5214,'1000','81671899665','2022-12-24 19:34:53',443.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5215,'5500','81671899665','2022-12-24 19:34:53',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5216,'4000','81671899665','2022-12-24 19:34:25',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5217,'4000','81671899665','2022-12-24 19:34:27',NULL,220.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(5218,'5500','81671900497','2022-12-24 19:48:20',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5219,'1110','81671900497','2022-12-24 19:48:17',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5220,'5500','81671900497','2022-12-24 19:48:19',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5221,'1000','81671900497','2022-12-24 19:48:20',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5222,'5500','81671900497','2022-12-24 19:48:20',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5223,'4000','81671900497','2022-12-24 19:48:17',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5224,'1110','81671900953','2022-12-24 19:57:21',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5225,'1110','81671900953','2022-12-24 19:55:53',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5226,'1110','81671900953','2022-12-24 19:56:04',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(5227,'1110','81671900953','2022-12-24 19:56:19',NULL,158.25,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(5228,'5500','81671900953','2022-12-24 19:56:33',380.25,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5229,'1000','81671900953','2022-12-24 19:57:21',600.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5230,'4000','81671900953','2022-12-24 19:57:21',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5231,'4000','81671900953','2022-12-24 19:55:53',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5232,'4000','81671900953','2022-12-24 19:56:04',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(5233,'4000','81671900953','2022-12-24 19:56:19',NULL,220.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(5234,'1110','81671903025','2022-12-24 20:30:26',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5235,'5500','81671903025','2022-12-24 20:30:25',225.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5236,'1000','81671903025','2022-12-24 20:30:26',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5237,'4000','81671903025','2022-12-24 20:30:26',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5238,'1110','81671903041','2022-12-24 20:30:42',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5239,'5500','81671903041','2022-12-24 20:30:41',225.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5240,'1000','81671903041','2022-12-24 20:30:42',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5241,'4000','81671903041','2022-12-24 20:30:42',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5242,'1110','61671903105','2022-12-24 20:34:09',NULL,270.00,'','6','1','Inventory sold','3','','sales','83','','No',NULL,NULL,''),(5243,'1110','61671903105','2022-12-24 20:34:09',NULL,525.00,'','6','1','Inventory sold','3','','sales','87','','No',NULL,NULL,''),(5244,'5500','61671903105','2022-12-24 20:34:09',795.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5245,'1000','61671903105','2022-12-24 20:34:09',1150.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5246,'4000','61671903105','2022-12-24 20:34:09',NULL,350.00,'','6','1','Good sold','3','','sales','83','','No',NULL,NULL,''),(5247,'4000','61671903105','2022-12-24 20:34:09',NULL,800.00,'','6','1','Good sold','3','','sales','87','','No',NULL,NULL,''),(5248,'1110','61671903310','2022-12-24 20:40:09',NULL,420.00,'','6','1','Inventory sold','3','','sales','66','','No',NULL,NULL,''),(5249,'1110','61671903310','2022-12-24 20:40:09',NULL,360.00,'','6','1','Inventory sold','3','','sales','69','','No',NULL,NULL,''),(5250,'5500','61671903310','2022-12-24 20:40:09',780.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5251,'1000','61671903310','2022-12-24 20:40:09',1000.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5252,'4000','61671903310','2022-12-24 20:40:09',NULL,500.00,'','6','1','Good sold','3','','sales','66','','No',NULL,NULL,''),(5253,'4000','61671903310','2022-12-24 20:40:09',NULL,500.00,'','6','1','Good sold','3','','sales','69','','No',NULL,NULL,''),(5254,'1110','61671903886','2022-12-24 20:44:54',NULL,15.00,'','6','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5255,'5500','61671903886','2022-12-24 20:44:54',15.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5256,'1000','61671903886','2022-12-24 20:44:54',23.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5257,'4000','61671903886','2022-12-24 20:44:54',NULL,22.50,'','6','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5258,'1110','81671904063','2022-12-24 20:48:56',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5259,'1110','81671904063','2022-12-24 20:48:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5260,'1110','81671904063','2022-12-24 20:48:23',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5261,'5500','81671904063','2022-12-24 20:48:37',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5262,'1000','81671904063','2022-12-24 20:48:56',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5263,'4000','81671904063','2022-12-24 20:48:56',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5264,'4000','81671904063','2022-12-24 20:48:05',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5265,'4000','81671904063','2022-12-24 20:48:23',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5266,'1110','81671904153','2022-12-24 20:49:15',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5267,'5500','81671904153','2022-12-24 20:49:14',175.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5268,'1000','81671904153','2022-12-24 20:49:15',280.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5269,'4000','81671904153','2022-12-24 20:49:15',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5270,'1110','81671904288','2022-12-24 20:51:49',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5271,'5500','81671904288','2022-12-24 20:51:28',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5272,'1000','81671904288','2022-12-24 20:51:49',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5273,'4000','81671904288','2022-12-24 20:51:49',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5274,'1110','81671904318','2022-12-24 20:52:11',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5275,'5500','81671904318','2022-12-24 20:51:58',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5276,'1000','81671904318','2022-12-24 20:52:11',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5277,'4000','81671904318','2022-12-24 20:52:11',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5278,'1110','81671904365','2022-12-24 20:53:14',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5279,'5500','81671904365','2022-12-24 20:52:45',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5280,'1000','81671904365','2022-12-24 20:53:14',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5281,'4000','81671904365','2022-12-24 20:53:14',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5282,'1110','81671904402','2022-12-24 20:53:33',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5283,'5500','81671904402','2022-12-24 20:53:22',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5284,'1000','81671904402','2022-12-24 20:53:33',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5285,'4000','81671904402','2022-12-24 20:53:33',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5286,'1110','81671904423','2022-12-24 20:53:57',NULL,40.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5287,'5500','81671904423','2022-12-24 20:53:43',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5288,'1000','81671904423','2022-12-24 20:53:57',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5289,'4000','81671904423','2022-12-24 20:53:57',NULL,80.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5290,'1110','81671904685','2022-12-24 20:58:14',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(5291,'5500','81671904685','2022-12-24 20:58:05',168.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5292,'1000','81671904685','2022-12-24 20:58:14',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5293,'4000','81671904685','2022-12-24 20:58:14',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(5294,'1110','81671906106','2022-12-24 21:21:50',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5295,'1110','81671906106','2022-12-24 21:21:46',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5296,'5500','81671906106','2022-12-24 21:21:49',82.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5297,'1000','81671906106','2022-12-24 21:21:50',160.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5298,'4000','81671906106','2022-12-24 21:21:50',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5299,'4000','81671906106','2022-12-24 21:21:46',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5300,'1110','81671907252','2022-12-24 21:41:18',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5301,'1110','81671907252','2022-12-24 21:40:52',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5302,'1110','81671907252','2022-12-24 21:41:12',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5303,'5500','81671907252','2022-12-24 21:41:17',370.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5304,'1000','81671907252','2022-12-24 21:41:18',590.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5305,'4000','81671907252','2022-12-24 21:41:18',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5306,'4000','81671907252','2022-12-24 21:40:52',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5307,'4000','81671907252','2022-12-24 21:41:12',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5308,'1110','81671907304','2022-12-24 21:41:57',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5309,'5500','81671907304','2022-12-24 21:41:44',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5310,'1000','81671907304','2022-12-24 21:41:57',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5311,'4000','81671907304','2022-12-24 21:41:57',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5312,'1110','81671907880','2022-12-24 21:52:35',NULL,100.00,'','8','1','Inventory sold','3','','sales','145','','No',NULL,NULL,''),(5313,'1110','81671907880','2022-12-24 21:51:20',NULL,746.72,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(5314,'1110','81671907880','2022-12-24 21:51:27',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5315,'1110','81671907880','2022-12-24 21:52:20',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5316,'1110','81671907880','2022-12-24 21:52:25',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5317,'1110','81671907880','2022-12-24 21:52:29',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5318,'5500','81671907880','2022-12-24 21:52:34',1151.72,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5319,'1000','81671907880','2022-12-24 21:52:35',1632.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5320,'4000','81671907880','2022-12-24 21:52:35',NULL,199.00,'','8','1','Good sold','3','','sales','145','','No',NULL,NULL,''),(5321,'4000','81671907880','2022-12-24 21:51:20',NULL,880.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(5322,'4000','81671907880','2022-12-24 21:51:27',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5323,'4000','81671907880','2022-12-24 21:52:20',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5324,'4000','81671907880','2022-12-24 21:52:25',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5325,'4000','81671907880','2022-12-24 21:52:29',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5326,'5500','91671914809','2022-12-24 23:47:01',NULL,112.50,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5327,'5920','91671914809','2022-12-24 23:46:49',112.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5328,'1000','91671914809','2022-12-24 23:47:01',200.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5329,'5500','91671914809','2022-12-24 23:47:01',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5330,'5500','91671914830','2022-12-24 23:47:25',NULL,112.50,'','9','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5331,'1110','91671914830','2022-12-24 23:47:10',NULL,15.00,'','9','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5332,'5500','91671914830','2022-12-24 23:47:18',127.50,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5333,'1000','91671914830','2022-12-24 23:47:25',223.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5334,'5500','91671914830','2022-12-24 23:47:25',NULL,200.00,'','9','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5335,'4000','91671914830','2022-12-24 23:47:10',NULL,22.50,'','9','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5336,'1110','81671914855','2022-12-24 23:47:42',NULL,60.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5337,'5500','81671914855','2022-12-24 23:47:35',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5338,'1000','81671914855','2022-12-24 23:47:42',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5339,'4000','81671914855','2022-12-24 23:47:42',NULL,90.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5340,'1110','81671914871','2022-12-24 23:48:00',NULL,24.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5341,'5500','81671914871','2022-12-24 23:47:51',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5342,'1000','81671914871','2022-12-24 23:48:00',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5343,'4000','81671914871','2022-12-24 23:48:00',NULL,40.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5344,'1110','81671914891','2022-12-24 23:48:53',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(5345,'1110','81671914891','2022-12-24 23:48:30',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5346,'5500','81671914891','2022-12-24 23:48:47',198.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5347,'1000','81671914891','2022-12-24 23:48:53',330.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5348,'4000','81671914891','2022-12-24 23:48:53',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(5349,'4000','81671914891','2022-12-24 23:48:30',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5350,'1110','91671914943','2022-12-24 23:49:16',NULL,175.00,'','9','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5351,'5500','91671914943','2022-12-24 23:49:03',175.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5352,'1000','91671914943','2022-12-24 23:49:16',280.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5353,'4000','91671914943','2022-12-24 23:49:16',NULL,280.00,'','9','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5354,'5500','81671914988','2022-12-24 23:50:04',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5355,'5920','81671914988','2022-12-24 23:49:48',112.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5356,'1000','81671914988','2022-12-24 23:50:04',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5357,'5500','81671914988','2022-12-24 23:50:04',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5358,'1110','81671915016','2022-12-24 23:50:22',NULL,160.24,'','8','1','Inventory sold','3','','sales','56','','No',NULL,NULL,''),(5359,'5500','81671915016','2022-12-24 23:50:16',160.24,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5360,'1000','81671915016','2022-12-24 23:50:22',220.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5361,'4000','81671915016','2022-12-24 23:50:22',NULL,220.00,'','8','1','Good sold','3','','sales','56','','No',NULL,NULL,''),(5362,'1110','81671955793','2022-12-25 11:10:34',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5363,'1110','81671955793','2022-12-25 11:09:53',NULL,80.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5364,'5500','81671955793','2022-12-25 11:10:18',110.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5365,'1000','81671955793','2022-12-25 11:10:34',180.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5366,'4000','81671955793','2022-12-25 11:10:34',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5367,'4000','81671955793','2022-12-25 11:09:53',NULL,120.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5368,'1110','81671955853','2022-12-25 11:13:36',NULL,80.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5369,'5500','81671955853','2022-12-25 11:10:53',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5370,'5920','81671955853','2022-12-25 11:11:05',192.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5371,'1000','81671955853','2022-12-25 11:13:36',320.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5372,'4000','81671955853','2022-12-25 11:13:36',NULL,120.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5373,'5500','81671955853','2022-12-25 11:10:53',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5374,'1110','81671956111','2022-12-25 11:15:53',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5375,'1110','81671956111','2022-12-25 11:15:11',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5376,'1110','81671956111','2022-12-25 11:15:20',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5377,'1110','81671956111','2022-12-25 11:15:28',NULL,40.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5378,'5500','81671956111','2022-12-25 11:15:39',320.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5379,'1000','81671956111','2022-12-25 11:15:53',563.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5380,'4000','81671956111','2022-12-25 11:15:53',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5381,'4000','81671956111','2022-12-25 11:15:11',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5382,'4000','81671956111','2022-12-25 11:15:20',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5383,'4000','81671956111','2022-12-25 11:15:28',NULL,80.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5384,'1110','91671956170','2022-12-25 11:16:17',NULL,197.00,'','9','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(5385,'5500','91671956170','2022-12-25 11:16:10',197.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5386,'1000','91671956170','2022-12-25 11:16:17',250.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5387,'4000','91671956170','2022-12-25 11:16:17',NULL,250.00,'','9','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(5388,'1110','81671956186','2022-12-25 11:16:39',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5389,'5500','81671956186','2022-12-25 11:16:26',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5390,'1000','81671956186','2022-12-25 11:16:39',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5391,'4000','81671956186','2022-12-25 11:16:39',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5392,'1110','91671956215','2022-12-25 11:17:47',NULL,60.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5393,'1110','91671956215','2022-12-25 11:16:55',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5394,'1110','91671956215','2022-12-25 11:17:19',NULL,20.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5395,'5500','91671956215','2022-12-25 11:17:35',100.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5396,'1000','91671956215','2022-12-25 11:17:47',160.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5397,'4000','91671956215','2022-12-25 11:17:47',NULL,90.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5398,'4000','91671956215','2022-12-25 11:16:55',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5399,'4000','91671956215','2022-12-25 11:17:19',NULL,30.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5400,'1110','91671956279','2022-12-25 11:18:30',NULL,12.00,'','9','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5401,'1110','91671956279','2022-12-25 11:17:59',NULL,25.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5402,'5500','91671956279','2022-12-25 11:18:12',37.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5403,'1000','91671956279','2022-12-25 11:18:30',70.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5404,'4000','91671956279','2022-12-25 11:18:30',NULL,20.00,'','9','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5405,'4000','91671956279','2022-12-25 11:17:59',NULL,50.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5406,'1110','91671956322','2022-12-25 11:19:05',NULL,20.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5407,'1110','91671956322','2022-12-25 11:18:42',NULL,20.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5408,'5500','91671956322','2022-12-25 11:18:54',40.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5409,'1000','91671956322','2022-12-25 11:19:05',70.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5410,'4000','91671956322','2022-12-25 11:19:05',NULL,30.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5411,'4000','91671956322','2022-12-25 11:18:42',NULL,40.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5412,'1110','81671956358','2022-12-25 11:19:38',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5413,'1110','81671956358','2022-12-25 11:19:18',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5414,'5500','81671956358','2022-12-25 11:19:25',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5415,'1000','81671956358','2022-12-25 11:19:38',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5416,'4000','81671956358','2022-12-25 11:19:38',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5417,'4000','81671956358','2022-12-25 11:19:18',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5418,'1110','91671958964','2022-12-25 12:03:00',NULL,1200.00,'','9','1','Inventory sold','3','','sales','92','','No',NULL,NULL,''),(5419,'5500','91671958964','2022-12-25 12:02:44',1200.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5420,'1000','91671958964','2022-12-25 12:03:00',1700.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5421,'4000','91671958964','2022-12-25 12:03:00',NULL,1700.00,'','9','1','Good sold','3','','sales','92','','No',NULL,NULL,''),(5422,'5500','81671962303','2022-12-25 12:58:26',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5423,'1110','81671962303','2022-12-25 12:58:23',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5424,'5500','81671962303','2022-12-25 12:58:25',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5425,'1000','81671962303','2022-12-25 12:58:26',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5426,'5500','81671962303','2022-12-25 12:58:26',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5427,'4000','81671962303','2022-12-25 12:58:23',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5428,'1110','81671967371','2022-12-25 14:22:58',NULL,373.36,'','8','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(5429,'5500','81671967371','2022-12-25 14:22:51',373.36,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5430,'1000','81671967371','2022-12-25 14:22:58',440.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5431,'4000','81671967371','2022-12-25 14:22:58',NULL,440.00,'','8','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(5432,'1110','81671967526','2022-12-25 14:25:33',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5433,'1110','81671967526','2022-12-25 14:25:26',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5434,'1110','81671967526','2022-12-25 14:25:29',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5435,'5500','81671967526','2022-12-25 14:25:32',255.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5436,'1000','81671967526','2022-12-25 14:25:33',446.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5437,'4000','81671967526','2022-12-25 14:25:33',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5438,'4000','81671967526','2022-12-25 14:25:26',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5439,'4000','81671967526','2022-12-25 14:25:29',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5440,'1110','81671968049','2022-12-25 14:34:11',NULL,225.00,'','8','1','Inventory sold','3','','sales','141','','No',NULL,NULL,''),(5441,'5500','81671968049','2022-12-25 14:34:09',225.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5442,'1000','81671968049','2022-12-25 14:34:11',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5443,'4000','81671968049','2022-12-25 14:34:11',NULL,400.00,'','8','1','Good sold','3','','sales','141','','No',NULL,NULL,''),(5444,'1110','81671968075','2022-12-25 14:34:36',NULL,23.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(5445,'5500','81671968075','2022-12-25 14:34:35',23.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5446,'1000','81671968075','2022-12-25 14:34:36',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5447,'4000','81671968075','2022-12-25 14:34:36',NULL,50.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(5448,'1110','81671971923','2022-12-25 15:38:47',NULL,175.00,'','8','1','Inventory sold','3','','sales','118','','No',NULL,NULL,''),(5449,'1110','81671971923','2022-12-25 15:38:43',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5450,'5500','81671971923','2022-12-25 15:38:46',190.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5451,'1000','81671971923','2022-12-25 15:38:47',303.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5452,'4000','81671971923','2022-12-25 15:38:47',NULL,280.00,'','8','1','Good sold','3','','sales','118','','No',NULL,NULL,''),(5453,'4000','81671971923','2022-12-25 15:38:43',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5454,'1110','81671974471','2022-12-25 16:21:28',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5455,'1110','81671974471','2022-12-25 16:21:11',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5456,'5500','81671974471','2022-12-25 16:21:19',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5457,'1000','81671974471','2022-12-25 16:21:28',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5458,'4000','81671974471','2022-12-25 16:21:28',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5459,'4000','81671974471','2022-12-25 16:21:11',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5460,'1110','91671984204','2022-12-25 19:08:56',NULL,1667.00,'','9','1','Inventory sold','3','','sales','78','','No',NULL,NULL,''),(5461,'5500','91671984204','2022-12-25 19:03:24',1667.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5462,'1000','91671984204','2022-12-25 19:08:56',2000.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5463,'4000','91671984204','2022-12-25 19:08:56',NULL,2000.00,'','9','1','Good sold','3','','sales','78','','No',NULL,NULL,''),(5464,'5500','81671989265','2022-12-25 20:27:57',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5465,'1110','81671989265','2022-12-25 20:27:45',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5466,'1110','81671989265','2022-12-25 20:27:51',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(5467,'5500','81671989265','2022-12-25 20:27:56',175.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5468,'1000','81671989265','2022-12-25 20:27:57',323.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5469,'5500','81671989265','2022-12-25 20:27:57',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5470,'4000','81671989265','2022-12-25 20:27:45',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5471,'4000','81671989265','2022-12-25 20:27:51',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(5472,'5500','81671989302','2022-12-25 20:29:46',NULL,450.00,'','8','1','Inventory sold','3','','sales','121','','No',NULL,NULL,''),(5473,'1110','81671989302','2022-12-25 20:28:22',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5474,'1110','81671989302','2022-12-25 20:28:26',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5475,'1110','81671989302','2022-12-25 20:28:28',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5476,'1110','81671989302','2022-12-25 20:28:46',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5477,'1110','81671989302','2022-12-25 20:28:47',NULL,316.50,'','8','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(5478,'1110','81671989302','2022-12-25 20:29:08',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(5479,'5500','81671989302','2022-12-25 20:29:45',867.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5480,'1000','81671989302','2022-12-25 20:29:46',1396.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5481,'5500','81671989302','2022-12-25 20:29:46',NULL,800.00,'','8','1','Good sold','3','','sales','121','','No',NULL,NULL,''),(5482,'4000','81671989302','2022-12-25 20:28:22',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5483,'4000','81671989302','2022-12-25 20:28:26',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5484,'4000','81671989302','2022-12-25 20:28:28',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5485,'4000','81671989302','2022-12-25 20:28:46',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5486,'4000','81671989302','2022-12-25 20:28:47',NULL,440.00,'','8','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(5487,'4000','81671989302','2022-12-25 20:29:08',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(5488,'5500','81671989449','2022-12-25 20:30:52',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5489,'1110','81671989449','2022-12-25 20:30:49',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5490,'5500','81671989449','2022-12-25 20:30:51',127.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5491,'1000','81671989449','2022-12-25 20:30:52',223.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5492,'5500','81671989449','2022-12-25 20:30:52',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5493,'4000','81671989449','2022-12-25 20:30:49',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5494,'1110','61671990496','2022-12-25 20:50:09',NULL,186.68,'','6','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(5495,'1110','61671990496','2022-12-25 20:50:09',NULL,48.00,'','6','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(5496,'5500','61671990496','2022-12-25 20:50:09',234.68,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5497,'1000','61671990496','2022-12-25 20:50:09',320.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5498,'4000','61671990496','2022-12-25 20:50:09',NULL,220.00,'','6','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(5499,'4000','61671990496','2022-12-25 20:50:09',NULL,100.00,'','6','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(5500,'1110','61671990715','2022-12-25 20:53:01',NULL,41.00,'','6','1','Inventory sold','3','','sales','134','','No',NULL,NULL,''),(5501,'5500','61671990715','2022-12-25 20:53:01',41.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5502,'1000','61671990715','2022-12-25 20:53:01',60.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5503,'4000','61671990715','2022-12-25 20:53:01',NULL,60.00,'','6','1','Good sold','3','','sales','134','','No',NULL,NULL,''),(5504,'1110','81671990997','2022-12-25 20:56:54',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5505,'1110','81671990997','2022-12-25 20:56:37',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5506,'1110','81671990997','2022-12-25 20:56:38',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5507,'5500','81671990997','2022-12-25 20:56:53',49.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5508,'1000','81671990997','2022-12-25 20:56:54',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5509,'4000','81671990997','2022-12-25 20:56:54',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5510,'4000','81671990997','2022-12-25 20:56:37',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5511,'4000','81671990997','2022-12-25 20:56:38',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5512,'1110','81671991798','2022-12-25 21:10:11',NULL,60.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5513,'5500','81671991798','2022-12-25 21:09:58',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5514,'1000','81671991798','2022-12-25 21:10:11',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5515,'4000','81671991798','2022-12-25 21:10:11',NULL,90.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5516,'1110','81671991823','2022-12-25 21:10:41',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5517,'5500','81671991823','2022-12-25 21:10:23',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5518,'1000','81671991823','2022-12-25 21:10:41',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5519,'4000','81671991823','2022-12-25 21:10:41',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5520,'1110','81671991850','2022-12-25 21:11:08',NULL,55.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5521,'5500','81671991850','2022-12-25 21:10:50',55.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5522,'1000','81671991850','2022-12-25 21:11:08',110.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5523,'4000','81671991850','2022-12-25 21:11:08',NULL,110.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5524,'1110','81671991879','2022-12-25 21:11:38',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5525,'5500','81671991879','2022-12-25 21:11:19',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5526,'1000','81671991879','2022-12-25 21:11:38',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5527,'4000','81671991879','2022-12-25 21:11:38',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5528,'1110','81671991905','2022-12-25 21:12:00',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5529,'5500','81671991905','2022-12-25 21:11:45',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5530,'1000','81671991905','2022-12-25 21:12:00',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5531,'4000','81671991905','2022-12-25 21:12:00',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5532,'1110','81671992618','2022-12-25 21:24:16',NULL,192.00,'','8','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(5533,'5500','81671992618','2022-12-25 21:23:51',192.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5534,'1000','81671992618','2022-12-25 21:24:16',250.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5535,'4000','81671992618','2022-12-25 21:24:16',NULL,250.00,'','8','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(5536,'5500','81671992999','2022-12-25 21:30:23',NULL,112.50,'','8','1','Inventory sold','3','','sales','120','','No',NULL,NULL,''),(5537,'1110','81671992999','2022-12-25 21:29:59',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5538,'1110','81671992999','2022-12-25 21:30:14',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5539,'1110','81671992999','2022-12-25 21:30:18',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5540,'5500','81671992999','2022-12-25 21:30:22',157.50,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5541,'1000','81671992999','2022-12-25 21:30:23',269.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5542,'5500','81671992999','2022-12-25 21:30:23',NULL,200.00,'','8','1','Good sold','3','','sales','120','','No',NULL,NULL,''),(5543,'4000','81671992999','2022-12-25 21:29:59',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5544,'4000','81671992999','2022-12-25 21:30:14',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5545,'4000','81671992999','2022-12-25 21:30:18',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5546,'1110','91671993634','2022-12-25 21:40:51',NULL,48.00,'','9','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(5547,'1110','91671993634','2022-12-25 21:40:34',NULL,41.00,'','9','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5548,'5500','91671993634','2022-12-25 21:40:42',89.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5549,'1000','91671993634','2022-12-25 21:40:51',180.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5550,'4000','91671993634','2022-12-25 21:40:51',NULL,100.00,'','9','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(5551,'4000','91671993634','2022-12-25 21:40:34',NULL,80.00,'','9','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5552,'1110','81671993662','2022-12-25 21:41:19',NULL,48.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5553,'1110','81671993662','2022-12-25 21:41:02',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(5554,'5500','81671993662','2022-12-25 21:41:11',96.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5555,'1000','81671993662','2022-12-25 21:41:19',200.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5556,'4000','81671993662','2022-12-25 21:41:19',NULL,100.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5557,'4000','81671993662','2022-12-25 21:41:02',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(5558,'1110','81671993687','2022-12-25 21:41:35',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5559,'5500','81671993687','2022-12-25 21:41:27',12.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5560,'1000','81671993687','2022-12-25 21:41:35',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5561,'4000','81671993687','2022-12-25 21:41:35',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5562,'1110','91671994970','2022-12-25 22:42:41',NULL,1266.00,'','9','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(5563,'1110','91671994970','2022-12-25 22:02:50',NULL,24.00,'','9','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5564,'1110','91671994970','2022-12-25 22:40:23',NULL,1084.00,'','9','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(5565,'1110','91671994970','2022-12-25 22:40:37',NULL,346.00,'','9','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(5566,'1110','91671994970','2022-12-25 22:40:59',NULL,344.00,'','9','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(5567,'5500','91671994970','2022-12-25 22:41:25',3064.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5568,'1000','91671994970','2022-12-25 22:42:41',4190.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5569,'4000','91671994970','2022-12-25 22:42:41',NULL,1760.00,'','9','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(5570,'4000','91671994970','2022-12-25 22:02:50',NULL,50.00,'','9','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5571,'4000','91671994970','2022-12-25 22:40:23',NULL,1500.00,'','9','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(5572,'4000','91671994970','2022-12-25 22:40:37',NULL,440.00,'','9','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(5573,'4000','91671994970','2022-12-25 22:40:59',NULL,440.00,'','9','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(5574,'1110','81672034537','2022-12-26 09:05:49',NULL,80.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5575,'1110','81672034537','2022-12-26 09:02:17',NULL,80.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5576,'1110','81672034537','2022-12-26 09:02:35',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(5577,'1110','81672034537','2022-12-26 09:04:59',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(5578,'1110','81672034537','2022-12-26 09:05:02',NULL,96.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5579,'5500','81672034537','2022-12-26 09:05:03',352.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5580,'1000','81672034537','2022-12-26 09:05:49',640.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5581,'4000','81672034537','2022-12-26 09:05:49',NULL,120.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5582,'4000','81672034537','2022-12-26 09:02:17',NULL,120.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5583,'4000','81672034537','2022-12-26 09:02:35',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(5584,'4000','81672034537','2022-12-26 09:04:59',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(5585,'4000','81672034537','2022-12-26 09:05:02',NULL,200.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5586,'1110','81672034779','2022-12-26 09:06:35',NULL,50.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5587,'5500','81672034779','2022-12-26 09:06:19',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5588,'1000','81672034779','2022-12-26 09:06:35',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5589,'4000','81672034779','2022-12-26 09:06:35',NULL,100.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5590,'1110','81672034852','2022-12-26 09:07:54',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5591,'1110','81672034852','2022-12-26 09:07:32',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5592,'5500','81672034852','2022-12-26 09:07:42',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5593,'1000','81672034852','2022-12-26 09:07:54',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5594,'4000','81672034852','2022-12-26 09:07:54',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5595,'4000','81672034852','2022-12-26 09:07:32',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5596,'1110','61672034988','2022-12-26 09:10:03',NULL,460.00,'','6','1','Inventory sold','3','','sales','138','','No',NULL,NULL,''),(5597,'5500','61672034988','2022-12-26 09:10:03',460.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5598,'1000','61672034988','2022-12-26 09:10:03',598.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5599,'4000','61672034988','2022-12-26 09:10:03',NULL,598.00,'','6','1','Good sold','3','','sales','138','','No',NULL,NULL,''),(5600,'1110','91672078426','2022-12-26 21:14:23',NULL,60.00,'','9','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5601,'1110','91672078426','2022-12-26 21:13:46',NULL,40.00,'','9','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5602,'5500','91672078426','2022-12-26 21:14:08',100.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5603,'1000','91672078426','2022-12-26 21:14:23',150.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5604,'4000','91672078426','2022-12-26 21:14:23',NULL,90.00,'','9','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5605,'4000','91672078426','2022-12-26 21:13:46',NULL,60.00,'','9','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5606,'1110','81672078786','2022-12-26 21:20:57',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5607,'1110','81672078786','2022-12-26 21:19:46',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5608,'1110','81672078786','2022-12-26 21:20:10',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5609,'1110','81672078786','2022-12-26 21:20:23',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5610,'5500','81672078786','2022-12-26 21:20:46',130.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5611,'1000','81672078786','2022-12-26 21:20:57',260.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5612,'4000','81672078786','2022-12-26 21:20:57',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5613,'4000','81672078786','2022-12-26 21:19:46',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5614,'4000','81672078786','2022-12-26 21:20:10',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5615,'4000','81672078786','2022-12-26 21:20:23',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5616,'1110','81672078890','2022-12-26 21:21:43',NULL,305.00,'','8','1','Inventory sold','3','','sales','48','','No',NULL,NULL,''),(5617,'5500','81672078890','2022-12-26 21:21:30',305.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5618,'1000','81672078890','2022-12-26 21:21:43',400.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5619,'4000','81672078890','2022-12-26 21:21:43',NULL,400.00,'','8','1','Good sold','3','','sales','48','','No',NULL,NULL,''),(5620,'1110','91672078915','2022-12-26 21:22:29',NULL,168.00,'','9','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(5621,'5500','91672078915','2022-12-26 21:21:55',168.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5622,'1000','91672078915','2022-12-26 21:22:29',220.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5623,'4000','91672078915','2022-12-26 21:22:29',NULL,220.00,'','9','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(5624,'1110','81672132826','2022-12-27 12:21:01',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5625,'1110','81672132826','2022-12-27 12:20:40',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5626,'5500','81672132826','2022-12-27 12:20:50',22.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5627,'1000','81672132826','2022-12-27 12:21:01',40.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5628,'4000','81672132826','2022-12-27 12:21:01',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5629,'4000','81672132826','2022-12-27 12:20:40',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5630,'1110','81672132870','2022-12-27 12:21:24',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5631,'1110','81672132870','2022-12-27 12:21:10',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5632,'5500','81672132870','2022-12-27 12:21:18',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5633,'1000','81672132870','2022-12-27 12:21:24',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5634,'4000','81672132870','2022-12-27 12:21:24',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5635,'4000','81672132870','2022-12-27 12:21:10',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5636,'1110','81672133125','2022-12-27 12:25:46',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5637,'1110','81672133125','2022-12-27 12:25:25',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5638,'5500','81672133125','2022-12-27 12:25:35',70.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5639,'1000','81672133125','2022-12-27 12:25:46',120.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5640,'4000','81672133125','2022-12-27 12:25:46',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5641,'4000','81672133125','2022-12-27 12:25:25',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5642,'1110','81672133304','2022-12-27 12:28:37',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5643,'1110','81672133304','2022-12-27 12:28:24',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5644,'5500','81672133304','2022-12-27 12:28:29',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5645,'1000','81672133304','2022-12-27 12:28:37',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5646,'4000','81672133304','2022-12-27 12:28:37',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5647,'4000','81672133304','2022-12-27 12:28:24',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5648,'1110','81672134642','2022-12-27 12:51:13',NULL,20.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5649,'1110','81672134642','2022-12-27 12:50:42',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5650,'1110','81672134642','2022-12-27 12:50:52',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5651,'5500','81672134642','2022-12-27 12:51:03',52.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5652,'1000','81672134642','2022-12-27 12:51:13',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5653,'4000','81672134642','2022-12-27 12:51:13',NULL,40.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5654,'4000','81672134642','2022-12-27 12:50:42',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5655,'4000','81672134642','2022-12-27 12:50:52',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5656,'1110','81672136915','2022-12-27 13:29:07',NULL,336.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(5657,'1110','81672136915','2022-12-27 13:28:35',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5658,'5500','81672136915','2022-12-27 13:28:55',351.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5659,'1000','81672136915','2022-12-27 13:29:07',463.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5660,'4000','81672136915','2022-12-27 13:29:07',NULL,440.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(5661,'4000','81672136915','2022-12-27 13:28:35',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5662,'1110','91672169088','2022-12-27 22:25:31',NULL,400.00,'','9','1','Inventory sold','3','','sales','10','','No',NULL,NULL,''),(5663,'5500','91672169088','2022-12-27 22:25:16',400.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5664,'1000','91672169088','2022-12-27 22:25:31',550.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5665,'4000','91672169088','2022-12-27 22:25:31',NULL,550.00,'','9','1','Good sold','3','','sales','10','','No',NULL,NULL,''),(5666,'1110','91672169140','2022-12-27 22:26:40',NULL,255.00,'','9','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5667,'5500','91672169140','2022-12-27 22:25:40',255.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5668,'1000','91672169140','2022-12-27 22:26:40',510.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5669,'4000','91672169140','2022-12-27 22:26:40',NULL,510.00,'','9','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5670,'1110','81672169220','2022-12-27 22:28:14',NULL,602.00,'','8','1','Inventory sold','3','','sales','46','','No',NULL,NULL,''),(5671,'1110','81672169220','2022-12-27 22:27:00',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(5672,'1110','81672169220','2022-12-27 22:27:21',NULL,320.00,'','8','1','Inventory sold','3','','sales','4','','No',NULL,NULL,''),(5673,'5500','81672169220','2022-12-27 22:27:55',1090.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5674,'1000','81672169220','2022-12-27 22:28:14',1470.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5675,'4000','81672169220','2022-12-27 22:28:14',NULL,800.00,'','8','1','Good sold','3','','sales','46','','No',NULL,NULL,''),(5676,'4000','81672169220','2022-12-27 22:27:00',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(5677,'4000','81672169220','2022-12-27 22:27:21',NULL,450.00,'','8','1','Good sold','3','','sales','4','','No',NULL,NULL,''),(5678,'1110','81672169306','2022-12-27 22:28:35',NULL,455.00,'','8','1','Inventory sold','3','','sales','90','','No',NULL,NULL,''),(5679,'5500','81672169306','2022-12-27 22:28:26',455.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5680,'1000','81672169306','2022-12-27 22:28:35',650.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5681,'4000','81672169306','2022-12-27 22:28:35',NULL,650.00,'','8','1','Good sold','3','','sales','90','','No',NULL,NULL,''),(5682,'1110','81672169343','2022-12-27 22:31:35',NULL,41.00,'','8','1','Inventory sold','3','','sales','134','','No',NULL,NULL,''),(5683,'1110','81672169343','2022-12-27 22:29:03',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(5684,'1110','81672169343','2022-12-27 22:29:14',NULL,96.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5685,'1110','81672169343','2022-12-27 22:29:24',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5686,'1110','81672169343','2022-12-27 22:30:44',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5687,'1110','81672169343','2022-12-27 22:30:52',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5688,'5500','81672169343','2022-12-27 22:31:27',291.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5689,'1000','81672169343','2022-12-27 22:31:35',570.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5690,'4000','81672169343','2022-12-27 22:31:35',NULL,60.00,'','8','1','Good sold','3','','sales','134','','No',NULL,NULL,''),(5691,'4000','81672169343','2022-12-27 22:29:03',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(5692,'4000','81672169343','2022-12-27 22:29:14',NULL,200.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5693,'4000','81672169343','2022-12-27 22:29:24',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5694,'4000','81672169343','2022-12-27 22:30:44',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5695,'4000','81672169343','2022-12-27 22:30:52',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5696,'1110','81672169505','2022-12-27 22:32:00',NULL,20.00,'','8','1','Inventory sold','3','','sales','150','','No',NULL,NULL,''),(5697,'1110','81672169505','2022-12-27 22:31:46',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5698,'5500','81672169505','2022-12-27 22:31:52',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5699,'1000','81672169505','2022-12-27 22:32:00',62.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5700,'4000','81672169505','2022-12-27 22:32:00',NULL,38.80,'','8','1','Good sold','3','','sales','150','','No',NULL,NULL,''),(5701,'4000','81672169505','2022-12-27 22:31:46',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5702,'1110','81672203433','2022-12-28 07:57:56',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5703,'1110','81672203433','2022-12-28 07:57:13',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5704,'5500','81672203433','2022-12-28 07:57:39',35.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5705,'1000','81672203433','2022-12-28 07:57:56',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5706,'4000','81672203433','2022-12-28 07:57:56',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5707,'4000','81672203433','2022-12-28 07:57:13',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5708,'1110','81672204881','2022-12-28 08:21:30',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5709,'5500','81672204881','2022-12-28 08:21:21',10.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5710,'1000','81672204881','2022-12-28 08:21:30',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5711,'4000','81672204881','2022-12-28 08:21:30',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5712,'1110','81672213083','2022-12-28 10:38:41',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5713,'1110','81672213083','2022-12-28 10:38:03',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5714,'5500','81672213083','2022-12-28 10:38:24',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5715,'1000','81672213083','2022-12-28 10:38:41',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5716,'4000','81672213083','2022-12-28 10:38:41',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5717,'4000','81672213083','2022-12-28 10:38:03',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5718,'1110','81672213137','2022-12-28 10:39:16',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5719,'1110','81672213137','2022-12-28 10:38:57',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5720,'5500','81672213137','2022-12-28 10:39:08',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5721,'1000','81672213137','2022-12-28 10:39:16',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5722,'4000','81672213137','2022-12-28 10:39:16',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5723,'4000','81672213137','2022-12-28 10:38:57',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5724,'1110','81672243600','2022-12-28 19:06:41',NULL,41.00,'','8','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(5725,'5500','81672243600','2022-12-28 19:06:40',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5726,'1000','81672243600','2022-12-28 19:06:41',80.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5727,'4000','81672243600','2022-12-28 19:06:41',NULL,80.00,'','8','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(5728,'1110','81672258306','2022-12-28 23:12:11',NULL,430.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5729,'5500','81672258306','2022-12-28 23:11:46',430.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5730,'1000','81672258306','2022-12-28 23:12:11',860.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5731,'4000','81672258306','2022-12-28 23:12:11',NULL,860.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5732,'1110','81672258352','2022-12-28 23:12:56',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5733,'5500','81672258352','2022-12-28 23:12:45',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5734,'1000','81672258352','2022-12-28 23:12:56',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5735,'4000','81672258352','2022-12-28 23:12:56',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5736,'1110','81672258388','2022-12-28 23:13:17',NULL,48.00,'','8','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(5737,'5500','81672258388','2022-12-28 23:13:08',48.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5738,'1000','81672258388','2022-12-28 23:13:17',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5739,'4000','81672258388','2022-12-28 23:13:17',NULL,100.00,'','8','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(5740,'1110','81672258405','2022-12-28 23:13:34',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5741,'5500','81672258405','2022-12-28 23:13:25',24.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5742,'1000','81672258405','2022-12-28 23:13:34',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5743,'4000','81672258405','2022-12-28 23:13:34',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5744,'1110','81672258434','2022-12-28 23:14:02',NULL,100.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5745,'5500','81672258434','2022-12-28 23:13:55',100.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5746,'1000','81672258434','2022-12-28 23:14:02',150.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5747,'4000','81672258434','2022-12-28 23:14:02',NULL,150.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5748,'1110','81672258454','2022-12-28 23:14:32',NULL,30.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5749,'1110','81672258454','2022-12-28 23:14:14',NULL,40.00,'','8','1','Inventory sold','3','','sales','150','','No',NULL,NULL,''),(5750,'5500','81672258454','2022-12-28 23:14:22',70.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5751,'1000','81672258454','2022-12-28 23:14:32',123.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5752,'4000','81672258454','2022-12-28 23:14:32',NULL,45.00,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5753,'4000','81672258454','2022-12-28 23:14:14',NULL,77.60,'','8','1','Good sold','3','','sales','150','','No',NULL,NULL,''),(5754,'1110','81672258483','2022-12-28 23:14:51',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5755,'5500','81672258483','2022-12-28 23:14:43',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5756,'1000','81672258483','2022-12-28 23:14:51',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5757,'4000','81672258483','2022-12-28 23:14:51',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5758,'1110','81672258500','2022-12-28 23:16:37',NULL,400.00,'','8','1','Inventory sold','3','','sales','10','','No',NULL,NULL,''),(5759,'1110','81672258500','2022-12-28 23:15:00',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(5760,'1110','81672258500','2022-12-28 23:15:22',NULL,172.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(5761,'1110','81672258500','2022-12-28 23:15:48',NULL,336.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(5762,'1110','81672258500','2022-12-28 23:16:05',NULL,197.00,'','8','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(5763,'5500','81672258500','2022-12-28 23:16:26',1273.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5764,'1000','81672258500','2022-12-28 23:16:37',1680.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5765,'4000','81672258500','2022-12-28 23:16:37',NULL,550.00,'','8','1','Good sold','3','','sales','10','','No',NULL,NULL,''),(5766,'4000','81672258500','2022-12-28 23:15:00',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(5767,'4000','81672258500','2022-12-28 23:15:22',NULL,220.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(5768,'4000','81672258500','2022-12-28 23:15:48',NULL,440.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(5769,'4000','81672258500','2022-12-28 23:16:05',NULL,250.00,'','8','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(5770,'1110','81672290497','2022-12-29 08:08:33',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5771,'5500','81672290497','2022-12-29 08:08:17',5.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5772,'1000','81672290497','2022-12-29 08:08:33',10.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5773,'4000','81672290497','2022-12-29 08:08:33',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5774,'1110','81672290530','2022-12-29 08:09:10',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5775,'1110','81672290530','2022-12-29 08:08:50',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5776,'5500','81672290530','2022-12-29 08:09:02',40.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5777,'1000','81672290530','2022-12-29 08:09:10',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5778,'4000','81672290530','2022-12-29 08:09:10',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5779,'4000','81672290530','2022-12-29 08:08:50',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5780,'1110','81672292583','2022-12-29 08:43:32',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5781,'1110','81672292583','2022-12-29 08:43:03',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5782,'1110','81672292583','2022-12-29 08:43:14',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5783,'5500','81672292583','2022-12-29 08:43:22',55.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5784,'1000','81672292583','2022-12-29 08:43:32',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5785,'4000','81672292583','2022-12-29 08:43:32',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5786,'4000','81672292583','2022-12-29 08:43:03',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5787,'4000','81672292583','2022-12-29 08:43:14',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5788,'1110','81672292731','2022-12-29 08:45:55',NULL,40.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5789,'1110','81672292731','2022-12-29 08:45:31',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5790,'5500','81672292731','2022-12-29 08:45:40',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5791,'1000','81672292731','2022-12-29 08:45:55',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5792,'4000','81672292731','2022-12-29 08:45:55',NULL,60.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5793,'4000','81672292731','2022-12-29 08:45:31',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5794,'1110','81672293857','2022-12-29 09:04:34',NULL,30.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5795,'5500','81672293857','2022-12-29 09:04:17',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5796,'1000','81672293857','2022-12-29 09:04:34',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5797,'4000','81672293857','2022-12-29 09:04:34',NULL,60.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5798,'1110','81672293885','2022-12-29 09:05:02',NULL,50.00,'','8','1','Inventory sold','3','','sales','125','','No',NULL,NULL,''),(5799,'5500','81672293885','2022-12-29 09:04:45',50.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5800,'1000','81672293885','2022-12-29 09:05:02',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5801,'4000','81672293885','2022-12-29 09:05:02',NULL,100.00,'','8','1','Good sold','3','','sales','125','','No',NULL,NULL,''),(5802,'1110','81672294088','2022-12-29 09:08:19',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5803,'5500','81672294088','2022-12-29 09:08:08',20.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5804,'1000','81672294088','2022-12-29 09:08:19',30.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5805,'4000','81672294088','2022-12-29 09:08:19',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5806,'1110','81672297390','2022-12-29 10:03:42',NULL,80.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5807,'1110','81672297390','2022-12-29 10:03:10',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5808,'1110','81672297390','2022-12-29 10:03:21',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5809,'5500','81672297390','2022-12-29 10:03:33',112.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5810,'1000','81672297390','2022-12-29 10:03:42',170.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5811,'4000','81672297390','2022-12-29 10:03:42',NULL,120.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5812,'4000','81672297390','2022-12-29 10:03:10',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5813,'4000','81672297390','2022-12-29 10:03:21',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5814,'1110','81672320085','2022-12-29 16:23:08',NULL,46.00,'','8','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(5815,'5500','81672320085','2022-12-29 16:22:50',46.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5816,'1000','81672320085','2022-12-29 16:23:08',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5817,'4000','81672320085','2022-12-29 16:23:08',NULL,100.00,'','8','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(5818,'1110','61672334970','2022-12-29 20:29:40',NULL,230.00,'','6','1','Inventory sold','3','','sales','138','','No',NULL,NULL,''),(5819,'5500','61672334970','2022-12-29 20:29:40',230.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5820,'1000','61672334970','2022-12-29 20:29:40',299.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5821,'4000','61672334970','2022-12-29 20:29:40',NULL,299.00,'','6','1','Good sold','3','','sales','138','','No',NULL,NULL,''),(5822,'1110','81672343940','2022-12-29 23:00:11',NULL,41.00,'','8','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(5823,'5500','81672343940','2022-12-29 23:00:00',41.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5824,'1000','81672343940','2022-12-29 23:00:11',60.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5825,'4000','81672343940','2022-12-29 23:00:11',NULL,60.00,'','8','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(5826,'1110','81672344030','2022-12-29 23:01:26',NULL,325.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5827,'5500','81672344030','2022-12-29 23:00:51',325.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5828,'1000','81672344030','2022-12-29 23:01:26',650.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5829,'4000','81672344030','2022-12-29 23:01:26',NULL,650.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5830,'1110','81672344133','2022-12-29 23:02:30',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5831,'5500','81672344133','2022-12-29 23:02:13',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5832,'1000','81672344133','2022-12-29 23:02:30',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5833,'4000','81672344133','2022-12-29 23:02:30',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5834,'1110','81672344158','2022-12-29 23:02:48',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5835,'5500','81672344158','2022-12-29 23:02:38',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5836,'1000','81672344158','2022-12-29 23:02:48',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5837,'4000','81672344158','2022-12-29 23:02:48',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5838,'1110','81672344182','2022-12-29 23:03:12',NULL,80.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5839,'5500','81672344182','2022-12-29 23:03:02',80.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5840,'1000','81672344182','2022-12-29 23:03:12',120.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5841,'4000','81672344182','2022-12-29 23:03:12',NULL,120.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5842,'1110','91672344206','2022-12-29 23:04:08',NULL,645.00,'','9','1','Inventory sold','3','','sales','23','','No',NULL,NULL,''),(5843,'1110','91672344206','2022-12-29 23:03:32',NULL,624.00,'','9','1','Inventory sold','3','','sales','3','','No',NULL,NULL,''),(5844,'5500','91672344206','2022-12-29 23:03:43',1269.00,NULL,'','9','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5845,'1000','91672344206','2022-12-29 23:04:08',1600.00,NULL,'','9','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5846,'4000','91672344206','2022-12-29 23:04:08',NULL,800.00,'','9','1','Good sold','3','','sales','23','','No',NULL,NULL,''),(5847,'4000','91672344206','2022-12-29 23:03:32',NULL,800.00,'','9','1','Good sold','3','','sales','3','','No',NULL,NULL,''),(5848,'1110','81672344263','2022-12-29 23:04:56',NULL,172.00,'','8','1','Inventory sold','3','','sales','62','','No',NULL,NULL,''),(5849,'1110','81672344263','2022-12-29 23:04:23',NULL,504.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(5850,'1110','81672344263','2022-12-29 23:04:31',NULL,160.24,'','8','1','Inventory sold','3','','sales','56','','No',NULL,NULL,''),(5851,'5500','81672344263','2022-12-29 23:04:47',836.24,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5852,'1000','81672344263','2022-12-29 23:04:56',1100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5853,'4000','81672344263','2022-12-29 23:04:56',NULL,220.00,'','8','1','Good sold','3','','sales','62','','No',NULL,NULL,''),(5854,'4000','81672344263','2022-12-29 23:04:23',NULL,660.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(5855,'4000','81672344263','2022-12-29 23:04:31',NULL,220.00,'','8','1','Good sold','3','','sales','56','','No',NULL,NULL,''),(5856,'1110','81672425906','2022-12-30 21:47:26',NULL,168.00,'','8','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(5857,'1110','81672425906','2022-12-30 21:45:06',NULL,172.00,'','8','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(5858,'1110','81672425906','2022-12-30 21:46:07',NULL,400.00,'','8','1','Inventory sold','3','','sales','10','','No',NULL,NULL,''),(5859,'5500','81672425906','2022-12-30 21:46:56',740.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5860,'1000','81672425906','2022-12-30 21:47:26',990.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5861,'4000','81672425906','2022-12-30 21:47:26',NULL,220.00,'','8','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(5862,'4000','81672425906','2022-12-30 21:45:06',NULL,220.00,'','8','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(5863,'4000','81672425906','2022-12-30 21:46:07',NULL,550.00,'','8','1','Good sold','3','','sales','10','','No',NULL,NULL,''),(5864,'1110','81672426078','2022-12-30 21:49:48',NULL,168.00,'','8','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(5865,'1110','81672426078','2022-12-30 21:47:58',NULL,188.00,'','8','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(5866,'5500','81672426078','2022-12-30 21:49:28',356.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5867,'1000','81672426078','2022-12-30 21:49:48',470.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5868,'4000','81672426078','2022-12-30 21:49:48',NULL,220.00,'','8','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(5869,'4000','81672426078','2022-12-30 21:47:58',NULL,250.00,'','8','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(5870,'1110','81672426293','2022-12-30 21:52:02',NULL,400.00,'','8','1','Inventory sold','3','','sales','10','','No',NULL,NULL,''),(5871,'5500','81672426293','2022-12-30 21:51:33',400.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5872,'1000','81672426293','2022-12-30 21:52:02',550.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5873,'4000','81672426293','2022-12-30 21:52:02',NULL,550.00,'','8','1','Good sold','3','','sales','10','','No',NULL,NULL,''),(5874,'1110','81672426341','2022-12-30 21:52:35',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5875,'5500','81672426341','2022-12-30 21:52:21',12.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5876,'1000','81672426341','2022-12-30 21:52:35',20.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5877,'4000','81672426341','2022-12-30 21:52:35',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5878,'1110','81672426394','2022-12-30 21:59:54',NULL,420.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5879,'5500','81672426394','2022-12-30 21:53:14',420.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5880,'1000','81672426394','2022-12-30 21:59:54',840.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5881,'4000','81672426394','2022-12-30 21:59:54',NULL,840.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5882,'1110','81672426811','2022-12-30 22:00:24',NULL,25.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5883,'5500','81672426811','2022-12-30 22:00:11',25.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5884,'1000','81672426811','2022-12-30 22:00:24',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5885,'4000','81672426811','2022-12-30 22:00:24',NULL,50.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5886,'1110','81672426845','2022-12-30 22:00:55',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5887,'1110','81672426845','2022-12-30 22:00:45',NULL,24.00,'','8','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(5888,'5500','81672426845','2022-12-30 22:00:53',48.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5889,'1000','81672426845','2022-12-30 22:00:55',100.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5890,'4000','81672426845','2022-12-30 22:00:55',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5891,'4000','81672426845','2022-12-30 22:00:45',NULL,50.00,'','8','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(5892,'1110','81672426880','2022-12-30 22:02:46',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5893,'1110','81672426880','2022-12-30 22:01:20',NULL,20.00,'','8','1','Inventory sold','3','','sales','150','','No',NULL,NULL,''),(5894,'1110','81672426880','2022-12-30 22:01:53',NULL,15.00,'','8','1','Inventory sold','3','','sales','143','','No',NULL,NULL,''),(5895,'1110','81672426880','2022-12-30 22:02:05',NULL,20.00,'','8','1','Inventory sold','3','','sales','150','','No',NULL,NULL,''),(5896,'5500','81672426880','2022-12-30 22:02:27',70.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5897,'1000','81672426880','2022-12-30 22:02:46',124.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5898,'4000','81672426880','2022-12-30 22:02:46',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5899,'4000','81672426880','2022-12-30 22:01:20',NULL,38.80,'','8','1','Good sold','3','','sales','150','','No',NULL,NULL,''),(5900,'4000','81672426880','2022-12-30 22:01:53',NULL,22.50,'','8','1','Good sold','3','','sales','143','','No',NULL,NULL,''),(5901,'4000','81672426880','2022-12-30 22:02:05',NULL,38.80,'','8','1','Good sold','3','','sales','150','','No',NULL,NULL,''),(5902,'1110','61672428660','2022-12-30 22:31:44',NULL,560.00,'','6','1','Inventory sold','3','','sales','9','','No',NULL,NULL,''),(5903,'5500','61672428660','2022-12-30 22:31:44',560.00,NULL,'','6','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5904,'1000','61672428660','2022-12-30 22:31:44',750.00,NULL,'','6','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5905,'4000','61672428660','2022-12-30 22:31:44',NULL,750.00,'','6','1','Good sold','3','','sales','9','','No',NULL,NULL,''),(5906,'1110','81672461040','2022-12-31 07:31:39',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5907,'1110','81672461040','2022-12-31 07:30:40',NULL,20.00,'','8','1','Inventory sold','3','','sales','139','','No',NULL,NULL,''),(5908,'5500','81672461040','2022-12-31 07:31:15',60.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5909,'1000','81672461040','2022-12-31 07:31:39',90.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5910,'4000','81672461040','2022-12-31 07:31:39',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5911,'4000','81672461040','2022-12-31 07:30:40',NULL,30.00,'','8','1','Good sold','3','','sales','139','','No',NULL,NULL,''),(5912,'1110','81672465693','2022-12-31 08:48:40',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5913,'1110','81672465693','2022-12-31 08:48:13',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5914,'5500','81672465693','2022-12-31 08:48:30',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5915,'1000','81672465693','2022-12-31 08:48:40',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5916,'4000','81672465693','2022-12-31 08:48:40',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5917,'4000','81672465693','2022-12-31 08:48:13',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5918,'1110','81672465753','2022-12-31 08:49:32',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5919,'1110','81672465753','2022-12-31 08:49:13',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5920,'5500','81672465753','2022-12-31 08:49:22',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5921,'1000','81672465753','2022-12-31 08:49:32',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5922,'4000','81672465753','2022-12-31 08:49:32',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5923,'4000','81672465753','2022-12-31 08:49:13',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5924,'1110','81672468317','2022-12-31 09:32:17',NULL,40.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5925,'1110','81672468317','2022-12-31 09:31:57',NULL,5.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5926,'5500','81672468317','2022-12-31 09:32:06',45.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5927,'1000','81672468317','2022-12-31 09:32:17',70.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5928,'4000','81672468317','2022-12-31 09:32:17',NULL,60.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5929,'4000','81672468317','2022-12-31 09:31:57',NULL,10.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5930,'1110','81672474887','2022-12-31 11:21:41',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5931,'1110','81672474887','2022-12-31 11:21:27',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5932,'5500','81672474887','2022-12-31 11:21:35',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5933,'1000','81672474887','2022-12-31 11:21:41',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5934,'4000','81672474887','2022-12-31 11:21:41',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5935,'4000','81672474887','2022-12-31 11:21:27',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5936,'1110','81672475516','2022-12-31 11:32:12',NULL,10.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5937,'1110','81672475516','2022-12-31 11:31:56',NULL,20.00,'','8','1','Inventory sold','3','','sales','124','','No',NULL,NULL,''),(5938,'5500','81672475516','2022-12-31 11:32:05',30.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5939,'1000','81672475516','2022-12-31 11:32:12',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5940,'4000','81672475516','2022-12-31 11:32:12',NULL,20.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5941,'4000','81672475516','2022-12-31 11:31:56',NULL,30.00,'','8','1','Good sold','3','','sales','124','','No',NULL,NULL,''),(5942,'1110','81672475577','2022-12-31 11:33:43',NULL,15.00,'','8','1','Inventory sold','3','','sales','129','','No',NULL,NULL,''),(5943,'1110','81672475577','2022-12-31 11:33:13',NULL,12.00,'','8','1','Inventory sold','3','','sales','147','','No',NULL,NULL,''),(5944,'5500','81672475577','2022-12-31 11:33:28',27.00,NULL,'','8','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5945,'1000','81672475577','2022-12-31 11:33:43',50.00,NULL,'','8','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5946,'4000','81672475577','2022-12-31 11:33:43',NULL,30.00,'','8','1','Good sold','3','','sales','129','','No',NULL,NULL,''),(5947,'4000','81672475577','2022-12-31 11:33:13',NULL,20.00,'','8','1','Good sold','3','','sales','147','','No',NULL,NULL,''),(5948,'1110','11673066278','2023-01-07 07:45:36',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(5949,'1110','11673066278','2023-01-07 07:45:36',NULL,173.00,'','1','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(5950,'1110','11673066278','2023-01-07 07:45:36',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(5951,'1110','11673066278','2023-01-07 07:45:36',NULL,201.00,'','1','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(5952,'1110','11673066278','2023-01-07 07:45:36',NULL,373.36,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(5953,'1110','11673066278','2023-01-07 07:45:36',NULL,186.68,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(5954,'1110','11673066278','2023-01-07 07:45:36',NULL,158.25,'','1','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(5955,'1110','11673066278','2023-01-07 07:45:36',NULL,180.00,'','1','1','Inventory sold','3','','sales','69','','No',NULL,NULL,''),(5956,'1110','11673066278','2023-01-07 07:45:36',NULL,560.00,'','1','1','Inventory sold','3','','sales','9','','No',NULL,NULL,''),(5957,'1110','11673066278','2023-01-07 07:45:36',NULL,168.00,'','1','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(5958,'1110','11673066278','2023-01-07 07:45:36',NULL,180.00,'','1','1','Inventory sold','3','','sales','69','','No',NULL,NULL,''),(5959,'1110','11673066278','2023-01-07 07:45:36',NULL,210.00,'','1','1','Inventory sold','3','','sales','68','','No',NULL,NULL,''),(5960,'1110','11673066278','2023-01-07 07:45:36',NULL,560.00,'','1','1','Inventory sold','3','','sales','9','','No',NULL,NULL,''),(5961,'1110','11673066278','2023-01-07 07:45:36',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(5962,'1110','11673066278','2023-01-07 07:45:36',NULL,1160.00,'','1','1','Inventory sold','3','','sales','8','','No',NULL,NULL,''),(5963,'1110','11673066278','2023-01-07 07:45:36',NULL,201.00,'','1','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(5964,'1110','11673066278','2023-01-07 07:45:36',NULL,373.36,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(5965,'1110','11673066278','2023-01-07 07:45:36',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(5966,'1110','11673066278','2023-01-07 07:45:36',NULL,305.00,'','1','1','Inventory sold','3','','sales','48','','No',NULL,NULL,''),(5967,'1110','11673066278','2023-01-07 07:45:36',NULL,201.00,'','1','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(5968,'5500','11673066278','2023-01-07 07:45:36',5942.65,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(5969,'1000','11673066278','2023-01-07 07:45:36',7816.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(5970,'4000','11673066278','2023-01-07 07:45:36',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(5971,'4000','11673066278','2023-01-07 07:45:36',NULL,220.00,'','1','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(5972,'4000','11673066278','2023-01-07 07:45:36',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(5973,'4000','11673066278','2023-01-07 07:45:36',NULL,301.50,'','1','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(5974,'4000','11673066278','2023-01-07 07:45:36',NULL,440.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(5975,'4000','11673066278','2023-01-07 07:45:36',NULL,220.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(5976,'4000','11673066278','2023-01-07 07:45:36',NULL,220.00,'','1','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(5977,'4000','11673066278','2023-01-07 07:45:36',NULL,250.00,'','1','1','Good sold','3','','sales','69','','No',NULL,NULL,''),(5978,'4000','11673066278','2023-01-07 07:45:36',NULL,750.00,'','1','1','Good sold','3','','sales','9','','No',NULL,NULL,''),(5979,'4000','11673066278','2023-01-07 07:45:36',NULL,220.00,'','1','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(5980,'4000','11673066278','2023-01-07 07:45:36',NULL,250.00,'','1','1','Good sold','3','','sales','69','','No',NULL,NULL,''),(5981,'4000','11673066278','2023-01-07 07:45:36',NULL,250.00,'','1','1','Good sold','3','','sales','68','','No',NULL,NULL,''),(5982,'4000','11673066278','2023-01-07 07:45:36',NULL,750.00,'','1','1','Good sold','3','','sales','9','','No',NULL,NULL,''),(5983,'4000','11673066278','2023-01-07 07:45:36',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(5984,'4000','11673066278','2023-01-07 07:45:36',NULL,1500.00,'','1','1','Good sold','3','','sales','8','','No',NULL,NULL,''),(5985,'4000','11673066278','2023-01-07 07:45:36',NULL,301.50,'','1','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(5986,'4000','11673066278','2023-01-07 07:45:36',NULL,440.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(5987,'4000','11673066278','2023-01-07 07:45:36',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(5988,'4000','11673066278','2023-01-07 07:45:36',NULL,400.00,'','1','1','Good sold','3','','sales','48','','No',NULL,NULL,''),(5989,'4000','11673066278','2023-01-07 07:45:36',NULL,301.50,'','1','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(5990,'1110','11673106357','2023-01-07 18:45:57',1880.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','94','','No',NULL,NULL,''),(5991,'1110','11673106357','2023-01-07 18:45:57',1180.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','5','','No',NULL,NULL,''),(5992,'1110','11673106357','2023-01-07 18:45:57',1384.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','72','','No',NULL,NULL,''),(5993,'1110','11673106357','2023-01-07 18:45:57',1200.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','10','','No',NULL,NULL,''),(5994,'1110','11673106357','2023-01-07 18:45:57',1424.25,NULL,'','1','1','Inventory Purchased','3','3','Purchases','74','','No',NULL,NULL,''),(5995,'1110','11673106357','2023-01-07 18:45:57',1920.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','7','','No',NULL,NULL,''),(5996,'1110','11673106357','2023-01-07 18:45:57',1160.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','8','','No',NULL,NULL,''),(5997,'1110','11673106357','2023-01-07 18:45:57',1005.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','148','','No',NULL,NULL,''),(5998,'2130','11673106357','2023-01-07 18:45:57',NULL,11153.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(5999,'1110','11673155425','2023-01-08 08:23:45',1968.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','133','','No',NULL,NULL,''),(6000,'1110','11673155425','2023-01-08 08:23:45',276.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','131','','No',NULL,NULL,''),(6001,'1110','11673155425','2023-01-08 08:23:45',492.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','135','','No',NULL,NULL,''),(6002,'1110','11673155425','2023-01-08 08:23:45',492.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','134','','No',NULL,NULL,''),(6003,'2130','11673155425','2023-01-08 08:23:45',NULL,3228.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(6004,'1110','11673155304','2023-01-08 10:56:52',NULL,96.00,'','1','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(6005,'1110','11673155304','2023-01-08 10:56:52',NULL,1107.75,'','1','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(6006,'1110','11673155304','2023-01-08 10:56:52',NULL,168.00,'','1','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(6007,'1110','11673155304','2023-01-08 10:56:52',NULL,860.00,'','1','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(6008,'1110','11673155304','2023-01-08 10:56:52',NULL,2618.00,'','1','1','Inventory sold','3','','sales','17','','No',NULL,NULL,''),(6009,'1110','11673155304','2023-01-08 10:56:52',NULL,720.00,'','1','1','Inventory sold','3','','sales','69','','No',NULL,NULL,''),(6010,'1110','11673155304','2023-01-08 10:56:52',NULL,197.00,'','1','1','Inventory sold','3','','sales','27','','No',NULL,NULL,''),(6011,'1110','11673155304','2023-01-08 10:56:52',NULL,560.04,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(6012,'1110','11673155304','2023-01-08 10:56:52',NULL,525.00,'','1','1','Inventory sold','3','','sales','87','','No',NULL,NULL,''),(6013,'1110','11673155304','2023-01-08 10:56:52',NULL,800.00,'','1','1','Inventory sold','3','','sales','84','','No',NULL,NULL,''),(6014,'1110','11673155304','2023-01-08 10:56:52',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(6015,'1110','11673155304','2023-01-08 10:56:52',NULL,542.00,'','1','1','Inventory sold','3','','sales','6','','No',NULL,NULL,''),(6016,'1110','11673155304','2023-01-08 10:56:52',NULL,168.00,'','1','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(6017,'1110','11673155304','2023-01-08 10:56:52',NULL,630.00,'','1','1','Inventory sold','3','','sales','66','','No',NULL,NULL,''),(6018,'1110','11673155304','2023-01-08 10:56:52',NULL,420.00,'','1','1','Inventory sold','3','','sales','68','','No',NULL,NULL,''),(6019,'1110','11673155304','2023-01-08 10:56:52',NULL,192.00,'','1','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(6020,'5500','11673155304','2023-01-08 10:56:52',9791.79,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6021,'1000','11673155304','2023-01-08 10:56:52',13090.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6022,'4000','11673155304','2023-01-08 10:56:52',NULL,200.00,'','1','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(6023,'4000','11673155304','2023-01-08 10:56:52',NULL,1540.00,'','1','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(6024,'4000','11673155304','2023-01-08 10:56:52',NULL,220.00,'','1','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(6025,'4000','11673155304','2023-01-08 10:56:52',NULL,1100.00,'','1','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(6026,'4000','11673155304','2023-01-08 10:56:52',NULL,3600.00,'','1','1','Good sold','3','','sales','17','','No',NULL,NULL,''),(6027,'4000','11673155304','2023-01-08 10:56:52',NULL,1000.00,'','1','1','Good sold','3','','sales','69','','No',NULL,NULL,''),(6028,'4000','11673155304','2023-01-08 10:56:52',NULL,250.00,'','1','1','Good sold','3','','sales','27','','No',NULL,NULL,''),(6029,'4000','11673155304','2023-01-08 10:56:52',NULL,660.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(6030,'4000','11673155304','2023-01-08 10:56:52',NULL,800.00,'','1','1','Good sold','3','','sales','87','','No',NULL,NULL,''),(6031,'4000','11673155304','2023-01-08 10:56:52',NULL,1000.00,'','1','1','Good sold','3','','sales','84','','No',NULL,NULL,''),(6032,'4000','11673155304','2023-01-08 10:56:52',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(6033,'4000','11673155304','2023-01-08 10:56:52',NULL,750.00,'','1','1','Good sold','3','','sales','6','','No',NULL,NULL,''),(6034,'4000','11673155304','2023-01-08 10:56:52',NULL,220.00,'','1','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(6035,'4000','11673155304','2023-01-08 10:56:52',NULL,750.00,'','1','1','Good sold','3','','sales','66','','No',NULL,NULL,''),(6036,'4000','11673155304','2023-01-08 10:56:52',NULL,500.00,'','1','1','Good sold','3','','sales','68','','No',NULL,NULL,''),(6037,'4000','11673155304','2023-01-08 10:56:52',NULL,250.00,'','1','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(6038,'1110','11673622172','2023-01-13 18:13:18',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(6039,'1110','11673622172','2023-01-13 18:13:18',NULL,800.00,'','1','1','Inventory sold','3','','sales','84','','No',NULL,NULL,''),(6040,'1110','11673622172','2023-01-13 18:13:18',NULL,168.00,'','1','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(6041,'1110','11673622172','2023-01-13 18:13:18',NULL,186.68,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(6042,'1110','11673622172','2023-01-13 18:13:18',NULL,600.00,'','1','1','Inventory sold','3','','sales','91','','No',NULL,NULL,''),(6043,'1110','11673622172','2023-01-13 18:13:18',NULL,217.00,'','1','1','Inventory sold','3','','sales','151','','No',NULL,NULL,''),(6044,'5500','11673622172','2023-01-13 18:13:18',2159.68,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6045,'1000','11673622172','2023-01-13 18:13:18',2640.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6046,'4000','11673622172','2023-01-13 18:13:18',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(6047,'4000','11673622172','2023-01-13 18:13:18',NULL,1000.00,'','1','1','Good sold','3','','sales','84','','No',NULL,NULL,''),(6048,'4000','11673622172','2023-01-13 18:13:18',NULL,220.00,'','1','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(6049,'4000','11673622172','2023-01-13 18:13:18',NULL,220.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(6050,'4000','11673622172','2023-01-13 18:13:18',NULL,700.00,'','1','1','Good sold','3','','sales','91','','No',NULL,NULL,''),(6051,'4000','11673622172','2023-01-13 18:13:18',NULL,249.55,'','1','1','Good sold','3','','sales','151','','No',NULL,NULL,''),(6052,'1110','11673622815','2023-01-13 18:14:07',NULL,24.00,'','1','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(6053,'1110','11673622815','2023-01-13 18:14:07',NULL,41.00,'','1','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(6054,'1110','11673622815','2023-01-13 18:14:07',NULL,41.00,'','1','1','Inventory sold','3','','sales','134','','No',NULL,NULL,''),(6055,'5500','11673622815','2023-01-13 18:14:07',106.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6056,'1000','11673622815','2023-01-13 18:14:07',190.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6057,'4000','11673622815','2023-01-13 18:14:07',NULL,50.00,'','1','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(6058,'4000','11673622815','2023-01-13 18:14:07',NULL,80.00,'','1','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(6059,'4000','11673622815','2023-01-13 18:14:07',NULL,60.00,'','1','1','Good sold','3','','sales','134','','No',NULL,NULL,''),(6060,'1110','11673622927','2023-01-13 18:15:27',3200.00,NULL,'','1','1','Inventory Purchased','3','3','Purchases','84','','No',NULL,NULL,''),(6061,'2130','11673622927','2023-01-13 18:15:27',NULL,3200.00,'','1','1','Account payable for inventory','3','3','Purchases','','','No',NULL,NULL,''),(6062,'1110','11673622859','2023-01-13 18:18:53',NULL,560.00,'','1','1','Inventory sold','3','','sales','9','','No',NULL,NULL,''),(6063,'1110','11673622859','2023-01-13 18:18:53',NULL,168.00,'','1','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(6064,'1110','11673622859','2023-01-13 18:18:53',NULL,800.00,'','1','1','Inventory sold','3','','sales','84','','No',NULL,NULL,''),(6065,'1110','11673622859','2023-01-13 18:18:53',NULL,192.00,'','1','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(6066,'1110','11673622859','2023-01-13 18:18:53',NULL,300.00,'','1','1','Inventory sold','3','','sales','91','','No',NULL,NULL,''),(6067,'1110','11673622859','2023-01-13 18:18:53',NULL,173.00,'','1','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(6068,'1110','11673622859','2023-01-13 18:18:53',NULL,610.00,'','1','1','Inventory sold','3','','sales','48','','No',NULL,NULL,''),(6069,'1110','11673622859','2023-01-13 18:18:53',NULL,373.36,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(6070,'1110','11673622859','2023-01-13 18:18:53',NULL,220.00,'','1','1','Inventory sold','3','','sales','73','','No',NULL,NULL,''),(6071,'5500','11673622859','2023-01-13 18:18:53',3396.36,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6072,'1000','11673622859','2023-01-13 18:18:53',4330.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6073,'4000','11673622859','2023-01-13 18:18:53',NULL,750.00,'','1','1','Good sold','3','','sales','9','','No',NULL,NULL,''),(6074,'4000','11673622859','2023-01-13 18:18:53',NULL,220.00,'','1','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(6075,'4000','11673622859','2023-01-13 18:18:53',NULL,1000.00,'','1','1','Good sold','3','','sales','84','','No',NULL,NULL,''),(6076,'4000','11673622859','2023-01-13 18:18:53',NULL,250.00,'','1','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(6077,'4000','11673622859','2023-01-13 18:18:53',NULL,350.00,'','1','1','Good sold','3','','sales','91','','No',NULL,NULL,''),(6078,'4000','11673622859','2023-01-13 18:18:53',NULL,220.00,'','1','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(6079,'4000','11673622859','2023-01-13 18:18:53',NULL,800.00,'','1','1','Good sold','3','','sales','48','','No',NULL,NULL,''),(6080,'4000','11673622859','2023-01-13 18:18:53',NULL,440.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(6081,'4000','11673622859','2023-01-13 18:18:53',NULL,300.00,'','1','1','Good sold','3','','sales','73','','No',NULL,NULL,''),(6082,'1110','11673623179','2023-01-13 18:20:30',NULL,72.00,'','1','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(6083,'1110','11673623179','2023-01-13 18:20:30',NULL,82.00,'','1','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(6084,'1110','11673623179','2023-01-13 18:20:30',NULL,48.00,'','1','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(6085,'5500','11673623179','2023-01-13 18:20:30',202.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6086,'1000','11673623179','2023-01-13 18:20:30',410.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6087,'4000','11673623179','2023-01-13 18:20:30',NULL,150.00,'','1','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(6088,'4000','11673623179','2023-01-13 18:20:30',NULL,160.00,'','1','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(6089,'4000','11673623179','2023-01-13 18:20:30',NULL,100.00,'','1','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(6090,'1110','11673623246','2023-01-13 18:24:00',NULL,384.00,'','1','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(6091,'1110','11673623246','2023-01-13 18:24:00',NULL,300.00,'','1','1','Inventory sold','3','','sales','91','','No',NULL,NULL,''),(6092,'1110','11673623246','2023-01-13 18:24:00',NULL,201.00,'','1','1','Inventory sold','3','','sales','148','','No',NULL,NULL,''),(6093,'1110','11673623246','2023-01-13 18:24:00',NULL,373.36,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(6094,'1110','11673623246','2023-01-13 18:24:00',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(6095,'5500','11673623246','2023-01-13 18:24:00',1446.36,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6096,'1000','11673623246','2023-01-13 18:24:00',1842.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6097,'4000','11673623246','2023-01-13 18:24:00',NULL,500.00,'','1','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(6098,'4000','11673623246','2023-01-13 18:24:00',NULL,350.00,'','1','1','Good sold','3','','sales','91','','No',NULL,NULL,''),(6099,'4000','11673623246','2023-01-13 18:24:00',NULL,301.50,'','1','1','Good sold','3','','sales','148','','No',NULL,NULL,''),(6100,'4000','11673623246','2023-01-13 18:24:00',NULL,440.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(6101,'4000','11673623246','2023-01-13 18:24:00',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(6102,'1110','11673623533','2023-01-13 18:27:19',NULL,48.00,'','1','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(6103,'1110','11673623533','2023-01-13 18:27:19',NULL,82.00,'','1','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(6104,'1110','11673623533','2023-01-13 18:27:19',NULL,96.00,'','1','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(6105,'1110','11673623533','2023-01-13 18:27:19',NULL,48.00,'','1','1','Inventory sold','3','','sales','130','','No',NULL,NULL,''),(6106,'1110','11673623533','2023-01-13 18:27:19',NULL,48.00,'','1','1','Inventory sold','3','','sales','136','','No',NULL,NULL,''),(6107,'1110','11673623533','2023-01-13 18:27:19',NULL,41.00,'','1','1','Inventory sold','3','','sales','135','','No',NULL,NULL,''),(6108,'5500','11673623533','2023-01-13 18:27:19',363.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6109,'1000','11673623533','2023-01-13 18:27:19',720.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6110,'4000','11673623533','2023-01-13 18:27:19',NULL,100.00,'','1','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(6111,'4000','11673623533','2023-01-13 18:27:19',NULL,160.00,'','1','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(6112,'4000','11673623533','2023-01-13 18:27:19',NULL,200.00,'','1','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(6113,'4000','11673623533','2023-01-13 18:27:19',NULL,100.00,'','1','1','Good sold','3','','sales','130','','No',NULL,NULL,''),(6114,'4000','11673623533','2023-01-13 18:27:19',NULL,100.00,'','1','1','Good sold','3','','sales','136','','No',NULL,NULL,''),(6115,'4000','11673623533','2023-01-13 18:27:19',NULL,60.00,'','1','1','Good sold','3','','sales','135','','No',NULL,NULL,''),(6116,'1110','11673623649','2023-01-13 18:30:56',NULL,72.00,'','1','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(6117,'1110','11673623649','2023-01-13 18:30:56',NULL,168.00,'','1','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(6118,'1110','11673623649','2023-01-13 18:30:56',NULL,41.00,'','1','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(6119,'1110','11673623649','2023-01-13 18:30:56',NULL,1160.00,'','1','1','Inventory sold','3','','sales','8','','No',NULL,NULL,''),(6120,'1110','11673623649','2023-01-13 18:30:56',NULL,420.00,'','1','1','Inventory sold','3','','sales','66','','No',NULL,NULL,''),(6121,'1110','11673623649','2023-01-13 18:30:56',NULL,168.00,'','1','1','Inventory sold','3','','sales','59','','No',NULL,NULL,''),(6122,'1110','11673623649','2023-01-13 18:30:56',NULL,384.00,'','1','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(6123,'1110','11673623649','2023-01-13 18:30:56',NULL,373.36,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(6124,'1110','11673623649','2023-01-13 18:30:56',NULL,344.00,'','1','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(6125,'1110','11673623649','2023-01-13 18:30:56',NULL,168.00,'','1','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(6126,'1110','11673623649','2023-01-13 18:30:56',NULL,300.00,'','1','1','Inventory sold','3','','sales','91','','No',NULL,NULL,''),(6127,'1110','11673623649','2023-01-13 18:30:56',NULL,474.75,'','1','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(6128,'5500','11673623649','2023-01-13 18:30:56',4073.11,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6129,'1000','11673623649','2023-01-13 18:30:56',5280.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6130,'4000','11673623649','2023-01-13 18:30:56',NULL,150.00,'','1','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(6131,'4000','11673623649','2023-01-13 18:30:56',NULL,220.00,'','1','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(6132,'4000','11673623649','2023-01-13 18:30:56',NULL,80.00,'','1','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(6133,'4000','11673623649','2023-01-13 18:30:56',NULL,1500.00,'','1','1','Good sold','3','','sales','8','','No',NULL,NULL,''),(6134,'4000','11673623649','2023-01-13 18:30:56',NULL,500.00,'','1','1','Good sold','3','','sales','66','','No',NULL,NULL,''),(6135,'4000','11673623649','2023-01-13 18:30:56',NULL,220.00,'','1','1','Good sold','3','','sales','59','','No',NULL,NULL,''),(6136,'4000','11673623649','2023-01-13 18:30:56',NULL,500.00,'','1','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(6137,'4000','11673623649','2023-01-13 18:30:56',NULL,440.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(6138,'4000','11673623649','2023-01-13 18:30:56',NULL,440.00,'','1','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(6139,'4000','11673623649','2023-01-13 18:30:56',NULL,220.00,'','1','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(6140,'4000','11673623649','2023-01-13 18:30:56',NULL,350.00,'','1','1','Good sold','3','','sales','91','','No',NULL,NULL,''),(6141,'4000','11673623649','2023-01-13 18:30:56',NULL,660.00,'','1','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(6142,'1110','11673623876','2023-01-13 18:33:35',NULL,24.00,'','1','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(6143,'1110','11673623876','2023-01-13 18:33:35',NULL,173.00,'','1','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(6144,'1110','11673623876','2023-01-13 18:33:35',NULL,1306.76,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(6145,'1110','11673623876','2023-01-13 18:33:35',NULL,173.00,'','1','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(6146,'1110','11673623876','2023-01-13 18:33:35',NULL,236.00,'','1','1','Inventory sold','3','','sales','5','','No',NULL,NULL,''),(6147,'1110','11673623876','2023-01-13 18:33:35',NULL,188.00,'','1','1','Inventory sold','3','','sales','94','','No',NULL,NULL,''),(6148,'1110','11673623876','2023-01-13 18:33:35',NULL,336.00,'','1','1','Inventory sold','3','','sales','60','','No',NULL,NULL,''),(6149,'1110','11673623876','2023-01-13 18:33:35',NULL,344.00,'','1','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(6150,'1110','11673623876','2023-01-13 18:33:35',NULL,170.00,'','1','1','Inventory sold','3','','sales','67','','No',NULL,NULL,''),(6151,'1110','11673623876','2023-01-13 18:33:35',NULL,384.00,'','1','1','Inventory sold','3','','sales','7','','No',NULL,NULL,''),(6152,'5500','11673623876','2023-01-13 18:33:35',3334.76,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6153,'1000','11673623876','2023-01-13 18:33:35',4260.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6154,'4000','11673623876','2023-01-13 18:33:35',NULL,50.00,'','1','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(6155,'4000','11673623876','2023-01-13 18:33:35',NULL,220.00,'','1','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(6156,'4000','11673623876','2023-01-13 18:33:35',NULL,1540.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(6157,'4000','11673623876','2023-01-13 18:33:35',NULL,220.00,'','1','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(6158,'4000','11673623876','2023-01-13 18:33:35',NULL,350.00,'','1','1','Good sold','3','','sales','5','','No',NULL,NULL,''),(6159,'4000','11673623876','2023-01-13 18:33:35',NULL,250.00,'','1','1','Good sold','3','','sales','94','','No',NULL,NULL,''),(6160,'4000','11673623876','2023-01-13 18:33:35',NULL,440.00,'','1','1','Good sold','3','','sales','60','','No',NULL,NULL,''),(6161,'4000','11673623876','2023-01-13 18:33:35',NULL,440.00,'','1','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(6162,'4000','11673623876','2023-01-13 18:33:35',NULL,250.00,'','1','1','Good sold','3','','sales','67','','No',NULL,NULL,''),(6163,'4000','11673623876','2023-01-13 18:33:35',NULL,500.00,'','1','1','Good sold','3','','sales','7','','No',NULL,NULL,''),(6164,'1110','11673624024','2023-01-13 18:34:38',NULL,96.00,'','1','1','Inventory sold','3','','sales','132','','No',NULL,NULL,''),(6165,'1110','11673624024','2023-01-13 18:34:38',NULL,82.00,'','1','1','Inventory sold','3','','sales','133','','No',NULL,NULL,''),(6166,'1110','11673624024','2023-01-13 18:34:38',NULL,46.00,'','1','1','Inventory sold','3','','sales','131','','No',NULL,NULL,''),(6167,'5500','11673624024','2023-01-13 18:34:38',224.00,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6168,'1000','11673624024','2023-01-13 18:34:38',460.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6169,'4000','11673624024','2023-01-13 18:34:38',NULL,200.00,'','1','1','Good sold','3','','sales','132','','No',NULL,NULL,''),(6170,'4000','11673624024','2023-01-13 18:34:38',NULL,160.00,'','1','1','Good sold','3','','sales','133','','No',NULL,NULL,''),(6171,'4000','11673624024','2023-01-13 18:34:38',NULL,100.00,'','1','1','Good sold','3','','sales','131','','No',NULL,NULL,''),(6172,'1110','11673682619','2023-01-14 10:53:47',NULL,173.00,'','1','1','Inventory sold','3','','sales','72','','No',NULL,NULL,''),(6173,'1110','11673682619','2023-01-14 10:53:47',NULL,560.04,'','1','1','Inventory sold','3','','sales','57','','No',NULL,NULL,''),(6174,'1110','11673682619','2023-01-14 10:53:47',NULL,236.00,'','1','1','Inventory sold','3','','sales','5','','No',NULL,NULL,''),(6175,'1110','11673682619','2023-01-14 10:53:47',NULL,2625.00,'','1','1','Inventory sold','3','','sales','52','','No',NULL,NULL,''),(6176,'1110','11673682619','2023-01-14 10:53:47',NULL,336.00,'','1','1','Inventory sold','3','','sales','61','','No',NULL,NULL,''),(6177,'1110','11673682619','2023-01-14 10:53:47',NULL,158.25,'','1','1','Inventory sold','3','','sales','74','','No',NULL,NULL,''),(6178,'1110','11673682619','2023-01-14 10:53:47',NULL,172.00,'','1','1','Inventory sold','3','','sales','58','','No',NULL,NULL,''),(6179,'1110','11673682619','2023-01-14 10:53:47',NULL,455.00,'','1','1','Inventory sold','3','','sales','90','','No',NULL,NULL,''),(6180,'5500','11673682619','2023-01-14 10:53:47',4715.29,NULL,'','1','1','Cost of goods sold','3','','sales','','','No',NULL,NULL,''),(6181,'1000','11673682619','2023-01-14 10:53:47',5760.00,NULL,'','1','1','Good sold','3','','Payment','','','No',NULL,NULL,''),(6182,'4000','11673682619','2023-01-14 10:53:47',NULL,220.00,'','1','1','Good sold','3','','sales','72','','No',NULL,NULL,''),(6183,'4000','11673682619','2023-01-14 10:53:47',NULL,660.00,'','1','1','Good sold','3','','sales','57','','No',NULL,NULL,''),(6184,'4000','11673682619','2023-01-14 10:53:47',NULL,350.00,'','1','1','Good sold','3','','sales','5','','No',NULL,NULL,''),(6185,'4000','11673682619','2023-01-14 10:53:47',NULL,3000.00,'','1','1','Good sold','3','','sales','52','','No',NULL,NULL,''),(6186,'4000','11673682619','2023-01-14 10:53:47',NULL,440.00,'','1','1','Good sold','3','','sales','61','','No',NULL,NULL,''),(6187,'4000','11673682619','2023-01-14 10:53:47',NULL,220.00,'','1','1','Good sold','3','','sales','74','','No',NULL,NULL,''),(6188,'4000','11673682619','2023-01-14 10:53:47',NULL,220.00,'','1','1','Good sold','3','','sales','58','','No',NULL,NULL,''),(6189,'4000','11673682619','2023-01-14 10:53:47',NULL,650.00,'','1','1','Good sold','3','','sales','90','','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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `device` -- LOCK TABLES `device` WRITE; /*!40000 ALTER TABLE `device` DISABLE KEYS */; INSERT INTO `device` VALUES (1,'101','','2019-06-10 09:49:10am','active','1','','1'); /*!40000 ALTER TABLE `device` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `distribution` -- DROP TABLE IF EXISTS `distribution`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `distribution` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `distribution` -- LOCK TABLES `distribution` WRITE; /*!40000 ALTER TABLE `distribution` DISABLE KEYS */; /*!40000 ALTER TABLE `distribution` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `district` -- DROP TABLE IF EXISTS `district`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `district` ( `id` int(30) NOT NULL, `code` varchar(50) NOT NULL, `countyid` varchar(10) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `provincecode` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `district` -- LOCK TABLES `district` WRITE; /*!40000 ALTER TABLE `district` DISABLE KEYS */; /*!40000 ALTER TABLE `district` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `documents` -- DROP TABLE IF EXISTS `documents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `documents` ( `id` int(50) NOT NULL AUTO_INCREMENT, `documentname` varchar(100) NOT NULL, `idno` varchar(50) NOT NULL, `category` varchar(100) NOT NULL, `name` text NOT NULL, `dateposted` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `entrydate` varchar(50) NOT NULL, `img_id` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `mydocuments` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `documents` -- LOCK TABLES `documents` WRITE; /*!40000 ALTER TABLE `documents` DISABLE KEYS */; /*!40000 ALTER TABLE `documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `email_accounts` -- DROP TABLE IF EXISTS `email_accounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `email_accounts` ( `id` int(11) NOT NULL AUTO_INCREMENT, `email` varchar(50) NOT NULL, `password` varchar(100) NOT NULL, `smtp_host` varchar(50) NOT NULL, `smtp_port` int(11) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `name` varchar(50) NOT NULL, `server` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `protocol` varchar(30) NOT NULL DEFAULT 'smtp', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `email_accounts` -- LOCK TABLES `email_accounts` WRITE; /*!40000 ALTER TABLE `email_accounts` DISABLE KEYS */; INSERT INTO `email_accounts` VALUES (1,'marketing@mombasacontinental.com','Pass@123','mail.mombasacontinental.com',587,1,465,'ROBISEARCH LTD/TASK MANAGER',1,'','mail/smtp'),(2,'support@robisearch.com','support!@##@!','ssl://mail.robisearch.com',465,1,1,'ROBISEARCH LTD/TASK MANAGER',2,'2019-06-23 05:28:28pm','smtp'),(3,'oukobert@gmail.com','0718667391','ssl://smtp.googlemail.com',465,1,1,'robisearch',1,'2019-11-04 11:00:33am','smtp'); /*!40000 ALTER TABLE `email_accounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `employeecharges` -- DROP TABLE IF EXISTS `employeecharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `employeecharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, `memberid` int(11) NOT NULL, `statutory` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `employeecharges` -- LOCK TABLES `employeecharges` WRITE; /*!40000 ALTER TABLE `employeecharges` DISABLE KEYS */; INSERT INTO `employeecharges` VALUES (1,'8','PAYE','2021-08-23 15:07:03','Active','1','','1','Deduction','Fixed','Fixed',1.00,870.00,'',1,'PAYE'),(2,'9','NSSF','2021-08-27 12:23:10','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'NSSF'),(3,'10','NHIF','2021-08-27 12:27:09','Active','1','','1','Deduction','Fixed','Fixed',1.00,900.00,'1',1,'NHIF'),(4,'5','Bonus','2021-08-27 12:22:45','Active','1','','1','Pay','Variable','Variable',1.00,0.00,'',1,'No'),(29,'101','PAYE','2021-08-23 15:08:21','Active','1','','1','Deduction','Fixed','Fixed',1.00,0.00,'',6,'PAYE'),(30,'100','NSSF','2021-08-23 15:08:21','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',6,'NSSF'),(31,'102','NHIF','2021-08-23 15:08:21','Active','1','','1','Deduction','Fixed','Fixed',1.00,300.00,'',6,'NHIF'),(32,'103','MALE','2021-08-23 15:08:21','Active','1','','1','Pay','Fixed','Fixed',1.00,200.00,'',6,'No'),(33,'1','Bonus','2021-08-23 15:08:21','Active','1','','1','Pay','Fixed','Fixed',1.00,700.00,'',6,'No'); /*!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 `evaluation` -- DROP TABLE IF EXISTS `evaluation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `evaluation` ( `invoice` varchar(100) NOT NULL, `id` int(20) NOT NULL AUTO_INCREMENT, `serialno` varchar(50) NOT NULL, `insuredname` varchar(50) NOT NULL, `insurer` varchar(50) NOT NULL, `expirydate` varchar(50) NOT NULL, `inspectedby` varchar(50) NOT NULL, `contact` varchar(50) NOT NULL, `policyno` varchar(50) NOT NULL, `instructions` text NOT NULL, `registrationno` varchar(50) NOT NULL, `make` varchar(50) NOT NULL, `model` varchar(50) NOT NULL, `colour` varchar(50) NOT NULL, `yom` varchar(50) NOT NULL, `fueltype` varchar(50) NOT NULL, `engineno` varchar(50) NOT NULL, `chassisno` varchar(50) NOT NULL, `mileage` varchar(50) NOT NULL, `enginerating` varchar(50) NOT NULL, `countryoforigin` varchar(50) NOT NULL, `locationofinspection` varchar(50) NOT NULL, `coachwork` varchar(50) NOT NULL, `mechanical` varchar(50) NOT NULL, `electrical` varchar(50) NOT NULL, `tyres` varchar(50) NOT NULL, `generalcondition` text NOT NULL, `assessedvalue` varchar(50) NOT NULL, `features` text NOT NULL, `anittheft` varchar(50) NOT NULL, `windscreenvalue` varchar(50) NOT NULL, `radiovalue` varchar(50) NOT NULL, `remarks` text NOT NULL, `reportdetails` text NOT NULL, `date` date NOT NULL, `pin` varchar(50) NOT NULL, `userid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `dateposted` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `evaluation` -- LOCK TABLES `evaluation` WRITE; /*!40000 ALTER TABLE `evaluation` DISABLE KEYS */; /*!40000 ALTER TABLE `evaluation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `events` -- DROP TABLE IF EXISTS `events`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `events` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(100) NOT NULL, `fromdate` varchar(50) NOT NULL, `todate` varchar(50) NOT NULL, `host` varchar(100) NOT NULL, `participants` text NOT NULL, `location` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'new', `comments` text NOT NULL, `repeated` varchar(50) NOT NULL, `dateposted` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 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 */; INSERT INTO `events` VALUES (1,'AIR CUT','2021-07-15','2021-07-15','WALTER','JAMES','NAIROBI','new','','Yes','2021-07-15 09:21:58','1','','1'); /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `expenses` -- DROP TABLE IF EXISTS `expenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `expenses` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` datetime NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `datespent` datetime NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `companyid` varchar(100) NOT NULL, `accounttype` varchar(50) NOT NULL, `bankname` varchar(60) NOT NULL, `supplier` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentmethodes` varchar(30) NOT NULL, `duedate` varchar(30) NOT NULL, `terms` text NOT NULL, `balance` decimal(10,2) NOT NULL, `paid` decimal(10,2) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `allocation` varchar(20) NOT NULL DEFAULT 'No', `invoicestatus` varchar(20) NOT NULL DEFAULT 'No', `allocationtext` text NOT NULL, `loanpaid` decimal(10,2) NOT NULL, `loanbalance` decimal(10,2) NOT NULL, `duration` varchar(20) NOT NULL, `monthlyrate` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 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','','Transport','2022-12-05 08:58:53','','Active','2022-12-05 08:58:53','','001','','Kj','','7555221670219891','1','','1050','10','11670219873','n/a','','',0.00,0.00,'',0,3,'No','No','',0.00,0.00,'',''),(2,'Expense','1','0','','2022-12-14 13:13:49','','Active','2022-12-14 13:13:49','','001','','Kj','','3468801671012741','1','','1000','14','11671012734','n/a','','',0.00,0.00,'',0,3,'No','No','',0.00,0.00,'',''); /*!40000 ALTER TABLE `expenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs` -- LOCK TABLES `faqs` WRITE; /*!40000 ALTER TABLE `faqs` DISABLE KEYS */; /*!40000 ALTER TABLE `faqs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fingers` -- DROP TABLE IF EXISTS `fingers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fingers` ( `id` int(100) NOT NULL AUTO_INCREMENT, `admno` varchar(200) NOT NULL, `fingername` varchar(50) NOT NULL, `regdate` varchar(100) NOT NULL, `template` text NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fingers` -- LOCK TABLES `fingers` WRITE; /*!40000 ALTER TABLE `fingers` DISABLE KEYS */; /*!40000 ALTER TABLE `fingers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fiscalyear` -- DROP TABLE IF EXISTS `fiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fiscalyear` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fiscalyear` -- LOCK TABLES `fiscalyear` WRITE; /*!40000 ALTER TABLE `fiscalyear` DISABLE KEYS */; INSERT INTO `fiscalyear` VALUES (1,'2021 Fiscal Year','active','2021-01-01 00:00:00','2021-12-31 23:59:00',1,1,'2021-01-07 06:12:23',100.00,0.00,0); /*!40000 ALTER TABLE `fiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followups` -- DROP TABLE IF EXISTS `followups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `followups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `date` varchar(50) NOT NULL, `followupid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `nextdate` datetime NOT NULL, `feedback` text NOT NULL, `recommendation` text NOT NULL, `challanges` text NOT NULL, `level` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, `finalid` varchar(50) NOT NULL, `dateposted` datetime NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'Deal', `completed` varchar(20) NOT NULL DEFAULT 'no', `stage` varchar(20) DEFAULT NULL, `allsteps` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `followups` -- LOCK TABLES `followups` WRITE; /*!40000 ALTER TABLE `followups` DISABLE KEYS */; /*!40000 ALTER TABLE `followups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glaccounts` -- DROP TABLE IF EXISTS `glaccounts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glaccounts` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `bankname` varchar(50) DEFAULT NULL, `openingdate` varchar(50) NOT NULL, `description` int(11) NOT NULL, `accountstatus` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `number` varchar(50) NOT NULL, `currency` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=220 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glaccounts` -- LOCK TABLES `glaccounts` WRITE; /*!40000 ALTER TABLE `glaccounts` DISABLE KEYS */; INSERT INTO `glaccounts` VALUES (30,'1','1','1','Control Acc (Cash)','','2018-07-20 13:23:56',1,'','-13000','2020-10-01 13:01:12','1000','1'),(31,'1','1','1','Mpesa','','2020-05-10 17:24:37',1,'','-2000','2020-05-10 17:28:13','1010','1'),(33,'351','1','1','KCB account','','2018-06-01',1,'','-77200','2019-07-30 19:18:31','1030','1'),(34,'1','1','6','Accounts receivable','','2018-06-01',1,'','0','2020-01-07 05:46:09','1100',''),(35,'351','1','6','Inventory assets','','2018-07-20 13:29:27',1,'','-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,'351','1','14','Client trust accounts','','2018-07-23 12:38:55',2,'','0','2019-07-20 15:11:06','2060',''),(70,'351','1','14','Insurance payable','','2018-07-23 12:39:33',2,'','0','2019-07-20 15:12:04','2070',''),(72,'351','1','14','Sales & services tax payable','','2018-07-23 12:40:58',2,'','0','2019-07-20 15:14:57','2090',''),(74,'351','1','14','Bank Overdraft','','2018-07-23 12:43:29',2,'','0','2019-07-20 13:52:34','2110','1'),(75,'351','1','14','Current portion of obligations under finance leases','','2018-07-23 12:44:39',2,'','0','2019-07-20 15:19:30','2120',''),(76,'351','1','15','Long term debt','','2018-07-23 12:57:42',2,'','0','2019-07-20 15:16:19','2500',''),(78,'351','1','15','Notes payable','','2018-07-23 13:00:31',2,'','0','2019-07-20 13:58:01','2510',''),(79,'351','1','15','Liabilities related to assets held for sale','','2018-07-23 13:01:58',2,'','0','2019-07-20 15:28:14','2520','1'),(80,'2','1','15','shareholder notes payable','','2018-07-23 13:02:46',2,'','0','2018-07-23 13:04:38pm','2530','KES'),(81,'351','1','15','Accrued non-current liabilities','','2018-07-23 13:04:38',2,'','0','2019-07-22 09:45:51','2540',''),(82,'2','1','15','accrued holiday payable','','2018-07-23 13:15:07',2,'','0','2018-07-23 13:19:53pm','2550','KES'),(83,'2','1','26','ordinary shares','','2018-07-23 13:54:16',3,'','0','2018-07-23 13:55:37pm','3000','KES'),(84,'1','1','26','opening balance Equity','','2018-07-23 13:55:37',3,'','-50000','2020-05-09 20:15:00','3010',''),(85,'2','1','26','partner contributions','','2018-07-23 13:56:29',3,'','0','2018-07-23 13:57:14pm','3020','KES'),(86,'2','1','26','share capital','','2018-07-23 13:57:15',3,'','0','2018-07-23 13:59:17pm','3030','KES'),(87,'2','1','26','capital stock','','2018-07-23 13:59:18',3,'','0','2018-07-23 14:00:06pm','3040','KES'),(89,'351','1','26','Dividend disbursed','','2018-07-23 14:00:07',3,'','0','2019-07-22 09:44:29','3050',''),(90,'2','1','26','other comprehensive income','','2018-07-23 14:05:14',3,'','0','2018-07-23 14:06:04pm','3060','KES'),(91,'2','1','26','retained earnings','','2018-07-23 14:06:06',3,'','0','2018-07-23 14:06:41pm','3070','KES'),(92,'2','1','26','paid in capital','','2018-07-23 14:06:42',3,'','0','2018-07-23 14:08:06pm','3080','KES'),(93,'2','1','26','equity in earnings of subsidiaries','','2018-07-23 14:08:07',3,'','0','2018-07-23 14:09:00pm','3090','KES'),(94,'351','1','27','Sales','','2018-06-01',4,'','0','2019-07-23 11:30:51','4000',''),(95,'351','1','27','Maintainance/Training fees','94','2018-07-23 14:09:38',4,'','0','2019-07-20 15:53:04','4010',''),(97,'351','1','30','expenses included in valuation','','2018-06-01 ',5,'','0','2019-07-23 11:33:52','5010',''),(98,'351','1','30','stock adjustment','','2018-07-23 14:27:39',5,'','0','2019-07-20 17:25:59','5020',''),(99,'1','1','8','Cost of Good sold','','2018-07-01',5,'','0','2020-05-11 09:26:16','5500',''),(100,'351','1','29','Transport','','2018-06-01',5,'','0','2019-07-23 11:27:46','5510',''),(101,'351','1','29','Rent Expenses','','2018-07-23 14:33:51',5,'','0','2019-07-20 17:40:22','5520',''),(102,'351','1','29','Utilities','','2018-07-23 14:34:24',5,'','0','2019-07-20 17:42:59','5530','1'),(103,'351','1','29','Advertisements','','2018-07-23 14:34:52',5,'','0','2019-07-20 17:47:48','5540','1'),(104,'351','1','29','Salary Costs','','2018-07-23 14:35:41',5,'','50000','2019-07-20 20:26:30','5550',''),(105,'1','1','29','Staff Costs','','2020-07-23 14:36:42',5,'','0','2020-06-30 21:02:43','5560','1'),(106,'351','1','29','Staff Uniforms','105','2018-07-23 14:37:26',5,'','0','2019-07-20 20:43:01','5561','1'),(107,'351','1','29','Staff Welfare ','105','2018-07-23 14:38:50',5,'','0','2019-07-20 20:47:45','5562','1'),(114,'351','1','29','Training Fees','','2018-07-23 14:46:18',5,'','0','2019-07-20 21:00:54','5650','1'),(115,'351','1','29','Marketing expenses','','2018-07-23 14:47:47',5,'','0','2019-07-20 20:59:00','5660',''),(118,'351','1','29','Bid Bond Charges','120','2018-07-23 14:51:10',5,'','0','2019-07-20 21:51:57','5711','1'),(119,'351','1','29','Bank Service Charges ','','2018-07-23 14:54:26',5,'','0','2019-07-20 21:24:05','5700','1'),(120,'351','1','29','Tender expenses','','2018-07-23 14:55:12',5,'','0','2019-07-20 21:49:11','5710',''),(122,'351','1','29','Outsourced Printing & Scanning','','2018-07-23 15:02:34',5,'','0','2019-07-20 21:55:42','5730',''),(123,'351','1','30','Commission on sales','','2018-07-23 15:03:42',5,'','0','2019-07-20 21:56:36','5740','1'),(124,'351','1','29','Accomodation','','2018-07-23 15:04:46',5,'','0','2019-07-20 21:58:04','5750',''),(125,'351','1','29','Professional /Legal expenses','','2018-07-23 15:05:55',5,'','0','2019-07-20 22:28:51','5760','1'),(126,'351','1','28','Postage & Delivery','','2018-07-23 15:06:59',4,'','0','2019-07-20 22:00:51','5770','1'),(127,'351','1','29','Repairs & Maintenance','','2018-07-23 15:07:48',5,'','0','2019-07-20 22:02:26','5780',''),(128,'351','1','29','Depreciation Expense','','2018-07-23 15:08:24',5,'','0','2019-07-20 22:03:48','5790',''),(129,'351','1','29','Miscellaneous','','2018-07-23 15:09:39',5,'','0','2019-07-20 22:05:47','5800',''),(130,'351','1','27','Point of sale','94','2018-06-01 ',4,'','0','2019-08-08 09:12:19','4020',''),(131,'351','1','27','Bulk Sms','94','2018-07-23 15:12:25',4,'','0','2019-07-20 15:56:23','4030','1'),(132,'351','1','27','property management System','94','2018-07-23 15:13:09',4,'','0','2019-07-20 16:16:00','4040','1'),(133,'351','1','27','Biometric system','94','2018-07-23 15:13:41',4,'','2393.5','2019-07-20 16:14:44','4050','1'),(134,'351','1','27','school management System','94','2018-07-23 15:14:35',4,'','0','2019-07-20 16:17:38','4060','1'),(135,'351','1','27','Hospital management System','94','2018-07-23 15:15:15',4,'','0','2019-07-20 16:19:26','4070',''),(136,'351','1','27','Website Development','94','2018-07-23 15:16:03',4,'','0','2019-07-20 16:25:53','4080','1'),(137,'351','1','27','Pos Upgrade','94','2018-07-23 15:16:38',4,'','0','2019-07-20 16:27:18','4090',''),(139,'351','1','27','Hardware','94','2018-07-23 15:18:10',4,'','0','2019-07-20 16:49:09','4110','1'),(140,'351','1','27','Graphic Design','94','2018-07-23 15:18:56',4,'','0','2019-07-20 16:50:40','4120','1'),(141,'351','1','27','Thermal rolls','94','2018-07-23 15:19:38',4,'','0','2019-07-20 16:54:33','4130','1'),(143,'479','1','1','Paybill','','2018-07-26 12:58:21',1,'','-6666666999','2019-01-18 17:14:27','1020','1'),(144,'351','1','14','Account payable','','2018-06-01',2,'','0','2019-07-23 11:29:59','2130',''),(148,'351','1','1','Director\'s Account','','2018-06-01',1,'','0','2019-08-22 08:43:26','1040','1'),(151,'351','1','8','Hardware','58','2018-10-30 09:48:11',5,'','0','2019-09-04 10:25:47','1851','1'),(152,'351','1','27','Labour Fees','94','2018-11-01 12:09:21',4,'','0','2019-07-20 16:57:21','4160','1'),(154,'351','1','29','Supplies','156','2018-11-05 16:43:21',5,'','0','2019-07-18 14:43:13','5900','1'),(155,'351','1','29','Cleaning','156','2018-11-05 16:46:57',5,'','0','2019-07-18 14:28:52','5910','1'),(156,'351','1','29','Office Expenses','','2018-11-05 16:47:29',5,'','0','2019-07-18 14:15:56','5920','1'),(157,'351','1','27','Management Information System','94','2019-01-31 16:43:09',4,'','0','2019-07-20 16:58:11','4170','1'),(158,'351','1','29','Mpesa charges','','2019-05-25 12:20:26',5,'','0','2019-07-20 22:26:12','5930','1'),(159,'351','1','1','Petty cash','','2019-06-01',1,'','-5577','2019-08-22 15:25:29','1050','1'),(160,'351','1','29','Discount Allowed','','2019-07-08 ',5,'','0','2019-07-20 23:17:13','5030','1'),(161,'351','1','6','Withholding Tax','','2019-07-20 13:24:34',1,'','0','2019-07-20 13:28:18','1210',''),(162,'351','1','6','Discount Recieved','','2019-07-20 13:28:19',1,'','0','2019-07-20 13:29:38','1220','1'),(163,'351','1','6','Accrued Income Receivable ','','2019-07-20 13:33:40',1,'','0','2019-07-20 13:36:05','1230','1'),(164,'351','1','14','NHIF','67','2019-07-20 14:03:52',2,'','0','2019-07-20 14:06:21','2041','1'),(165,'351','1','14','NSSF','67','2019-07-20 14:06:22',2,'','0','2019-07-20 14:07:21','2042',''),(166,'351','1','14','PAYE','67','2019-07-20 14:07:21',2,'','0','2019-07-20 14:08:21','2043','1'),(167,'351','1','14','Net Pay','','2019-07-20 14:08:21',2,'','0','2019-07-20 14:10:20','2045',''),(168,'351','1','27','Bulk Sms Account Set Up','131','2019-07-20 15:56:24',4,'','0','2019-07-20 16:07:37','4031','1'),(169,'351','1','27','Bulk Sms Branding','131','2019-07-20 16:07:38',4,'','0','2019-07-20 16:09:27','4032',''),(170,'1','1','27','Bulk Sms Recharge','131','2019-07-20 16:09:28',4,'','0','2019-10-26 13:53:32','4033','1'),(171,'351','1','27','Hotel Accommodation System','94','2019-07-20 16:19:27',4,'','0','2019-07-20 16:23:52','4100','1'),(172,'351','1','27','Miscellaneous Income','94','2019-07-20 16:58:12',4,'','0','2019-07-20 17:00:06','4180','1'),(173,'351','1','27','Mpesa Intergration','94','2019-07-20 17:00:07',4,'','0','2019-07-20 17:02:30','4190','1'),(174,'351','1','27','Biometric Bulk Sms Intergration','94','2019-07-20 17:02:31',4,'','0','2019-07-20 17:38:53','4195',''),(175,'351','1','8','Thermal rolls','58','2019-07-20 17:32:58',5,'','0','2019-09-04 10:26:06','1852','1'),(176,'351','1','29','Electricity','102','2019-07-20 17:42:59',5,'','0','2019-07-20 17:44:30','5531','1'),(177,'351','1','29','Water','102','2019-07-20 17:44:31',5,'','0','2019-07-20 17:45:22','5532','1'),(178,'351','1','29','Wages/Overtime','104','2019-07-20 20:26:31',5,'','0','2019-07-20 20:29:49','5551','1'),(179,'1','1','29','Staff Airtime','105','2020-07-20 20:47:45',5,'','0','2020-06-30 21:03:42','5563','1'),(180,'1','1','29','Medical Expenses ','105','2019-07-20 20:50:12',5,'','0','2020-06-30 22:16:41','5566','1'),(181,'351','1','29','NSSF-Employer','105','2019-07-20 20:51:37',5,'','0','2019-07-20 20:53:29','5565','1'),(182,'351','1','29','Meal Expenses ','','2019-07-20 22:28:52',5,'','0','2019-07-20 22:48:43','5250','1'),(183,'351','1','29','Refunds','','2019-07-20 22:48:44',5,'','0','2019-07-20 22:49:44','5240','1'),(184,'351','1','30','Loss on Disposal of fixed Assets ','','2019-07-20 22:49:45',5,'','0','2019-07-20 22:53:18','5220','1'),(185,'351','1','29','Internet Expenses ','','2019-07-20 22:53:19',5,'','0','2019-07-20 22:56:13','5200',''),(186,'351','1','29','Telephone Expenses ','','2019-07-20 22:56:14',5,'','0','2019-07-20 22:57:42','5210','1'),(187,'351','1','29','Dues & Subscriptions','','2019-07-20 22:57:43',5,'','0','2019-07-20 23:02:13','5180','1'),(188,'351','1','29','Donations','','2019-07-20 23:02:14',5,'','0','2019-07-20 23:03:34','5170','1'),(189,'351','1','29','Chaitable Donations','188','2019-07-20 23:03:35',5,'','0','2019-07-20 23:04:51','5171','1'),(190,'351','1','29','Non-Charitable Donations','188','2019-07-20 23:04:52',5,'','0','2019-07-20 23:08:00','5172','1'),(191,'351','1','29','Business Licences & Permits ','','2019-07-20 23:08:01',5,'','0','2019-07-20 23:09:26','5960','1'),(192,'351','1','29','Bad debts written off','','2019-07-20 23:09:27',5,'','0','2019-07-20 23:10:42','5950','1'),(193,'351','1','29','Bad debts ','','2019-07-20 23:10:43',5,'','0','2019-07-20 23:11:35','5940','1'),(194,'351','1','27','suspense Income A/C','','2019-07-22 22:00:00',4,'','2393.5','2019-07-27 17:14:05','4050','1'),(195,'351','1','29','suspense Expense A/C','','2019-07-22 22:05:38',5,'','0','2019-07-27 17:15:19','5040','1'),(196,'351','1','34','Opening Balance','','2018-06-01',4,'','0','2019-07-30 09:29:55','1060','1'),(197,'351','1','29','CCTV Installation fee','','2018-06-01',5,'','0','2019-08-21 10:15:30','5190','1'),(198,'351','1','29','Director\'s Expenses','','2018-06-01',5,'','0','2019-08-23 14:53:11','5720','1'),(199,'351','1','29','Staff Allowance','105','2019-06-01 ',5,'','-521','2019-10-01 15:22:06','5564','1'),(200,'351','1','1','KCB 2 account','','2019-10-01 11:49:23',1,'','6666622792.5','2019-10-23 11:51:03','1035','1'),(201,'1','1','7','LAPTOPS','','2020-09-17 09:30:28',1,'','0','2020-09-17 09:31:53','1501',''),(202,'1','1','7','Amblifier','','2020-09-22 10:17:58',1,'','0','2020-09-22 10:19:53','1502',''),(205,'1','1','1','Bonga points Account','','2021-03-08 15:21:56 ',1,'','0','2021-09-07 06:35:52','1011','1'),(206,'1','1','29','ACK234','','2021-07-19 15:02:30',5,'','0','2021-07-19 15:30:35','5171',''),(207,'1','1','27','RENT COLLECTED','','2021-09-17 06:42:46',4,'','0','2021-09-17 06:47:13','4161','1'),(208,'1','1','27','DEPOSIT COLLECTED','','2021-09-17 06:14:47',4,'','0','2021-09-17 06:48:29','4162','1'),(209,'1','1','27','WATER/POWER DEPOSIT','','2021-09-17 06:30:48',4,'','0','2021-09-17 06:48:46','4163',''),(210,'1','1','27','PENALTY','','2021-09-17 06:47:48',4,'','0','2021-09-17 06:49:02','4164',''),(211,'1','1','27','WATER','','2021-09-17 06:04:49',4,'','0','2021-09-17 06:49:27','4165','1'),(212,'1','1','27','PARTIAL PAYMENT','','2021-09-17 06:29:49',4,'','0','2021-09-17 06:49:47','4166','1'),(213,'1','1','27','GARBAGE','','2021-09-17 06:49:49',4,'','0','2021-09-17 06:50:07','4167','1'),(214,'1','1','27','DAMAGES','','2021-09-17 06:09:50',4,'','0','2021-09-17 06:50:31','4168','1'),(215,'1','1','27','AGREEMENT FORM','','2021-09-17 06:32:50',4,'','0','2021-09-17 06:50:50','4169','1'),(216,'1','1','27','POWER','','2021-09-17 06:51:50',4,'','0','2021-09-17 06:51:16','4171','1'),(217,'1','1','27','SEWAGE','','2021-09-17 06:17:51',4,'','0','2021-09-17 06:51:44','4172','1'),(218,'1','1','27','BED ONLY','','2021-09-17 06:45:51',4,'','0','2021-09-17 06:52:22','4173','1'),(219,'1','1','27','BED AND BREAKFAST','','2021-09-17 06:24:52',4,'','0','2021-09-17 06:52:42','4174','1'); /*!40000 ALTER TABLE `glaccounts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glfiscalyear` -- DROP TABLE IF EXISTS `glfiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glfiscalyear` ( `id` int(40) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `number` varchar(50) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glfiscalyear` -- LOCK TABLES `glfiscalyear` WRITE; /*!40000 ALTER TABLE `glfiscalyear` DISABLE KEYS */; INSERT INTO `glfiscalyear` VALUES (1,'2019 Fiscal Year','active','2019-01-01 00:00:00','2019-12-31 23:59:59',1,1,'2019-08-28 05:51:23',5000.00,12000.00,0,'1035',1),(2,'2019 Fiscal Year ','active','0000-00-00 00:00:00','2019-12-31 23:59:59',1,1,'2019-08-28 05:41:05',10000.00,12000.00,0,'1010',1),(3,'2019 Fiscal Year','active','2019-01-01 00:00:00','2019-08-28 23:59:59',1,1,'2019-08-28 05:50:23',2000.00,8000.00,0,'1000',1); /*!40000 ALTER TABLE `glfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glgroups` -- DROP TABLE IF EXISTS `glgroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glgroups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `groupname` bigint(50) NOT NULL DEFAULT 1, `openingdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glgroups` -- LOCK TABLES `glgroups` WRITE; /*!40000 ALTER TABLE `glgroups` DISABLE KEYS */; INSERT INTO `glgroups` VALUES (1,'2','1','1','Banks',0,''),(6,'2','1','1','Current asset',0,''),(7,'2','1','1','Fixed assets',0,''),(8,'2','1','5','Cost of Good Sold',0,''),(9,'2','1','1','Capital asset',0,''),(14,'2','1','2','Current liabilities',0,''),(15,'2','1','2','Longterm liabilities',0,''),(26,'2','1','3','Equity',0,''),(27,'2','1','4','Income',0,''),(28,'2','1','4','Other income',0,''),(29,'2','1','5','Expenses',0,''),(30,'2','1','5','Other expenses',0,''),(31,'2','1','2','Share Capital',0,''),(32,'2','1','2','Retained Earnings',0,''),(33,'2','1','4','Cash',1,''),(34,'2','1','4','Equity',1,''); /*!40000 ALTER TABLE `glgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grouping` -- DROP TABLE IF EXISTS `grouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `grouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `grouping` -- LOCK TABLES `grouping` WRITE; /*!40000 ALTER TABLE `grouping` DISABLE KEYS */; INSERT INTO `grouping` VALUES (1,'12','1','2022-12-08 12:38:18pm','','1','','1','1'),(2,'13','1','2022-12-08 12:39:08pm','','1','','1','1'); /*!40000 ALTER TABLE `grouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupleavedays` -- DROP TABLE IF EXISTS `groupleavedays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `groupleavedays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `overtime` int(11) DEFAULT NULL COMMENT 'Link to an overtime request', `startdate` date DEFAULT NULL, `enddate` date DEFAULT NULL, `type` int(11) NOT NULL, `days` decimal(10,2) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`group`), KEY `employee` (`employeeno`), KEY `type` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `groupleavedays` -- LOCK TABLES `groupleavedays` WRITE; /*!40000 ALTER TABLE `groupleavedays` DISABLE KEYS */; INSERT INTO `groupleavedays` VALUES (1,NULL,7,NULL,'2020-04-08','2020-04-08',2,21.00,'',1,'2020-04-08 09:45:52am',0),(3,NULL,1,NULL,'2020-05-06','2020-05-06',3,10.00,'',1,'2020-05-06 08:07:49pm',0),(4,1,NULL,NULL,'2021-05-11','2021-05-04',3,3.00,'',1,'2021-05-11 05:07:12am',0),(5,1,NULL,NULL,'2021-05-12','2021-05-12',2,33.00,'',1,'2021-05-11 05:07:21am',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', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `house` -- LOCK TABLES `house` WRITE; /*!40000 ALTER TABLE `house` DISABLE KEYS */; /*!40000 ALTER TABLE `house` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `housekeeping` -- DROP TABLE IF EXISTS `housekeeping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `housekeeping` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `houseno` varchar(30) NOT NULL, `plotno` varchar(20) NOT NULL DEFAULT '0', `approvedby` varchar(20) NOT NULL, `comments` text NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `exactdate` varchar(30) NOT NULL, `type` text NOT NULL, `counter` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `housekeeping` -- LOCK TABLES `housekeeping` WRITE; /*!40000 ALTER TABLE `housekeeping` DISABLE KEYS */; /*!40000 ALTER TABLE `housekeeping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `images` -- DROP TABLE IF EXISTS `images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `images` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `imageid` varchar(50) NOT NULL, `user` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `images` -- LOCK TABLES `images` WRITE; /*!40000 ALTER TABLE `images` DISABLE KEYS */; /*!40000 ALTER TABLE `images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `invoice` -- DROP TABLE IF EXISTS `invoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `invoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` 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 `journal` -- DROP TABLE IF EXISTS `journal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `journal` ( `id` int(50) NOT NULL AUTO_INCREMENT, `currency` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `journaldate` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `entrydate` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `journal` -- LOCK TABLES `journal` WRITE; /*!40000 ALTER TABLE `journal` DISABLE KEYS */; /*!40000 ALTER TABLE `journal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `labour` -- DROP TABLE IF EXISTS `labour`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `labour` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `qty` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `employeeid` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `rate` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'pay', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labour` -- LOCK TABLES `labour` WRITE; /*!40000 ALTER TABLE `labour` DISABLE KEYS */; /*!40000 ALTER TABLE `labour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landlord` -- DROP TABLE IF EXISTS `landlord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `landlord` ( `id` int(40) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landlord` -- LOCK TABLES `landlord` WRITE; /*!40000 ALTER TABLE `landlord` DISABLE KEYS */; /*!40000 ALTER TABLE `landlord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lease` -- DROP TABLE IF EXISTS `lease`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lease` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateleased` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lease` -- LOCK TABLES `lease` WRITE; /*!40000 ALTER TABLE `lease` DISABLE KEYS */; /*!40000 ALTER TABLE `lease` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavegroup` -- DROP TABLE IF EXISTS `leavegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavegroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `defaultleavetype` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) DEFAULT NULL, `enddate` varchar(30) DEFAULT NULL, `status` varchar(11) DEFAULT NULL, `employee` int(11) DEFAULT NULL, `cause` text DEFAULT NULL, `startdatetype` varchar(12) DEFAULT NULL, `enddatetype` varchar(12) DEFAULT NULL, `duration` decimal(10,2) DEFAULT NULL, `type` int(11) DEFAULT NULL, `description` text DEFAULT NULL COMMENT 'Comments on leave request', `change_type` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` timestamp NULL DEFAULT NULL, `photo` text NOT NULL, `incharge` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `postedtime` varchar(30) NOT NULL, `img_id` text DEFAULT NULL, `comments` text NOT NULL, `manager` int(10) NOT NULL, `companyid` int(11) DEFAULT 1, PRIMARY KEY (`id`), KEY `changed_by` (`updatedby`), KEY `change_date` (`updateddate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of changes in leave requests table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leaves` -- LOCK TABLES `leaves` WRITE; /*!40000 ALTER TABLE `leaves` DISABLE KEYS */; /*!40000 ALTER TABLE `leaves` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavetypes` -- DROP TABLE IF EXISTS `leavetypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavetypes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `gender` varchar(30) NOT NULL, `deduct` varchar(10) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavetypes` -- LOCK TABLES `leavetypes` WRITE; /*!40000 ALTER TABLE `leavetypes` DISABLE KEYS */; INSERT INTO `leavetypes` VALUES (1,'maternity leave','','2019-06-03 01:46:56pm','Female','No',0),(2,'Normal leave','','2019-06-03 01:47:13pm','Both','No',0),(3,'Emergency','','2019-06-03 01:47:41pm','Both','No',0); /*!40000 ALTER TABLE `leavetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loggs` -- DROP TABLE IF EXISTS `loggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loggs` ( `id` int(20) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `timein` varchar(50) NOT NULL, `timeout` varchar(50) NOT NULL, `browser` text NOT NULL, `ip` text NOT NULL, `action` varchar(30) DEFAULT 'loggedin', `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1520 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loggs` -- LOCK TABLES `loggs` WRITE; /*!40000 ALTER TABLE `loggs` DISABLE KEYS */; INSERT INTO `loggs` VALUES (1,'admin','1','2021-10-06 14:28:25','','','127.0.0.1','loggedin',1),(2,'admin','1','2021-12-08 08:06:59','2021-12-08 08:07:10','','102.2.216.63','loggedin',1),(3,'admin','1','2021-12-08 08:10:33','','','102.2.216.63','loggedin',1),(4,'admin','1','2021-12-08 08:11:59','2021-12-08 08:14:35','','102.2.216.63','loggedin',1),(5,'admin','1','2021-12-08 08:15:47','','','102.2.216.63','loggedin',1),(6,'admin','1','2021-12-08 08:22:14','','','196.110.169.60','loggedin',1),(7,'admin','1','2021-12-08 08:37:46','','','154.159.238.21','loggedin',1),(8,'admin','1','2021-12-08 08:40:08','','','154.159.238.21','loggedin',1),(9,'admin','1','2021-12-08 09:12:48','','','154.159.238.21','loggedin',1),(10,'admin','1','2021-12-08 11:42:35','2021-12-08 11:44:54','','41.204.187.5','loggedin',1),(11,'user','4','2021-12-08 11:45:06','','','154.159.238.21','loggedin',1),(12,'user','4','2021-12-08 11:52:05','2021-12-08 13:05:15','','105.161.3.28','loggedin',1),(13,'admin','1','2021-12-08 11:57:48','','','196.110.169.60','loggedin',1),(14,'admin','1','2021-12-08 12:00:57','','','196.110.169.60','loggedin',1),(15,'admin','1','2021-12-08 13:05:36','2021-12-08 13:32:39','','154.159.238.21','loggedin',1),(16,'admin','1','2021-12-08 13:32:58','','','154.159.238.21','loggedin',1),(17,'admin','1','2021-12-08 14:54:11','2021-12-08 15:03:24','','154.159.238.21','loggedin',1),(18,'admin','1','2021-12-08 15:03:37','2021-12-08 15:09:07','','154.159.238.21','loggedin',1),(19,'admin','1','2021-12-08 15:10:45','','','154.159.238.21','loggedin',1),(20,'admin','1','2021-12-08 15:20:10','2021-12-08 15:35:43','','154.159.238.21','loggedin',1),(21,'admin','1','2021-12-08 15:35:56','2021-12-08 15:43:38','','154.159.238.21','loggedin',1),(22,'admin','1','2021-12-08 15:44:10','2021-12-08 15:53:15','','154.159.238.21','loggedin',1),(23,'user','5','2021-12-08 15:54:35','2021-12-08 15:55:01','','154.159.238.21','loggedin',1),(24,'admin','1','2021-12-08 15:59:44','2021-12-08 16:00:50','','41.222.15.186','loggedin',1),(25,'admin','1','2021-12-08 16:01:31','2021-12-08 16:01:39','','41.222.15.186','loggedin',1),(26,'admin','1','2021-12-08 16:02:00','2021-12-08 16:02:18','','154.159.238.21','loggedin',1),(27,'admin','1','2021-12-08 16:02:24','','','41.222.15.186','loggedin',1),(28,'admin','1','2021-12-08 16:02:31','2021-12-08 16:13:44','','154.159.238.21','loggedin',1),(29,'admin','1','2021-12-08 16:27:51','','','41.222.15.186','loggedin',1),(30,'admin','1','2021-12-08 18:46:20','','','196.107.115.198','loggedin',1),(31,'admin','1','2021-12-08 18:49:05','','','196.107.115.198','loggedin',1),(32,'user','5','2021-12-08 18:51:54','','','196.107.115.198','loggedin',1),(33,'admin','1','2021-12-08 18:57:10','2021-12-08 18:59:58','','196.107.115.198','loggedin',1),(34,'user','5','2021-12-08 19:00:18','','','196.107.115.198','loggedin',1),(35,'admin','1','2021-12-08 19:02:16','2021-12-08 19:03:58','','196.107.115.198','loggedin',1),(36,'admin','1','2021-12-08 19:10:08','','','196.107.115.198','loggedin',1),(37,'user','5','2021-12-08 19:11:06','','','196.107.115.198','loggedin',1),(38,'user','5','2021-12-08 19:11:07','','','196.107.115.198','loggedin',1),(39,'user','5','2021-12-08 19:11:08','','','196.107.115.198','loggedin',1),(40,'user','5','2021-12-08 19:11:09','','','196.107.115.198','loggedin',1),(41,'user','5','2021-12-08 19:11:25','','','196.107.115.198','loggedin',1),(42,'admin','1','2021-12-08 19:12:17','2021-12-08 19:15:58','','196.107.115.198','loggedin',1),(43,'user','5','2021-12-08 19:16:12','','','196.107.115.198','loggedin',1),(44,'user','5','2021-12-08 20:22:25','','','105.160.71.81','loggedin',1),(45,'admin','1','2021-12-09 07:14:54','2021-12-09 07:15:16','','154.159.238.75','loggedin',1),(46,'admin','1','2021-12-09 07:15:34','','','154.159.238.75','loggedin',1),(47,'admin','1','2021-12-09 09:02:21','2021-12-09 09:04:41','','105.160.72.195','loggedin',1),(48,'admin','1','2021-12-09 09:04:54','2021-12-09 09:30:44','','105.160.72.195','loggedin',1),(49,'admin','1','2021-12-09 09:30:56','','','105.160.72.195','loggedin',1),(50,'admin','1','2021-12-09 09:40:17','2021-12-09 09:44:34','','154.159.238.66','loggedin',1),(51,'admin','1','2021-12-09 09:44:55','2021-12-09 09:47:28','','154.159.238.66','loggedin',1),(52,'user','5','2021-12-09 09:47:35','','','154.159.238.66','loggedin',1),(53,'user','5','2021-12-09 09:47:50','','','105.161.37.13','loggedin',1),(54,'user','5','2021-12-09 10:17:15','','','41.81.133.80','loggedin',1),(55,'user','5','2021-12-09 10:32:07','','','41.81.133.80','loggedin',1),(56,'user','5','2021-12-09 10:35:36','2021-12-09 11:43:56','','41.81.133.80','loggedin',1),(57,'admin','1','2021-12-09 11:23:48','','','105.160.18.23','loggedin',1),(58,'user','5','2021-12-09 11:44:05','2021-12-09 11:44:18','','154.159.238.66','loggedin',1),(59,'admin','1','2021-12-09 11:44:33','2021-12-09 12:17:55','','154.159.238.66','loggedin',1),(60,'user','5','2021-12-09 12:18:05','','','154.159.238.66','loggedin',1),(61,'user','5','2021-12-09 12:18:43','','','105.50.13.238','loggedin',1),(62,'admin','1','2021-12-09 12:19:42','2021-12-09 12:21:41','','105.50.13.238','loggedin',1),(63,'user','5','2021-12-09 12:21:49','2021-12-09 12:22:48','','105.50.13.238','loggedin',1),(64,'admin','1','2021-12-09 12:23:32','2021-12-09 12:25:21','','105.50.13.238','loggedin',1),(65,'user','5','2021-12-09 12:25:33','2021-12-09 12:27:02','','105.50.13.238','loggedin',1),(66,'user','5','2021-12-09 12:27:16','2021-12-09 12:27:21','','105.50.13.238','loggedin',1),(67,'user','5','2021-12-09 12:27:31','2021-12-09 12:27:49','','105.50.13.238','loggedin',1),(68,'admin','1','2021-12-09 12:28:02','2021-12-09 12:30:08','','105.50.13.238','loggedin',1),(69,'user','5','2021-12-09 12:30:18','2021-12-09 12:30:44','','105.50.13.238','loggedin',1),(70,'admin','1','2021-12-09 12:31:01','2021-12-09 12:32:56','','105.50.13.238','loggedin',1),(71,'user','5','2021-12-09 12:33:07','2021-12-09 12:35:58','','105.50.13.238','loggedin',1),(72,'admin','1','2021-12-09 12:36:10','','','154.159.238.66','loggedin',1),(73,'user','5','2021-12-09 21:48:21','','','196.201.210.193','loggedin',1),(74,'user','5','2021-12-09 21:52:21','','','196.201.210.193','loggedin',1),(75,'user','5','2021-12-09 21:54:56','','','196.201.210.193','loggedin',1),(76,'user','5','2021-12-10 07:43:37','','','105.160.60.57','loggedin',1),(77,'admin','1','2021-12-10 07:50:30','','','105.160.60.57','loggedin',1),(78,'admin','1','2021-12-10 09:56:49','2021-12-10 10:05:59','','154.159.238.80','loggedin',1),(79,'user','6','2021-12-10 10:06:22','','','154.159.238.80','loggedin',1),(80,'user','6','2021-12-10 10:07:31','','','154.159.238.80','loggedin',1),(81,'admin','1','2021-12-10 10:32:52','','','154.159.238.80','loggedin',1),(82,'admin','1','2021-12-10 11:30:13','2021-12-10 12:09:08','','154.159.238.80','loggedin',1),(83,'admin','1','2021-12-10 12:09:24','','','154.159.238.80','loggedin',1),(84,'user','6','2021-12-10 12:25:42','2021-12-10 12:27:47','','105.160.60.57','loggedin',1),(85,'user','6','2021-12-10 12:34:22','','','105.160.60.57','loggedin',1),(86,'user','5','2021-12-11 09:28:41','','','196.201.210.95','loggedin',1),(87,'user','6','2021-12-11 09:43:09','','','196.201.210.95','loggedin',1),(88,'admin','1','2021-12-11 10:03:26','2021-12-11 10:04:17','','105.161.182.118','loggedin',1),(89,'user','5','2021-12-11 10:04:42','','','105.161.182.118','loggedin',1),(90,'user','5','2021-12-11 10:05:13','2021-12-11 10:05:47','','105.161.182.118','loggedin',1),(91,'admin','1','2021-12-11 10:05:55','2021-12-11 10:10:42','','105.161.182.118','loggedin',1),(92,'user','5','2021-12-11 10:10:59','2021-12-11 10:14:54','','105.161.182.118','loggedin',1),(93,'user','5','2021-12-11 10:16:11','','','105.161.182.118','loggedin',1),(94,'user','5','2021-12-11 10:16:44','','','105.161.103.54','loggedin',1),(95,'user','5','2021-12-11 10:17:13','2021-12-11 10:53:58','','105.161.103.54','loggedin',1),(96,'admin','1','2021-12-11 10:40:18','','','197.232.124.32','loggedin',1),(97,'user','5','2021-12-11 11:05:48','2021-12-11 11:07:01','','105.161.182.118','loggedin',1),(98,'admin','1','2021-12-11 11:08:02','2021-12-11 11:11:35','','105.161.182.118','loggedin',1),(99,'admin','1','2021-12-11 13:46:56','','','105.161.182.118','loggedin',1),(100,'user','5','2021-12-12 09:12:41','','','105.160.54.6','loggedin',1),(101,'user','5','2021-12-12 10:43:08','','','196.107.153.25','loggedin',1),(102,'admin','1','2021-12-12 10:50:35','','','105.160.54.6','loggedin',1),(103,'user','5','2021-12-12 12:53:33','','','196.107.153.25','loggedin',1),(104,'user','5','2021-12-12 20:49:58','','','105.160.35.98','loggedin',1),(105,'user','5','2021-12-13 08:43:04','','','105.58.198.207','loggedin',1),(106,'admin','1','2021-12-13 08:44:39','','','105.58.198.207','loggedin',1),(107,'user','5','2021-12-13 10:23:03','','','105.160.97.231','loggedin',1),(108,'user','5','2021-12-13 10:58:41','','','105.160.97.231','loggedin',1),(109,'user','5','2021-12-13 14:25:45','','','105.160.97.231','loggedin',1),(110,'user','5','2021-12-14 10:47:31','','','105.165.138.74','loggedin',1),(111,'admin','1','2021-12-15 13:58:42','','','105.160.93.130','loggedin',1),(112,'admin','1','2021-12-15 16:48:29','2021-12-15 17:02:46','','105.160.93.130','loggedin',1),(113,'user','5','2021-12-15 17:03:11','','','105.160.93.130','loggedin',1),(114,'admin','1','2021-12-15 18:00:55','','','105.160.93.130','loggedin',1),(115,'user','5','2021-12-15 21:50:22','','','196.110.230.94','loggedin',1),(116,'user','5','2021-12-16 08:51:40','','','196.110.230.94','loggedin',1),(117,'user','5','2021-12-16 09:00:52','','','196.110.230.94','loggedin',1),(118,'user','5','2021-12-16 09:40:52','','','196.110.230.94','loggedin',1),(119,'admin','1','2021-12-16 12:11:56','','','105.160.93.130','loggedin',1),(120,'user','5','2021-12-16 16:11:13','','','105.160.93.130','loggedin',1),(121,'admin','1','2021-12-16 16:11:53','','','105.160.93.130','loggedin',1),(122,'user','5','2021-12-16 18:06:28','2021-12-16 18:07:50','','41.81.152.239','loggedin',1),(123,'admin','1','2021-12-16 18:08:08','2021-12-16 18:13:45','','41.81.152.239','loggedin',1),(124,'user','5','2021-12-16 18:13:50','2021-12-16 18:14:44','','41.81.152.239','loggedin',1),(125,'user','5','2021-12-16 18:15:17','2021-12-16 18:15:56','','41.81.152.239','loggedin',1),(126,'user','5','2021-12-16 18:16:15','2021-12-16 18:17:06','','41.81.152.239','loggedin',1),(127,'user','5','2021-12-16 22:24:50','','','196.201.218.170','loggedin',1),(128,'user','5','2021-12-16 22:29:26','','','105.160.33.198','loggedin',1),(129,'admin','1','2021-12-17 07:57:26','2021-12-17 08:01:45','','154.159.238.68','loggedin',1),(130,'user','5','2021-12-17 08:02:02','2021-12-17 08:06:22','','154.159.238.68','loggedin',1),(131,'admin','1','2021-12-17 08:06:34','2021-12-17 09:10:24','','154.159.238.68','loggedin',1),(132,'admin','1','2021-12-17 09:10:35','2021-12-17 09:16:22','','154.159.238.68','loggedin',1),(133,'user','5','2021-12-17 09:16:36','2021-12-17 09:20:32','','154.159.238.68','loggedin',1),(134,'admin','1','2021-12-17 09:20:54','2021-12-17 09:22:51','','154.159.238.68','loggedin',1),(135,'user','5','2021-12-17 09:23:07','','','154.159.238.68','loggedin',1),(136,'user','5','2021-12-17 09:55:11','','','105.161.38.123','loggedin',1),(137,'admin','1','2021-12-17 10:15:48','2021-12-17 10:19:22','','105.160.93.130','loggedin',1),(138,'user','5','2021-12-17 10:20:10','2021-12-17 10:27:23','','105.160.93.130','loggedin',1),(139,'admin','1','2021-12-17 10:27:43','2021-12-17 10:30:20','','105.160.93.130','loggedin',1),(140,'user','5','2021-12-17 10:30:49','2021-12-17 10:34:14','','105.160.93.130','loggedin',1),(141,'admin','1','2021-12-17 10:34:21','2021-12-17 11:01:27','','105.160.93.130','loggedin',1),(142,'admin','1','2021-12-17 11:01:40','','','105.160.93.130','loggedin',1),(143,'admin','1','2021-12-17 11:16:58','2021-12-17 14:31:49','','154.159.238.68','loggedin',1),(144,'admin','1','2021-12-17 14:32:17','','','154.159.238.68','loggedin',1),(145,'admin','1','2021-12-17 17:15:23','','','105.160.93.130','loggedin',1),(146,'admin','1','2021-12-18 08:15:42','','','154.159.238.68','loggedin',1),(147,'user','5','2021-12-18 08:26:51','','','196.201.218.104','loggedin',1),(148,'admin','1','2021-12-18 10:59:36','','','105.160.17.170','loggedin',1),(149,'user','5','2021-12-19 09:21:10','','','196.201.210.145','loggedin',1),(150,'admin','1','2021-12-19 09:22:39','','','41.81.184.27','loggedin',1),(151,'admin','1','2021-12-19 10:13:49','','','154.159.238.42','loggedin',1),(152,'admin','1','2021-12-19 10:30:30','','','41.81.184.27','loggedin',1),(153,'admin','1','2021-12-20 07:32:18','','','154.159.238.36','loggedin',1),(154,'user','5','2021-12-20 08:30:22','','','105.50.63.143','loggedin',1),(155,'user','5','2021-12-21 11:08:05','','','105.160.56.105','loggedin',1),(156,'admin','1','2021-12-21 14:44:52','','','105.48.209.162','loggedin',1),(157,'admin','1','2021-12-22 08:50:26','','','105.48.209.162','loggedin',1),(158,'admin','1','2021-12-22 15:51:20','','','105.161.159.33','loggedin',1),(159,'admin','1','2021-12-23 07:36:42','','','154.159.238.101','loggedin',1),(160,'admin','1','2021-12-23 13:25:48','','','154.159.238.63','loggedin',1),(161,'admin','1','2021-12-24 13:23:03','','','105.161.159.33','loggedin',1),(162,'user','5','2022-02-08 08:06:27','','','41.81.215.227','loggedin',1),(163,'user','5','2022-02-08 08:07:29','','','41.81.215.227','loggedin',1),(164,'admin','1','2022-09-21 14:13:34','','','105.161.9.174','loggedin',1),(165,'admin','1','2022-12-02 13:17:15','','','105.160.97.228','loggedin',1),(166,'user','6','2022-12-02 14:38:37','','','105.161.217.184','loggedin',1),(167,'user','6','2022-12-02 14:52:19','','','105.161.217.184','loggedin',1),(168,'user','6','2022-12-02 15:02:34','','','105.160.102.161','loggedin',1),(169,'user','6','2022-12-02 15:05:50','2022-12-02 15:07:40','','105.160.102.161','loggedin',1),(170,'admin','1','2022-12-02 15:07:57','2022-12-02 15:09:47','','105.160.102.161','loggedin',1),(171,'admin','1','2022-12-02 15:10:02','','','105.160.102.161','loggedin',1),(172,'user','5','2022-12-02 15:11:20','2022-12-02 15:11:37','','105.160.102.161','loggedin',1),(173,'admin','1','2022-12-02 15:11:49','2022-12-02 15:14:27','','105.160.102.161','loggedin',1),(174,'user','6','2022-12-02 15:14:32','','','105.160.102.161','loggedin',1),(175,'admin','6','2022-12-02 15:15:42','','','105.160.102.161','loggedin',1),(176,'admin','6','2022-12-02 15:37:29','','','105.160.102.161','loggedin',1),(177,'admin','6','2022-12-02 15:40:59','2022-12-02 15:42:34','','105.160.102.161','loggedin',1),(178,'user','8','2022-12-02 15:42:38','2022-12-02 15:42:41','','105.160.102.161','loggedin',1),(179,'admin','6','2022-12-02 15:42:48','2022-12-02 15:49:12','','105.160.102.161','loggedin',1),(180,'user','9','2022-12-02 15:49:26','2022-12-02 15:51:31','','105.160.102.161','loggedin',1),(181,'admin','6','2022-12-02 15:51:39','2022-12-02 15:52:39','','105.160.102.161','loggedin',1),(182,'user','9','2022-12-02 15:52:52','','','105.160.102.161','loggedin',1),(183,'user','9','2022-12-02 15:55:53','2022-12-02 15:57:17','','105.160.102.161','loggedin',1),(184,'admin','6','2022-12-02 15:57:23','2022-12-02 15:59:45','','105.160.102.161','loggedin',1),(185,'user','9','2022-12-02 15:59:50','','','105.160.102.161','loggedin',1),(186,'user','9','2022-12-02 16:00:52','2022-12-02 16:02:30','','105.160.102.161','loggedin',1),(187,'user','8','2022-12-02 16:02:42','2022-12-02 16:04:29','','105.160.102.161','loggedin',1),(188,'user','8','2022-12-02 16:04:41','','','105.160.102.161','loggedin',1),(189,'user','8','2022-12-02 16:10:03','','','105.160.102.161','loggedin',1),(190,'user','9','2022-12-02 16:13:17','','','105.160.102.161','loggedin',1),(191,'user','8','2022-12-02 16:16:01','','','105.160.102.161','loggedin',1),(192,'user','9','2022-12-02 16:20:31','','','105.160.102.161','loggedin',1),(193,'user','9','2022-12-02 16:23:34','','','105.160.102.161','loggedin',1),(194,'user','9','2022-12-02 16:24:09','','','105.160.102.161','loggedin',1),(195,'user','9','2022-12-02 16:28:06','2022-12-02 16:28:32','','105.160.102.161','loggedin',1),(196,'admin','6','2022-12-02 16:28:39','','','105.160.102.161','loggedin',1),(197,'admin','6','2022-12-02 16:30:36','2022-12-02 16:33:00','','105.160.102.161','loggedin',1),(198,'admin','6','2022-12-02 16:33:07','2022-12-02 16:34:50','','105.160.102.161','loggedin',1),(199,'user','9','2022-12-02 16:35:06','','','105.160.102.161','loggedin',1),(200,'user','8','2022-12-02 16:37:30','','','105.160.102.161','loggedin',1),(201,'admin','6','2022-12-02 16:43:01','','','105.160.102.161','loggedin',1),(202,'user','9','2022-12-02 16:44:06','2022-12-02 16:46:00','','105.160.102.161','loggedin',1),(203,'user','9','2022-12-02 16:46:27','2022-12-02 16:51:34','','105.160.102.161','loggedin',1),(204,'admin','1','2022-12-02 17:35:10','','','105.160.102.161','loggedin',1),(205,'admin','1','2022-12-02 17:48:15','2022-12-02 17:49:43','','105.160.102.161','loggedin',1),(206,'user','9','2022-12-02 17:50:05','','','105.160.102.161','loggedin',1),(207,'user','9','2022-12-02 17:58:20','2022-12-02 19:20:59','','105.160.102.161','loggedin',1),(208,'admin','1','2022-12-02 17:59:00','2022-12-02 18:07:12','','105.160.102.161','loggedin',1),(209,'admin','6','2022-12-02 19:18:15','','','105.161.193.184','loggedin',1),(210,'user','9','2022-12-02 19:21:08','2022-12-02 19:21:19','','105.160.61.139','loggedin',1),(211,'admin','1','2022-12-02 19:21:43','','','105.160.61.139','loggedin',1),(212,'admin','6','2022-12-02 19:23:29','','','105.161.193.184','loggedin',1),(213,'admin','6','2022-12-02 21:59:53','2022-12-02 22:15:50','','105.161.237.184','loggedin',1),(214,'admin','6','2022-12-02 22:15:54','2022-12-02 22:18:35','','105.161.237.184','loggedin',1),(215,'user','9','2022-12-02 22:18:40','2022-12-02 22:19:07','','105.161.237.184','loggedin',1),(216,'admin','6','2022-12-02 22:19:11','2022-12-02 22:20:06','','105.161.237.184','loggedin',1),(217,'user','8','2022-12-02 22:20:11','2022-12-02 22:20:47','','105.161.237.184','loggedin',1),(218,'admin','1','2022-12-02 22:20:25','','','105.160.79.171','loggedin',1),(219,'admin','6','2022-12-02 22:23:06','','','105.161.237.184','loggedin',1),(220,'admin','1','2022-12-03 04:48:16','','','41.81.168.221','loggedin',1),(221,'admin','6','2022-12-03 07:40:01','','','105.161.86.14','loggedin',1),(222,'admin','6','2022-12-03 10:25:22','','','41.81.146.81','loggedin',1),(223,'admin','1','2022-12-04 09:43:55','','','105.160.4.229','loggedin',1),(224,'admin','1','2022-12-04 10:24:33','','','105.160.59.177','loggedin',1),(225,'user','9','2022-12-04 13:13:35','2022-12-04 13:20:03','','105.160.84.200','loggedin',1),(226,'user','9','2022-12-04 13:20:09','','','105.160.84.200','loggedin',1),(227,'user','9','2022-12-04 13:28:48','','','105.160.84.200','loggedin',1),(228,'user','9','2022-12-04 13:30:28','','','105.160.84.200','loggedin',1),(229,'user','9','2022-12-04 15:09:27','2022-12-04 15:09:43','','105.160.122.138','loggedin',1),(230,'admin','1','2022-12-04 15:10:12','2022-12-04 15:12:16','','105.160.122.138','loggedin',1),(231,'user','9','2022-12-04 15:12:42','2022-12-04 15:14:07','','105.160.122.138','loggedin',1),(232,'user','9','2022-12-04 15:14:13','2022-12-04 15:15:43','','105.160.122.138','loggedin',1),(233,'user','8','2022-12-04 15:16:33','','','105.160.122.138','loggedin',1),(234,'user','9','2022-12-04 15:18:33','','','105.160.122.138','loggedin',1),(235,'user','9','2022-12-04 15:21:38','2022-12-04 15:22:07','','105.160.122.138','loggedin',1),(236,'user','9','2022-12-04 15:22:15','2022-12-04 15:24:18','','105.160.122.138','loggedin',1),(237,'user','9','2022-12-04 15:24:29','','','105.160.122.138','loggedin',1),(238,'user','9','2022-12-04 15:25:08','2022-12-04 15:28:00','','105.160.122.138','loggedin',1),(239,'user','8','2022-12-04 15:28:09','2022-12-04 15:28:41','','105.160.122.138','loggedin',1),(240,'user','8','2022-12-04 15:28:51','2022-12-04 15:28:58','','105.160.122.138','loggedin',1),(241,'admin','1','2022-12-04 16:36:57','','','105.160.59.177','loggedin',1),(242,'admin','1','2022-12-04 17:05:16','','','105.160.59.177','loggedin',1),(243,'admin','1','2022-12-04 18:16:03','','','105.160.41.167','loggedin',1),(244,'admin','1','2022-12-04 18:18:30','','','105.160.41.167','loggedin',1),(245,'user','8','2022-12-04 18:49:18','','','105.160.41.167','loggedin',1),(246,'user','8','2022-12-04 19:17:23','2022-12-04 19:27:18','','105.160.41.167','loggedin',1),(247,'admin','1','2022-12-04 19:28:00','','','105.160.41.167','loggedin',1),(248,'admin','1','2022-12-04 19:29:41','','','105.160.41.167','loggedin',1),(249,'admin','1','2022-12-04 19:32:08','2022-12-04 19:34:57','','105.160.41.167','loggedin',1),(250,'user','8','2022-12-04 19:35:13','','','105.160.41.167','loggedin',1),(251,'admin','1','2022-12-04 19:37:31','','','105.160.59.177','loggedin',1),(252,'user','8','2022-12-04 19:44:00','','','105.160.41.167','loggedin',1),(253,'user','9','2022-12-04 20:08:55','','','105.160.41.167','loggedin',1),(254,'user','9','2022-12-04 20:30:05','','','105.160.41.167','loggedin',1),(255,'admin','1','2022-12-05 06:48:41','','','105.160.28.84','loggedin',1),(256,'admin','1','2022-12-05 07:02:52','2022-12-05 07:24:52','','105.160.39.3','loggedin',1),(257,'admin','1','2022-12-05 07:55:12','','','105.160.54.247','loggedin',1),(258,'admin','1','2022-12-05 07:56:33','2022-12-05 07:57:10','','105.160.54.247','loggedin',1),(259,'user','8','2022-12-05 08:00:05','','','105.160.54.247','loggedin',1),(260,'admin','6','2022-12-05 08:00:15','','','197.232.142.176','loggedin',1),(261,'admin','6','2022-12-05 08:01:42','','','197.232.141.209','loggedin',1),(262,'user','8','2022-12-05 08:12:53','2022-12-05 08:13:26','','105.160.54.247','loggedin',1),(263,'admin','1','2022-12-05 08:13:38','2022-12-05 08:21:20','','105.160.54.247','loggedin',1),(264,'user','8','2022-12-05 08:21:26','','','105.160.54.247','loggedin',1),(265,'admin','1','2022-12-05 08:26:38','','','105.160.54.247','loggedin',1),(266,'user','8','2022-12-05 08:28:38','','','105.160.54.247','loggedin',1),(267,'user','8','2022-12-05 08:36:52','','','105.160.54.247','loggedin',1),(268,'admin','1','2022-12-05 08:40:08','','','105.160.54.247','loggedin',1),(269,'admin','1','2022-12-05 08:40:50','2022-12-05 08:44:17','','105.160.54.247','loggedin',1),(270,'user','8','2022-12-05 08:49:11','','','105.160.54.247','loggedin',1),(271,'user','8','2022-12-05 09:10:15','','','105.160.54.247','loggedin',1),(272,'user','8','2022-12-05 09:10:52','','','105.160.54.247','loggedin',1),(273,'user','8','2022-12-05 09:17:50','','','105.160.54.247','loggedin',1),(274,'user','8','2022-12-05 09:24:03','','','105.160.54.247','loggedin',1),(275,'user','8','2022-12-05 09:25:20','','','105.160.54.247','loggedin',1),(276,'user','8','2022-12-05 09:26:01','','','105.160.54.247','loggedin',1),(277,'user','8','2022-12-05 09:31:15','','','105.160.54.247','loggedin',1),(278,'user','8','2022-12-05 09:42:21','','','105.160.54.247','loggedin',1),(279,'user','8','2022-12-05 09:59:04','','','105.160.54.247','loggedin',1),(280,'user','8','2022-12-05 10:04:49','','','105.160.54.247','loggedin',1),(281,'user','8','2022-12-05 10:17:00','','','105.160.54.247','loggedin',1),(282,'user','9','2022-12-05 10:50:05','','','105.160.54.247','loggedin',1),(283,'user','8','2022-12-05 10:55:57','','','105.160.54.247','loggedin',1),(284,'user','8','2022-12-05 11:15:22','','','105.160.54.247','loggedin',1),(285,'user','8','2022-12-05 11:39:57','','','105.160.54.247','loggedin',1),(286,'user','8','2022-12-05 11:45:34','','','105.160.54.247','loggedin',1),(287,'user','8','2022-12-05 11:50:19','2022-12-05 12:01:35','','105.160.54.247','loggedin',1),(288,'admin','1','2022-12-05 12:01:31','','','105.160.54.247','loggedin',1),(289,'user','9','2022-12-05 12:21:54','','','105.160.54.247','loggedin',1),(290,'user','9','2022-12-05 12:26:10','','','105.160.54.247','loggedin',1),(291,'user','9','2022-12-05 12:38:53','','','105.160.54.247','loggedin',1),(292,'user','9','2022-12-05 12:47:28','','','105.160.54.247','loggedin',1),(293,'user','9','2022-12-05 13:02:26','','','105.160.54.247','loggedin',1),(294,'user','9','2022-12-05 13:05:26','','','105.160.54.247','loggedin',1),(295,'user','8','2022-12-05 13:07:01','','','105.160.54.247','loggedin',1),(296,'user','8','2022-12-05 13:07:45','','','105.160.54.247','loggedin',1),(297,'user','8','2022-12-05 13:35:19','2022-12-05 13:35:26','','105.160.54.247','loggedin',1),(298,'user','9','2022-12-05 13:35:38','','','105.160.54.247','loggedin',1),(299,'user','9','2022-12-05 13:52:28','','','105.160.54.247','loggedin',1),(300,'user','8','2022-12-05 14:24:56','','','105.160.54.247','loggedin',1),(301,'admin','1','2022-12-05 14:25:58','','','105.160.54.247','loggedin',1),(302,'user','9','2022-12-05 14:29:38','','','105.160.54.247','loggedin',1),(303,'user','9','2022-12-05 14:39:27','','','105.160.54.247','loggedin',1),(304,'user','9','2022-12-05 14:49:35','','','105.160.54.247','loggedin',1),(305,'user','9','2022-12-05 14:51:48','','','105.160.54.247','loggedin',1),(306,'user','8','2022-12-05 14:56:05','','','105.160.54.247','loggedin',1),(307,'user','9','2022-12-05 15:03:35','','','105.160.54.247','loggedin',1),(308,'user','9','2022-12-05 15:04:50','2022-12-05 15:11:46','','105.160.54.247','loggedin',1),(309,'user','8','2022-12-05 15:13:15','','','105.160.54.247','loggedin',1),(310,'user','9','2022-12-05 15:24:18','','','105.160.54.247','loggedin',1),(311,'user','8','2022-12-05 15:27:50','','','105.160.54.247','loggedin',1),(312,'user','9','2022-12-05 15:28:28','','','105.160.54.247','loggedin',1),(313,'user','9','2022-12-05 15:36:51','','','105.160.54.247','loggedin',1),(314,'user','9','2022-12-05 15:46:39','','','105.160.54.247','loggedin',1),(315,'user','9','2022-12-05 15:48:09','','','105.160.54.247','loggedin',1),(316,'user','9','2022-12-05 15:49:26','','','105.160.54.247','loggedin',1),(317,'user','9','2022-12-05 15:51:27','','','105.160.54.247','loggedin',1),(318,'user','9','2022-12-05 15:58:36','','','105.160.54.247','loggedin',1),(319,'user','9','2022-12-05 15:59:32','','','105.160.54.247','loggedin',1),(320,'user','8','2022-12-05 16:05:31','','','105.160.54.247','loggedin',1),(321,'user','9','2022-12-05 16:15:56','','','105.160.54.247','loggedin',1),(322,'user','9','2022-12-05 16:16:36','','','105.160.54.247','loggedin',1),(323,'user','9','2022-12-05 16:25:00','','','105.160.54.247','loggedin',1),(324,'user','8','2022-12-05 16:25:41','','','105.160.54.247','loggedin',1),(325,'user','9','2022-12-05 16:34:08','','','105.160.54.247','loggedin',1),(326,'user','9','2022-12-05 16:35:36','2022-12-05 16:35:47','','105.160.54.247','loggedin',1),(327,'user','9','2022-12-05 16:59:15','','','105.160.54.247','loggedin',1),(328,'user','8','2022-12-05 17:08:23','','','105.160.54.247','loggedin',1),(329,'user','9','2022-12-05 17:10:19','','','105.160.54.247','loggedin',1),(330,'user','8','2022-12-05 17:32:15','2022-12-05 17:33:53','','105.160.54.247','loggedin',1),(331,'user','9','2022-12-05 17:34:00','2022-12-05 17:35:29','','105.160.54.247','loggedin',1),(332,'user','8','2022-12-05 17:36:28','2022-12-05 17:42:46','','105.160.54.247','loggedin',1),(333,'admin','1','2022-12-05 17:37:27','','','105.160.54.247','loggedin',1),(334,'user','9','2022-12-05 17:44:43','2022-12-05 17:46:26','','105.160.54.247','loggedin',1),(335,'user','8','2022-12-05 17:50:54','','','105.160.54.247','loggedin',1),(336,'user','8','2022-12-05 17:51:29','2022-12-05 17:53:37','','105.160.54.247','loggedin',1),(337,'user','9','2022-12-05 17:54:14','','','105.160.54.247','loggedin',1),(338,'user','8','2022-12-05 17:59:35','','','105.160.54.247','loggedin',1),(339,'user','8','2022-12-05 18:05:56','2022-12-05 18:07:20','','105.160.54.247','loggedin',1),(340,'user','9','2022-12-05 18:07:25','','','105.160.54.247','loggedin',1),(341,'user','9','2022-12-05 18:07:59','','','105.160.54.247','loggedin',1),(342,'user','9','2022-12-05 18:11:47','','','105.160.54.247','loggedin',1),(343,'user','9','2022-12-05 18:12:03','','','105.160.54.247','loggedin',1),(344,'user','9','2022-12-05 18:12:26','','','105.160.54.247','loggedin',1),(345,'user','9','2022-12-05 18:14:07','2022-12-05 18:14:24','','105.160.54.247','loggedin',1),(346,'user','9','2022-12-05 18:14:29','','','105.160.54.247','loggedin',1),(347,'admin','1','2022-12-05 18:15:43','','','105.160.54.247','loggedin',1),(348,'user','8','2022-12-05 18:20:34','','','105.160.54.247','loggedin',1),(349,'user','8','2022-12-05 18:27:08','','','105.160.54.247','loggedin',1),(350,'user','8','2022-12-05 18:47:58','','','105.160.54.247','loggedin',1),(351,'user','9','2022-12-05 19:02:53','','','105.160.54.247','loggedin',1),(352,'user','8','2022-12-05 19:09:22','','','105.160.54.247','loggedin',1),(353,'user','9','2022-12-05 19:30:48','','','105.160.54.247','loggedin',1),(354,'user','8','2022-12-05 19:32:21','','','105.160.54.247','loggedin',1),(355,'user','8','2022-12-05 19:34:45','','','105.160.54.247','loggedin',1),(356,'user','8','2022-12-05 19:37:31','','','105.160.54.247','loggedin',1),(357,'user','8','2022-12-05 19:44:15','','','105.160.54.247','loggedin',1),(358,'user','8','2022-12-05 19:48:06','','','105.160.54.247','loggedin',1),(359,'user','9','2022-12-05 19:51:25','','','105.160.54.247','loggedin',1),(360,'user','8','2022-12-05 19:52:12','','','105.160.54.247','loggedin',1),(361,'user','8','2022-12-05 19:57:36','2022-12-05 19:58:49','','105.160.54.247','loggedin',1),(362,'user','9','2022-12-05 20:06:04','','','105.160.54.247','loggedin',1),(363,'user','9','2022-12-05 20:13:20','','','105.160.54.247','loggedin',1),(364,'user','9','2022-12-05 20:14:13','','','105.160.54.247','loggedin',1),(365,'user','9','2022-12-05 20:24:51','','','105.160.54.247','loggedin',1),(366,'user','9','2022-12-05 20:25:13','','','105.160.54.247','loggedin',1),(367,'user','9','2022-12-05 20:26:00','','','105.160.54.247','loggedin',1),(368,'user','8','2022-12-05 20:43:37','2022-12-05 20:44:49','','105.160.54.247','loggedin',1),(369,'user','8','2022-12-05 21:00:01','','','105.160.54.247','loggedin',1),(370,'admin','1','2022-12-06 05:54:16','','','105.161.155.130','loggedin',1),(371,'admin','1','2022-12-06 06:57:04','2022-12-06 07:45:11','','105.160.27.47','loggedin',1),(372,'user','8','2022-12-06 09:00:37','','','105.160.76.226','loggedin',1),(373,'user','8','2022-12-06 09:02:08','','','105.160.76.226','loggedin',1),(374,'user','8','2022-12-06 09:11:44','','','105.160.76.226','loggedin',1),(375,'user','8','2022-12-06 09:18:04','','','105.160.76.226','loggedin',1),(376,'user','8','2022-12-06 09:33:07','','','105.160.76.226','loggedin',1),(377,'user','8','2022-12-06 09:37:11','','','105.160.76.226','loggedin',1),(378,'user','8','2022-12-06 09:54:39','','','105.160.76.226','loggedin',1),(379,'admin','1','2022-12-06 10:00:13','','','105.161.143.130','loggedin',1),(380,'user','8','2022-12-06 10:00:51','','','105.160.76.226','loggedin',1),(381,'user','8','2022-12-06 10:09:55','','','105.160.76.226','loggedin',1),(382,'user','8','2022-12-06 10:24:25','','','105.160.76.226','loggedin',1),(383,'user','8','2022-12-06 10:31:42','','','105.160.76.226','loggedin',1),(384,'user','8','2022-12-06 11:26:35','','','105.160.76.226','loggedin',1),(385,'user','8','2022-12-06 11:29:16','','','105.160.76.226','loggedin',1),(386,'user','8','2022-12-06 11:37:52','','','105.160.76.226','loggedin',1),(387,'user','8','2022-12-06 11:59:01','','','105.160.76.226','loggedin',1),(388,'user','8','2022-12-06 12:42:05','','','105.160.76.226','loggedin',1),(389,'user','8','2022-12-06 12:52:38','','','105.160.76.226','loggedin',1),(390,'user','8','2022-12-06 13:07:59','','','105.160.76.226','loggedin',1),(391,'user','8','2022-12-06 13:13:39','','','105.160.76.226','loggedin',1),(392,'user','8','2022-12-06 13:46:51','','','105.160.76.226','loggedin',1),(393,'user','8','2022-12-06 13:55:38','','','105.160.76.226','loggedin',1),(394,'user','8','2022-12-06 14:55:56','','','105.160.76.226','loggedin',1),(395,'user','8','2022-12-06 15:59:50','','','105.160.76.226','loggedin',1),(396,'user','8','2022-12-06 16:58:52','','','105.160.76.226','loggedin',1),(397,'user','8','2022-12-06 17:01:06','','','105.160.76.226','loggedin',1),(398,'user','8','2022-12-06 17:05:07','','','105.160.76.226','loggedin',1),(399,'user','8','2022-12-06 17:06:48','','','105.160.76.226','loggedin',1),(400,'user','8','2022-12-06 17:10:47','','','105.160.76.226','loggedin',1),(401,'user','8','2022-12-06 17:14:02','','','105.160.76.226','loggedin',1),(402,'user','8','2022-12-06 17:16:21','','','105.160.76.226','loggedin',1),(403,'user','8','2022-12-06 17:26:09','','','105.160.76.226','loggedin',1),(404,'user','8','2022-12-06 17:34:05','','','105.160.76.226','loggedin',1),(405,'user','8','2022-12-06 17:43:16','','','105.160.76.226','loggedin',1),(406,'user','8','2022-12-06 17:49:54','','','105.160.76.226','loggedin',1),(407,'user','8','2022-12-06 18:12:39','','','105.160.76.226','loggedin',1),(408,'user','8','2022-12-06 18:28:23','','','105.160.76.226','loggedin',1),(409,'user','8','2022-12-06 18:32:31','','','105.160.76.226','loggedin',1),(410,'user','8','2022-12-06 18:32:59','','','105.160.76.226','loggedin',1),(411,'user','8','2022-12-06 18:33:47','','','105.160.76.226','loggedin',1),(412,'user','8','2022-12-06 18:36:27','','','105.160.76.226','loggedin',1),(413,'user','8','2022-12-06 18:57:50','','','105.160.76.226','loggedin',1),(414,'user','8','2022-12-06 18:59:45','','','105.160.76.226','loggedin',1),(415,'user','8','2022-12-06 19:26:43','','','105.160.76.226','loggedin',1),(416,'user','8','2022-12-06 19:29:05','','','105.160.76.226','loggedin',1),(417,'admin','1','2022-12-06 19:43:00','','','105.161.155.130','loggedin',1),(418,'user','8','2022-12-06 21:21:52','','','105.160.76.226','loggedin',1),(419,'user','8','2022-12-06 21:22:47','','','105.160.76.226','loggedin',1),(420,'user','8','2022-12-06 22:06:51','','','105.160.76.226','loggedin',1),(421,'user','8','2022-12-06 22:07:37','','','105.160.76.226','loggedin',1),(422,'user','8','2022-12-06 22:26:28','','','105.160.76.226','loggedin',1),(423,'user','8','2022-12-06 22:27:40','','','105.160.76.226','loggedin',1),(424,'admin','1','2022-12-07 06:51:42','','','105.161.76.172','loggedin',1),(425,'user','8','2022-12-07 07:46:21','','','105.160.114.46','loggedin',1),(426,'user','8','2022-12-07 08:13:31','','','105.160.114.46','loggedin',1),(427,'user','8','2022-12-07 08:55:12','','','105.160.114.46','loggedin',1),(428,'user','8','2022-12-07 08:55:55','','','105.160.114.46','loggedin',1),(429,'user','8','2022-12-07 08:56:26','2022-12-07 08:56:56','','105.160.114.46','loggedin',1),(430,'user','8','2022-12-07 09:24:47','','','105.160.114.46','loggedin',1),(431,'user','8','2022-12-07 09:35:35','','','105.160.114.46','loggedin',1),(432,'user','8','2022-12-07 09:36:24','','','105.160.114.46','loggedin',1),(433,'user','8','2022-12-07 09:40:43','','','105.160.114.46','loggedin',1),(434,'user','8','2022-12-07 09:48:14','','','105.160.114.46','loggedin',1),(435,'user','8','2022-12-07 09:59:01','','','105.160.114.46','loggedin',1),(436,'user','8','2022-12-07 10:15:47','','','105.160.114.46','loggedin',1),(437,'user','8','2022-12-07 11:01:55','','','105.160.114.46','loggedin',1),(438,'user','8','2022-12-07 11:04:35','','','105.160.114.46','loggedin',1),(439,'user','8','2022-12-07 11:07:40','','','105.160.114.46','loggedin',1),(440,'user','8','2022-12-07 11:33:15','','','105.160.114.46','loggedin',1),(441,'user','8','2022-12-07 11:46:14','','','105.160.114.46','loggedin',1),(442,'user','8','2022-12-07 12:10:28','','','105.160.114.46','loggedin',1),(443,'user','8','2022-12-07 12:11:09','','','105.160.114.46','loggedin',1),(444,'user','8','2022-12-07 12:11:41','','','105.160.114.46','loggedin',1),(445,'user','8','2022-12-07 12:24:47','','','105.160.114.46','loggedin',1),(446,'user','8','2022-12-07 12:35:30','','','105.160.114.46','loggedin',1),(447,'user','8','2022-12-07 12:44:19','','','105.160.114.46','loggedin',1),(448,'admin','1','2022-12-07 12:48:03','','','105.161.93.45','loggedin',1),(449,'user','8','2022-12-07 13:11:07','','','105.160.114.46','loggedin',1),(450,'user','8','2022-12-07 13:26:10','','','105.160.114.46','loggedin',1),(451,'user','8','2022-12-07 13:37:40','','','105.160.114.46','loggedin',1),(452,'user','8','2022-12-07 14:08:27','','','105.160.114.46','loggedin',1),(453,'user','8','2022-12-07 14:16:58','','','105.160.114.46','loggedin',1),(454,'user','8','2022-12-07 14:18:05','','','105.160.114.46','loggedin',1),(455,'user','8','2022-12-07 14:27:38','','','105.160.114.46','loggedin',1),(456,'user','8','2022-12-07 14:28:04','','','105.160.114.46','loggedin',1),(457,'user','8','2022-12-07 14:31:39','','','105.160.114.46','loggedin',1),(458,'user','8','2022-12-07 14:32:32','','','105.160.114.46','loggedin',1),(459,'user','8','2022-12-07 14:44:27','','','105.160.114.46','loggedin',1),(460,'admin','6','2022-12-07 15:08:14','','','197.232.141.209','loggedin',1),(461,'user','8','2022-12-07 15:17:59','','','105.160.114.46','loggedin',1),(462,'user','8','2022-12-07 15:28:29','','','105.160.114.46','loggedin',1),(463,'user','8','2022-12-07 16:10:43','','','105.160.114.46','loggedin',1),(464,'user','8','2022-12-07 16:14:56','','','105.160.114.46','loggedin',1),(465,'user','8','2022-12-07 16:15:40','','','105.160.114.46','loggedin',1),(466,'user','8','2022-12-07 16:59:14','','','105.160.114.46','loggedin',1),(467,'user','8','2022-12-07 17:09:31','','','105.160.114.46','loggedin',1),(468,'user','8','2022-12-07 17:10:08','','','105.160.114.46','loggedin',1),(469,'user','8','2022-12-07 17:21:08','','','105.160.114.46','loggedin',1),(470,'admin','6','2022-12-07 17:21:53','','','197.232.152.237','loggedin',1),(471,'user','8','2022-12-07 17:29:56','','','105.160.114.46','loggedin',1),(472,'user','8','2022-12-07 17:52:52','','','105.160.114.46','loggedin',1),(473,'user','8','2022-12-07 17:56:29','','','105.160.114.46','loggedin',1),(474,'user','8','2022-12-07 18:10:30','','','105.160.114.46','loggedin',1),(475,'user','8','2022-12-07 18:30:27','','','105.160.114.46','loggedin',1),(476,'user','8','2022-12-07 18:53:20','','','105.160.114.46','loggedin',1),(477,'admin','1','2022-12-07 19:44:32','','','105.160.50.13','loggedin',1),(478,'user','8','2022-12-07 19:50:27','','','105.160.114.46','loggedin',1),(479,'user','8','2022-12-07 21:32:46','','','105.160.114.46','loggedin',1),(480,'user','8','2022-12-07 22:22:28','','','105.160.22.189','loggedin',1),(481,'user','8','2022-12-07 22:23:37','','','105.160.22.189','loggedin',1),(482,'user','8','2022-12-07 22:24:24','','','105.160.22.189','loggedin',1),(483,'user','8','2022-12-08 07:14:50','','','105.160.90.87','loggedin',1),(484,'admin','1','2022-12-08 07:23:35','','','105.160.50.13','loggedin',1),(485,'user','8','2022-12-08 07:25:27','','','105.160.90.87','loggedin',1),(486,'user','8','2022-12-08 07:32:51','','','105.160.90.87','loggedin',1),(487,'user','8','2022-12-08 07:59:21','','','105.160.90.87','loggedin',1),(488,'admin','1','2022-12-08 08:07:48','2022-12-08 09:40:45','','105.160.90.87','loggedin',1),(489,'user','8','2022-12-08 08:12:37','','','105.160.90.87','loggedin',1),(490,'user','8','2022-12-08 08:26:30','','','105.160.90.87','loggedin',1),(491,'user','8','2022-12-08 09:14:26','','','105.160.90.87','loggedin',1),(492,'user','8','2022-12-08 09:17:01','','','105.160.90.87','loggedin',1),(493,'user','8','2022-12-08 09:25:48','','','105.160.90.87','loggedin',1),(494,'user','9','2022-12-08 09:27:27','','','105.160.90.87','loggedin',1),(495,'user','9','2022-12-08 09:28:00','','','105.160.90.87','loggedin',1),(496,'user','9','2022-12-08 09:28:47','','','105.160.90.87','loggedin',1),(497,'admin','6','2022-12-08 09:40:55','2022-12-08 09:42:45','','105.160.50.13','loggedin',1),(498,'admin','1','2022-12-08 09:58:40','','','105.160.50.13','loggedin',1),(499,'user','9','2022-12-08 10:08:12','','','105.160.90.87','loggedin',1),(500,'admin','1','2022-12-08 11:27:42','','','105.160.50.13','loggedin',1),(501,'user','8','2022-12-08 11:29:15','','','105.160.90.87','loggedin',1),(502,'user','8','2022-12-08 12:22:03','','','105.160.90.87','loggedin',1),(503,'user','8','2022-12-08 12:22:33','','','105.160.90.87','loggedin',1),(504,'user','8','2022-12-08 12:36:44','','','105.160.90.87','loggedin',1),(505,'user','8','2022-12-08 12:47:51','','','105.160.90.87','loggedin',1),(506,'admin','6','2022-12-08 12:59:21','','','105.160.90.87','loggedin',1),(507,'admin','6','2022-12-08 13:11:46','','','105.160.90.87','loggedin',1),(508,'admin','6','2022-12-08 13:15:46','','','105.160.90.87','loggedin',1),(509,'user','9','2022-12-08 13:21:22','','','105.160.90.87','loggedin',1),(510,'user','9','2022-12-08 13:21:56','','','105.160.90.87','loggedin',1),(511,'user','9','2022-12-08 13:24:56','','','105.160.90.87','loggedin',1),(512,'admin','6','2022-12-08 13:33:11','','','105.160.90.87','loggedin',1),(513,'admin','6','2022-12-08 13:34:38','','','105.160.90.87','loggedin',1),(514,'user','8','2022-12-08 13:41:21','','','105.160.90.87','loggedin',1),(515,'user','8','2022-12-08 13:47:53','','','105.160.90.87','loggedin',1),(516,'user','8','2022-12-08 13:48:39','','','105.160.90.87','loggedin',1),(517,'user','9','2022-12-08 13:57:35','','','105.160.90.87','loggedin',1),(518,'user','8','2022-12-08 14:08:16','','','105.160.90.87','loggedin',1),(519,'user','8','2022-12-08 14:13:13','','','105.160.90.87','loggedin',1),(520,'user','8','2022-12-08 14:13:53','','','105.160.90.87','loggedin',1),(521,'user','9','2022-12-08 14:37:57','','','105.160.90.87','loggedin',1),(522,'user','8','2022-12-08 14:41:05','','','105.160.90.87','loggedin',1),(523,'user','8','2022-12-08 14:45:26','','','105.160.90.87','loggedin',1),(524,'user','8','2022-12-08 14:45:58','','','105.160.90.87','loggedin',1),(525,'user','8','2022-12-08 15:00:31','','','105.160.90.87','loggedin',1),(526,'user','8','2022-12-08 15:09:02','','','105.160.90.87','loggedin',1),(527,'user','8','2022-12-08 15:10:01','','','105.160.90.87','loggedin',1),(528,'user','8','2022-12-08 15:15:33','','','105.160.90.87','loggedin',1),(529,'user','8','2022-12-08 15:29:18','','','105.160.90.87','loggedin',1),(530,'user','9','2022-12-08 16:16:49','','','105.160.90.87','loggedin',1),(531,'user','9','2022-12-08 16:18:10','','','105.160.90.87','loggedin',1),(532,'user','8','2022-12-08 16:24:25','','','105.160.90.87','loggedin',1),(533,'user','9','2022-12-08 16:29:30','','','105.160.90.87','loggedin',1),(534,'user','9','2022-12-08 16:44:51','','','105.160.90.87','loggedin',1),(535,'user','8','2022-12-08 17:31:44','','','105.160.90.87','loggedin',1),(536,'user','8','2022-12-08 18:02:09','','','105.160.90.87','loggedin',1),(537,'user','8','2022-12-08 18:10:34','','','105.160.90.87','loggedin',1),(538,'user','9','2022-12-08 18:20:16','','','105.160.90.87','loggedin',1),(539,'admin','6','2022-12-08 19:34:46','','','105.160.43.119','loggedin',1),(540,'admin','6','2022-12-08 19:36:39','2022-12-08 19:36:55','','105.160.43.119','loggedin',1),(541,'user','8','2022-12-08 19:37:00','','','105.160.43.119','loggedin',1),(542,'user','8','2022-12-08 19:38:02','','','105.160.43.119','loggedin',1),(543,'admin','1','2022-12-08 19:42:52','','','41.81.215.224','loggedin',1),(544,'admin','6','2022-12-08 19:43:52','','','105.160.43.119','loggedin',1),(545,'admin','6','2022-12-08 19:45:55','','','105.160.43.119','loggedin',1),(546,'user','9','2022-12-08 19:56:00','','','105.160.43.119','loggedin',1),(547,'user','9','2022-12-08 20:04:50','','','105.160.43.119','loggedin',1),(548,'user','9','2022-12-08 20:18:07','','','105.160.43.119','loggedin',1),(549,'user','8','2022-12-08 20:24:38','','','105.160.43.119','loggedin',1),(550,'user','8','2022-12-08 20:54:45','','','105.160.43.119','loggedin',1),(551,'admin','6','2022-12-08 21:55:57','','','105.160.43.119','loggedin',1),(552,'user','9','2022-12-08 22:22:35','','','105.160.1.172','loggedin',1),(553,'admin','1','2022-12-09 06:37:11','','','105.161.38.89','loggedin',1),(554,'user','9','2022-12-09 08:07:45','','','105.160.101.245','loggedin',1),(555,'user','8','2022-12-09 09:03:01','','','105.160.101.245','loggedin',1),(556,'user','9','2022-12-09 09:07:50','','','105.160.101.245','loggedin',1),(557,'user','9','2022-12-09 09:08:41','','','105.160.101.245','loggedin',1),(558,'admin','1','2022-12-09 09:37:16','2022-12-09 09:39:16','','105.160.101.245','loggedin',1),(559,'user','9','2022-12-09 09:42:58','','','105.160.101.245','loggedin',1),(560,'admin','6','2022-12-09 09:47:02','','','105.160.101.245','loggedin',1),(561,'admin','6','2022-12-09 09:50:25','','','105.160.101.245','loggedin',1),(562,'user','9','2022-12-09 09:59:18','','','105.160.101.245','loggedin',1),(563,'user','8','2022-12-09 10:16:06','','','105.160.101.245','loggedin',1),(564,'user','8','2022-12-09 10:24:56','','','105.160.101.245','loggedin',1),(565,'user','8','2022-12-09 10:34:21','','','105.160.101.245','loggedin',1),(566,'user','8','2022-12-09 10:35:37','','','105.160.101.245','loggedin',1),(567,'admin','1','2022-12-09 11:05:06','','','105.160.101.245','loggedin',1),(568,'user','9','2022-12-09 11:31:04','','','105.160.101.245','loggedin',1),(569,'user','8','2022-12-09 11:40:10','','','105.160.101.245','loggedin',1),(570,'user','9','2022-12-09 11:41:51','','','105.160.101.245','loggedin',1),(571,'user','8','2022-12-09 11:42:21','','','105.160.101.245','loggedin',1),(572,'admin','6','2022-12-09 12:07:06','','','105.160.101.245','loggedin',1),(573,'admin','6','2022-12-09 12:10:59','','','105.160.101.245','loggedin',1),(574,'user','9','2022-12-09 12:44:19','','','105.160.101.245','loggedin',1),(575,'user','8','2022-12-09 12:47:26','','','105.160.101.245','loggedin',1),(576,'user','8','2022-12-09 12:48:04','','','105.160.101.245','loggedin',1),(577,'user','9','2022-12-09 12:52:15','','','105.160.101.245','loggedin',1),(578,'admin','6','2022-12-09 13:02:10','','','105.160.101.245','loggedin',1),(579,'admin','6','2022-12-09 13:32:46','','','105.160.101.245','loggedin',1),(580,'admin','6','2022-12-09 13:33:21','','','105.160.101.245','loggedin',1),(581,'user','9','2022-12-09 13:39:21','','','105.160.101.245','loggedin',1),(582,'user','9','2022-12-09 13:55:09','','','105.160.101.245','loggedin',1),(583,'user','9','2022-12-09 13:56:01','','','105.160.101.245','loggedin',1),(584,'user','8','2022-12-09 14:08:02','2022-12-09 14:08:32','','105.160.101.245','loggedin',1),(585,'user','9','2022-12-09 14:21:50','','','105.160.101.245','loggedin',1),(586,'user','9','2022-12-09 14:23:16','','','105.160.101.245','loggedin',1),(587,'user','8','2022-12-09 14:24:53','','','105.160.101.245','loggedin',1),(588,'user','8','2022-12-09 14:25:25','','','105.160.101.245','loggedin',1),(589,'user','8','2022-12-09 14:31:33','','','105.160.101.245','loggedin',1),(590,'user','9','2022-12-09 14:47:30','','','105.160.101.245','loggedin',1),(591,'user','9','2022-12-09 14:48:06','','','105.160.101.245','loggedin',1),(592,'admin','6','2022-12-09 14:52:29','','','105.160.101.245','loggedin',1),(593,'admin','6','2022-12-09 14:57:36','','','105.160.101.245','loggedin',1),(594,'admin','1','2022-12-09 15:13:26','','','41.81.85.149','loggedin',1),(595,'user','8','2022-12-09 15:13:49','','','105.160.101.245','loggedin',1),(596,'admin','1','2022-12-09 15:16:32','','','41.81.85.149','loggedin',1),(597,'user','9','2022-12-09 15:18:07','','','105.160.101.245','loggedin',1),(598,'user','9','2022-12-09 15:21:15','','','105.160.101.245','loggedin',1),(599,'user','8','2022-12-09 15:22:19','','','105.160.101.245','loggedin',1),(600,'admin','1','2022-12-09 15:29:27','','','41.81.85.149','loggedin',1),(601,'admin','6','2022-12-09 15:44:06','','','105.160.101.245','loggedin',1),(602,'user','8','2022-12-09 15:48:14','','','105.160.101.245','loggedin',1),(603,'user','8','2022-12-09 15:48:42','','','105.160.101.245','loggedin',1),(604,'user','9','2022-12-09 15:50:31','','','105.160.101.245','loggedin',1),(605,'user','8','2022-12-09 16:28:21','2022-12-09 16:29:43','','105.160.101.245','loggedin',1),(606,'user','8','2022-12-09 16:39:51','','','105.160.101.245','loggedin',1),(607,'user','8','2022-12-09 16:48:34','','','105.160.101.245','loggedin',1),(608,'user','9','2022-12-09 17:07:46','','','105.160.101.245','loggedin',1),(609,'user','8','2022-12-09 18:07:42','','','105.160.101.245','loggedin',1),(610,'user','8','2022-12-09 18:08:22','','','105.160.101.245','loggedin',1),(611,'admin','6','2022-12-09 18:16:58','','','105.160.101.245','loggedin',1),(612,'admin','6','2022-12-09 18:33:36','','','105.160.101.245','loggedin',1),(613,'admin','6','2022-12-09 18:35:46','','','105.160.101.245','loggedin',1),(614,'admin','6','2022-12-09 18:41:24','','','105.160.101.245','loggedin',1),(615,'admin','1','2022-12-09 18:55:03','','','41.81.85.149','loggedin',1),(616,'admin','6','2022-12-09 18:56:27','','','105.160.101.245','loggedin',1),(617,'admin','6','2022-12-09 19:01:08','','','105.160.101.245','loggedin',1),(618,'admin','6','2022-12-09 19:03:01','','','105.160.101.245','loggedin',1),(619,'user','8','2022-12-09 19:04:22','','','105.160.101.245','loggedin',1),(620,'user','8','2022-12-09 19:12:29','','','105.160.101.245','loggedin',1),(621,'admin','6','2022-12-09 19:14:37','','','105.160.101.245','loggedin',1),(622,'user','8','2022-12-09 19:19:08','','','105.160.101.245','loggedin',1),(623,'user','9','2022-12-09 19:26:54','','','105.160.101.245','loggedin',1),(624,'user','9','2022-12-09 19:30:45','','','105.160.101.245','loggedin',1),(625,'admin','6','2022-12-09 20:00:30','','','105.160.101.245','loggedin',1),(626,'admin','6','2022-12-09 20:02:48','','','105.160.101.245','loggedin',1),(627,'user','9','2022-12-09 20:07:34','','','105.160.101.245','loggedin',1),(628,'user','8','2022-12-09 20:35:28','','','105.160.101.245','loggedin',1),(629,'user','8','2022-12-09 20:36:04','','','105.160.101.245','loggedin',1),(630,'admin','6','2022-12-09 20:56:37','','','105.160.101.245','loggedin',1),(631,'admin','6','2022-12-09 20:57:28','','','105.160.101.245','loggedin',1),(632,'admin','6','2022-12-09 21:06:56','','','105.160.6.115','loggedin',1),(633,'admin','1','2022-12-09 21:14:53','','','41.81.85.149','loggedin',1),(634,'admin','1','2022-12-09 21:15:34','','','41.81.85.149','loggedin',1),(635,'user','8','2022-12-09 21:32:52','','','105.160.6.115','loggedin',1),(636,'user','8','2022-12-09 21:33:32','','','105.160.6.115','loggedin',1),(637,'admin','6','2022-12-09 21:41:53','2022-12-09 21:43:21','','105.160.6.115','loggedin',1),(638,'admin','6','2022-12-09 22:29:41','','','105.160.6.115','loggedin',1),(639,'admin','6','2022-12-09 22:31:34','','','105.160.6.115','loggedin',1),(640,'admin','6','2022-12-09 22:32:27','','','105.160.6.115','loggedin',1),(641,'user','9','2022-12-09 22:54:33','','','105.160.60.20','loggedin',1),(642,'admin','1','2022-12-10 06:25:20','2022-12-10 07:46:22','','41.81.1.149','loggedin',1),(643,'admin','1','2022-12-10 07:46:28','','','105.160.95.221','loggedin',1),(644,'admin','1','2022-12-10 07:50:37','','','154.159.237.24','loggedin',1),(645,'admin','1','2022-12-10 09:59:48','','','41.81.33.149','loggedin',1),(646,'admin','1','2022-12-10 12:44:05','','','105.160.69.122','loggedin',1),(647,'admin','1','2022-12-10 13:43:35','2022-12-10 13:44:03','','105.160.69.122','loggedin',1),(648,'admin','1','2022-12-10 13:59:40','2022-12-10 14:00:10','','105.160.69.122','loggedin',1),(649,'user','8','2022-12-10 14:02:59','','','105.160.69.122','loggedin',1),(650,'user','8','2022-12-10 14:04:51','','','105.160.69.122','loggedin',1),(651,'user','8','2022-12-10 14:05:18','','','105.160.69.122','loggedin',1),(652,'admin','1','2022-12-10 14:11:39','','','105.160.69.122','loggedin',1),(653,'admin','1','2022-12-10 14:27:06','','','105.160.69.122','loggedin',1),(654,'user','8','2022-12-10 14:30:23','','','105.160.69.122','loggedin',1),(655,'user','8','2022-12-10 14:43:11','','','105.160.69.122','loggedin',1),(656,'user','8','2022-12-10 14:44:19','','','105.160.69.122','loggedin',1),(657,'user','8','2022-12-10 14:55:19','','','105.160.69.122','loggedin',1),(658,'user','8','2022-12-10 15:03:29','','','105.160.69.122','loggedin',1),(659,'user','8','2022-12-10 15:19:08','','','105.160.69.122','loggedin',1),(660,'user','8','2022-12-10 15:31:33','','','105.160.69.122','loggedin',1),(661,'user','8','2022-12-10 15:32:07','','','105.160.69.122','loggedin',1),(662,'user','9','2022-12-10 15:51:21','','','105.160.69.122','loggedin',1),(663,'user','8','2022-12-10 16:09:52','','','105.160.69.122','loggedin',1),(664,'user','8','2022-12-10 16:22:44','','','105.160.69.122','loggedin',1),(665,'user','8','2022-12-10 16:32:24','','','105.160.69.122','loggedin',1),(666,'user','8','2022-12-10 16:33:06','','','105.160.69.122','loggedin',1),(667,'user','8','2022-12-10 16:53:48','','','105.160.69.122','loggedin',1),(668,'user','8','2022-12-10 18:19:21','','','105.160.69.122','loggedin',1),(669,'user','9','2022-12-10 18:44:43','','','105.160.69.122','loggedin',1),(670,'user','9','2022-12-10 18:59:03','','','105.160.69.122','loggedin',1),(671,'user','8','2022-12-11 08:19:13','','','105.160.99.241','loggedin',1),(672,'user','8','2022-12-11 08:21:38','','','105.160.99.241','loggedin',1),(673,'user','8','2022-12-11 08:34:48','','','105.160.99.241','loggedin',1),(674,'user','8','2022-12-11 08:55:00','','','105.160.99.241','loggedin',1),(675,'user','8','2022-12-11 08:55:37','','','105.160.99.241','loggedin',1),(676,'user','8','2022-12-11 09:37:04','','','105.160.99.241','loggedin',1),(677,'user','8','2022-12-11 09:37:42','','','105.160.99.241','loggedin',1),(678,'user','8','2022-12-11 09:39:19','','','105.160.99.241','loggedin',1),(679,'user','8','2022-12-11 09:40:41','','','105.160.99.241','loggedin',1),(680,'user','8','2022-12-11 09:41:23','','','105.160.99.241','loggedin',1),(681,'user','8','2022-12-11 10:40:12','','','105.160.99.241','loggedin',1),(682,'user','8','2022-12-11 10:40:57','','','105.160.99.241','loggedin',1),(683,'user','8','2022-12-11 10:44:48','','','105.160.99.241','loggedin',1),(684,'user','8','2022-12-11 10:45:41','','','105.160.99.241','loggedin',1),(685,'user','8','2022-12-11 10:46:51','','','105.160.99.241','loggedin',1),(686,'user','8','2022-12-11 10:47:27','','','105.160.99.241','loggedin',1),(687,'user','8','2022-12-11 11:00:23','','','105.160.99.241','loggedin',1),(688,'user','8','2022-12-11 11:33:26','','','105.160.99.241','loggedin',1),(689,'user','8','2022-12-11 11:41:33','','','105.160.99.241','loggedin',1),(690,'user','8','2022-12-11 11:45:30','','','105.160.99.241','loggedin',1),(691,'user','8','2022-12-11 11:46:07','','','105.160.99.241','loggedin',1),(692,'user','8','2022-12-11 12:14:49','','','105.160.99.241','loggedin',1),(693,'admin','1','2022-12-12 07:13:41','','','197.180.23.241','loggedin',1),(694,'user','8','2022-12-12 07:33:20','','','105.160.78.114','loggedin',1),(695,'user','8','2022-12-12 08:06:40','','','105.160.78.114','loggedin',1),(696,'user','8','2022-12-12 08:31:07','','','105.160.78.114','loggedin',1),(697,'admin','6','2022-12-12 09:16:23','','','105.160.78.114','loggedin',1),(698,'user','8','2022-12-12 09:17:37','','','105.160.78.114','loggedin',1),(699,'user','8','2022-12-12 09:51:04','','','105.160.78.114','loggedin',1),(700,'user','8','2022-12-12 09:56:20','2022-12-12 09:57:53','','105.160.78.114','loggedin',1),(701,'user','8','2022-12-12 09:57:57','','','105.160.78.114','loggedin',1),(702,'user','8','2022-12-12 10:00:22','','','105.160.78.114','loggedin',1),(703,'user','8','2022-12-12 10:12:11','','','105.160.78.114','loggedin',1),(704,'user','8','2022-12-12 10:12:54','','','105.160.78.114','loggedin',1),(705,'admin','6','2022-12-12 10:24:09','','','105.160.78.114','loggedin',1),(706,'admin','1','2022-12-12 10:30:53','','','105.160.78.114','loggedin',1),(707,'user','8','2022-12-12 11:16:45','','','105.160.78.114','loggedin',1),(708,'admin','6','2022-12-12 11:22:15','','','105.160.78.114','loggedin',1),(709,'user','8','2022-12-12 11:47:21','','','105.160.78.114','loggedin',1),(710,'user','9','2022-12-12 11:58:17','','','105.160.78.114','loggedin',1),(711,'user','8','2022-12-12 12:27:04','','','105.160.78.114','loggedin',1),(712,'user','8','2022-12-12 12:53:47','','','105.160.78.114','loggedin',1),(713,'user','9','2022-12-12 12:56:56','','','105.160.78.114','loggedin',1),(714,'user','8','2022-12-12 13:20:34','','','105.160.78.114','loggedin',1),(715,'admin','6','2022-12-12 13:56:24','','','105.160.78.114','loggedin',1),(716,'user','9','2022-12-12 14:03:10','','','105.160.78.114','loggedin',1),(717,'user','8','2022-12-12 14:16:52','','','105.160.78.114','loggedin',1),(718,'user','8','2022-12-12 14:20:20','','','105.160.78.114','loggedin',1),(719,'admin','1','2022-12-12 14:26:47','','','197.180.23.241','loggedin',1),(720,'user','8','2022-12-12 14:29:21','','','105.160.78.114','loggedin',1),(721,'admin','6','2022-12-12 14:57:38','','','105.160.78.114','loggedin',1),(722,'admin','6','2022-12-12 14:59:51','','','105.160.78.114','loggedin',1),(723,'admin','6','2022-12-12 15:20:54','','','105.160.78.114','loggedin',1),(724,'admin','6','2022-12-12 15:21:38','','','105.160.78.114','loggedin',1),(725,'admin','6','2022-12-12 15:38:37','','','105.160.78.114','loggedin',1),(726,'admin','6','2022-12-12 15:43:57','','','105.160.78.114','loggedin',1),(727,'user','8','2022-12-12 15:47:10','','','105.160.78.114','loggedin',1),(728,'user','8','2022-12-12 15:57:47','','','105.160.78.114','loggedin',1),(729,'user','8','2022-12-12 15:58:18','','','105.160.78.114','loggedin',1),(730,'user','8','2022-12-13 07:16:43','','','105.160.110.203','loggedin',1),(731,'user','8','2022-12-13 07:17:45','','','105.160.110.203','loggedin',1),(732,'user','8','2022-12-13 08:10:34','','','105.160.110.203','loggedin',1),(733,'user','9','2022-12-13 08:13:27','','','105.160.110.203','loggedin',1),(734,'admin','6','2022-12-13 08:15:46','','','105.160.110.203','loggedin',1),(735,'admin','6','2022-12-13 08:17:10','','','105.160.110.203','loggedin',1),(736,'admin','6','2022-12-13 08:17:38','','','105.160.110.203','loggedin',1),(737,'user','8','2022-12-13 08:38:05','','','105.160.110.203','loggedin',1),(738,'user','9','2022-12-13 08:46:18','','','105.160.110.203','loggedin',1),(739,'admin','1','2022-12-13 09:03:59','','','105.160.87.221','loggedin',1),(740,'user','8','2022-12-13 09:05:32','','','105.160.110.203','loggedin',1),(741,'user','9','2022-12-13 09:06:43','','','105.160.110.203','loggedin',1),(742,'user','9','2022-12-13 09:07:05','2022-12-13 09:10:15','','105.160.110.203','loggedin',1),(743,'admin','1','2022-12-13 09:11:11','2022-12-13 09:13:44','','105.160.110.203','loggedin',1),(744,'admin','1','2022-12-13 09:13:55','2022-12-13 09:15:23','','105.160.110.203','loggedin',1),(745,'user','9','2022-12-13 09:17:01','','','105.160.110.203','loggedin',1),(746,'user','9','2022-12-13 09:17:21','','','105.160.110.203','loggedin',1),(747,'admin','6','2022-12-13 11:40:15','','','105.160.121.123','loggedin',1),(748,'user','9','2022-12-13 11:51:01','','','105.160.121.123','loggedin',1),(749,'user','9','2022-12-13 11:56:34','','','105.160.121.123','loggedin',1),(750,'user','9','2022-12-13 12:17:57','','','105.160.121.123','loggedin',1),(751,'user','9','2022-12-13 12:18:34','','','105.160.121.123','loggedin',1),(752,'user','8','2022-12-13 12:55:21','','','105.160.121.123','loggedin',1),(753,'user','9','2022-12-13 13:08:00','','','105.160.121.123','loggedin',1),(754,'user','9','2022-12-13 13:08:25','','','105.160.121.123','loggedin',1),(755,'user','8','2022-12-13 13:11:14','','','105.160.121.123','loggedin',1),(756,'user','9','2022-12-13 16:36:46','','','105.160.97.192','loggedin',1),(757,'user','9','2022-12-13 16:38:05','','','105.160.97.192','loggedin',1),(758,'user','9','2022-12-13 16:39:12','','','105.160.97.192','loggedin',1),(759,'admin','1','2022-12-13 16:40:56','','','105.160.87.221','loggedin',1),(760,'user','9','2022-12-13 16:41:35','','','105.160.97.192','loggedin',1),(761,'user','9','2022-12-13 16:42:02','','','105.160.97.192','loggedin',1),(762,'user','9','2022-12-13 16:42:44','','','105.160.97.192','loggedin',1),(763,'user','9','2022-12-13 16:43:37','','','105.160.97.192','loggedin',1),(764,'user','9','2022-12-13 16:44:25','','','105.160.97.192','loggedin',1),(765,'user','9','2022-12-13 16:44:51','','','105.160.97.192','loggedin',1),(766,'user','9','2022-12-13 16:45:19','','','105.160.97.192','loggedin',1),(767,'user','9','2022-12-13 17:03:00','','','105.160.97.192','loggedin',1),(768,'user','8','2022-12-13 17:35:58','','','105.160.97.192','loggedin',1),(769,'user','8','2022-12-13 17:39:41','','','105.160.97.192','loggedin',1),(770,'user','8','2022-12-13 17:43:06','','','105.160.97.192','loggedin',1),(771,'admin','1','2022-12-13 17:55:45','','','105.160.97.192','loggedin',1),(772,'user','8','2022-12-13 18:00:11','','','105.160.97.192','loggedin',1),(773,'user','8','2022-12-13 18:07:41','','','105.160.97.192','loggedin',1),(774,'user','8','2022-12-13 18:57:12','','','105.160.97.192','loggedin',1),(775,'user','9','2022-12-13 19:44:03','','','105.160.97.192','loggedin',1),(776,'user','9','2022-12-13 19:54:37','','','105.160.97.192','loggedin',1),(777,'user','9','2022-12-13 19:55:10','','','105.160.97.192','loggedin',1),(778,'user','9','2022-12-13 19:55:51','','','105.160.97.192','loggedin',1),(779,'user','9','2022-12-13 20:07:32','','','105.160.97.192','loggedin',1),(780,'user','9','2022-12-13 21:10:14','','','105.160.97.192','loggedin',1),(781,'user','9','2022-12-13 22:33:02','','','105.160.44.6','loggedin',1),(782,'user','9','2022-12-13 22:33:27','','','105.160.44.6','loggedin',1),(783,'user','9','2022-12-13 22:33:50','','','105.160.44.6','loggedin',1),(784,'admin','1','2022-12-14 06:51:47','','','197.178.33.187','loggedin',1),(785,'admin','1','2022-12-14 07:11:25','2022-12-14 07:12:15','','105.160.68.59','loggedin',1),(786,'user','8','2022-12-14 07:45:40','','','105.160.68.59','loggedin',1),(787,'user','8','2022-12-14 07:50:50','','','105.160.68.59','loggedin',1),(788,'user','8','2022-12-14 08:31:05','','','105.160.68.59','loggedin',1),(789,'user','8','2022-12-14 08:31:38','','','105.160.68.59','loggedin',1),(790,'user','8','2022-12-14 08:45:20','','','105.160.68.59','loggedin',1),(791,'user','8','2022-12-14 08:45:58','','','105.160.68.59','loggedin',1),(792,'user','9','2022-12-14 08:59:59','','','105.160.68.59','loggedin',1),(793,'user','9','2022-12-14 09:00:18','','','105.160.68.59','loggedin',1),(794,'user','9','2022-12-14 09:00:42','','','105.160.68.59','loggedin',1),(795,'user','9','2022-12-14 09:01:05','','','105.160.68.59','loggedin',1),(796,'user','9','2022-12-14 09:40:12','','','105.160.76.157','loggedin',1),(797,'user','9','2022-12-14 09:40:31','','','105.160.76.157','loggedin',1),(798,'user','9','2022-12-14 09:40:55','','','105.160.76.157','loggedin',1),(799,'user','9','2022-12-14 09:41:24','','','105.160.76.157','loggedin',1),(800,'user','8','2022-12-14 09:43:31','','','105.160.76.157','loggedin',1),(801,'user','9','2022-12-14 09:50:43','','','105.160.76.157','loggedin',1),(802,'admin','6','2022-12-14 09:51:32','','','105.160.76.157','loggedin',1),(803,'user','8','2022-12-14 09:59:36','','','105.160.76.157','loggedin',1),(804,'user','8','2022-12-14 10:01:38','','','105.160.76.157','loggedin',1),(805,'admin','1','2022-12-14 11:26:39','','','105.160.29.140','loggedin',1),(806,'user','8','2022-12-14 11:44:10','','','105.160.29.140','loggedin',1),(807,'user','8','2022-12-14 11:44:39','','','105.160.29.140','loggedin',1),(808,'user','8','2022-12-14 11:45:11','','','105.160.29.140','loggedin',1),(809,'admin','1','2022-12-14 12:36:11','','','105.160.20.99','loggedin',1),(810,'user','8','2022-12-14 13:05:47','','','105.160.29.140','loggedin',1),(811,'user','8','2022-12-14 13:06:53','','','105.160.29.140','loggedin',1),(812,'admin','1','2022-12-14 13:09:13','','','105.160.29.140','loggedin',1),(813,'admin','6','2022-12-14 13:18:07','','','105.160.29.140','loggedin',1),(814,'user','8','2022-12-14 13:31:10','','','105.160.29.140','loggedin',1),(815,'user','8','2022-12-14 13:50:23','','','105.160.29.140','loggedin',1),(816,'user','8','2022-12-14 14:31:00','','','105.160.29.140','loggedin',1),(817,'user','8','2022-12-14 14:31:27','','','105.160.29.140','loggedin',1),(818,'user','8','2022-12-14 14:33:02','','','105.160.29.140','loggedin',1),(819,'user','8','2022-12-14 14:36:18','','','105.160.29.140','loggedin',1),(820,'user','8','2022-12-14 14:53:53','','','105.160.29.140','loggedin',1),(821,'admin','6','2022-12-14 14:56:01','','','105.160.29.140','loggedin',1),(822,'user','8','2022-12-14 14:56:34','','','105.160.29.140','loggedin',1),(823,'user','9','2022-12-14 15:48:52','','','105.160.29.140','loggedin',1),(824,'user','8','2022-12-14 17:10:53','','','105.160.29.140','loggedin',1),(825,'user','8','2022-12-14 18:11:45','','','105.160.29.140','loggedin',1),(826,'user','8','2022-12-14 18:12:12','','','105.160.29.140','loggedin',1),(827,'admin','6','2022-12-14 18:55:08','','','105.160.29.140','loggedin',1),(828,'admin','6','2022-12-14 18:55:32','','','105.160.29.140','loggedin',1),(829,'user','8','2022-12-14 18:59:06','','','105.160.29.140','loggedin',1),(830,'user','8','2022-12-14 19:29:15','','','105.160.29.140','loggedin',1),(831,'admin','6','2022-12-14 20:03:49','','','105.160.29.140','loggedin',1),(832,'user','8','2022-12-14 20:56:27','','','105.160.53.75','loggedin',1),(833,'user','8','2022-12-14 20:56:59','','','105.160.53.75','loggedin',1),(834,'user','8','2022-12-14 20:57:30','','','105.160.53.75','loggedin',1),(835,'user','9','2022-12-14 21:48:48','','','105.160.53.75','loggedin',1),(836,'user','9','2022-12-14 21:49:36','','','105.160.53.75','loggedin',1),(837,'user','9','2022-12-14 21:50:22','','','105.160.53.75','loggedin',1),(838,'user','8','2022-12-15 08:49:43','','','105.160.120.180','loggedin',1),(839,'user','8','2022-12-15 08:51:53','','','105.160.120.180','loggedin',1),(840,'user','8','2022-12-15 08:53:01','','','105.160.120.180','loggedin',1),(841,'user','8','2022-12-15 08:53:51','','','105.160.120.180','loggedin',1),(842,'user','8','2022-12-15 08:55:34','','','105.160.120.180','loggedin',1),(843,'user','8','2022-12-15 08:56:08','','','105.160.120.180','loggedin',1),(844,'user','8','2022-12-15 08:57:14','','','105.160.120.180','loggedin',1),(845,'admin','1','2022-12-15 09:10:23','','','105.164.147.173','loggedin',1),(846,'user','9','2022-12-15 09:44:59','','','105.160.120.180','loggedin',1),(847,'user','9','2022-12-15 09:50:04','','','105.160.120.180','loggedin',1),(848,'admin','6','2022-12-15 10:04:48','','','105.160.120.180','loggedin',1),(849,'user','8','2022-12-15 11:33:34','','','105.160.120.180','loggedin',1),(850,'user','8','2022-12-15 11:34:09','','','105.160.120.180','loggedin',1),(851,'user','8','2022-12-15 11:34:45','','','105.160.120.180','loggedin',1),(852,'user','8','2022-12-15 11:47:42','','','105.160.120.180','loggedin',1),(853,'user','8','2022-12-15 11:48:25','','','105.160.120.180','loggedin',1),(854,'user','8','2022-12-15 11:48:59','','','105.160.120.180','loggedin',1),(855,'user','9','2022-12-15 11:49:54','','','105.160.120.180','loggedin',1),(856,'user','9','2022-12-15 12:10:05','','','105.160.120.180','loggedin',1),(857,'user','9','2022-12-15 12:10:38','','','105.160.120.180','loggedin',1),(858,'user','9','2022-12-15 12:15:17','','','105.160.120.180','loggedin',1),(859,'user','9','2022-12-15 12:16:50','','','105.160.120.180','loggedin',1),(860,'user','9','2022-12-15 12:26:16','','','105.160.120.180','loggedin',1),(861,'admin','6','2022-12-15 12:54:15','','','105.160.120.180','loggedin',1),(862,'admin','6','2022-12-15 12:56:47','','','105.160.120.180','loggedin',1),(863,'user','8','2022-12-15 13:02:02','','','105.160.120.180','loggedin',1),(864,'user','8','2022-12-15 13:03:28','','','105.160.120.180','loggedin',1),(865,'user','8','2022-12-15 13:03:52','','','105.160.120.180','loggedin',1),(866,'user','9','2022-12-15 13:10:00','','','105.160.120.180','loggedin',1),(867,'admin','1','2022-12-15 13:18:29','','','105.161.1.83','loggedin',1),(868,'user','8','2022-12-15 13:24:18','','','105.160.120.180','loggedin',1),(869,'user','8','2022-12-15 13:24:38','','','105.160.120.180','loggedin',1),(870,'user','9','2022-12-15 13:28:11','','','105.160.120.180','loggedin',1),(871,'user','9','2022-12-15 14:12:25','','','105.160.120.180','loggedin',1),(872,'user','8','2022-12-15 14:51:03','','','105.160.120.180','loggedin',1),(873,'user','8','2022-12-15 14:51:47','','','105.160.120.180','loggedin',1),(874,'user','9','2022-12-15 16:01:48','','','105.160.120.180','loggedin',1),(875,'user','9','2022-12-15 16:56:27','','','105.160.120.180','loggedin',1),(876,'user','9','2022-12-15 16:58:13','','','105.160.120.180','loggedin',1),(877,'user','8','2022-12-15 17:13:56','','','105.160.120.180','loggedin',1),(878,'admin','6','2022-12-15 17:19:02','','','105.160.120.180','loggedin',1),(879,'user','9','2022-12-15 18:25:06','','','105.160.120.180','loggedin',1),(880,'user','9','2022-12-15 18:57:59','','','105.160.120.180','loggedin',1),(881,'user','9','2022-12-15 18:58:20','','','105.160.120.180','loggedin',1),(882,'user','9','2022-12-15 18:58:41','','','105.160.120.180','loggedin',1),(883,'user','8','2022-12-15 18:59:05','','','105.160.120.180','loggedin',1),(884,'user','9','2022-12-15 20:09:52','','','105.160.120.180','loggedin',1),(885,'user','9','2022-12-15 20:52:59','','','105.160.120.180','loggedin',1),(886,'admin','1','2022-12-15 21:38:09','','','41.81.166.194','loggedin',1),(887,'user','9','2022-12-15 21:50:40','','','105.160.120.180','loggedin',1),(888,'user','9','2022-12-15 21:51:02','','','105.160.120.180','loggedin',1),(889,'user','8','2022-12-16 08:24:29','','','105.160.113.134','loggedin',1),(890,'user','8','2022-12-16 08:24:59','','','105.160.113.134','loggedin',1),(891,'user','8','2022-12-16 08:25:27','','','105.160.113.134','loggedin',1),(892,'user','8','2022-12-16 08:27:32','','','105.160.113.134','loggedin',1),(893,'user','8','2022-12-16 08:29:04','','','105.160.113.134','loggedin',1),(894,'user','8','2022-12-16 08:37:22','','','105.160.113.134','loggedin',1),(895,'admin','6','2022-12-16 08:57:34','','','105.160.113.134','loggedin',1),(896,'user','8','2022-12-16 10:58:33','','','105.160.113.134','loggedin',1),(897,'user','8','2022-12-16 11:00:12','','','105.160.113.134','loggedin',1),(898,'user','8','2022-12-16 11:00:33','','','105.160.113.134','loggedin',1),(899,'user','8','2022-12-16 11:05:27','','','105.160.113.134','loggedin',1),(900,'user','8','2022-12-16 11:21:53','','','105.160.113.134','loggedin',1),(901,'user','9','2022-12-16 11:25:03','','','105.160.113.134','loggedin',1),(902,'user','8','2022-12-16 11:55:48','','','105.160.113.134','loggedin',1),(903,'admin','6','2022-12-16 13:23:04','','','105.160.113.134','loggedin',1),(904,'user','9','2022-12-16 13:34:21','','','105.160.113.134','loggedin',1),(905,'user','8','2022-12-16 13:34:47','','','105.160.113.134','loggedin',1),(906,'user','8','2022-12-16 14:22:02','','','105.160.113.134','loggedin',1),(907,'user','8','2022-12-16 14:22:24','','','105.160.113.134','loggedin',1),(908,'user','9','2022-12-16 14:31:20','','','105.160.113.134','loggedin',1),(909,'user','8','2022-12-16 14:50:58','','','105.160.113.134','loggedin',1),(910,'user','8','2022-12-16 15:09:50','','','105.160.113.134','loggedin',1),(911,'user','8','2022-12-16 15:14:42','2022-12-16 15:14:56','','105.160.113.134','loggedin',1),(912,'user','8','2022-12-16 15:59:20','','','105.160.113.134','loggedin',1),(913,'user','8','2022-12-16 16:33:55','','','105.160.113.134','loggedin',1),(914,'user','8','2022-12-16 16:35:04','','','105.160.113.134','loggedin',1),(915,'user','8','2022-12-16 17:32:32','','','105.160.113.134','loggedin',1),(916,'user','8','2022-12-16 17:33:12','','','105.160.113.134','loggedin',1),(917,'user','8','2022-12-16 17:33:28','2022-12-16 17:34:59','','105.160.113.134','loggedin',1),(918,'user','8','2022-12-16 17:46:06','2022-12-16 17:47:09','','105.160.113.134','loggedin',1),(919,'user','8','2022-12-16 18:57:26','','','105.160.113.134','loggedin',1),(920,'user','8','2022-12-16 19:51:11','','','105.160.113.134','loggedin',1),(921,'user','9','2022-12-16 20:11:57','','','105.160.113.134','loggedin',1),(922,'user','9','2022-12-16 20:12:27','','','105.160.113.134','loggedin',1),(923,'admin','6','2022-12-16 20:14:53','','','105.160.113.134','loggedin',1),(924,'user','8','2022-12-16 20:35:10','','','105.160.113.134','loggedin',1),(925,'user','8','2022-12-16 20:35:52','','','105.160.113.134','loggedin',1),(926,'user','8','2022-12-16 20:36:36','','','105.160.113.134','loggedin',1),(927,'user','8','2022-12-16 20:56:19','','','105.160.113.134','loggedin',1),(928,'user','8','2022-12-16 20:56:50','','','105.160.113.134','loggedin',1),(929,'user','9','2022-12-16 22:29:35','','','105.160.113.134','loggedin',1),(930,'user','9','2022-12-16 22:30:21','','','105.160.113.134','loggedin',1),(931,'user','9','2022-12-16 22:30:46','','','105.160.113.134','loggedin',1),(932,'user','9','2022-12-16 22:31:12','','','105.160.113.134','loggedin',1),(933,'user','8','2022-12-17 07:37:15','','','105.160.83.26','loggedin',1),(934,'admin','6','2022-12-17 07:46:00','2022-12-17 07:54:22','','105.160.83.26','loggedin',1),(935,'user','8','2022-12-17 07:54:26','','','105.160.83.26','loggedin',1),(936,'admin','6','2022-12-17 08:05:03','2022-12-17 08:06:23','','105.160.83.26','loggedin',1),(937,'user','8','2022-12-17 08:07:24','','','105.160.83.26','loggedin',1),(938,'user','8','2022-12-17 08:13:33','2022-12-17 08:13:52','','105.160.83.26','loggedin',1),(939,'user','8','2022-12-17 09:18:37','','','105.160.83.26','loggedin',1),(940,'user','8','2022-12-17 09:18:58','','','105.160.83.26','loggedin',1),(941,'user','8','2022-12-17 09:19:14','','','105.160.83.26','loggedin',1),(942,'user','8','2022-12-17 09:19:45','','','105.160.83.26','loggedin',1),(943,'user','8','2022-12-17 11:26:01','','','105.160.83.26','loggedin',1),(944,'user','8','2022-12-17 12:44:11','','','105.160.83.26','loggedin',1),(945,'user','8','2022-12-17 12:44:48','','','105.160.83.26','loggedin',1),(946,'user','8','2022-12-17 13:04:55','','','105.160.83.26','loggedin',1),(947,'user','9','2022-12-17 13:40:15','','','105.160.83.26','loggedin',1),(948,'user','9','2022-12-17 13:40:58','','','105.160.83.26','loggedin',1),(949,'user','9','2022-12-17 13:41:22','','','105.160.83.26','loggedin',1),(950,'user','9','2022-12-17 13:42:00','','','105.160.83.26','loggedin',1),(951,'user','9','2022-12-17 13:42:30','','','105.160.83.26','loggedin',1),(952,'user','9','2022-12-17 13:43:36','','','105.160.83.26','loggedin',1),(953,'user','9','2022-12-17 13:43:55','','','105.160.83.26','loggedin',1),(954,'user','9','2022-12-17 13:44:22','','','105.160.83.26','loggedin',1),(955,'user','9','2022-12-17 14:16:46','','','105.160.83.26','loggedin',1),(956,'user','9','2022-12-17 14:17:18','','','105.160.83.26','loggedin',1),(957,'user','9','2022-12-17 14:17:49','','','105.160.83.26','loggedin',1),(958,'user','9','2022-12-17 14:18:18','','','105.160.83.26','loggedin',1),(959,'user','9','2022-12-17 14:19:03','','','105.160.83.26','loggedin',1),(960,'user','9','2022-12-17 14:25:07','','','105.160.83.26','loggedin',1),(961,'admin','1','2022-12-17 14:41:12','','','41.81.0.252','loggedin',1),(962,'user','8','2022-12-17 14:53:08','','','105.160.83.26','loggedin',1),(963,'user','8','2022-12-17 14:54:13','','','105.160.83.26','loggedin',1),(964,'user','8','2022-12-17 14:54:56','','','105.160.83.26','loggedin',1),(965,'user','8','2022-12-17 15:29:51','','','105.160.83.26','loggedin',1),(966,'user','8','2022-12-17 15:30:25','','','105.160.83.26','loggedin',1),(967,'user','8','2022-12-17 15:47:14','','','105.160.83.26','loggedin',1),(968,'user','8','2022-12-17 15:52:27','','','105.160.83.26','loggedin',1),(969,'admin','6','2022-12-17 17:46:24','','','105.160.83.26','loggedin',1),(970,'user','8','2022-12-17 18:17:52','','','105.160.83.26','loggedin',1),(971,'user','8','2022-12-17 18:18:19','','','105.160.83.26','loggedin',1),(972,'user','8','2022-12-17 18:18:52','','','105.160.83.26','loggedin',1),(973,'user','8','2022-12-17 18:20:19','','','105.160.83.26','loggedin',1),(974,'user','8','2022-12-17 19:21:26','','','105.160.83.26','loggedin',1),(975,'user','8','2022-12-17 19:21:43','','','105.160.83.26','loggedin',1),(976,'user','9','2022-12-17 19:48:20','','','105.160.83.26','loggedin',1),(977,'user','9','2022-12-17 19:48:42','','','105.160.83.26','loggedin',1),(978,'user','9','2022-12-17 19:49:01','','','105.160.83.26','loggedin',1),(979,'user','9','2022-12-17 20:31:37','','','105.160.83.26','loggedin',1),(980,'user','9','2022-12-17 20:56:27','','','105.160.83.26','loggedin',1),(981,'user','9','2022-12-17 20:57:00','','','105.160.83.26','loggedin',1),(982,'user','9','2022-12-17 20:57:22','','','105.160.83.26','loggedin',1),(983,'user','9','2022-12-17 20:58:38','','','105.160.83.26','loggedin',1),(984,'user','8','2022-12-17 21:38:08','','','105.160.83.26','loggedin',1),(985,'user','9','2022-12-17 22:12:37','','','105.160.83.26','loggedin',1),(986,'user','9','2022-12-17 22:12:59','','','105.160.83.26','loggedin',1),(987,'user','8','2022-12-18 08:29:58','','','105.160.6.201','loggedin',1),(988,'user','8','2022-12-18 08:31:18','','','105.160.6.201','loggedin',1),(989,'user','8','2022-12-18 08:49:05','','','105.160.6.201','loggedin',1),(990,'user','8','2022-12-18 09:03:38','','','105.160.6.201','loggedin',1),(991,'user','8','2022-12-18 09:27:45','','','105.160.6.201','loggedin',1),(992,'admin','1','2022-12-18 09:33:16','','','105.161.105.206','loggedin',1),(993,'user','8','2022-12-18 10:07:14','','','105.160.6.201','loggedin',1),(994,'user','8','2022-12-18 10:12:12','','','105.160.6.201','loggedin',1),(995,'user','8','2022-12-18 10:45:47','','','105.160.6.201','loggedin',1),(996,'user','8','2022-12-18 10:46:14','','','105.160.6.201','loggedin',1),(997,'admin','6','2022-12-18 11:02:32','','','105.160.6.201','loggedin',1),(998,'admin','6','2022-12-18 11:03:35','','','105.160.6.201','loggedin',1),(999,'user','8','2022-12-18 11:06:27','','','105.160.6.201','loggedin',1),(1000,'user','9','2022-12-18 12:53:07','','','105.160.35.195','loggedin',1),(1001,'user','8','2022-12-18 13:09:31','','','105.160.35.195','loggedin',1),(1002,'user','8','2022-12-18 13:10:33','','','105.160.35.195','loggedin',1),(1003,'user','8','2022-12-18 13:29:28','','','105.160.35.195','loggedin',1),(1004,'user','8','2022-12-18 13:29:45','','','105.160.35.195','loggedin',1),(1005,'user','8','2022-12-18 13:34:16','','','105.160.35.195','loggedin',1),(1006,'user','8','2022-12-18 13:34:46','','','105.160.35.195','loggedin',1),(1007,'user','9','2022-12-18 14:08:36','','','105.160.35.195','loggedin',1),(1008,'user','8','2022-12-18 14:46:22','','','105.160.35.195','loggedin',1),(1009,'user','8','2022-12-18 14:46:45','','','105.160.35.195','loggedin',1),(1010,'user','8','2022-12-18 15:47:21','','','105.160.35.195','loggedin',1),(1011,'user','8','2022-12-18 15:50:45','','','105.160.35.195','loggedin',1),(1012,'user','8','2022-12-18 16:06:36','','','105.160.35.195','loggedin',1),(1013,'user','9','2022-12-18 16:27:32','','','105.160.35.195','loggedin',1),(1014,'user','8','2022-12-18 16:52:59','','','105.160.68.156','loggedin',1),(1015,'user','8','2022-12-18 16:55:29','','','105.160.68.156','loggedin',1),(1016,'user','8','2022-12-18 17:05:37','','','105.160.68.156','loggedin',1),(1017,'user','8','2022-12-18 17:12:21','','','105.160.68.156','loggedin',1),(1018,'admin','6','2022-12-18 17:54:17','','','105.160.68.156','loggedin',1),(1019,'user','8','2022-12-18 17:56:56','','','105.160.68.156','loggedin',1),(1020,'user','8','2022-12-18 17:58:00','','','105.160.68.156','loggedin',1),(1021,'user','8','2022-12-18 17:58:35','','','105.160.68.156','loggedin',1),(1022,'admin','6','2022-12-18 18:06:50','','','105.160.68.156','loggedin',1),(1023,'user','8','2022-12-18 18:21:45','','','105.160.68.156','loggedin',1),(1024,'user','9','2022-12-18 19:48:01','','','105.160.68.156','loggedin',1),(1025,'user','8','2022-12-18 20:20:10','','','105.160.68.156','loggedin',1),(1026,'user','9','2022-12-18 21:17:05','','','105.160.68.156','loggedin',1),(1027,'user','9','2022-12-18 21:17:52','','','105.160.68.156','loggedin',1),(1028,'user','9','2022-12-18 21:18:11','','','105.160.68.156','loggedin',1),(1029,'user','8','2022-12-18 21:18:50','','','105.160.68.156','loggedin',1),(1030,'user','9','2022-12-18 21:39:57','','','105.160.68.156','loggedin',1),(1031,'user','9','2022-12-18 21:40:20','','','105.160.68.156','loggedin',1),(1032,'user','9','2022-12-18 21:40:56','','','105.160.68.156','loggedin',1),(1033,'user','8','2022-12-18 21:41:22','','','105.160.68.156','loggedin',1),(1034,'user','9','2022-12-18 21:47:15','','','105.160.68.156','loggedin',1),(1035,'user','9','2022-12-18 21:47:30','','','105.160.68.156','loggedin',1),(1036,'user','9','2022-12-18 21:48:00','','','105.160.68.156','loggedin',1),(1037,'user','9','2022-12-18 21:48:24','','','105.160.68.156','loggedin',1),(1038,'user','9','2022-12-18 21:57:30','','','105.160.68.156','loggedin',1),(1039,'user','9','2022-12-18 22:31:37','','','105.160.68.156','loggedin',1),(1040,'admin','1','2022-12-19 06:32:33','','','105.160.36.202','loggedin',1),(1041,'admin','6','2022-12-19 09:06:28','','','105.160.47.112','loggedin',1),(1042,'user','8','2022-12-19 09:23:57','','','105.160.100.108','loggedin',1),(1043,'user','8','2022-12-19 09:26:46','','','105.160.100.108','loggedin',1),(1044,'user','8','2022-12-19 09:55:24','','','105.160.100.108','loggedin',1),(1045,'user','8','2022-12-19 11:03:46','','','105.160.100.108','loggedin',1),(1046,'user','8','2022-12-19 11:58:23','','','105.160.100.108','loggedin',1),(1047,'user','8','2022-12-19 12:06:39','','','105.160.100.108','loggedin',1),(1048,'user','8','2022-12-19 12:26:21','','','105.160.100.108','loggedin',1),(1049,'user','8','2022-12-19 12:33:26','','','105.160.100.108','loggedin',1),(1050,'user','8','2022-12-19 12:35:34','','','105.160.100.108','loggedin',1),(1051,'user','8','2022-12-19 13:06:08','','','105.160.100.108','loggedin',1),(1052,'user','8','2022-12-19 13:53:20','','','105.160.100.108','loggedin',1),(1053,'user','8','2022-12-19 15:04:19','','','105.160.100.108','loggedin',1),(1054,'user','8','2022-12-19 15:05:05','','','105.160.100.108','loggedin',1),(1055,'user','8','2022-12-19 15:45:10','','','105.160.100.108','loggedin',1),(1056,'user','9','2022-12-19 16:06:10','','','105.160.54.86','loggedin',1),(1057,'user','9','2022-12-19 16:06:36','','','105.160.54.86','loggedin',1),(1058,'user','9','2022-12-19 16:06:53','','','105.160.54.86','loggedin',1),(1059,'user','9','2022-12-19 16:07:12','','','105.160.54.86','loggedin',1),(1060,'user','8','2022-12-19 16:07:36','','','105.160.54.86','loggedin',1),(1061,'user','9','2022-12-19 16:08:09','','','105.160.54.86','loggedin',1),(1062,'user','9','2022-12-19 16:08:29','','','105.160.54.86','loggedin',1),(1063,'user','8','2022-12-19 16:09:37','','','105.160.54.86','loggedin',1),(1064,'user','9','2022-12-19 16:33:13','','','105.160.54.86','loggedin',1),(1065,'admin','1','2022-12-19 16:38:44','','','105.161.20.83','loggedin',1),(1066,'user','8','2022-12-19 17:30:12','','','105.160.54.86','loggedin',1),(1067,'admin','6','2022-12-19 18:13:17','','','105.160.54.86','loggedin',1),(1068,'user','8','2022-12-19 18:30:05','','','105.160.54.86','loggedin',1),(1069,'user','8','2022-12-19 18:34:48','','','105.160.54.86','loggedin',1),(1070,'user','8','2022-12-19 19:00:55','','','105.160.54.86','loggedin',1),(1071,'user','8','2022-12-19 19:55:00','','','105.160.54.86','loggedin',1),(1072,'user','8','2022-12-19 20:21:44','','','105.160.54.86','loggedin',1),(1073,'user','8','2022-12-19 20:38:37','','','105.160.54.86','loggedin',1),(1074,'user','8','2022-12-19 20:39:05','','','105.160.54.86','loggedin',1),(1075,'user','8','2022-12-19 20:41:19','','','105.160.54.86','loggedin',1),(1076,'user','8','2022-12-19 20:58:29','','','105.160.54.86','loggedin',1),(1077,'user','9','2022-12-19 22:07:26','','','105.160.54.86','loggedin',1),(1078,'user','9','2022-12-19 22:07:51','','','105.160.54.86','loggedin',1),(1079,'user','8','2022-12-19 22:08:18','','','105.160.54.86','loggedin',1),(1080,'user','8','2022-12-19 22:08:50','','','105.160.54.86','loggedin',1),(1081,'user','8','2022-12-19 22:09:27','','','105.160.54.86','loggedin',1),(1082,'user','9','2022-12-19 22:09:51','','','105.160.54.86','loggedin',1),(1083,'user','8','2022-12-19 22:10:16','','','105.160.54.86','loggedin',1),(1084,'user','8','2022-12-19 22:10:34','','','105.160.54.86','loggedin',1),(1085,'user','9','2022-12-19 22:10:55','','','105.160.54.86','loggedin',1),(1086,'user','8','2022-12-19 22:11:30','','','105.160.54.86','loggedin',1),(1087,'admin','6','2022-12-20 08:14:06','','','105.160.45.117','loggedin',1),(1088,'user','8','2022-12-20 08:25:29','','','105.160.45.117','loggedin',1),(1089,'user','9','2022-12-20 08:54:07','','','105.160.45.117','loggedin',1),(1090,'admin','6','2022-12-20 09:31:35','','','105.160.45.117','loggedin',1),(1091,'admin','6','2022-12-20 09:45:45','','','105.160.45.117','loggedin',1),(1092,'user','9','2022-12-20 09:46:17','','','105.160.45.117','loggedin',1),(1093,'admin','6','2022-12-20 09:56:08','','','105.160.45.117','loggedin',1),(1094,'user','9','2022-12-20 10:00:07','','','105.160.45.117','loggedin',1),(1095,'user','8','2022-12-20 10:20:07','','','105.160.45.117','loggedin',1),(1096,'user','8','2022-12-20 10:20:53','','','105.160.45.117','loggedin',1),(1097,'user','8','2022-12-20 10:23:36','','','105.160.45.117','loggedin',1),(1098,'user','8','2022-12-20 10:59:44','','','105.160.45.117','loggedin',1),(1099,'user','8','2022-12-20 11:00:29','','','105.160.45.117','loggedin',1),(1100,'user','8','2022-12-20 11:05:23','','','105.160.45.117','loggedin',1),(1101,'user','8','2022-12-20 11:20:40','','','105.160.45.117','loggedin',1),(1102,'user','9','2022-12-20 11:33:11','','','105.160.45.117','loggedin',1),(1103,'user','9','2022-12-20 11:51:55','','','105.160.45.117','loggedin',1),(1104,'user','9','2022-12-20 11:52:10','','','105.160.45.117','loggedin',1),(1105,'user','8','2022-12-20 12:47:41','','','105.160.45.117','loggedin',1),(1106,'user','8','2022-12-20 12:49:19','','','105.160.45.117','loggedin',1),(1107,'admin','6','2022-12-20 13:41:38','','','105.160.45.117','loggedin',1),(1108,'admin','6','2022-12-20 13:57:24','','','105.160.45.117','loggedin',1),(1109,'admin','6','2022-12-20 13:57:51','','','105.160.45.117','loggedin',1),(1110,'user','9','2022-12-20 14:23:31','','','105.160.45.117','loggedin',1),(1111,'user','8','2022-12-20 14:27:59','','','105.160.45.117','loggedin',1),(1112,'user','8','2022-12-20 14:30:10','','','105.160.45.117','loggedin',1),(1113,'user','8','2022-12-20 14:30:30','','','105.160.45.117','loggedin',1),(1114,'admin','6','2022-12-20 14:31:28','','','105.160.45.117','loggedin',1),(1115,'admin','6','2022-12-20 14:31:50','','','105.160.45.117','loggedin',1),(1116,'admin','6','2022-12-20 16:07:19','','','105.160.45.117','loggedin',1),(1117,'admin','6','2022-12-20 18:42:23','','','105.160.45.117','loggedin',1),(1118,'admin','6','2022-12-20 18:42:51','','','105.160.45.117','loggedin',1),(1119,'user','8','2022-12-20 19:29:30','','','105.160.45.117','loggedin',1),(1120,'admin','1','2022-12-20 19:37:23','','','41.81.58.78','loggedin',1),(1121,'user','9','2022-12-20 20:38:12','','','105.160.45.117','loggedin',1),(1122,'user','8','2022-12-20 21:44:10','','','105.160.45.117','loggedin',1),(1123,'user','8','2022-12-20 21:44:29','','','105.160.45.117','loggedin',1),(1124,'user','9','2022-12-20 21:44:48','','','105.160.45.117','loggedin',1),(1125,'user','9','2022-12-20 21:45:29','','','105.160.45.117','loggedin',1),(1126,'user','8','2022-12-20 21:45:59','','','105.160.45.117','loggedin',1),(1127,'user','8','2022-12-20 21:46:19','','','105.160.45.117','loggedin',1),(1128,'user','8','2022-12-20 21:46:44','','','105.160.45.117','loggedin',1),(1129,'user','8','2022-12-20 21:47:02','','','105.160.45.117','loggedin',1),(1130,'user','8','2022-12-20 21:47:21','','','105.160.45.117','loggedin',1),(1131,'user','8','2022-12-20 21:47:40','','','105.160.45.117','loggedin',1),(1132,'admin','1','2022-12-21 06:25:25','','','41.81.58.78','loggedin',1),(1133,'user','8','2022-12-21 09:32:30','','','105.160.79.24','loggedin',1),(1134,'user','8','2022-12-21 09:32:55','','','105.160.79.24','loggedin',1),(1135,'user','8','2022-12-21 09:33:18','','','105.160.79.24','loggedin',1),(1136,'user','8','2022-12-21 09:43:31','','','105.160.79.24','loggedin',1),(1137,'user','8','2022-12-21 10:07:09','','','105.160.79.24','loggedin',1),(1138,'admin','6','2022-12-21 10:56:37','','','105.160.79.24','loggedin',1),(1139,'user','8','2022-12-21 11:06:52','','','105.160.79.24','loggedin',1),(1140,'user','8','2022-12-21 11:16:30','','','105.160.79.24','loggedin',1),(1141,'user','8','2022-12-21 12:15:31','','','105.160.79.24','loggedin',1),(1142,'user','9','2022-12-21 12:18:10','','','105.160.79.24','loggedin',1),(1143,'user','9','2022-12-21 12:18:26','','','105.160.79.24','loggedin',1),(1144,'user','8','2022-12-21 12:51:55','','','105.160.79.24','loggedin',1),(1145,'admin','6','2022-12-21 12:55:25','','','105.160.79.24','loggedin',1),(1146,'admin','6','2022-12-21 12:55:57','','','105.160.79.24','loggedin',1),(1147,'user','8','2022-12-21 13:08:00','','','105.160.79.24','loggedin',1),(1148,'user','8','2022-12-21 13:43:02','','','105.160.79.24','loggedin',1),(1149,'user','8','2022-12-21 13:43:35','','','105.160.79.24','loggedin',1),(1150,'user','8','2022-12-21 13:57:44','','','105.160.79.24','loggedin',1),(1151,'admin','6','2022-12-21 14:07:09','','','105.160.79.24','loggedin',1),(1152,'user','8','2022-12-21 15:50:02','','','105.160.79.24','loggedin',1),(1153,'user','8','2022-12-21 17:23:35','','','105.160.79.24','loggedin',1),(1154,'admin','6','2022-12-21 17:56:41','','','105.160.79.24','loggedin',1),(1155,'admin','6','2022-12-21 18:01:31','','','105.160.79.24','loggedin',1),(1156,'user','8','2022-12-21 18:09:23','','','105.160.79.24','loggedin',1),(1157,'user','8','2022-12-21 18:42:26','','','105.160.79.24','loggedin',1),(1158,'user','9','2022-12-21 19:10:01','','','105.160.79.24','loggedin',1),(1159,'user','8','2022-12-21 19:41:01','','','105.160.79.24','loggedin',1),(1160,'admin','6','2022-12-21 19:42:18','2022-12-21 19:46:59','','105.160.79.24','loggedin',1),(1161,'user','8','2022-12-21 19:47:06','','','105.160.79.24','loggedin',1),(1162,'user','8','2022-12-21 19:49:59','','','105.160.79.24','loggedin',1),(1163,'user','8','2022-12-21 21:22:33','','','105.160.79.24','loggedin',1),(1164,'user','8','2022-12-21 21:26:42','','','105.160.79.24','loggedin',1),(1165,'user','9','2022-12-21 22:27:58','','','105.160.79.24','loggedin',1),(1166,'user','8','2022-12-21 22:28:25','','','105.160.79.24','loggedin',1),(1167,'user','8','2022-12-21 22:29:13','','','105.160.79.24','loggedin',1),(1168,'user','8','2022-12-21 22:29:32','','','105.160.79.24','loggedin',1),(1169,'user','9','2022-12-21 22:29:58','','','105.160.79.24','loggedin',1),(1170,'user','8','2022-12-21 22:30:23','','','105.160.79.24','loggedin',1),(1171,'user','8','2022-12-21 22:30:45','','','105.160.79.24','loggedin',1),(1172,'user','9','2022-12-21 22:31:08','','','105.160.79.24','loggedin',1),(1173,'user','9','2022-12-21 22:31:30','','','105.160.79.24','loggedin',1),(1174,'admin','1','2022-12-22 06:58:44','','','105.160.116.19','loggedin',1),(1175,'admin','1','2022-12-22 07:12:07','','','105.160.116.19','loggedin',1),(1176,'admin','6','2022-12-22 08:05:28','','','105.160.116.19','loggedin',1),(1177,'admin','6','2022-12-22 08:38:39','','','105.160.116.19','loggedin',1),(1178,'user','8','2022-12-22 09:55:18','','','105.160.116.19','loggedin',1),(1179,'user','8','2022-12-22 10:14:38','','','105.160.116.19','loggedin',1),(1180,'admin','6','2022-12-22 12:12:36','','','105.160.116.19','loggedin',1),(1181,'admin','6','2022-12-22 13:34:19','2022-12-22 13:42:56','','105.160.116.19','loggedin',1),(1182,'user','8','2022-12-22 13:43:01','','','105.160.116.19','loggedin',1),(1183,'user','8','2022-12-22 13:43:40','','','105.160.116.19','loggedin',1),(1184,'user','8','2022-12-22 14:23:18','','','105.160.116.19','loggedin',1),(1185,'user','8','2022-12-22 14:23:40','','','105.160.116.19','loggedin',1),(1186,'admin','1','2022-12-22 14:31:52','','','105.160.116.19','loggedin',1),(1187,'user','8','2022-12-22 14:38:38','','','105.160.116.19','loggedin',1),(1188,'user','8','2022-12-22 14:39:05','','','105.160.116.19','loggedin',1),(1189,'user','8','2022-12-22 14:39:30','','','105.160.116.19','loggedin',1),(1190,'user','8','2022-12-22 14:40:26','','','105.160.116.19','loggedin',1),(1191,'user','8','2022-12-22 14:42:19','','','105.160.116.19','loggedin',1),(1192,'user','8','2022-12-22 14:44:01','','','105.160.116.19','loggedin',1),(1193,'user','8','2022-12-22 14:44:28','','','105.160.116.19','loggedin',1),(1194,'user','8','2022-12-22 14:45:47','','','105.160.116.19','loggedin',1),(1195,'user','8','2022-12-22 14:47:06','','','105.160.116.19','loggedin',1),(1196,'user','8','2022-12-22 15:15:07','','','105.160.116.19','loggedin',1),(1197,'user','8','2022-12-22 15:27:48','','','105.160.116.19','loggedin',1),(1198,'user','8','2022-12-22 16:30:32','','','105.160.116.19','loggedin',1),(1199,'user','8','2022-12-22 16:30:56','','','105.160.116.19','loggedin',1),(1200,'user','8','2022-12-22 16:56:28','','','105.160.116.19','loggedin',1),(1201,'user','8','2022-12-22 17:03:21','','','105.160.116.19','loggedin',1),(1202,'user','8','2022-12-22 18:26:01','','','105.160.116.19','loggedin',1),(1203,'user','8','2022-12-22 18:49:58','','','105.160.116.19','loggedin',1),(1204,'user','9','2022-12-22 18:58:23','','','105.160.116.19','loggedin',1),(1205,'user','8','2022-12-22 18:59:45','','','105.160.116.19','loggedin',1),(1206,'user','8','2022-12-22 20:52:23','','','105.160.116.19','loggedin',1),(1207,'user','8','2022-12-22 21:11:19','','','105.160.116.19','loggedin',1),(1208,'user','8','2022-12-22 21:49:19','','','105.160.116.19','loggedin',1),(1209,'user','9','2022-12-22 22:08:34','','','105.160.116.19','loggedin',1),(1210,'user','9','2022-12-22 22:09:09','','','105.160.116.19','loggedin',1),(1211,'user','9','2022-12-22 22:09:47','','','105.160.116.19','loggedin',1),(1212,'user','8','2022-12-22 22:10:29','','','105.160.116.19','loggedin',1),(1213,'user','9','2022-12-22 22:11:47','','','105.160.116.19','loggedin',1),(1214,'user','8','2022-12-22 22:12:55','','','105.160.116.19','loggedin',1),(1215,'user','8','2022-12-22 22:13:48','','','105.160.116.19','loggedin',1),(1216,'user','8','2022-12-22 22:14:14','','','105.160.116.19','loggedin',1),(1217,'user','8','2022-12-22 22:14:44','','','105.160.116.19','loggedin',1),(1218,'admin','1','2022-12-23 07:46:22','','','105.160.60.61','loggedin',1),(1219,'admin','6','2022-12-23 08:02:29','','','105.160.29.109','loggedin',1),(1220,'user','9','2022-12-23 08:38:33','','','105.160.29.109','loggedin',1),(1221,'user','9','2022-12-23 08:39:01','','','105.160.29.109','loggedin',1),(1222,'user','8','2022-12-23 08:39:49','','','105.160.29.109','loggedin',1),(1223,'user','8','2022-12-23 11:33:13','','','105.160.30.241','loggedin',1),(1224,'user','8','2022-12-23 11:33:29','','','105.160.30.241','loggedin',1),(1225,'user','9','2022-12-23 11:34:04','','','105.160.30.241','loggedin',1),(1226,'user','8','2022-12-23 12:19:23','','','105.160.30.241','loggedin',1),(1227,'user','8','2022-12-23 12:38:14','','','105.160.30.241','loggedin',1),(1228,'admin','1','2022-12-23 13:31:17','','','105.160.30.241','loggedin',1),(1229,'admin','1','2022-12-23 13:37:20','','','105.160.30.241','loggedin',1),(1230,'user','9','2022-12-23 13:43:15','','','105.160.30.241','loggedin',1),(1231,'admin','1','2022-12-23 13:47:28','','','105.160.30.241','loggedin',1),(1232,'user','9','2022-12-23 13:48:24','','','105.160.30.241','loggedin',1),(1233,'user','9','2022-12-23 14:00:27','2022-12-23 14:02:00','','105.160.30.241','loggedin',1),(1234,'admin','1','2022-12-23 14:02:32','2022-12-23 14:04:33','','105.160.30.241','loggedin',1),(1235,'admin','1','2022-12-23 14:05:11','','','105.160.30.241','loggedin',1),(1236,'admin','1','2022-12-23 14:06:33','','','105.160.30.241','loggedin',1),(1237,'admin','1','2022-12-23 14:07:30','','','105.160.30.241','loggedin',1),(1238,'user','9','2022-12-23 14:12:41','','','105.160.30.241','loggedin',1),(1239,'user','9','2022-12-23 14:16:06','','','105.160.30.241','loggedin',1),(1240,'user','9','2022-12-23 14:16:30','','','105.160.30.241','loggedin',1),(1241,'user','9','2022-12-23 14:16:51','','','105.160.30.241','loggedin',1),(1242,'user','9','2022-12-23 14:17:08','','','105.160.30.241','loggedin',1),(1243,'user','9','2022-12-23 14:17:37','','','105.160.30.241','loggedin',1),(1244,'user','8','2022-12-23 14:17:56','','','105.160.30.241','loggedin',1),(1245,'user','8','2022-12-23 14:18:12','','','105.160.30.241','loggedin',1),(1246,'user','8','2022-12-23 14:18:28','','','105.160.30.241','loggedin',1),(1247,'user','8','2022-12-23 14:18:45','','','105.160.30.241','loggedin',1),(1248,'user','8','2022-12-23 14:19:31','','','105.160.30.241','loggedin',1),(1249,'admin','1','2022-12-23 14:27:03','','','105.160.30.241','loggedin',1),(1250,'admin','1','2022-12-23 14:30:03','','','105.160.30.241','loggedin',1),(1251,'admin','6','2022-12-23 14:32:20','','','105.160.30.241','loggedin',1),(1252,'user','9','2022-12-23 14:35:42','','','105.160.30.241','loggedin',1),(1253,'admin','6','2022-12-23 14:44:59','','','105.160.30.241','loggedin',1),(1254,'admin','6','2022-12-23 14:52:23','','','105.160.30.241','loggedin',1),(1255,'user','8','2022-12-23 14:53:02','','','105.160.30.241','loggedin',1),(1256,'user','9','2022-12-23 14:56:29','','','105.160.30.241','loggedin',1),(1257,'admin','1','2022-12-23 14:56:31','','','105.160.30.241','loggedin',1),(1258,'user','8','2022-12-23 14:56:44','2022-12-23 14:58:30','','105.160.30.241','loggedin',1),(1259,'user','8','2022-12-23 14:58:35','','','105.160.30.241','loggedin',1),(1260,'user','9','2022-12-23 15:04:18','','','105.160.30.241','loggedin',1),(1261,'user','8','2022-12-23 15:18:49','','','105.160.30.241','loggedin',1),(1262,'user','8','2022-12-23 15:19:11','','','105.160.30.241','loggedin',1),(1263,'user','8','2022-12-23 15:25:28','','','105.160.30.241','loggedin',1),(1264,'admin','6','2022-12-23 15:32:32','','','105.160.30.241','loggedin',1),(1265,'user','8','2022-12-23 15:34:10','','','105.160.30.241','loggedin',1),(1266,'admin','6','2022-12-23 15:40:16','','','105.160.30.241','loggedin',1),(1267,'user','8','2022-12-23 15:45:07','','','105.160.30.241','loggedin',1),(1268,'admin','6','2022-12-23 15:50:25','','','105.160.30.241','loggedin',1),(1269,'admin','1','2022-12-23 15:58:52','','','105.160.30.241','loggedin',1),(1270,'user','8','2022-12-23 16:02:12','2022-12-23 16:02:55','','105.160.30.241','loggedin',1),(1271,'admin','6','2022-12-23 16:06:38','','','105.160.30.241','loggedin',1),(1272,'admin','6','2022-12-23 16:23:08','','','105.160.30.241','loggedin',1),(1273,'user','8','2022-12-23 16:24:40','','','105.160.30.241','loggedin',1),(1274,'user','9','2022-12-23 16:28:47','','','105.160.30.241','loggedin',1),(1275,'user','8','2022-12-23 16:29:51','','','105.160.30.241','loggedin',1),(1276,'user','8','2022-12-23 17:33:42','','','105.160.30.241','loggedin',1),(1277,'user','8','2022-12-23 18:07:55','','','105.160.30.241','loggedin',1),(1278,'admin','6','2022-12-23 18:17:41','','','105.160.30.241','loggedin',1),(1279,'admin','6','2022-12-23 18:32:26','','','105.160.30.241','loggedin',1),(1280,'admin','6','2022-12-23 18:36:05','','','105.160.30.241','loggedin',1),(1281,'admin','1','2022-12-23 18:37:03','','','105.160.30.241','loggedin',1),(1282,'user','8','2022-12-23 18:47:18','','','105.160.30.241','loggedin',1),(1283,'user','8','2022-12-23 19:45:49','','','105.160.30.241','loggedin',1),(1284,'user','8','2022-12-23 19:46:14','','','105.160.30.241','loggedin',1),(1285,'user','8','2022-12-23 19:47:32','','','105.160.30.241','loggedin',1),(1286,'user','9','2022-12-23 20:32:51','','','105.160.30.241','loggedin',1),(1287,'user','9','2022-12-23 20:33:12','','','105.160.30.241','loggedin',1),(1288,'user','8','2022-12-23 20:48:27','','','105.160.30.241','loggedin',1),(1289,'user','8','2022-12-23 21:22:07','','','105.160.30.241','loggedin',1),(1290,'admin','6','2022-12-23 22:46:41','2022-12-23 22:50:51','','105.160.30.241','loggedin',1),(1291,'user','9','2022-12-23 23:04:24','','','105.160.30.241','loggedin',1),(1292,'user','9','2022-12-23 23:05:23','','','105.160.30.241','loggedin',1),(1293,'user','9','2022-12-23 23:05:53','','','105.160.30.241','loggedin',1),(1294,'user','9','2022-12-23 23:06:26','','','105.160.30.241','loggedin',1),(1295,'user','9','2022-12-23 23:06:59','','','105.160.30.241','loggedin',1),(1296,'user','9','2022-12-23 23:08:41','','','105.160.30.241','loggedin',1),(1297,'user','9','2022-12-23 23:09:53','','','105.160.30.241','loggedin',1),(1298,'user','9','2022-12-23 23:10:32','','','105.160.30.241','loggedin',1),(1299,'user','9','2022-12-23 23:11:26','','','105.160.30.241','loggedin',1),(1300,'admin','1','2022-12-23 23:47:46','','','105.161.2.122','loggedin',1),(1301,'admin','1','2022-12-24 08:07:30','','','105.160.69.242','loggedin',1),(1302,'admin','6','2022-12-24 08:25:43','','','105.160.69.242','loggedin',1),(1303,'user','8','2022-12-24 08:26:10','','','105.160.69.242','loggedin',1),(1304,'admin','1','2022-12-24 08:28:27','','','105.161.26.122','loggedin',1),(1305,'user','8','2022-12-24 08:31:08','','','105.160.69.242','loggedin',1),(1306,'user','9','2022-12-24 08:55:25','','','105.160.69.242','loggedin',1),(1307,'user','8','2022-12-24 08:56:34','','','105.160.69.242','loggedin',1),(1308,'user','8','2022-12-24 08:57:03','','','105.160.69.242','loggedin',1),(1309,'admin','6','2022-12-24 08:58:12','','','105.160.69.242','loggedin',1),(1310,'user','8','2022-12-24 09:06:14','','','105.160.69.242','loggedin',1),(1311,'user','8','2022-12-24 09:16:21','','','105.160.69.242','loggedin',1),(1312,'admin','6','2022-12-24 09:55:46','','','105.160.39.126','loggedin',1),(1313,'admin','6','2022-12-24 09:56:43','','','105.160.39.126','loggedin',1),(1314,'user','8','2022-12-24 10:03:35','2022-12-24 10:03:49','','105.160.39.126','loggedin',1),(1315,'user','8','2022-12-24 10:03:54','','','105.160.39.126','loggedin',1),(1316,'user','8','2022-12-24 10:16:22','','','105.160.39.126','loggedin',1),(1317,'user','9','2022-12-24 10:46:48','','','105.160.39.126','loggedin',1),(1318,'user','8','2022-12-24 11:01:38','','','105.160.39.126','loggedin',1),(1319,'admin','1','2022-12-24 11:28:55','','','105.161.26.122','loggedin',1),(1320,'user','9','2022-12-24 11:29:21','','','105.160.39.126','loggedin',1),(1321,'user','9','2022-12-24 11:30:06','','','105.160.39.126','loggedin',1),(1322,'user','8','2022-12-24 11:30:36','','','105.160.39.126','loggedin',1),(1323,'user','9','2022-12-24 11:46:47','2022-12-24 11:51:23','','105.160.39.126','loggedin',1),(1324,'user','8','2022-12-24 11:51:28','','','105.160.39.126','loggedin',1),(1325,'user','8','2022-12-24 11:53:05','','','105.160.39.126','loggedin',1),(1326,'user','8','2022-12-24 11:54:45','','','105.160.39.126','loggedin',1),(1327,'user','8','2022-12-24 12:37:20','','','105.160.39.126','loggedin',1),(1328,'user','8','2022-12-24 12:39:11','','','105.160.39.126','loggedin',1),(1329,'user','9','2022-12-24 12:53:27','','','105.160.39.126','loggedin',1),(1330,'user','9','2022-12-24 12:53:57','','','105.160.39.126','loggedin',1),(1331,'user','8','2022-12-24 12:54:19','','','105.160.39.126','loggedin',1),(1332,'user','8','2022-12-24 13:11:08','','','105.160.39.126','loggedin',1),(1333,'user','8','2022-12-24 13:25:50','','','105.160.37.209','loggedin',1),(1334,'user','8','2022-12-24 13:33:39','','','105.160.37.209','loggedin',1),(1335,'user','8','2022-12-24 13:33:55','','','105.160.37.209','loggedin',1),(1336,'admin','1','2022-12-24 15:38:18','','','41.81.75.57','loggedin',1),(1337,'user','9','2022-12-24 18:58:01','','','105.160.21.65','loggedin',1),(1338,'user','9','2022-12-24 18:59:00','','','105.160.21.65','loggedin',1),(1339,'user','8','2022-12-24 19:05:09','','','105.160.21.65','loggedin',1),(1340,'user','8','2022-12-24 19:06:46','','','105.160.21.65','loggedin',1),(1341,'user','9','2022-12-24 19:07:56','','','105.160.21.65','loggedin',1),(1342,'user','9','2022-12-24 19:08:24','','','105.160.21.65','loggedin',1),(1343,'user','8','2022-12-24 19:08:44','','','105.160.21.65','loggedin',1),(1344,'user','9','2022-12-24 19:09:00','','','105.160.21.65','loggedin',1),(1345,'user','8','2022-12-24 19:09:18','','','105.160.21.65','loggedin',1),(1346,'user','8','2022-12-24 19:10:16','','','105.160.21.65','loggedin',1),(1347,'user','8','2022-12-24 19:10:37','','','105.160.21.65','loggedin',1),(1348,'user','9','2022-12-24 19:11:07','2022-12-24 19:34:08','','105.160.21.65','loggedin',1),(1349,'user','8','2022-12-24 19:34:12','','','105.160.21.65','loggedin',1),(1350,'user','8','2022-12-24 19:48:10','','','105.160.21.65','loggedin',1),(1351,'user','8','2022-12-24 19:55:12','','','105.160.21.65','loggedin',1),(1352,'user','8','2022-12-24 20:30:15','','','105.160.21.65','loggedin',1),(1353,'user','8','2022-12-24 20:30:34','','','105.160.21.65','loggedin',1),(1354,'admin','6','2022-12-24 20:31:45','','','105.160.21.65','loggedin',1),(1355,'admin','6','2022-12-24 20:34:41','','','105.160.21.65','loggedin',1),(1356,'admin','6','2022-12-24 20:44:46','','','105.160.21.65','loggedin',1),(1357,'user','8','2022-12-24 20:47:42','','','105.160.21.65','loggedin',1),(1358,'user','8','2022-12-24 20:49:07','','','105.160.21.65','loggedin',1),(1359,'user','8','2022-12-24 20:51:27','','','105.160.21.65','loggedin',1),(1360,'user','8','2022-12-24 20:51:58','','','105.160.21.65','loggedin',1),(1361,'user','8','2022-12-24 20:52:26','','','105.160.21.65','loggedin',1),(1362,'user','8','2022-12-24 20:53:21','','','105.160.21.65','loggedin',1),(1363,'user','8','2022-12-24 20:53:43','','','105.160.21.65','loggedin',1),(1364,'user','8','2022-12-24 20:58:04','','','105.160.21.65','loggedin',1),(1365,'user','8','2022-12-24 21:21:38','','','105.160.21.65','loggedin',1),(1366,'user','8','2022-12-24 21:40:51','','','105.160.21.65','loggedin',1),(1367,'user','8','2022-12-24 21:41:44','','','105.160.21.65','loggedin',1),(1368,'user','8','2022-12-24 21:51:19','','','105.160.21.65','loggedin',1),(1369,'admin','1','2022-12-24 22:25:35','','','105.160.41.59','loggedin',1),(1370,'user','9','2022-12-24 23:45:32','','','105.160.21.65','loggedin',1),(1371,'user','9','2022-12-24 23:47:10','','','105.160.21.65','loggedin',1),(1372,'user','8','2022-12-24 23:47:34','','','105.160.21.65','loggedin',1),(1373,'user','8','2022-12-24 23:47:50','','','105.160.21.65','loggedin',1),(1374,'user','8','2022-12-24 23:48:11','','','105.160.21.65','loggedin',1),(1375,'user','9','2022-12-24 23:49:02','','','105.160.21.65','loggedin',1),(1376,'user','8','2022-12-24 23:49:22','','','105.160.21.65','loggedin',1),(1377,'user','8','2022-12-24 23:50:16','','','105.160.21.65','loggedin',1),(1378,'user','8','2022-12-25 11:09:52','','','105.160.34.3','loggedin',1),(1379,'user','8','2022-12-25 11:10:53','','','105.160.34.3','loggedin',1),(1380,'user','8','2022-12-25 11:13:49','','','105.160.34.3','loggedin',1),(1381,'user','9','2022-12-25 11:16:09','','','105.160.34.3','loggedin',1),(1382,'user','8','2022-12-25 11:16:26','','','105.160.34.3','loggedin',1),(1383,'user','9','2022-12-25 11:16:54','','','105.160.34.3','loggedin',1),(1384,'user','9','2022-12-25 11:17:58','','','105.160.34.3','loggedin',1),(1385,'user','9','2022-12-25 11:18:42','','','105.160.34.3','loggedin',1),(1386,'user','8','2022-12-25 11:19:17','','','105.160.34.3','loggedin',1),(1387,'user','9','2022-12-25 12:02:43','','','105.160.34.3','loggedin',1),(1388,'user','8','2022-12-25 12:50:14','2022-12-25 12:51:30','','105.160.34.3','loggedin',1),(1389,'user','8','2022-12-25 12:58:13','','','105.160.34.3','loggedin',1),(1390,'user','8','2022-12-25 14:22:50','','','105.160.34.3','loggedin',1),(1391,'user','8','2022-12-25 14:25:17','','','105.160.34.3','loggedin',1),(1392,'user','8','2022-12-25 14:34:02','','','105.160.34.3','loggedin',1),(1393,'user','8','2022-12-25 14:34:19','','','105.160.34.3','loggedin',1),(1394,'user','9','2022-12-25 15:16:29','2022-12-25 15:38:28','','105.160.34.3','loggedin',1),(1395,'admin','1','2022-12-25 15:19:58','','','105.161.45.158','loggedin',1),(1396,'user','8','2022-12-25 15:38:33','','','105.160.34.3','loggedin',1),(1397,'admin','6','2022-12-25 15:50:20','2022-12-25 16:21:03','','105.160.34.3','loggedin',1),(1398,'user','8','2022-12-25 16:21:10','','','105.160.34.3','loggedin',1),(1399,'user','9','2022-12-25 19:02:48','','','105.160.34.3','loggedin',1),(1400,'admin','6','2022-12-25 20:22:19','2022-12-25 20:26:08','','105.160.34.3','loggedin',1),(1401,'user','8','2022-12-25 20:26:13','','','105.160.34.3','loggedin',1),(1402,'user','8','2022-12-25 20:28:16','','','105.160.34.3','loggedin',1),(1403,'user','8','2022-12-25 20:30:43','','','105.160.34.3','loggedin',1),(1404,'admin','6','2022-12-25 20:48:15','','','105.160.34.3','loggedin',1),(1405,'admin','6','2022-12-25 20:51:54','','','105.160.34.3','loggedin',1),(1406,'user','8','2022-12-25 20:55:55','','','105.160.34.3','loggedin',1),(1407,'user','8','2022-12-25 21:09:57','','','105.160.34.3','loggedin',1),(1408,'user','8','2022-12-25 21:10:22','','','105.160.34.3','loggedin',1),(1409,'user','8','2022-12-25 21:10:49','','','105.160.34.3','loggedin',1),(1410,'user','8','2022-12-25 21:11:18','','','105.160.34.3','loggedin',1),(1411,'user','8','2022-12-25 21:11:45','','','105.160.34.3','loggedin',1),(1412,'user','8','2022-12-25 21:23:38','','','105.160.34.3','loggedin',1),(1413,'user','8','2022-12-25 21:29:44','','','105.160.34.3','loggedin',1),(1414,'user','9','2022-12-25 21:40:33','','','105.160.34.3','loggedin',1),(1415,'user','8','2022-12-25 21:41:02','','','105.160.34.3','loggedin',1),(1416,'user','8','2022-12-25 21:41:27','','','105.160.34.3','loggedin',1),(1417,'user','9','2022-12-25 22:02:49','','','105.160.34.3','loggedin',1),(1418,'user','9','2022-12-25 22:43:01','','','105.160.34.3','loggedin',1),(1419,'admin','1','2022-12-26 07:31:35','','','196.108.134.168','loggedin',1),(1420,'user','8','2022-12-26 09:02:17','','','105.160.11.32','loggedin',1),(1421,'user','8','2022-12-26 09:06:18','','','105.160.11.32','loggedin',1),(1422,'user','8','2022-12-26 09:07:32','','','105.160.11.32','loggedin',1),(1423,'admin','6','2022-12-26 09:09:47','','','105.160.11.32','loggedin',1),(1424,'user','9','2022-12-26 09:15:13','','','105.160.11.32','loggedin',1),(1425,'user','8','2022-12-26 13:31:09','','','105.160.11.32','loggedin',1),(1426,'admin','1','2022-12-26 14:34:44','','','41.81.214.208','loggedin',1),(1427,'user','9','2022-12-26 17:00:42','','','105.160.11.32','loggedin',1),(1428,'user','9','2022-12-26 21:13:45','','','105.160.11.32','loggedin',1),(1429,'user','8','2022-12-26 21:19:45','','','105.160.11.32','loggedin',1),(1430,'user','8','2022-12-26 21:21:29','','','105.160.11.32','loggedin',1),(1431,'user','9','2022-12-26 21:21:54','','','105.160.11.32','loggedin',1),(1432,'user','8','2022-12-27 12:20:26','','','105.160.90.212','loggedin',1),(1433,'user','8','2022-12-27 12:21:09','','','105.160.90.212','loggedin',1),(1434,'user','8','2022-12-27 12:25:24','','','105.160.90.212','loggedin',1),(1435,'user','8','2022-12-27 12:28:23','','','105.160.90.212','loggedin',1),(1436,'user','8','2022-12-27 12:50:41','','','105.160.90.212','loggedin',1),(1437,'user','8','2022-12-27 13:28:35','','','105.160.90.212','loggedin',1),(1438,'user','9','2022-12-27 22:24:47','','','105.160.123.46','loggedin',1),(1439,'user','9','2022-12-27 22:25:40','','','105.160.123.46','loggedin',1),(1440,'user','8','2022-12-27 22:26:59','','','105.160.123.46','loggedin',1),(1441,'user','8','2022-12-27 22:28:25','','','105.160.123.46','loggedin',1),(1442,'user','8','2022-12-27 22:29:02','','','105.160.123.46','loggedin',1),(1443,'user','8','2022-12-27 22:31:45','','','105.160.123.46','loggedin',1),(1444,'user','8','2022-12-28 07:57:12','','','105.160.7.238','loggedin',1),(1445,'user','8','2022-12-28 08:21:20','','','105.160.7.238','loggedin',1),(1446,'user','8','2022-12-28 10:38:02','','','105.160.7.238','loggedin',1),(1447,'user','8','2022-12-28 10:38:56','','','105.160.7.238','loggedin',1),(1448,'user','8','2022-12-28 13:20:35','2022-12-28 13:20:51','','105.160.7.238','loggedin',1),(1449,'user','8','2022-12-28 14:11:02','','','105.160.7.238','loggedin',1),(1450,'user','8','2022-12-28 19:06:21','','','105.160.7.238','loggedin',1),(1451,'user','8','2022-12-28 19:06:54','','','105.160.7.238','loggedin',1),(1452,'user','8','2022-12-28 23:11:45','','','105.160.65.142','loggedin',1),(1453,'user','8','2022-12-28 23:12:31','','','105.160.65.142','loggedin',1),(1454,'user','8','2022-12-28 23:13:08','','','105.160.65.142','loggedin',1),(1455,'user','8','2022-12-28 23:13:25','','','105.160.65.142','loggedin',1),(1456,'user','8','2022-12-28 23:13:54','','','105.160.65.142','loggedin',1),(1457,'user','8','2022-12-28 23:14:13','','','105.160.65.142','loggedin',1),(1458,'user','8','2022-12-28 23:14:42','','','105.160.65.142','loggedin',1),(1459,'user','8','2022-12-28 23:14:59','','','105.160.65.142','loggedin',1),(1460,'user','8','2022-12-28 23:16:53','','','105.160.65.142','loggedin',1),(1461,'user','8','2022-12-29 08:08:16','','','105.160.98.150','loggedin',1),(1462,'user','8','2022-12-29 08:08:49','','','105.160.98.150','loggedin',1),(1463,'user','8','2022-12-29 08:43:02','','','105.160.98.150','loggedin',1),(1464,'user','8','2022-12-29 08:45:30','','','105.160.98.150','loggedin',1),(1465,'user','8','2022-12-29 09:04:17','','','105.160.98.150','loggedin',1),(1466,'user','8','2022-12-29 09:04:44','','','105.160.98.150','loggedin',1),(1467,'user','8','2022-12-29 09:08:08','','','105.160.98.150','loggedin',1),(1468,'user','8','2022-12-29 10:03:09','','','105.160.98.150','loggedin',1),(1469,'user','8','2022-12-29 16:19:14','','','105.160.98.150','loggedin',1),(1470,'admin','6','2022-12-29 20:29:29','','','105.160.98.150','loggedin',1),(1471,'user','8','2022-12-29 22:58:59','','','105.160.98.150','loggedin',1),(1472,'user','8','2022-12-29 23:00:30','','','105.160.98.150','loggedin',1),(1473,'user','8','2022-12-29 23:02:12','','','105.160.98.150','loggedin',1),(1474,'user','8','2022-12-29 23:02:37','','','105.160.98.150','loggedin',1),(1475,'user','8','2022-12-29 23:03:02','','','105.160.98.150','loggedin',1),(1476,'user','9','2022-12-29 23:03:25','','','105.160.98.150','loggedin',1),(1477,'user','8','2022-12-29 23:04:22','','','105.160.98.150','loggedin',1),(1478,'user','8','2022-12-30 21:45:05','','','105.160.75.73','loggedin',1),(1479,'user','8','2022-12-30 21:47:58','','','105.160.75.73','loggedin',1),(1480,'user','8','2022-12-30 21:51:32','','','105.160.75.73','loggedin',1),(1481,'user','8','2022-12-30 21:52:21','','','105.160.75.73','loggedin',1),(1482,'user','8','2022-12-30 21:53:13','','','105.160.75.73','loggedin',1),(1483,'user','8','2022-12-30 22:00:10','','','105.160.75.73','loggedin',1),(1484,'user','8','2022-12-30 22:00:37','','','105.160.75.73','loggedin',1),(1485,'user','8','2022-12-30 22:01:06','','','105.160.75.73','loggedin',1),(1486,'admin','6','2022-12-30 22:30:59','','','105.160.75.73','loggedin',1),(1487,'user','8','2022-12-31 07:30:40','','','105.160.105.133','loggedin',1),(1488,'user','8','2022-12-31 08:48:12','','','105.160.105.133','loggedin',1),(1489,'user','8','2022-12-31 08:48:47','','','105.160.105.133','loggedin',1),(1490,'user','8','2022-12-31 09:31:45','','','105.160.105.133','loggedin',1),(1491,'user','8','2022-12-31 11:21:27','','','105.160.105.133','loggedin',1),(1492,'user','8','2022-12-31 11:31:56','','','105.160.105.133','loggedin',1),(1493,'user','8','2022-12-31 11:32:57','','','105.160.105.133','loggedin',1),(1494,'user','8','2022-12-31 19:03:56','','','105.160.117.142','loggedin',1),(1495,'admin','1','2023-01-05 14:44:51','','','105.160.27.121','loggedin',1),(1496,'admin','1','2023-01-06 08:11:50','','','105.161.104.131','loggedin',1),(1497,'admin','1','2023-01-07 07:37:57','','','41.81.214.149','loggedin',1),(1498,'admin','1','2023-01-07 18:45:40','','','105.161.95.38','loggedin',1),(1499,'admin','1','2023-01-08 08:21:34','','','105.161.95.38','loggedin',1),(1500,'admin','1','2023-01-08 10:48:32','','','105.161.95.38','loggedin',1),(1501,'admin','1','2023-01-13 17:55:23','','','105.161.112.7','loggedin',1),(1502,'admin','1','2023-01-13 21:58:52','','','105.161.112.7','loggedin',1),(1503,'admin','1','2023-01-14 09:20:15','','','105.161.21.67','loggedin',1),(1504,'admin','1','2023-01-14 10:50:19','','','105.161.21.67','loggedin',1),(1505,'admin','1','2023-01-15 10:07:23','','','197.181.226.125','loggedin',1),(1506,'admin','1','2023-01-15 15:41:17','','','105.161.5.129','loggedin',1),(1507,'admin','1','2023-02-04 08:58:06','','','105.61.245.231','loggedin',1),(1508,'admin','1','2023-04-10 18:29:51','','','154.159.237.141','loggedin',1),(1509,'admin','1','2023-04-10 18:40:49','','','154.159.237.141','loggedin',1),(1510,'admin','1','2023-04-10 18:41:18','','','154.159.237.141','loggedin',1),(1511,'admin','1','2023-04-11 20:56:10','','','154.159.237.178','loggedin',1),(1512,'admin','1','2023-04-12 06:47:19','','','105.160.23.215','loggedin',1),(1513,'admin','1','2023-04-14 10:56:57','','','105.160.6.207','loggedin',1),(1514,'admin','1','2023-04-14 10:57:00','','','105.160.6.207','loggedin',1),(1515,'admin','1','2023-04-15 19:06:37','','','154.159.237.161','loggedin',1),(1516,'admin','1','2023-04-23 17:04:56','','','154.159.237.50','loggedin',1),(1517,'admin','1','2023-10-29 15:05:21','','','154.159.237.246','loggedin',1),(1518,'admin','1','2023-11-05 09:44:33','','','105.54.172.58','loggedin',1),(1519,'admin','1','2023-11-05 09:48:16','','','105.54.172.58','loggedin',1); /*!40000 ALTER TABLE `loggs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `loyalitycards` -- DROP TABLE IF EXISTS `loyalitycards`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `loyalitycards` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer_id` int(10) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loyalitycards` -- LOCK TABLES `loyalitycards` WRITE; /*!40000 ALTER TABLE `loyalitycards` DISABLE KEYS */; /*!40000 ALTER TABLE `loyalitycards` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `maincategory` -- DROP TABLE IF EXISTS `maincategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `maincategory` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `maincategory` -- LOCK TABLES `maincategory` WRITE; /*!40000 ALTER TABLE `maincategory` DISABLE KEYS */; INSERT INTO `maincategory` VALUES (1,'BAR','','2021-09-18 10:40:57','active','1','','1'),(2,'CHOMAZONE','','2022-12-02 22:03:47','active','6','','1'); /*!40000 ALTER TABLE `maincategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainmenu` -- DROP TABLE IF EXISTS `mainmenu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainmenu` ( `id` varchar(100) NOT NULL, `name` varchar(255) NOT NULL, `icon` varchar(255) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `sort` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainmenu` -- LOCK TABLES `mainmenu` WRITE; /*!40000 ALTER TABLE `mainmenu` DISABLE KEYS */; INSERT INTO `mainmenu` VALUES ('accomodation','Accomodation','','1','user/accomodation','side',8),('assetliability','Assets and Liabilities','','1','user/assetliability','side',7),('banking','Banking','','1','user/banking','side',6),('contact','Contacts','','1','user/contact','side',4),('goodservice','Goods and Services','','1','user/goodservice','side',3),('humanresource','HR','grouping','1','user/viewrequest','side',8),('moneyin','Money In','','1','user/moneyin','side',1),('moneyout','Money out','','1','user/moneyout','side',2),('project','Projects','','1','user/project','side',5),('report','Reports','','1','user/report','side',9),('setting','Settings','','1','user/setting','side',10); /*!40000 ALTER TABLE `mainmenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainservices` -- DROP TABLE IF EXISTS `mainservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainservices` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainservices` -- LOCK TABLES `mainservices` WRITE; /*!40000 ALTER TABLE `mainservices` DISABLE KEYS */; INSERT INTO `mainservices` VALUES (1,'General systems',1),(2,'E-commerce',1),(3,'Biometric',1),(4,'Website',1),(5,'PMS',1),(6,'Bulk sms',1),(7,'Pos',1); /*!40000 ALTER TABLE `mainservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message` -- DROP TABLE IF EXISTS `message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `message` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=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 */; INSERT INTO `message` VALUES (2,'COLD','','2021-08-01 12:05:40','active','1','','1'),(3,'WARM','','2021-08-01 12:05:48','active','1','','1'); /*!40000 ALTER TABLE `message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES ('2014_10_12_000000_create_users_table',1),('2014_10_12_100000_create_password_resets_table',1),('2016_07_02_112357_Product',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modules` ( `name` varchar(255) NOT NULL, `sort` int(10) NOT NULL, `icon` varchar(255) NOT NULL, `id` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `menu` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES ('Accomodation',84,'money','accomodation','1','admin/viewpallmyplots','side','accomodation'),('Accounting',35,'battery-quarter','accounting','1','user/allaccounting','side','banking'),('Accounting Reports',35,'money','accountingreports','1','user/startsales','side','banking'),('Assets',49,'paw','assets','1','user/viewassets','side','assetliability'),('Bank Deposits',35,'money','bankdeposits','1','user/viewbanks','side','banking'),('Bank Transfer',35,'money','banktransfer','1','user/viewbanktransfer','side','banking'),('Biometric Records',31,'rss-square','biometricrecords','1','user/allattendance','side','humanresource'),('Branch',81,'rss-square','branch','1','user/viewbranch','side','setting'),('Call center',12,'rss-square','callcenter','1','user/callcenter','side','contact'),('Cashier Sales',87,'folder-open','cashiersales','1','user/mysales','side','moneyin'),('Comments/Complains',11,'paw','complain','1','user/complain','side','project'),('Configuration',5,'home','config','1','user/viewconfiguration','top','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','1','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','1','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','1','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','1','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','1','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','1','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','1','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','1','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','1','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','1','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','1','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','1','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','1','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','1','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('Open and Close Sales',87,'money','openclose','0','user/openclose','side','moneyin'),('Change password',9,'hourglass-start','password','1','user/passwordform','side','setting'),('Payroll',30,'rss-square','payroll','1','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','1','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','1','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','1','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/deliveryhome','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('Select User',1,'rss-square','selectuser','1','login','side','contact'),('Send Sms',15,'paper-plane','sendsms','1','user/viewsms','side','project'),('Tasks',12,'bullseye','task','1','user/viewtasks','side','project'),('Tasks Category',13,'birthday-cake','taskscategory','1','user/viewtaskcategory','side','project'),('Users',75,'rss-square','users','1','user/viewemployee','side','contact'),('Return/RePrint Sales',86,'paw','viewreturnsales','1','user/viewreturnsales','side','moneyout'),('Whole sale',88,'cart-plus','wholesale','1','user/viewwholesales','side','moneyin'); /*!40000 ALTER TABLE `modules` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modulesactions` -- DROP TABLE IF EXISTS `modulesactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modulesactions` ( `actionid` varchar(100) NOT NULL, `moduleid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `sort` int(11) NOT NULL, PRIMARY KEY (`actionid`,`moduleid`), KEY `phppos_modules_actions_ibfk_1` (`moduleid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modulesactions` -- LOCK TABLES `modulesactions` WRITE; /*!40000 ALTER TABLE `modulesactions` DISABLE KEYS */; INSERT INTO `modulesactions` VALUES ('accommodationcleaner','accomodation','Tick ONLY if Cleaner',26),('accommodationreceiptionist','accomodation','Tick ONLY if Receptionist',27),('accomodationmanager','accomodation','Tick ONLY if manager',25),('accountlimit','sales','Enforce Daily Sales Limit',16),('add','assets','Add asset',1),('add','bankdeposits','add',1),('add','banktransfer','add',1),('add','biometricrecords','add',1),('add','branch','Add Baranch',1),('add','callcenter','Add Calls',1),('add','complain','Add complain',2),('add','config','add',1),('add','damagedproducts','add',1),('add','deals','add',1),('add','departments','add',1),('add','documents','add',1),('add','ecommerce','Add',1),('add','events','add',1),('add','grouping','add',1),('add','humanresource','Add Expense Request Form',1),('add','income','add',2),('add','incomeexpenses','add',1),('add','incomingstock','add',1),('add','incomingstore','Add incoming',1),('add','journalentry','add',1),('add','labourrecords','add',1),('add','leavemanagement','add',0),('add','lowproducts','add',1),('add','lowstocklist','add',6),('add','loyalitycards','add',1),('add','members','add',1),('add','payroll','add',1),('add','payrollsetup','add',1),('add','peoplecategory','add',1),('add','productlist','Add Products',7),('add','products','add',1),('add','productscategory','add',1),('add','projectsmanagement','Create New Project',2),('add','purchases','add',1),('add','recorddelivery','Add Delivery',1),('add','sales','add',1),('add','sendsms','add',1),('add','task','add',1),('add','taskscategory','add',1),('add','users','add',1),('add','viewreturnsales','add',1),('add','wholesale','add',1),('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),('addroom','accomodation','Add Room',3),('addstock','productlist','Add stock',4),('addstock','products','addstock',4),('advancebooking','accomodation','advance booking',11),('all','cashiersales','View all Cashier sales',4),('allcompalin','complain','View Others Complain',11),('allleaves ','humanresource','View all leaves',20),('allocate','humanresource','Allocate Money',5),('approve','humanresource','Make Approval',2),('approve','purchases','Approve Purchase order',22),('approveorders','ecommerce','Approve New orders',7),('assignrooms','accomodation','Asign Cleaning rooms',7),('assigntask','task','Assign Task',10),('backdatesales','sales','Back date sales',17),('bioattendance','humanresource','Biometric Attendance',30),('budget','purchases','View Budget',10),('bulk','productlist','Upload bulk stock',1),('bulk','products','bulk',5),('bulkpriceupdate','productlist','Bulk Price Update',33),('bulkpriceupdate','products','Bulk Price Update',33),('card','accomodation','Sale in Visa Card',2),('card','sales','Card Sales',7),('cash','accomodation','Sale in Cash',2),('cash','sales','Sell in Cash',3),('cashiersales','cashiersales','View Sales',5),('change','password','change',1),('changepayment','accomodation','Change payment',9),('changeserialstatus','productlist','Change Serial Status',20),('changestatus','recorddelivery','Change Status',6),('changetaxstatus','sales','Change Tax Status',30),('changeuomonsales','sales','Change Unit Of Measurement',33),('checkin','accomodation','View Room window',4),('checkinroom','accomodation','Check in Rooms',2),('checkoutcustomerwithbalance','accomodation','Check out customer with balance',20),('checkoutroom','accomodation','Check out Room',3),('cheque','accomodation','Sale in Cheque/Bank',2),('cheque','sales','Cheque/Bank sales',8),('ClaimDamaged','recorddelivery','Change to Claim Damaged',17),('ClaimOK','recorddelivery','Cahange to Claim OK',16),('Claimraised','recorddelivery','Change to Claim raised',15),('cleanrooms','accomodation','Clean Rooms',4),('clear','viewreturnsales','Clear Sales',5),('clearallsales','cashiersales','Clear all sales for others',10),('clearpayments','sales','Clear/Add payments',7),('closebill','sales',' Close Bill',6),('closeexpense','incomeexpenses','Close Expense',3),('config','accomodation','Accommodation Settings',33),('credit','accomodation','Sale in Credit',2),('credit','sales','Credit sales',10),('creditnote','sales','Credit Note',8),('customerregister','accomodation','Customer Register',10),('dailycollections','accomodation','Daily Collections',56),('dailypayments','accomodation','View Daily Payments',10),('dailysales','accomodation',' Daily Sales',1),('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','recorddelivery','Delete Delivery',5),('delete','reports','Delete sales',3),('delete','sales','delete',3),('delete','sendsms','delete',3),('delete','task','delete',3),('delete','taskscategory','delete',3),('delete','users','delete',3),('delete','viewreturnsales','delete',3),('delete','wholesale','delete',2),('deleteallroles','users','Delete all Roles',5),('deletebank','accounting','Delete Bank Account',2),('deletedailycollections','cashiersales','Delete Daily Collections',9),('deleteglaccount','accounting','Delete GL Account',4),('deleteorder','products','Delete Order',5),('deletepeople','members','Delete Contacts',5),('Delivered','recorddelivery','Change to Delivered',14),('detailedvatinvoice','income','Show Detailed Vat Invoice',5),('discount','sales','Print Discount',5),('dispatch','products','Dispatch Products',6),('Dispatched','recorddelivery','Change to Dispatched',10),('displaycustomers','sales','Display customers using buttons',5),('dontprint','sales','Display Dont Print Button',15),('dontshowprofit','reports','Don Not Show Profit',10),('dontshowstock','sales','Dont show stock balance during sales',30),('dontshowtotal','cashiersales','Do Not Show grand Total',6),('download','reports','download',2),('editmpesa','cashiersales','Enter Mpesa Amount Directly',3),('editmpesadate','cashiersales','Edit Mpesa Entry date',5),('editopenclosestock','productlist','Update Closing and Opening stock',10),('editsellingprice','sales','Change Selling Price',7),('editstocktaken','productlist','Change closed and stock taken',9),('entermpesacode','cashiersales','Enter Mpesa Code',3),('FailedDelivery','recorddelivery','Change to Failed Delivery',12),('givediscount','accomodation','Give Discount',4),('giveloyalityponts','sales','Give Poinsts',30),('housekeeping','accomodation','House Keeping',9),('leaseitems','sales','Lease Items',30),('leavesetup','humanresource','Add Leave setup',8),('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),('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),('openclosestock','productlist','Open and Close stock',8),('order','sales','User Order Button',6),('points','accomodation','Sale in Loyality Points',2),('points','sales','Loyality Point sales',9),('Post Bank Deposits','accomodation','bankdeposits',6),('postexpense','accomodation','Post Expense',5),('postgeneraltask','task','Post General Task',5),('postrentalexpenses','incomeexpenses','Post rental Expeses',20),('postspecifictask','task','Post Specific Task',3),('posttaskforothers','task','Post task for others',11),('price','products','change price',7),('printbill','sales',' Print Bill',6),('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),('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),('return','viewreturnsales','Return Sales',4),('ReturnedandReceived','recorddelivery','Change to Returned and Received',13),('reversempesa','cashiersales','Reverse Mpesa',9),('sale','sales','sale',4),('sale','wholesale','sale',0),('salesbeyondbprice','sales','Can sell below set s.price',9),('salesorder','purchases','Sales Order',10),('salesperson','sales','Choose Sales person',50),('select','sales','Select Customers',5),('selectcurrency','sales','Select Currency',50),('selectmessage','sales','Select Order Message',1),('selectroom','sales','Select Room',12),('selecttable','sales','Select Table',35),('sell','openclose','Sell',1),('sendsms','sales','Send Digital Receipt/Sms',40),('setup','ecommerce','Setup E-commerce',6),('showdefaultserials','purchases','Generate with default Serial Numbers',20),('splitbill','sales','Split Bill',31),('stocktaking','productlist','Do stock Taking',8),('suspend','sales','Suspend/Cancel Sales',1),('transfer','productlist','Transfer Products',3),('transfersms','sendsms','Transfer sms to others',5),('upadate','callcenter','Update',2),('update','assets','Update',2),('update','bankdeposits','update',2),('update','branch','Update Branch',3),('update','complain','Update Complain',6),('update','config','update',2),('update','damagedproducts','update',2),('update','deals','update',2),('update','documents','update',2),('update','ecommerce','Upadate Data',2),('update','events','update',2),('update','grouping','update',2),('update','humanresource','Update Expense Request Form',2),('update','incomeexpenses','update',3),('update','incomingstock','update',2),('update','lowproducts','update',1),('update','loyalitycards','update',2),('update','members','update',2),('update','peoplecategory','update',2),('update','productlist','Update Product',6),('update','products','update',2),('update','productscategory','update',2),('update','profile','update',1),('update','projectsmanagement','Edit Projects',4),('update','purchases','update',2),('update','recorddelivery','Update Delivery',3),('update','reports','update sales',4),('update','sales','update',2),('update','sendsms','update',2),('update','task','update',2),('update','taskscategory','update',2),('update','users','update',2),('update','viewreturnsales','update',2),('update','wholesale','update',4),('updatebuyingprice','purchases','update buying price',4),('updatecharges','accomodation','Update Room Charges',4),('updateclosedexpenses','incomeexpenses','Edit closed expenses',4),('updateclosedinvoice','purchases','update closed invoice',6),('updatedailycollections','cashiersales','Update Daily Collection',9),('updatehouse','accomodation','Update House',5),('updatepaymentmode','sales','Update Payment Mode',7),('updateroom','accomodation','Update Room',5),('updatesellingprice','purchases','update selling price',5),('updatestock','productlist','Update Stock (Cl.Stock)',2),('view','accounting','View Accounting',4),('view','accountingreports','view',1),('view','branch','View Branch',2),('view','callcenter','View Calls',3),('view','complain','View Complain',5),('view','displayreport','Display Report',1),('view','humanresource','View Expense Request Form',4),('View','income','View',1),('view','incomingstock','View Incoming store products',2),('view','incomingstore','View Incoming store products',4),('view','lowstocklist','View',6),('view','productlist','View Products',5),('view','projectsmanagement','View Projects',1),('view','recorddelivery','View Delivery',2),('view','reports','view',1),('viewall','deals','View other people\'s deals',5),('viewall','reports','View all Branches',6),('viewall','task','View other people\'s tasks',2),('viewallcollections','cashiersales','View Others Daily Collection',16),('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),('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','income','View all invoices',3),('wiewinvoices','incomeexpenses','View all invoices',5); /*!40000 ALTER TABLE `modulesactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `moneydocuments` -- DROP TABLE IF EXISTS `moneydocuments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `moneydocuments` ( `id` int(50) NOT NULL, `name` text NOT NULL, `imageid` varchar(50) NOT NULL, `user` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `moneydocuments` -- LOCK TABLES `moneydocuments` WRITE; /*!40000 ALTER TABLE `moneydocuments` DISABLE KEYS */; /*!40000 ALTER TABLE `moneydocuments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mpesasales` -- DROP TABLE IF EXISTS `mpesasales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mpesasales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `code` varchar(50) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB AUTO_INCREMENT=5 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,120.00,1,1,'2021-09-05 07:46:37','Cleared',1,'MPESA','PGP9RKL46L'),(2,80.00,1,1,'2021-09-05 07:58:59','Cleared',2,'MPESA','PGP6RJX8FE'),(3,3005.00,1,1,'2021-09-17 13:37:05','1',1,'1','PIB9R1PPJH'),(4,90.00,1,1,'2021-09-25 12:32:37','1',1,'1','PH243PAFEW'); /*!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(2) NOT NULL DEFAULT '', `name` varchar(100) NOT NULL DEFAULT '', `description` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nation` -- LOCK TABLES `nation` WRITE; /*!40000 ALTER TABLE `nation` DISABLE KEYS */; INSERT INTO `nation` VALUES (1,'KE','Kenya',''),(2,'CA','Canada',''),(3,'AF','Afghanistan',''),(4,'AL','Albania',''),(5,'DZ','Algeria',''),(6,'DS','American Samoa',''),(7,'AD','Andorra',''),(8,'AO','Angola',''),(9,'AI','Anguilla',''),(10,'AQ','Antarctica',''),(11,'AG','Antigua and/or Barbuda',''),(12,'AR','Argentina',''),(13,'AM','Armenia',''),(14,'AW','Aruba',''),(15,'AU','Australia',''),(16,'AT','Austria',''),(17,'AZ','Azerbaijan',''),(18,'BS','Bahamas',''),(19,'BH','Bahrain',''),(20,'BD','Bangladesh',''),(21,'BB','Barbados',''),(22,'BY','Belarus',''),(23,'BE','Belgium',''),(24,'BZ','Belize',''),(25,'BJ','Benin',''),(26,'BM','Bermuda',''),(27,'BT','Bhutan',''),(28,'BO','Bolivia',''),(29,'BA','Bosnia and Herzegovina',''),(30,'BW','Botswana',''),(31,'BV','Bouvet Island',''),(32,'BR','Brazil',''),(33,'IO','British lndian Ocean Territory',''),(34,'BN','Brunei Darussalam',''),(35,'BG','Bulgaria',''),(36,'BF','Burkina Faso',''),(37,'BI','Burundi',''),(38,'KH','Cambodia',''),(39,'CM','Cameroon',''),(40,'CV','Cape Verde',''),(41,'KY','Cayman Islands',''),(42,'CF','Central African Republic',''),(43,'TD','Chad',''),(44,'CL','Chile',''),(45,'CN','China',''),(46,'CX','Christmas Island',''),(47,'CC','Cocos (Keeling) Islands',''),(48,'CO','Colombia',''),(49,'KM','Comoros',''),(50,'CG','Congo',''),(51,'CK','Cook Islands',''),(52,'CR','Costa Rica',''),(53,'HR','Croatia (Hrvatska)',''),(54,'CU','Cuba',''),(55,'CY','Cyprus',''),(56,'CZ','Czech Republic',''),(57,'DK','Denmark',''),(58,'DJ','Djibouti',''),(59,'DM','Dominica',''),(60,'DO','Dominican Republic',''),(61,'TP','East Timor',''),(62,'EC','Ecuador',''),(63,'EG','Egypt',''),(64,'SV','El Salvador',''),(65,'GQ','Equatorial Guinea',''),(66,'ER','Eritrea',''),(67,'EE','Estonia',''),(68,'ET','Ethiopia',''),(69,'FK','Falkland Islands (Malvinas)',''),(70,'FO','Faroe Islands',''),(71,'FJ','Fiji',''),(72,'FI','Finland',''),(73,'FR','France',''),(74,'FX','France, Metropolitan',''),(75,'GF','French Guiana',''),(76,'PF','French Polynesia',''),(77,'TF','French Southern Territories',''),(78,'GA','Gabon',''),(79,'GM','Gambia',''),(80,'GE','Georgia',''),(81,'DE','Germany',''),(82,'GH','Ghana',''),(83,'GI','Gibraltar',''),(84,'GR','Greece',''),(85,'GL','Greenland',''),(86,'GD','Grenada',''),(87,'GP','Guadeloupe',''),(88,'GU','Guam',''),(89,'GT','Guatemala',''),(90,'GN','Guinea',''),(91,'GW','Guinea-Bissau',''),(92,'GY','Guyana',''),(93,'HT','Haiti',''),(94,'HM','Heard and Mc Donald Islands',''),(95,'HN','Honduras',''),(96,'HK','Hong Kong',''),(97,'HU','Hungary',''),(98,'IS','Iceland',''),(99,'IN','India',''),(100,'ID','Indonesia',''),(101,'IR','Iran (Islamic Republic of)',''),(102,'IQ','Iraq',''),(103,'IE','Ireland',''),(104,'IL','Israel',''),(105,'IT','Italy',''),(106,'CI','Ivory Coast',''),(107,'JM','Jamaica',''),(108,'JP','Japan',''),(109,'JO','Jordan',''),(110,'KZ','Kazakhstan',''),(111,'US','United States ',''),(112,'KI','Kiribati',''),(113,'KP','Korea, Democratic People\'s Republic of',''),(114,'KR','Korea, Republic of',''),(115,'XK','Kosovo',''),(116,'KW','Kuwait',''),(117,'KG','Kyrgyzstan',''),(118,'LA','Lao People\'s Democratic Republic',''),(119,'LV','Latvia',''),(120,'LB','Lebanon',''),(121,'LS','Lesotho',''),(122,'LR','Liberia',''),(123,'LY','Libyan Arab Jamahiriya',''),(124,'LI','Liechtenstein',''),(125,'LT','Lithuania',''),(126,'LU','Luxembourg',''),(127,'MO','Macau',''),(128,'MK','Macedonia',''),(129,'MG','Madagascar',''),(130,'MW','Malawi',''),(131,'MY','Malaysia',''),(132,'MV','Maldives',''),(133,'ML','Mali',''),(134,'MT','Malta',''),(135,'MH','Marshall Islands',''),(136,'MQ','Martinique',''),(137,'MR','Mauritania',''),(138,'MU','Mauritius',''),(139,'TY','Mayotte',''),(140,'MX','Mexico',''),(141,'FM','Micronesia, Federated States of',''),(142,'MD','Moldova, Republic of',''),(143,'MC','Monaco',''),(144,'MN','Mongolia',''),(145,'ME','Montenegro',''),(146,'MS','Montserrat',''),(147,'MA','Morocco',''),(148,'MZ','Mozambique',''),(149,'MM','Myanmar',''),(150,'NA','Namibia',''),(151,'NR','Nauru',''),(152,'NP','Nepal',''),(153,'NL','Netherlands',''),(154,'AN','Netherlands Antilles',''),(155,'NC','New Caledonia',''),(156,'NZ','New Zealand',''),(157,'NI','Nicaragua',''),(158,'NE','Niger',''),(159,'NG','Nigeria',''),(160,'NU','Niue',''),(161,'NF','Norfork Island',''),(162,'MP','Northern Mariana Islands',''),(163,'NO','Norway',''),(164,'OM','Oman',''),(165,'PK','Pakistan',''),(166,'PW','Palau',''),(167,'PA','Panama',''),(168,'PG','Papua New Guinea',''),(169,'PY','Paraguay',''),(170,'PE','Peru',''),(171,'PH','Philippines',''),(172,'PN','Pitcairn',''),(173,'PL','Poland',''),(174,'PT','Portugal',''),(175,'PR','Puerto Rico',''),(176,'QA','Qatar',''),(177,'RE','Reunion',''),(178,'RO','Romania',''),(179,'RU','Russian Federation',''),(180,'RW','Rwanda',''),(181,'KN','Saint Kitts and Nevis',''),(182,'LC','Saint Lucia',''),(183,'VC','Saint Vincent and the Grenadines',''),(184,'WS','Samoa',''),(185,'SM','San Marino',''),(186,'ST','Sao Tome and Principe',''),(187,'SA','Saudi Arabia',''),(188,'SN','Senegal',''),(189,'RS','Serbia',''),(190,'SC','Seychelles',''),(191,'SL','Sierra Leone',''),(192,'SG','Singapore',''),(193,'SK','Slovakia',''),(194,'SI','Slovenia',''),(195,'SB','Solomon Islands',''),(196,'SO','Somalia',''),(197,'ZA','South Africa',''),(198,'GS','South Georgia South Sandwich Islands',''),(199,'ES','Spain',''),(200,'LK','Sri Lanka',''),(201,'SH','St. Helena',''),(202,'PM','St. Pierre and Miquelon',''),(203,'SD','Sudan',''),(204,'SR','Suriname',''),(205,'SJ','Svalbarn and Jan Mayen Islands',''),(206,'SZ','Swaziland',''),(207,'SE','Sweden',''),(208,'CH','Switzerland',''),(209,'SY','Syrian Arab Republic',''),(210,'TW','Taiwan',''),(211,'TJ','Tajikistan',''),(212,'TZ','Tanzania, United Republic of',''),(213,'TH','Thailand',''),(214,'TG','Togo',''),(215,'TK','Tokelau',''),(216,'TO','Tonga',''),(217,'TT','Trinidad and Tobago',''),(218,'TN','Tunisia',''),(219,'TR','Turkey',''),(220,'TM','Turkmenistan',''),(221,'TC','Turks and Caicos Islands',''),(222,'TV','Tuvalu',''),(223,'UG','Uganda',''),(224,'UA','Ukraine',''),(225,'AE','United Arab Emirates',''),(226,'GB','United Kingdom',''),(227,'UM','United States minor outlying islands',''),(228,'UY','Uruguay',''),(229,'UZ','Uzbekistan',''),(230,'VU','Vanuatu',''),(231,'VA','Vatican City State',''),(232,'VE','Venezuela',''),(233,'VN','Vietnam',''),(234,'VG','Virigan Islands (British)',''),(235,'VI','Virgin Islands (U.S.)',''),(236,'WF','Wallis and Futuna Islands',''),(237,'EH','Western Sahara',''),(238,'YE','Yemen',''),(239,'YU','Yugoslavia',''),(240,'ZR','Zaire',''),(241,'ZM','Zambia',''),(242,'ZW','Zimbabwe',''),(243,'','ugali',' \r\n'),(244,'SA','South Sudan','South Sudan'); /*!40000 ALTER TABLE `nation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newstock` -- DROP TABLE IF EXISTS `newstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` decimal(10,2) NOT NULL, `date` varchar(50) NOT NULL, `item_id1` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT '1', `balance` varchar(30) NOT NULL, `stockfrom` varchar(50) NOT NULL, `stockto` varchar(30) NOT NULL, `item_id` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `discount` varchar(10) NOT NULL, `qty` decimal(10,2) NOT NULL, `tax` varchar(30) NOT NULL, `sellingprice` varchar(11) NOT NULL, `vat` varchar(50) NOT NULL, `taxable` varchar(50) NOT NULL, `vatrate` varchar(50) NOT NULL, `serial` varchar(30) NOT NULL, `itemstatus` varchar(30) NOT NULL DEFAULT 'received', `updatedby` int(11) NOT NULL, `updatedat` datetime NOT NULL, `uom` varchar(30) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `branchid` int(11) NOT NULL DEFAULT 1, `buyingpriceinclusive` decimal(10,2) DEFAULT NULL, `taxtype` varchar(20) NOT NULL DEFAULT 'Inclusive', `category` varchar(20) NOT NULL DEFAULT 'branch', `projectid` int(50) DEFAULT NULL, `batchno` varchar(50) NOT NULL, `enddate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=553 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,'','3',10.00,'2022-12-04 17:13:18','5.00','1','newstock','1','11670163142','3',320.00,'','3','15','supplier','3','4','','',0.00,'VATABLE','450','441.38','2758.62','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'',''),(2,'','3',6.00,'2022-12-04 17:13:28','3.00','1','newstock','1','11670163142','3',192.00,'','3','9','supplier','3','7','','',0.00,'VATABLE','250','158.90','993.10','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive','branch',NULL,'',''),(3,'','3',7.00,'2022-12-04 17:13:49','2.00','1','newstock','1','11670163142','3',305.00,'','3','9','supplier','3','48','','',0.00,'VATABLE','400','294.48','1840.52','','','received',0,'0000-00-00 00:00:00','pcs','7',1,NULL,'Inclusive','branch',NULL,'',''),(4,'','3',5.00,'2022-12-04 17:14:22','0.00','1','newstock','1','11670163142','3',197.00,'','3','5','supplier','3','27','','',0.00,'VATABLE','250','135.86','849.14','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'',''),(5,'','3',5.00,'2022-12-04 17:14:31','0.00','1','newstock','1','11670163142','3',296.00,'','3','5','supplier','3','85','','',0.00,'VATABLE','296','204.14','1275.86','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'',''),(6,'','3',6.00,'2022-12-04 17:14:41','6.00','1','newstock','1','11670163142','3',110.00,'','3','12','supplier','3','73','','',0.00,'VATABLE','150','91.03','568.97','','','received',0,'0000-00-00 00:00:00','pcs','6',1,NULL,'Inclusive','branch',NULL,'',''),(7,'','3',3.00,'2022-12-04 17:14:58','5.00','1','newstock','1','11670163142','3',270.00,'','3','8','supplier','3','83','','',0.00,'VATABLE','350','111.72','698.28','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'',''),(8,'Tea','Cup',96.00,'2022-12-05 06:55:07','0.00','1','newstock','1','','',0.00,'','3','96','internal','3','124','','',0.00,'','0','','','','','received',0,'0000-00-00 00:00:00','','0',3,NULL,'Inclusive','branch',NULL,'',''),(9,'RAW MEAT KG','',4.00,'2022-12-05 08:10:39','0.00','6','newstock','1','','',0.00,'','3','4','internal','3','140','','',0.00,'','600','','','','','received',0,'0000-00-00 00:00:00','','0',3,NULL,'Inclusive','branch',NULL,'',''),(10,'RAW MEAT KG','121',1.00,'2022-12-05 08:11:07','4.00','6','newstock','1','','',0.00,'','3','3','3','Automatic Production adjustmen','140','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(11,'RAW MEAT KG','121',1.00,'2022-12-05 08:11:07','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(12,'RAW MEAT KG','141',0.50,'2022-12-05 08:11:24','3.00','6','newstock','1','','',0.00,'','3','2.5','3','Automatic Production adjustmen','140','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(13,'RAW MEAT KG','141',1.00,'2022-12-05 08:11:24','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(14,'RAW MEAT KG','120',0.25,'2022-12-05 08:11:48','2.50','6','newstock','1','','',0.00,'','3','2.25','3','Automatic Production adjustmen','140','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(15,'RAW MEAT KG','120',1.00,'2022-12-05 08:11:48','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(16,'RAW MEAT KG','121',1.00,'2022-12-05 08:43:15','16.07','1','newstock','1','','',0.00,'','3','15.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(17,'RAW MEAT KG','121',1.00,'2022-12-05 08:43:15','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(18,'RAW MEAT KG','120',0.25,'2022-12-05 08:43:34','16.07','1','newstock','1','','',0.00,'','3','15.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(19,'RAW MEAT KG','120',1.00,'2022-12-05 08:43:34','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(20,'RAW MEAT KG','141',0.50,'2022-12-05 12:26:58','16.07','9','newstock','1','','',0.00,'','3','15.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(21,'RAW MEAT KG','141',1.00,'2022-12-05 12:26:58','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(22,'RAW MEAT KG','141',0.50,'2022-12-05 13:36:15','15.57','9','newstock','1','','',0.00,'','3','15.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(23,'RAW MEAT KG','141',1.00,'2022-12-05 13:36:15','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(24,'','3',10.00,'2022-12-05 14:45:53','0.00','1','newstock','1','11670240711','3',173.00,'','3','10','supplier','3','72','','',0.00,'VATABLE','220','238.62','1491.38','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'',''),(25,'','3',10.00,'2022-12-05 14:46:40','1.00','1','newstock','1','11670240711','3',158.25,'','3','11','supplier','3','74','','',0.00,'VATABLE','220','218.28','1364.22','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'',''),(26,'RAW MEAT KG','141',0.50,'2022-12-05 15:04:08','15.07','9','newstock','1','','',0.00,'','3','14.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(27,'RAW MEAT KG','141',1.00,'2022-12-05 15:04:08','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(28,'RAW MEAT KG','120',0.25,'2022-12-05 15:04:22','14.57','9','newstock','1','','',0.00,'','3','14.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(29,'RAW MEAT KG','120',1.00,'2022-12-05 15:04:22','1.00','9','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(30,'RAW MEAT KG','141',0.50,'2022-12-05 16:25:10','14.82','9','newstock','1','','',0.00,'','3','14.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(31,'RAW MEAT KG','141',1.00,'2022-12-05 16:25:10','1.00','9','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(32,'RAW MEAT KG','120',0.25,'2022-12-05 16:25:21','14.82','9','newstock','1','','',0.00,'','3','14.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(33,'RAW MEAT KG','120',1.00,'2022-12-05 16:25:21','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(34,'RAW MEAT KG','120',0.25,'2022-12-05 16:25:48','14.57','8','newstock','1','','',0.00,'','3','14.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(35,'RAW MEAT KG','120',1.00,'2022-12-05 16:25:48','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(36,'RAW MEAT KG','120',0.25,'2022-12-05 16:27:17','14.32','8','newstock','1','','',0.00,'','3','14.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(37,'RAW MEAT KG','120',1.00,'2022-12-05 16:27:17','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(38,'RAW MEAT KG','120',0.25,'2022-12-05 17:59:48','14.07','8','newstock','1','','',0.00,'','3','13.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(39,'RAW MEAT KG','120',1.00,'2022-12-05 17:59:48','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(40,'RAW MEAT KG','120',0.25,'2022-12-05 18:00:13','13.82','8','newstock','1','','',0.00,'','3','13.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(41,'RAW MEAT KG','120',1.00,'2022-12-05 18:00:13','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(42,'RAW MEAT KG','120',0.25,'2022-12-05 18:00:41','13.82','8','newstock','1','','',0.00,'','3','13.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(43,'RAW MEAT KG','120',1.00,'2022-12-05 18:00:41','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(44,'RAW MEAT KG','120',0.25,'2022-12-05 19:37:50','13.57','8','newstock','1','','',0.00,'','3','13.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(45,'RAW MEAT KG','120',1.00,'2022-12-05 19:37:50','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(46,'RAW MEAT KG','120',0.25,'2022-12-05 20:44:28','13.32','8','newstock','1','','',0.00,'','3','13.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(47,'RAW MEAT KG','120',1.00,'2022-12-05 20:44:28','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(48,'RAW MEAT KG','120',0.25,'2022-12-06 11:29:40','13.32','8','newstock','1','','',0.00,'','3','13.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(49,'RAW MEAT KG','120',1.00,'2022-12-06 11:29:40','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(50,'RAW MEAT KG','120',0.25,'2022-12-06 12:16:56','13.07','8','newstock','1','','',0.00,'','3','12.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(51,'RAW MEAT KG','120',1.00,'2022-12-06 12:16:56','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(52,'RAW MEAT KG','120',0.25,'2022-12-06 12:42:18','12.82','8','newstock','1','','',0.00,'','3','12.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(53,'RAW MEAT KG','120',1.00,'2022-12-06 12:42:18','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(54,'RAW MEAT KG','120',0.25,'2022-12-06 12:52:51','12.57','8','newstock','1','','',0.00,'','3','12.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(55,'RAW MEAT KG','120',1.00,'2022-12-06 12:52:51','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(56,'RAW MEAT KG','141',0.50,'2022-12-06 14:56:08','12.32','8','newstock','1','','',0.00,'','3','11.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(57,'RAW MEAT KG','141',1.00,'2022-12-06 14:56:08','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(58,'RAW MEAT KG','120',0.25,'2022-12-06 16:00:09','11.82','8','newstock','1','','',0.00,'','3','11.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(59,'RAW MEAT KG','120',1.00,'2022-12-06 16:00:09','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(60,'RAW MEAT KG','121',1.00,'2022-12-06 17:14:12','11.57','8','newstock','1','','',0.00,'','3','10.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(61,'RAW MEAT KG','121',1.00,'2022-12-06 17:14:12','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(62,'RAW MEAT KG','120',0.25,'2022-12-06 17:16:34','10.57','8','newstock','1','','',0.00,'','3','10.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(63,'RAW MEAT KG','120',1.00,'2022-12-06 17:16:34','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(64,'RAW MEAT KG','120',0.25,'2022-12-06 17:26:17','10.32','8','newstock','1','','',0.00,'','3','10.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(65,'RAW MEAT KG','120',1.00,'2022-12-06 17:26:17','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(66,'RAW MEAT KG','120',0.25,'2022-12-06 17:43:24','10.07','8','newstock','1','','',0.00,'','3','9.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(67,'RAW MEAT KG','120',1.00,'2022-12-06 17:43:24','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(68,'RAW MEAT KG','120',0.25,'2022-12-06 22:09:56','9.82','8','newstock','1','','',0.00,'','3','9.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(69,'RAW MEAT KG','120',1.00,'2022-12-06 22:09:56','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(70,'RAW MEAT KG','141',0.50,'2022-12-07 11:04:56','9.57','8','newstock','1','','',0.00,'','3','9.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(71,'RAW MEAT KG','141',1.00,'2022-12-07 11:04:56','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(72,'RAW MEAT KG','120',0.25,'2022-12-07 12:25:09','9.07','8','newstock','1','','',0.00,'','3','8.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(73,'RAW MEAT KG','120',1.00,'2022-12-07 12:25:09','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(74,'RAW MEAT KG','120',0.25,'2022-12-07 12:44:42','8.82','8','newstock','1','','',0.00,'','3','8.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(75,'RAW MEAT KG','120',1.00,'2022-12-07 12:44:42','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(76,'RAW MEAT KG','120',0.25,'2022-12-07 13:26:24','8.57','8','newstock','1','','',0.00,'','3','8.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(77,'RAW MEAT KG','120',1.00,'2022-12-07 13:26:24','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(78,'RAW MEAT KG','121',1.00,'2022-12-07 13:37:50','8.32','8','newstock','1','','',0.00,'','3','7.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(79,'RAW MEAT KG','121',1.00,'2022-12-07 13:37:50','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(80,'RAW MEAT KG','120',0.25,'2022-12-07 14:17:13','7.32','8','newstock','1','','',0.00,'','3','7.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(81,'RAW MEAT KG','120',1.00,'2022-12-07 14:17:13','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(82,'RAW MEAT KG','120',0.25,'2022-12-07 14:31:03','7.07','8','newstock','1','','',0.00,'','3','6.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(83,'RAW MEAT KG','120',1.00,'2022-12-07 14:31:03','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(84,'RAW MEAT KG','120',0.25,'2022-12-07 16:08:15','6.82','8','newstock','1','','',0.00,'','3','6.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(85,'RAW MEAT KG','120',1.00,'2022-12-07 16:08:15','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(86,'RAW MEAT KG','141',0.50,'2022-12-07 17:53:00','6.57','8','newstock','1','','',0.00,'','3','6.07','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(87,'RAW MEAT KG','141',1.00,'2022-12-07 17:53:00','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(88,'RAW MEAT KG','120',0.25,'2022-12-07 17:53:12','6.07','8','newstock','1','','',0.00,'','3','5.82','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(89,'RAW MEAT KG','120',1.00,'2022-12-07 17:53:12','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(90,'RAW MEAT KG','120',0.25,'2022-12-07 18:30:36','5.82','8','newstock','1','','',0.00,'','3','5.57','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(91,'RAW MEAT KG','120',1.00,'2022-12-07 18:30:36','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(92,'RAW MEAT KG','120',0.25,'2022-12-08 12:22:10','5.57','8','newstock','1','','',0.00,'','3','5.32','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(93,'RAW MEAT KG','120',1.00,'2022-12-08 12:22:10','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(94,'','3',15.00,'2022-12-08 12:41:16','2.00','1','newstock','1','11670492372','13',175.00,'','3','17','supplier','3','118','','',0.00,'VATABLE','280','362.07','2262.93','','','received',0,'0000-00-00 00:00:00','pcs','15',1,NULL,'Inclusive','branch',NULL,'',''),(95,'','3',10.18,'2022-12-08 12:41:59','5.32','1','newstock','1','11670492484','11',420.00,'','3','15.5','supplier','3','142','','',0.00,'VATABLE','600','589.74','3685.86','','','received',0,'0000-00-00 00:00:00','Kg','10.18',1,NULL,'Inclusive','branch',NULL,'',''),(96,'','3',12.00,'2022-12-08 12:44:38','0.00','1','newstock','1','11670492524','12',150.00,'','3','12','supplier','3','119','','',0.00,'VATABLE','250','248.28','1551.72','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'',''),(97,'RAW MEAT KG','141',0.50,'2022-12-08 13:48:04','15.50','8','newstock','1','','',0.00,'','3','15','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(98,'RAW MEAT KG','141',1.00,'2022-12-08 13:48:04','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(99,'RAW MEAT KG','120',0.25,'2022-12-08 13:48:47','15.00','8','newstock','1','','',0.00,'','3','14.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(100,'RAW MEAT KG','120',1.00,'2022-12-08 13:48:47','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(101,'RAW MEAT KG','120',0.25,'2022-12-08 14:08:39','14.75','8','newstock','1','','',0.00,'','3','14.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(102,'RAW MEAT KG','120',1.00,'2022-12-08 14:08:39','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(103,'RAW MEAT KG','120',0.25,'2022-12-08 14:09:53','14.75','8','newstock','1','','',0.00,'','3','14.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(104,'RAW MEAT KG','120',1.00,'2022-12-08 14:09:53','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(105,'RAW MEAT KG','120',0.25,'2022-12-08 14:43:35','14.50','8','newstock','1','','',0.00,'','3','14.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(106,'RAW MEAT KG','120',1.00,'2022-12-08 14:43:35','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(107,'RAW MEAT KG','120',0.25,'2022-12-08 14:45:01','14.50','8','newstock','1','','',0.00,'','3','14.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(108,'RAW MEAT KG','120',1.00,'2022-12-08 14:45:01','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(109,'RAW MEAT KG','120',0.25,'2022-12-08 15:10:08','14.25','8','newstock','1','','',0.00,'','3','14','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(110,'RAW MEAT KG','120',1.00,'2022-12-08 15:10:08','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(111,'RAW MEAT KG','120',0.25,'2022-12-08 15:15:40','14.00','8','newstock','1','','',0.00,'','3','13.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(112,'RAW MEAT KG','120',1.00,'2022-12-08 15:15:40','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(113,'RAW MEAT KG','120',0.25,'2022-12-08 16:24:41','13.75','8','newstock','1','','',0.00,'','3','13.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(114,'RAW MEAT KG','120',1.00,'2022-12-08 16:24:41','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(115,'RAW MEAT KG','120',0.25,'2022-12-08 16:30:09','13.50','9','newstock','1','','',0.00,'','3','13.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(116,'RAW MEAT KG','120',1.00,'2022-12-08 16:30:09','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(117,'RAW MEAT KG','120',0.25,'2022-12-08 20:24:48','13.25','8','newstock','1','','',0.00,'','3','13','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(118,'RAW MEAT KG','120',1.00,'2022-12-08 20:24:48','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(119,'RAW MEAT KG','120',0.25,'2022-12-09 12:48:17','13.00','8','newstock','1','','',0.00,'','3','12.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(120,'RAW MEAT KG','120',1.00,'2022-12-09 12:48:17','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(121,'RAW MEAT KG','141',0.50,'2022-12-09 12:48:34','13.00','8','newstock','1','','',0.00,'','3','12.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(122,'RAW MEAT KG','141',1.00,'2022-12-09 12:48:34','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(123,'RAW MEAT KG','120',0.25,'2022-12-09 14:25:39','12.50','8','newstock','1','','',0.00,'','3','12.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(124,'RAW MEAT KG','120',1.00,'2022-12-09 14:25:39','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(125,'RAW MEAT KG','120',0.25,'2022-12-09 14:53:03','12.25','6','newstock','1','','',0.00,'','3','12','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(126,'RAW MEAT KG','120',1.00,'2022-12-09 14:53:03','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(127,'RAW MEAT KG','120',0.25,'2022-12-09 14:55:54','12.00','6','newstock','1','','',0.00,'','3','11.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(128,'RAW MEAT KG','120',1.00,'2022-12-09 14:55:54','1.00','6','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(129,'RAW MEAT KG','120',0.25,'2022-12-09 14:58:33','11.75','6','newstock','1','','',0.00,'','3','11.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(130,'RAW MEAT KG','120',1.00,'2022-12-09 14:58:33','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(131,'RAW MEAT KG','120',0.25,'2022-12-09 15:22:30','11.50','8','newstock','1','','',0.00,'','3','11.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(132,'RAW MEAT KG','120',1.00,'2022-12-09 15:22:30','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(133,'RAW MEAT KG','120',0.25,'2022-12-09 15:48:30','11.25','8','newstock','1','','',0.00,'','3','11','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(134,'RAW MEAT KG','120',1.00,'2022-12-09 15:48:30','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(135,'','3',5.00,'2022-12-09 18:55:45','4.00','1','newstock','1','11670601311','3',192.00,'','3','9','supplier','3','7','','',0.00,'VATABLE','250','132.41','827.59','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'',''),(136,'RAW MEAT KG','120',0.25,'2022-12-09 20:35:41','11.00','8','newstock','1','','',0.00,'','3','10.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(137,'RAW MEAT KG','120',1.00,'2022-12-09 20:35:41','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(138,'RAW MEAT KG','120',0.25,'2022-12-09 21:33:10','10.75','8','newstock','1','','',0.00,'','3','10.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(139,'RAW MEAT KG','120',1.00,'2022-12-09 21:33:10','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(140,'RAW MEAT KG','141',0.50,'2022-12-10 14:13:24','10.50','1','newstock','1','','',0.00,'','3','10','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(141,'RAW MEAT KG','141',1.00,'2022-12-10 14:13:24','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(142,'RAW MEAT KG','120',0.25,'2022-12-10 14:17:02','10.00','1','newstock','1','','',0.00,'','3','9.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(143,'RAW MEAT KG','120',1.00,'2022-12-10 14:17:02','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(144,'RAW MEAT KG','120',0.25,'2022-12-10 14:43:24','9.75','8','newstock','1','','',0.00,'','3','9.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(145,'RAW MEAT KG','120',1.00,'2022-12-10 14:43:24','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(146,'RAW MEAT KG','141',0.50,'2022-12-10 14:43:55','9.75','8','newstock','1','','',0.00,'','3','9.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(147,'RAW MEAT KG','141',1.00,'2022-12-10 14:43:55','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(148,'RAW MEAT KG','120',0.25,'2022-12-10 15:31:47','9.25','8','newstock','1','','',0.00,'','3','9','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(149,'RAW MEAT KG','120',1.00,'2022-12-10 15:31:47','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(150,'RAW MEAT KG','120',0.25,'2022-12-10 15:51:36','9.00','9','newstock','1','','',0.00,'','3','8.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(151,'RAW MEAT KG','120',1.00,'2022-12-10 15:51:36','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(152,'RAW MEAT KG','141',0.50,'2022-12-10 16:22:52','8.75','8','newstock','1','','',0.00,'','3','8.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(153,'RAW MEAT KG','141',1.00,'2022-12-10 16:22:52','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(154,'RAW MEAT KG','120',0.25,'2022-12-10 18:44:51','8.25','9','newstock','1','','',0.00,'','3','8','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(155,'RAW MEAT KG','120',1.00,'2022-12-10 18:44:51','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(156,'RAW MEAT KG','141',0.50,'2022-12-12 12:27:18','8.00','8','newstock','1','','',0.00,'','3','7.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(157,'RAW MEAT KG','141',1.00,'2022-12-12 12:27:18','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(158,'RAW MEAT KG','141',0.50,'2022-12-12 12:54:06','7.50','8','newstock','1','','',0.00,'','3','7','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(159,'RAW MEAT KG','141',1.00,'2022-12-12 12:54:06','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(160,'RAW MEAT KG','120',0.25,'2022-12-12 13:20:41','7.00','8','newstock','1','','',0.00,'','3','6.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(161,'RAW MEAT KG','120',1.00,'2022-12-12 13:20:41','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(162,'RAW MEAT KG','120',0.25,'2022-12-12 14:17:04','6.75','8','newstock','1','','',0.00,'','3','6.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(163,'RAW MEAT KG','120',1.00,'2022-12-12 14:17:04','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(164,'RAW MEAT KG','120',0.25,'2022-12-12 14:20:28','6.50','8','newstock','1','','',0.00,'','3','6.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(165,'RAW MEAT KG','120',1.00,'2022-12-12 14:20:28','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(166,'RAW MEAT KG','120',0.25,'2022-12-12 15:47:18','6.25','8','newstock','1','','',0.00,'','3','6','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(167,'RAW MEAT KG','120',1.00,'2022-12-12 15:47:18','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(168,'RAW MEAT KG','120',0.25,'2022-12-12 15:57:57','6.00','8','newstock','1','','',0.00,'','3','5.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(169,'RAW MEAT KG','120',1.00,'2022-12-12 15:57:57','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(170,'RAW MEAT KG','141',0.50,'2022-12-13 11:52:28','5.75','9','newstock','1','','',0.00,'','3','5.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(171,'RAW MEAT KG','141',1.00,'2022-12-13 11:52:28','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(172,'RAW MEAT KG','120',0.25,'2022-12-13 11:53:54','5.25','9','newstock','1','','',0.00,'','3','5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(173,'RAW MEAT KG','120',1.00,'2022-12-13 11:53:54','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(174,'RAW MEAT KG','121',1.00,'2022-12-13 11:57:30','5.00','9','newstock','1','','',0.00,'','3','4','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(175,'RAW MEAT KG','121',1.00,'2022-12-13 11:57:30','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(176,'RAW MEAT KG','121',1.00,'2022-12-13 11:58:08','4.00','9','newstock','1','','',0.00,'','3','3','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(177,'RAW MEAT KG','121',1.00,'2022-12-13 11:58:08','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(178,'RAW MEAT KG','121',1.00,'2022-12-13 11:58:17','3.00','9','newstock','1','','',0.00,'','3','2','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(179,'RAW MEAT KG','121',1.00,'2022-12-13 11:58:17','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(180,'RAW MEAT KG','121',1.00,'2022-12-13 11:58:38','2.00','9','newstock','1','','',0.00,'','3','1','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(181,'RAW MEAT KG','121',1.00,'2022-12-13 11:58:38','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(182,'RAW MEAT KG','141',0.50,'2022-12-13 11:58:49','1.00','9','newstock','1','','',0.00,'','3','0.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(183,'RAW MEAT KG','141',1.00,'2022-12-13 11:58:49','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(184,'RAW MEAT KG','120',0.25,'2022-12-13 11:59:07','0.50','9','newstock','1','','',0.00,'','3','0.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(185,'RAW MEAT KG','120',1.00,'2022-12-13 11:59:07','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(186,'RAW MEAT KG','121',1.00,'2022-12-13 16:42:03','17.00','9','newstock','1','','',0.00,'','3','16','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(187,'RAW MEAT KG','121',1.00,'2022-12-13 16:42:03','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(188,'RAW MEAT KG','120',0.25,'2022-12-13 16:43:08','16.00','9','newstock','1','','',0.00,'','3','15.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(189,'RAW MEAT KG','120',1.00,'2022-12-13 16:43:08','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(190,'RAW MEAT KG','120',0.25,'2022-12-13 16:43:44','15.75','9','newstock','1','','',0.00,'','3','15.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(191,'RAW MEAT KG','120',1.00,'2022-12-13 16:43:44','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(192,'RAW MEAT KG','120',0.25,'2022-12-13 17:36:07','15.50','8','newstock','1','','',0.00,'','3','15.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(193,'RAW MEAT KG','120',1.00,'2022-12-13 17:36:07','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(194,'RAW MEAT KG','141',0.50,'2022-12-13 17:36:45','15.50','8','newstock','1','','',0.00,'','3','15','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(195,'RAW MEAT KG','141',1.00,'2022-12-13 17:36:45','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(196,'RAW MEAT KG','141',0.50,'2022-12-13 17:55:46','15.00','1','newstock','1','','',0.00,'','3','14.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(197,'RAW MEAT KG','141',1.00,'2022-12-13 17:55:46','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(198,'RAW MEAT KG','120',0.25,'2022-12-13 22:33:03','14.50','9','newstock','1','','',0.00,'','3','14.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(199,'RAW MEAT KG','120',1.00,'2022-12-13 22:33:03','1.00','9','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(200,'RAW MEAT KG','120',0.25,'2022-12-14 12:34:26','14.25','8','newstock','1','','',0.00,'','3','14','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(201,'RAW MEAT KG','120',1.00,'2022-12-14 12:34:26','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(202,'RAW MEAT KG','141',0.50,'2022-12-14 12:34:40','14.25','8','newstock','1','','',0.00,'','3','13.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(203,'RAW MEAT KG','141',1.00,'2022-12-14 12:34:40','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(204,'RAW MEAT KG','120',0.25,'2022-12-14 13:05:57','13.75','8','newstock','1','','',0.00,'','3','13.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(205,'RAW MEAT KG','120',1.00,'2022-12-14 13:05:57','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(206,'RAW MEAT KG','120',0.25,'2022-12-14 13:07:03','13.50','8','newstock','1','','',0.00,'','3','13.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(207,'RAW MEAT KG','120',1.00,'2022-12-14 13:07:03','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(208,'RAW MEAT KG','120',0.25,'2022-12-14 14:31:12','13.25','8','newstock','1','','',0.00,'','3','13','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(209,'RAW MEAT KG','120',1.00,'2022-12-14 14:31:12','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(210,'RAW MEAT KG','141',0.50,'2022-12-14 14:57:13','13.00','8','newstock','1','','',0.00,'','3','12.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(211,'RAW MEAT KG','141',1.00,'2022-12-14 14:57:13','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(212,'RAW MEAT KG','120',0.25,'2022-12-14 14:57:16','12.50','8','newstock','1','','',0.00,'','3','12.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(213,'RAW MEAT KG','120',1.00,'2022-12-14 14:57:16','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(214,'RAW MEAT KG','120',0.25,'2022-12-14 17:11:02','12.25','8','newstock','1','','',0.00,'','3','12','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(215,'RAW MEAT KG','120',1.00,'2022-12-14 17:11:02','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(216,'RAW MEAT KG','120',0.25,'2022-12-14 18:59:16','12.00','8','newstock','1','','',0.00,'','3','11.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(217,'RAW MEAT KG','120',1.00,'2022-12-14 18:59:16','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(218,'RAW MEAT KG','141',0.50,'2022-12-15 12:54:16','11.75','6','newstock','1','','',0.00,'','3','11.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(219,'RAW MEAT KG','141',1.00,'2022-12-15 12:54:16','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(220,'RAW MEAT KG','120',0.25,'2022-12-15 13:04:04','11.25','8','newstock','1','','',0.00,'','3','11','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(221,'RAW MEAT KG','120',1.00,'2022-12-15 13:04:04','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(222,'RAW MEAT KG','120',0.25,'2022-12-15 13:04:09','11.00','8','newstock','1','','',0.00,'','3','10.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(223,'RAW MEAT KG','120',1.00,'2022-12-15 13:04:09','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(224,'RAW MEAT KG','120',0.25,'2022-12-15 13:24:26','10.75','8','newstock','1','','',0.00,'','3','10.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(225,'RAW MEAT KG','120',1.00,'2022-12-15 13:24:26','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(226,'RAW MEAT KG','120',0.25,'2022-12-15 13:24:48','10.50','8','newstock','1','','',0.00,'','3','10.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(227,'RAW MEAT KG','120',1.00,'2022-12-15 13:24:48','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(228,'RAW MEAT KG','120',0.25,'2022-12-15 16:01:58','10.25','9','newstock','1','','',0.00,'','3','10','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(229,'RAW MEAT KG','120',1.00,'2022-12-15 16:01:58','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(230,'RAW MEAT KG','120',0.25,'2022-12-15 17:14:09','10.00','8','newstock','1','','',0.00,'','3','9.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(231,'RAW MEAT KG','120',1.00,'2022-12-15 17:14:09','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(232,'RAW MEAT KG','120',0.25,'2022-12-16 11:55:55','9.75','8','newstock','1','','',0.00,'','3','9.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(233,'RAW MEAT KG','120',1.00,'2022-12-16 11:55:55','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(234,'RAW MEAT KG','120',0.25,'2022-12-16 13:23:32','9.50','6','newstock','1','','',0.00,'','3','9.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(235,'RAW MEAT KG','120',1.00,'2022-12-16 13:23:32','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(236,'RAW MEAT KG','141',0.50,'2022-12-16 13:35:06','9.25','8','newstock','1','','',0.00,'','3','8.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(237,'RAW MEAT KG','141',1.00,'2022-12-16 13:35:06','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(238,'RAW MEAT KG','120',0.25,'2022-12-16 13:35:20','8.75','8','newstock','1','','',0.00,'','3','8.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(239,'RAW MEAT KG','120',1.00,'2022-12-16 13:35:20','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(240,'RAW MEAT KG','120',0.25,'2022-12-16 14:51:05','8.50','8','newstock','1','','',0.00,'','3','8.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(241,'RAW MEAT KG','120',1.00,'2022-12-16 14:51:05','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(242,'RAW MEAT KG','120',0.25,'2022-12-16 15:09:58','8.25','8','newstock','1','','',0.00,'','3','8','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(243,'RAW MEAT KG','120',1.00,'2022-12-16 15:09:58','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(244,'RAW MEAT KG','120',0.25,'2022-12-16 15:59:27','8.00','8','newstock','1','','',0.00,'','3','7.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(245,'RAW MEAT KG','120',1.00,'2022-12-16 15:59:27','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(246,'RAW MEAT KG','120',0.25,'2022-12-16 16:35:11','7.75','8','newstock','1','','',0.00,'','3','7.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(247,'RAW MEAT KG','120',1.00,'2022-12-16 16:35:11','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(248,'RAW MEAT KG','141',0.50,'2022-12-16 17:32:42','7.50','8','newstock','1','','',0.00,'','3','7','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(249,'RAW MEAT KG','141',1.00,'2022-12-16 17:32:42','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(250,'RAW MEAT KG','120',0.25,'2022-12-16 17:32:45','7.00','8','newstock','1','','',0.00,'','3','6.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(251,'RAW MEAT KG','120',1.00,'2022-12-16 17:32:45','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(252,'RAW MEAT KG','141',0.50,'2022-12-16 17:46:14','6.75','8','newstock','1','','',0.00,'','3','6.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(253,'RAW MEAT KG','141',1.00,'2022-12-16 17:46:14','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(254,'RAW MEAT KG','120',0.25,'2022-12-16 17:46:38','6.25','8','newstock','1','','',0.00,'','3','6','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(255,'RAW MEAT KG','120',1.00,'2022-12-16 17:46:38','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(256,'RAW MEAT KG','120',0.25,'2022-12-16 19:51:20','6.50','8','newstock','1','','',0.00,'','3','6.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(257,'RAW MEAT KG','120',1.00,'2022-12-16 19:51:20','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(258,'RAW MEAT KG','120',0.25,'2022-12-16 20:14:53','6.25','6','newstock','1','','',0.00,'','3','6','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(259,'RAW MEAT KG','120',1.00,'2022-12-16 20:14:53','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(260,'RAW MEAT KG','141',0.50,'2022-12-16 20:35:28','6.00','8','newstock','1','','',0.00,'','3','5.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(261,'RAW MEAT KG','141',1.00,'2022-12-16 20:35:28','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(262,'RAW MEAT KG','141',0.50,'2022-12-17 12:44:27','5.50','8','newstock','1','','',0.00,'','3','5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(263,'RAW MEAT KG','141',1.00,'2022-12-17 12:44:27','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(264,'RAW MEAT KG','141',0.50,'2022-12-17 12:45:01','5.00','8','newstock','1','','',0.00,'','3','4.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(265,'RAW MEAT KG','141',1.00,'2022-12-17 12:45:01','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(266,'RAW MEAT KG','141',0.50,'2022-12-17 14:16:56','4.50','9','newstock','1','','',0.00,'','3','4','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(267,'RAW MEAT KG','141',1.00,'2022-12-17 14:16:56','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(268,'RAW MEAT KG','120',0.25,'2022-12-17 14:17:27','4.00','9','newstock','1','','',0.00,'','3','3.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(269,'RAW MEAT KG','120',1.00,'2022-12-17 14:17:27','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(270,'RAW MEAT KG','120',0.25,'2022-12-17 14:17:56','3.75','9','newstock','1','','',0.00,'','3','3.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(271,'RAW MEAT KG','120',1.00,'2022-12-17 14:17:56','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(272,'RAW MEAT KG','141',0.50,'2022-12-17 14:18:39','3.50','9','newstock','1','','',0.00,'','3','3','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(273,'RAW MEAT KG','141',1.00,'2022-12-17 14:18:39','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(274,'RAW MEAT KG','120',0.25,'2022-12-17 14:19:13','3.00','9','newstock','1','','',0.00,'','3','2.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(275,'RAW MEAT KG','120',1.00,'2022-12-17 14:19:13','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(276,'RAW MEAT KG','120',0.25,'2022-12-17 14:25:15','2.75','9','newstock','1','','',0.00,'','3','2.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(277,'RAW MEAT KG','120',1.00,'2022-12-17 14:25:15','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(278,'RAW MEAT KG','120',0.25,'2022-12-17 14:53:17','2.50','8','newstock','1','','',0.00,'','3','2.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(279,'RAW MEAT KG','120',1.00,'2022-12-17 14:53:17','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(280,'RAW MEAT KG','120',0.25,'2022-12-17 14:54:23','2.25','8','newstock','1','','',0.00,'','3','2','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(281,'RAW MEAT KG','120',1.00,'2022-12-17 14:54:23','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(282,'RAW MEAT KG','141',0.50,'2022-12-17 14:55:05','2.00','8','newstock','1','','',0.00,'','3','1.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(283,'RAW MEAT KG','141',1.00,'2022-12-17 14:55:05','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(284,'RAW MEAT KG','141',0.50,'2022-12-17 15:29:57','1.50','8','newstock','1','','',0.00,'','3','1','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(285,'RAW MEAT KG','141',1.00,'2022-12-17 15:29:57','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(286,'RAW MEAT KG','120',0.25,'2022-12-17 15:30:32','1.00','8','newstock','1','','',0.00,'','3','0.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(287,'RAW MEAT KG','120',1.00,'2022-12-17 15:30:32','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(288,'RAW MEAT KG','120',0.25,'2022-12-17 15:47:21','0.75','8','newstock','1','','',0.00,'','3','0.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(289,'RAW MEAT KG','120',1.00,'2022-12-17 15:47:21','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(290,'RAW MEAT KG','120',0.25,'2022-12-17 18:18:04','0.50','8','newstock','1','','',0.00,'','3','0.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(291,'RAW MEAT KG','120',1.00,'2022-12-17 18:18:04','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(292,'RAW MEAT KG','120',0.25,'2022-12-17 19:22:06','0.25','8','newstock','1','','',0.00,'','3','0','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(293,'RAW MEAT KG','120',1.00,'2022-12-17 19:22:06','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(294,'','3',10.00,'2022-12-18 10:30:34','0.00','1','newstock','1','11671348570','11',420.00,'','3','10','supplier','3','142','','',0.00,'VATABLE','600','579.31','3620.69','','','received',0,'0000-00-00 00:00:00','Kg','10',1,NULL,'Inclusive','branch',NULL,'',''),(295,'RAW MEAT KG','120',0.25,'2022-12-18 10:45:54','10.00','8','newstock','1','','',0.00,'','3','9.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(296,'RAW MEAT KG','120',1.00,'2022-12-18 10:45:54','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(297,'RAW MEAT KG','120',0.25,'2022-12-18 11:06:39','9.75','8','newstock','1','','',0.00,'','3','9.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(298,'RAW MEAT KG','120',1.00,'2022-12-18 11:06:39','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(299,'RAW MEAT KG','120',0.25,'2022-12-18 14:08:54','9.50','9','newstock','1','','',0.00,'','3','9.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(300,'RAW MEAT KG','120',1.00,'2022-12-18 14:08:54','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(301,'RAW MEAT KG','120',0.25,'2022-12-18 14:46:30','9.25','8','newstock','1','','',0.00,'','3','9','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(302,'RAW MEAT KG','120',1.00,'2022-12-18 14:46:30','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(303,'RAW MEAT KG','120',0.25,'2022-12-18 15:50:51','9.00','8','newstock','1','','',0.00,'','3','8.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(304,'RAW MEAT KG','120',1.00,'2022-12-18 15:50:51','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(305,'RAW MEAT KG','141',0.50,'2022-12-18 16:06:47','8.75','8','newstock','1','','',0.00,'','3','8.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(306,'RAW MEAT KG','141',1.00,'2022-12-18 16:06:47','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(307,'RAW MEAT KG','141',0.50,'2022-12-18 16:27:41','8.25','9','newstock','1','','',0.00,'','3','7.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(308,'RAW MEAT KG','141',1.00,'2022-12-18 16:27:41','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(309,'RAW MEAT KG','120',0.25,'2022-12-18 16:55:38','7.75','8','newstock','1','','',0.00,'','3','7.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(310,'RAW MEAT KG','120',1.00,'2022-12-18 16:55:38','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(311,'RAW MEAT KG','141',0.50,'2022-12-18 17:05:49','7.50','8','newstock','1','','',0.00,'','3','7','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(312,'RAW MEAT KG','141',1.00,'2022-12-18 17:05:49','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(313,'RAW MEAT KG','120',0.25,'2022-12-18 17:12:30','7.00','8','newstock','1','','',0.00,'','3','6.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(314,'RAW MEAT KG','120',1.00,'2022-12-18 17:12:30','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(315,'RAW MEAT KG','120',0.25,'2022-12-18 17:54:18','6.75','6','newstock','1','','',0.00,'','3','6.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(316,'RAW MEAT KG','120',1.00,'2022-12-18 17:54:18','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(317,'RAW MEAT KG','120',0.25,'2022-12-18 17:58:11','6.50','8','newstock','1','','',0.00,'','3','6.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(318,'RAW MEAT KG','120',1.00,'2022-12-18 17:58:11','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(319,'RAW MEAT KG','121',1.00,'2022-12-18 21:57:45','6.25','9','newstock','1','','',0.00,'','3','5.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(320,'RAW MEAT KG','121',1.00,'2022-12-18 21:57:45','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(321,'RAW MEAT KG','141',0.50,'2022-12-19 11:58:31','5.25','8','newstock','1','','',0.00,'','3','4.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(322,'RAW MEAT KG','141',1.00,'2022-12-19 11:58:31','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(323,'RAW MEAT KG','120',0.25,'2022-12-19 12:26:34','4.75','8','newstock','1','','',0.00,'','3','4.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(324,'RAW MEAT KG','120',1.00,'2022-12-19 12:26:34','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(325,'RAW MEAT KG','120',0.25,'2022-12-19 12:33:34','4.50','8','newstock','1','','',0.00,'','3','4.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(326,'RAW MEAT KG','120',1.00,'2022-12-19 12:33:34','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(327,'RAW MEAT KG','120',0.25,'2022-12-19 13:53:29','4.25','8','newstock','1','','',0.00,'','3','4','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(328,'RAW MEAT KG','120',1.00,'2022-12-19 13:53:29','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(329,'','3',10.00,'2022-12-19 16:41:59','4.00','1','newstock','1','11671457293','11',420.00,'','3','14','supplier','3','142','','',0.00,'VATABLE','600','579.31','3620.69','','','received',0,'0000-00-00 00:00:00','Kg','10',1,NULL,'Inclusive','branch',NULL,'',''),(330,'RAW MEAT KG','141',0.50,'2022-12-19 18:13:18','14.00','6','newstock','1','','',0.00,'','3','13.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(331,'RAW MEAT KG','141',1.00,'2022-12-19 18:13:18','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(332,'RAW MEAT KG','120',0.25,'2022-12-19 18:14:04','13.50','6','newstock','1','','',0.00,'','3','13.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(333,'RAW MEAT KG','120',1.00,'2022-12-19 18:14:04','1.00','6','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(334,'RAW MEAT KG','141',0.50,'2022-12-19 18:30:18','13.25','8','newstock','1','','',0.00,'','3','12.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(335,'RAW MEAT KG','141',1.00,'2022-12-19 18:30:18','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(336,'RAW MEAT KG','120',0.25,'2022-12-19 19:01:03','12.75','8','newstock','1','','',0.00,'','3','12.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(337,'RAW MEAT KG','120',1.00,'2022-12-19 19:01:03','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(338,'RAW MEAT KG','120',0.25,'2022-12-19 20:38:44','12.50','8','newstock','1','','',0.00,'','3','12.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(339,'RAW MEAT KG','120',1.00,'2022-12-19 20:38:44','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(340,'RAW MEAT KG','120',0.25,'2022-12-19 20:58:36','12.25','8','newstock','1','','',0.00,'','3','12','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(341,'RAW MEAT KG','120',1.00,'2022-12-19 20:58:36','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(342,'RAW MEAT KG','141',0.50,'2022-12-19 22:09:51','12.00','9','newstock','1','','',0.00,'','3','11.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(343,'RAW MEAT KG','141',1.00,'2022-12-19 22:09:51','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(344,'RAW MEAT KG','120',0.25,'2022-12-19 22:10:00','11.50','9','newstock','1','','',0.00,'','3','11.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(345,'RAW MEAT KG','120',1.00,'2022-12-19 22:10:00','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(346,'RAW MEAT KG','141',0.50,'2022-12-20 10:21:07','11.25','8','newstock','1','','',0.00,'','3','10.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(347,'RAW MEAT KG','141',1.00,'2022-12-20 10:21:07','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(348,'RAW MEAT KG','121',1.00,'2022-12-20 11:05:49','10.75','8','newstock','1','','',0.00,'','3','9.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(349,'RAW MEAT KG','121',1.00,'2022-12-20 11:05:49','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(350,'RAW MEAT KG','141',0.50,'2022-12-20 11:20:47','9.75','8','newstock','1','','',0.00,'','3','9.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(351,'RAW MEAT KG','141',1.00,'2022-12-20 11:20:47','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(352,'RAW MEAT KG','141',0.50,'2022-12-20 12:47:54','9.25','8','newstock','1','','',0.00,'','3','8.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(353,'RAW MEAT KG','141',1.00,'2022-12-20 12:47:54','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(354,'RAW MEAT KG','141',0.50,'2022-12-20 13:41:39','8.75','6','newstock','1','','',0.00,'','3','8.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(355,'RAW MEAT KG','141',1.00,'2022-12-20 13:41:39','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(356,'RAW MEAT KG','120',0.25,'2022-12-20 13:57:25','8.25','6','newstock','1','','',0.00,'','3','8','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(357,'RAW MEAT KG','120',1.00,'2022-12-20 13:57:25','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(358,'RAW MEAT KG','120',0.25,'2022-12-20 14:25:10','8.00','9','newstock','1','','',0.00,'','3','7.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(359,'RAW MEAT KG','120',1.00,'2022-12-20 14:25:10','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(360,'RAW MEAT KG','141',0.50,'2022-12-20 14:30:20','7.75','8','newstock','1','','',0.00,'','3','7.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(361,'RAW MEAT KG','141',1.00,'2022-12-20 14:30:20','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(362,'RAW MEAT KG','120',0.25,'2022-12-20 14:32:00','7.25','6','newstock','1','','',0.00,'','3','7','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(363,'RAW MEAT KG','120',1.00,'2022-12-20 14:32:00','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(364,'RAW MEAT KG','141',0.50,'2022-12-20 16:07:32','7.00','6','newstock','1','','',0.00,'','3','6.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(365,'RAW MEAT KG','141',1.00,'2022-12-20 16:07:32','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(366,'RAW MEAT KG','120',0.25,'2022-12-20 18:42:52','6.50','6','newstock','1','','',0.00,'','3','6.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(367,'RAW MEAT KG','120',1.00,'2022-12-20 18:42:52','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(368,'RAW MEAT KG','141',0.50,'2022-12-20 19:29:45','6.25','8','newstock','1','','',0.00,'','3','5.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(369,'RAW MEAT KG','141',1.00,'2022-12-20 19:29:45','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(370,'RAW MEAT KG','120',0.25,'2022-12-20 19:29:49','5.75','8','newstock','1','','',0.00,'','3','5.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(371,'RAW MEAT KG','120',1.00,'2022-12-20 19:29:49','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(372,'RAW MEAT KG','141',0.50,'2022-12-20 21:46:45','5.50','8','newstock','1','','',0.00,'','3','5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(373,'RAW MEAT KG','141',1.00,'2022-12-20 21:46:45','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(374,'RAW MEAT KG','120',0.25,'2022-12-21 12:52:05','5.00','8','newstock','1','','',0.00,'','3','4.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(375,'RAW MEAT KG','120',1.00,'2022-12-21 12:52:05','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(376,'RAW MEAT KG','121',1.00,'2022-12-21 13:43:10','4.75','8','newstock','1','','',0.00,'','3','3.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(377,'RAW MEAT KG','121',1.00,'2022-12-21 13:43:10','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(378,'RAW MEAT KG','120',0.25,'2022-12-21 13:43:42','3.75','8','newstock','1','','',0.00,'','3','3.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(379,'RAW MEAT KG','120',1.00,'2022-12-21 13:43:42','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(380,'RAW MEAT KG','141',0.50,'2022-12-21 13:43:48','3.50','8','newstock','1','','',0.00,'','3','3','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(381,'RAW MEAT KG','141',1.00,'2022-12-21 13:43:48','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(382,'RAW MEAT KG','120',0.25,'2022-12-21 13:57:53','3.00','8','newstock','1','','',0.00,'','3','2.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(383,'RAW MEAT KG','120',1.00,'2022-12-21 13:57:53','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(384,'RAW MEAT KG','120',0.25,'2022-12-21 14:07:54','2.75','6','newstock','1','','',0.00,'','3','2.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(385,'RAW MEAT KG','120',1.00,'2022-12-21 14:07:54','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(386,'RAW MEAT KG','141',0.50,'2022-12-21 15:50:13','2.50','8','newstock','1','','',0.00,'','3','2','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(387,'RAW MEAT KG','141',1.00,'2022-12-21 15:50:13','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(388,'RAW MEAT KG','120',0.25,'2022-12-21 15:50:29','2.00','8','newstock','1','','',0.00,'','3','1.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(389,'RAW MEAT KG','120',1.00,'2022-12-21 15:50:29','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(390,'RAW MEAT KG','120',0.25,'2022-12-21 17:23:42','1.75','8','newstock','1','','',0.00,'','3','1.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(391,'RAW MEAT KG','120',1.00,'2022-12-21 17:23:42','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(392,'RAW MEAT KG','120',0.25,'2022-12-21 18:42:33','1.50','8','newstock','1','','',0.00,'','3','1.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(393,'RAW MEAT KG','120',1.00,'2022-12-21 18:42:33','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(394,'RAW MEAT KG','120',0.25,'2022-12-21 19:41:08','1.25','8','newstock','1','','',0.00,'','3','1','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(395,'RAW MEAT KG','120',1.00,'2022-12-21 19:41:08','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(396,'RAW MEAT KG','121',1.00,'2022-12-21 19:47:25','1.00','8','newstock','1','','',0.00,'','3','0','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(397,'RAW MEAT KG','121',1.00,'2022-12-21 19:47:25','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(398,'','3',14.00,'2022-12-22 14:37:47','0.00','1','newstock','1','11671709030','11',450.00,'','3','14','supplier','3','142','','',0.00,'VATABLE','600','868.97','5431.03','','','received',0,'0000-00-00 00:00:00','Kg','14',1,NULL,'Inclusive','branch',NULL,'',''),(399,'RAW MEAT KG','141',0.50,'2022-12-22 14:38:50','14.00','8','newstock','1','','',0.00,'','3','13.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(400,'RAW MEAT KG','141',1.00,'2022-12-22 14:38:50','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(401,'RAW MEAT KG','120',0.25,'2022-12-22 14:39:16','13.50','8','newstock','1','','',0.00,'','3','13.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(402,'RAW MEAT KG','120',1.00,'2022-12-22 14:39:16','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(403,'RAW MEAT KG','141',0.50,'2022-12-22 14:39:46','13.25','8','newstock','1','','',0.00,'','3','12.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(404,'RAW MEAT KG','141',1.00,'2022-12-22 14:39:46','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(405,'RAW MEAT KG','120',0.25,'2022-12-22 14:39:53','12.75','8','newstock','1','','',0.00,'','3','12.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(406,'RAW MEAT KG','120',1.00,'2022-12-22 14:39:53','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(407,'RAW MEAT KG','121',1.00,'2022-12-22 14:40:35','12.50','8','newstock','1','','',0.00,'','3','11.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(408,'RAW MEAT KG','121',1.00,'2022-12-22 14:40:35','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(409,'RAW MEAT KG','120',0.25,'2022-12-22 14:42:31','11.50','8','newstock','1','','',0.00,'','3','11.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(410,'RAW MEAT KG','120',1.00,'2022-12-22 14:42:31','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(411,'RAW MEAT KG','120',0.25,'2022-12-22 14:44:12','11.25','8','newstock','1','','',0.00,'','3','11','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(412,'RAW MEAT KG','120',1.00,'2022-12-22 14:44:12','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(413,'RAW MEAT KG','120',0.25,'2022-12-22 14:44:37','11.00','8','newstock','1','','',0.00,'','3','10.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(414,'RAW MEAT KG','120',1.00,'2022-12-22 14:44:37','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(415,'RAW MEAT KG','120',0.25,'2022-12-22 14:45:54','10.75','8','newstock','1','','',0.00,'','3','10.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(416,'RAW MEAT KG','120',1.00,'2022-12-22 14:45:54','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(417,'RAW MEAT KG','120',0.25,'2022-12-22 15:15:14','10.50','8','newstock','1','','',0.00,'','3','10.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(418,'RAW MEAT KG','120',1.00,'2022-12-22 15:15:14','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(419,'RAW MEAT KG','120',0.25,'2022-12-22 17:03:28','10.25','8','newstock','1','','',0.00,'','3','10','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(420,'RAW MEAT KG','120',1.00,'2022-12-22 17:03:28','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(421,'RAW MEAT KG','120',0.25,'2022-12-22 19:16:09','10.00','8','newstock','1','','',0.00,'','3','9.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(422,'RAW MEAT KG','120',1.00,'2022-12-22 19:16:09','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(423,'RAW MEAT KG','141',0.50,'2022-12-22 21:11:26','9.75','8','newstock','1','','',0.00,'','3','9.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(424,'RAW MEAT KG','141',1.00,'2022-12-22 21:11:26','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(425,'RAW MEAT KG','141',0.50,'2022-12-22 22:09:48','9.25','9','newstock','1','','',0.00,'','3','8.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(426,'RAW MEAT KG','141',1.00,'2022-12-22 22:09:48','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(427,'RAW MEAT KG','120',0.25,'2022-12-23 12:19:23','8.75','8','newstock','1','','',0.00,'','3','8.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(428,'RAW MEAT KG','120',1.00,'2022-12-23 12:19:23','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(429,'RAW MEAT KG','141',0.50,'2022-12-23 13:37:21','8.50','1','newstock','1','','',0.00,'','3','8','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(430,'RAW MEAT KG','141',1.00,'2022-12-23 13:37:21','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(431,'RAW MEAT KG','120',0.25,'2022-12-23 13:43:21','8.00','9','newstock','1','','',0.00,'','3','7.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(432,'RAW MEAT KG','120',1.00,'2022-12-23 13:43:21','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(433,'RAW MEAT KG','120',0.25,'2022-12-23 13:48:31','7.75','9','newstock','1','','',0.00,'','3','7.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(434,'RAW MEAT KG','120',1.00,'2022-12-23 13:48:31','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(435,'','3',8.00,'2022-12-23 14:03:21','0.00','1','newstock','1','11671793363','12',150.00,'','3','8','supplier','3','119','','',0.00,'VATABLE','250','165.52','1034.48','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive','branch',NULL,'',''),(436,'','3',5000.00,'2022-12-23 14:04:06','0.00','1','newstock','1','11671793406','3',5.00,'','3','5000','supplier','3','129','','',0.00,'VATABLE','10','3448.28','21551.72','','','received',0,'0000-00-00 00:00:00','pcs','5000',1,NULL,'Inclusive','branch',NULL,'',''),(437,'','3',100.00,'2022-12-23 14:04:24','0.00','1','newstock','1','11671793406','3',186.68,'','3','100','supplier','3','57','','',0.00,'VATABLE','220','2574.90','16093.10','','','received',0,'0000-00-00 00:00:00','pcs','100',1,NULL,'Inclusive','branch',NULL,'',''),(438,'RAW MEAT KG','121',1.00,'2022-12-23 14:06:34','7.50','1','newstock','1','','',0.00,'','3','6.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(439,'RAW MEAT KG','121',1.00,'2022-12-23 14:06:34','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(440,'RAW MEAT KG','120',0.25,'2022-12-23 14:09:14','7.50','1','newstock','1','','',0.00,'','3','7.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(441,'RAW MEAT KG','120',1.00,'2022-12-23 14:09:14','0.00','1','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(442,'','3',100.00,'2022-12-23 14:28:39','0.00','1','newstock','1','11671794844','3',50.00,'','3','100','supplier','3','145','','',0.00,'VATABLE','99.5','689.66','4310.34','','','received',0,'0000-00-00 00:00:00','pcs','1000',1,NULL,'Inclusive','branch',NULL,'',''),(443,'RAW MEAT KG','120',0.25,'2022-12-23 14:32:39','7.25','6','newstock','1','','',0.00,'','3','7','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(444,'RAW MEAT KG','120',1.00,'2022-12-23 14:32:39','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(445,'RAW MEAT KG','120',0.25,'2022-12-23 14:35:42','7.00','9','newstock','1','','',0.00,'','3','6.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(446,'RAW MEAT KG','120',1.00,'2022-12-23 14:35:42','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(447,'','3',3.00,'2022-12-23 14:57:04','0.00','1','newstock','1','11671796596','3',197.00,'','3','3','supplier','3','27','','',0.00,'VATABLE','250','81.52','509.48','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'',''),(448,'RAW MEAT KG','120',0.25,'2022-12-23 15:18:56','6.75','8','newstock','1','','',0.00,'','3','6.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(449,'RAW MEAT KG','120',1.00,'2022-12-23 15:18:56','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(450,'RAW MEAT KG','120',0.25,'2022-12-23 15:25:35','6.50','8','newstock','1','','',0.00,'','3','6.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(451,'RAW MEAT KG','120',1.00,'2022-12-23 15:25:35','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(452,'RAW MEAT KG','120',0.25,'2022-12-23 15:33:02','6.25','6','newstock','1','','',0.00,'','3','6','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(453,'RAW MEAT KG','120',1.00,'2022-12-23 15:33:02','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(454,'','3',5.00,'2022-12-23 15:38:39','0.00','1','newstock','1','11671799078','3',175.00,'','3','5','supplier','3','118','','',0.00,'VATABLE','280','120.69','754.31','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'',''),(455,'RAW MEAT KG','121',1.00,'2022-12-23 15:40:30','6.00','6','newstock','1','','',0.00,'','3','5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(456,'RAW MEAT KG','121',1.00,'2022-12-23 15:40:30','7.50','6','newstock','1','','',0.00,'','3','8.5','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(457,'RAW MEAT KG','141',0.50,'2022-12-23 16:24:56','5.00','8','newstock','1','','',0.00,'','3','4.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(458,'RAW MEAT KG','141',1.00,'2022-12-23 16:24:56','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(459,'RAW MEAT KG','141',0.50,'2022-12-23 17:39:11','4.50','8','newstock','1','','',0.00,'','3','4','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(460,'RAW MEAT KG','141',1.00,'2022-12-23 17:39:11','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(461,'RAW MEAT KG','120',0.25,'2022-12-23 17:39:13','4.00','8','newstock','1','','',0.00,'','3','3.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(462,'RAW MEAT KG','120',1.00,'2022-12-23 17:39:13','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(463,'RAW MEAT KG','141',0.50,'2022-12-23 19:45:56','3.75','8','newstock','1','','',0.00,'','3','3.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(464,'RAW MEAT KG','141',1.00,'2022-12-23 19:45:56','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(465,'RAW MEAT KG','120',0.25,'2022-12-23 19:46:21','3.25','8','newstock','1','','',0.00,'','3','3','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(466,'RAW MEAT KG','120',1.00,'2022-12-23 19:46:21','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(467,'RAW MEAT KG','141',0.50,'2022-12-23 19:47:40','3.00','8','newstock','1','','',0.00,'','3','2.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(468,'RAW MEAT KG','141',1.00,'2022-12-23 19:47:40','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(469,'RAW MEAT KG','120',0.25,'2022-12-23 20:48:37','2.50','8','newstock','1','','',0.00,'','3','2.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(470,'RAW MEAT KG','120',1.00,'2022-12-23 20:48:37','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(471,'RAW MEAT KG','141',0.50,'2022-12-23 23:08:42','2.25','9','newstock','1','','',0.00,'','3','1.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(472,'RAW MEAT KG','141',1.00,'2022-12-23 23:08:42','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(473,'RAW MEAT KG','120',0.25,'2022-12-23 23:09:23','1.75','9','newstock','1','','',0.00,'','3','1.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(474,'RAW MEAT KG','120',1.00,'2022-12-23 23:09:23','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(475,'','3',3.00,'2022-12-24 08:29:35','0.00','1','newstock','1','11671859740','3',192.00,'','3','3','supplier','3','7','','',0.00,'VATABLE','250','79.45','496.55','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'',''),(476,'','3',3.00,'2022-12-24 08:29:55','6.00','1','newstock','1','11671859740','3',542.00,'','3','9','supplier','3','6','','',0.00,'VATABLE','750','224.28','1401.72','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'',''),(477,'RAW MEAT KG','120',0.25,'2022-12-24 08:31:45','1.50','8','newstock','1','','',0.00,'','3','1.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(478,'RAW MEAT KG','120',1.00,'2022-12-24 08:31:45','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(479,'RAW MEAT KG','141',0.50,'2022-12-24 08:56:45','1.25','8','newstock','1','','',0.00,'','3','0.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(480,'RAW MEAT KG','141',1.00,'2022-12-24 08:56:45','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(481,'RAW MEAT KG','141',0.50,'2022-12-24 09:57:24','0.75','6','newstock','1','','',0.00,'','3','0.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(482,'RAW MEAT KG','141',1.00,'2022-12-24 09:57:24','0.00','6','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(483,'RAW MEAT KG','141',0.50,'2022-12-24 11:30:37','10.00','8','newstock','1','','',0.00,'','3','9.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(484,'RAW MEAT KG','141',1.00,'2022-12-24 11:30:37','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(485,'RAW MEAT KG','120',0.25,'2022-12-24 11:30:48','9.50','8','newstock','1','','',0.00,'','3','9.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(486,'RAW MEAT KG','120',1.00,'2022-12-24 11:30:48','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(487,'RAW MEAT KG','141',0.50,'2022-12-24 11:51:36','9.25','8','newstock','1','','',0.00,'','3','8.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(488,'RAW MEAT KG','141',1.00,'2022-12-24 11:51:36','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(489,'RAW MEAT KG','120',0.25,'2022-12-24 11:53:33','8.75','8','newstock','1','','',0.00,'','3','8.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(490,'RAW MEAT KG','120',1.00,'2022-12-24 11:53:33','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(491,'RAW MEAT KG','120',0.25,'2022-12-24 12:38:20','8.50','8','newstock','1','','',0.00,'','3','8.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(492,'RAW MEAT KG','120',1.00,'2022-12-24 12:38:20','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(493,'RAW MEAT KG','141',0.50,'2022-12-24 12:53:36','8.25','9','newstock','1','','',0.00,'','3','7.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(494,'RAW MEAT KG','141',1.00,'2022-12-24 12:53:36','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(495,'RAW MEAT KG','120',0.25,'2022-12-24 13:26:02','7.75','8','newstock','1','','',0.00,'','3','7.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(496,'RAW MEAT KG','120',1.00,'2022-12-24 13:26:02','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(497,'','3',11.00,'2022-12-24 15:39:06','2.00','1','newstock','1','11671885513','13',175.00,'','3','13','supplier','3','118','','',0.00,'VATABLE','280','265.52','1659.48','','','received',0,'0000-00-00 00:00:00','pcs','11',1,NULL,'Inclusive','branch',NULL,'',''),(498,'RAW MEAT KG','120',0.25,'2022-12-24 19:07:57','7.50','9','newstock','1','','',0.00,'','3','7.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(499,'RAW MEAT KG','120',1.00,'2022-12-24 19:07:57','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(500,'RAW MEAT KG','120',0.25,'2022-12-24 19:12:44','7.25','9','newstock','1','','',0.00,'','3','7','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(501,'RAW MEAT KG','120',1.00,'2022-12-24 19:12:44','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(502,'RAW MEAT KG','120',0.25,'2022-12-24 19:34:25','7.00','8','newstock','1','','',0.00,'','3','6.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(503,'RAW MEAT KG','120',1.00,'2022-12-24 19:34:25','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(504,'RAW MEAT KG','120',0.25,'2022-12-24 19:48:17','6.75','8','newstock','1','','',0.00,'','3','6.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(505,'RAW MEAT KG','120',1.00,'2022-12-24 19:48:17','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(506,'RAW MEAT KG','141',0.50,'2022-12-24 20:30:25','6.50','8','newstock','1','','',0.00,'','3','6','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(507,'RAW MEAT KG','141',1.00,'2022-12-24 20:30:25','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(508,'RAW MEAT KG','141',0.50,'2022-12-24 20:30:41','6.00','8','newstock','1','','',0.00,'','3','5.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(509,'RAW MEAT KG','141',1.00,'2022-12-24 20:30:41','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(510,'RAW MEAT KG','141',0.50,'2022-12-24 21:52:20','5.50','8','newstock','1','','',0.00,'','3','5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(511,'RAW MEAT KG','141',1.00,'2022-12-24 21:52:20','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(512,'RAW MEAT KG','120',0.25,'2022-12-24 23:46:49','5.00','9','newstock','1','','',0.00,'','3','4.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(513,'RAW MEAT KG','120',1.00,'2022-12-24 23:46:49','1.00','9','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(514,'RAW MEAT KG','120',0.25,'2022-12-24 23:47:10','4.75','9','newstock','1','','',0.00,'','3','4.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(515,'RAW MEAT KG','120',1.00,'2022-12-24 23:47:10','0.00','9','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(516,'RAW MEAT KG','120',0.25,'2022-12-24 23:49:48','4.50','8','newstock','1','','',0.00,'','3','4.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(517,'RAW MEAT KG','120',1.00,'2022-12-24 23:49:48','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(518,'RAW MEAT KG','120',0.25,'2022-12-25 11:11:05','4.25','8','newstock','1','','',0.00,'','3','4','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(519,'RAW MEAT KG','120',1.00,'2022-12-25 11:11:05','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(520,'RAW MEAT KG','120',0.25,'2022-12-25 11:14:32','4.00','8','newstock','1','','',0.00,'','3','3.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(521,'RAW MEAT KG','120',1.00,'2022-12-25 11:14:32','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(522,'RAW MEAT KG','120',0.25,'2022-12-25 11:14:39','3.75','8','newstock','1','','',0.00,'','3','3.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(523,'RAW MEAT KG','120',1.00,'2022-12-25 11:14:39','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(524,'RAW MEAT KG','141',0.50,'2022-12-25 11:15:11','3.50','8','newstock','1','','',0.00,'','3','3','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(525,'RAW MEAT KG','141',1.00,'2022-12-25 11:15:11','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(526,'RAW MEAT KG','120',0.25,'2022-12-25 12:58:23','3.00','8','newstock','1','','',0.00,'','3','2.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(527,'RAW MEAT KG','120',1.00,'2022-12-25 12:58:23','2.00','8','newstock','1','','',0.00,'','3','3','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(528,'RAW MEAT KG','141',0.50,'2022-12-25 14:25:26','2.75','8','newstock','1','','',0.00,'','3','2.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(529,'RAW MEAT KG','141',1.00,'2022-12-25 14:25:26','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(530,'RAW MEAT KG','141',0.50,'2022-12-25 14:34:09','2.25','8','newstock','1','','',0.00,'','3','1.75','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(531,'RAW MEAT KG','141',1.00,'2022-12-25 14:34:09','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','141','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(532,'RAW MEAT KG','120',0.25,'2022-12-25 20:27:45','1.75','8','newstock','1','','',0.00,'','3','1.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(533,'RAW MEAT KG','120',1.00,'2022-12-25 20:27:45','1.00','8','newstock','1','','',0.00,'','3','2','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(534,'RAW MEAT KG','121',1.00,'2022-12-25 20:28:22','1.50','8','newstock','1','','',0.00,'','3','0.5','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(535,'RAW MEAT KG','121',1.00,'2022-12-25 20:28:22','6.50','8','newstock','1','','',0.00,'','3','7.5','3','Automatic adjustment from Prod','121','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(536,'RAW MEAT KG','120',0.25,'2022-12-25 20:30:49','0.50','8','newstock','1','','',0.00,'','3','0.25','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(537,'RAW MEAT KG','120',1.00,'2022-12-25 20:30:49','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(538,'RAW MEAT KG','120',0.25,'2022-12-25 21:29:59','0.25','8','newstock','1','','',0.00,'','3','0','3','Automatic Production adjustmen','142','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(539,'RAW MEAT KG','120',1.00,'2022-12-25 21:29:59','0.00','8','newstock','1','','',0.00,'','3','1','3','Automatic adjustment from Prod','120','','',0.00,'','','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(540,'','3',10.00,'2023-01-07 18:46:37','2.00','1','newstock','1','11673106357','3',188.00,'','3','12','supplier','3','94','','',0.00,'VATABLE','250','259.31','1620.69','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'',''),(541,'','3',5.00,'2023-01-07 18:47:14','0.00','1','newstock','1','11673106357','3',236.00,'','3','5','supplier','3','5','','',0.00,'VATABLE','350','162.76','1017.24','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'',''),(542,'','3',8.00,'2023-01-07 18:47:32','1.00','1','newstock','1','11673106357','3',173.00,'','3','9','supplier','3','72','','',0.00,'VATABLE','220','190.90','1193.10','','','received',0,'0000-00-00 00:00:00','pcs','8',1,NULL,'Inclusive','branch',NULL,'',''),(543,'','3',3.00,'2023-01-07 18:47:48','2.00','1','newstock','1','11673106357','3',400.00,'','3','5','supplier','3','10','','',0.00,'VATABLE','550','165.52','1034.48','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'',''),(544,'','3',9.00,'2023-01-07 18:48:07','3.00','1','newstock','1','11673106357','3',158.25,'','3','12','supplier','3','74','','',0.00,'VATABLE','220','196.45','1227.80','','','received',0,'0000-00-00 00:00:00','pcs','9',1,NULL,'Inclusive','branch',NULL,'',''),(545,'','3',10.00,'2023-01-07 18:48:24','3.00','1','newstock','1','11673106357','3',192.00,'','3','13','supplier','3','7','','',0.00,'VATABLE','250','264.83','1655.17','','','received',0,'0000-00-00 00:00:00','pcs','10',1,NULL,'Inclusive','branch',NULL,'',''),(546,'','3',1.00,'2023-01-07 18:48:34','2.00','1','newstock','1','11673106357','3',1160.00,'','3','3','supplier','3','8','','',0.00,'VATABLE','1500','160.00','1000.00','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL,'',''),(547,'','3',5.00,'2023-01-07 18:49:22','1.00','1','newstock','1','11673106357','3',201.00,'','3','6','supplier','3','148','','',0.00,'VATABLE','301.5','138.62','866.38','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'',''),(548,'','3',48.00,'2023-01-08 08:24:19','0.00','1','newstock','1','11673155425','3',41.00,'','3','48','supplier','3','133','','',0.00,'VATABLE','80','271.45','1696.55','','','received',0,'0000-00-00 00:00:00','pcs','48',1,NULL,'Inclusive','branch',NULL,'',''),(549,'','3',12.00,'2023-01-08 08:25:07','1.00','1','newstock','1','11673155425','3',23.00,'','3','13','supplier','3','131','','',0.00,'VATABLE','50','38.07','237.93','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'',''),(550,'','3',12.00,'2023-01-08 08:25:20','32.00','1','newstock','1','11673155425','3',41.00,'','3','44','supplier','3','135','','',0.00,'VATABLE','60','67.86','424.14','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'',''),(551,'','3',12.00,'2023-01-08 08:25:34','45.00','1','newstock','1','11673155425','3',41.00,'','3','57','supplier','3','134','','',0.00,'VATABLE','60','67.86','424.14','','','received',0,'0000-00-00 00:00:00','pcs','12',1,NULL,'Inclusive','branch',NULL,'',''),(552,'','3',4.00,'2023-01-13 18:16:06','0.00','1','newstock','1','11673622927','3',800.00,'','3','4','supplier','3','84','','',0.00,'VATABLE','1000','441.38','2758.62','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive','branch',NULL,'',''); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` VALUES (1,0.00,5999.00,150.00,0,1,'active','employee',1),(2,6000.00,7999.00,300.00,0,1,'active','employee',1),(3,8000.00,11999.00,400.00,0,1,'active','employee',1),(4,12000.00,14999.00,500.00,0,1,'active','employee',1),(5,15000.00,19999.00,600.00,0,1,'active','employee',1),(6,20000.00,24999.00,750.00,0,1,'active','employee',1),(7,25000.00,29999.00,850.00,0,1,'active','employee',1),(8,30000.00,34999.00,900.00,0,1,'active','employee',1),(9,35000.00,39000.00,950.00,0,1,'active','employee',1),(10,40000.00,44999.00,1000.00,0,1,'active','employee',1),(11,45000.00,49000.00,1100.00,0,1,'active','employee',1),(12,50000.00,59999.00,1200.00,0,1,'active','employee',1),(13,60000.00,69999.00,1300.00,0,1,'active','employee',1),(14,70000.00,79999.00,1400.00,0,1,'active','employee',1),(15,80000.00,89999.00,1500.00,0,1,'active','employee',1),(16,90000.00,99999.00,1600.00,0,1,'active','employee',1),(17,100000.00,99999999.00,1700.00,0,1,'active','employee',1),(18,0.00,0.00,500.00,0,1,'active','employer',1); /*!40000 ALTER TABLE `nhif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,3000.00,180.00,1,1,'active','employee',1,180.00,0.00,180.00),(2,3000.00,4500.00,270.00,1,1,'active','employee',1,270.00,0.00,270.00),(3,4500.00,6000.00,360.00,1,1,'active','employee',1,360.00,0.00,360.00),(4,6000.00,10000.00,360.00,1,1,'active','employee',1,360.00,240.00,600.00),(5,10000.00,14000.00,360.00,1,1,'active','employee',1,360.00,480.00,840.00),(6,14000.00,18000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(7,18000.00,20000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(8,20000.00,100000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(9,100000.00,500000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offtypes` -- LOCK TABLES `offtypes` WRITE; /*!40000 ALTER TABLE `offtypes` DISABLE KEYS */; INSERT INTO `offtypes` VALUES (1,'All day is off','2018-05-17 04:40:12am'),(2,'Half day is off','2018-05-17 04:41:13am'),(3,'Morning is off ','2018-05-17 04:41:30am'),(4,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `openorders` -- DROP TABLE IF EXISTS `openorders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `openorders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text NOT NULL, `startdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `closedate` text NOT NULL, `receiver` text NOT NULL, `millage` varchar(30) NOT NULL, `fuel` varchar(50) NOT NULL, `trips` text NOT NULL, `createdate` varchar(30) NOT NULL, `nextfuel` varchar(20) NOT NULL, `previoufueldate` varchar(30) NOT NULL, `previousfuelused` varchar(20) NOT NULL, `adjusted` varchar(20) NOT NULL, `fuellimit` varchar(20) NOT NULL, `fuelrate` varchar(20) NOT NULL, `exactfuel` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `openorders` -- LOCK TABLES `openorders` WRITE; /*!40000 ALTER TABLE `openorders` DISABLE KEYS */; /*!40000 ALTER TABLE `openorders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orderlist` -- DROP TABLE IF EXISTS `orderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `orderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `itemid` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `code` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `orderlist` -- LOCK TABLES `orderlist` WRITE; /*!40000 ALTER TABLE `orderlist` DISABLE KEYS */; /*!40000 ALTER TABLE `orderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `outgoingstock` -- DROP TABLE IF EXISTS `outgoingstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `outgoingstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` varchar(50) NOT NULL, `date` varchar(50) NOT NULL, `item_id` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'shop', `comments` text NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 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 */; INSERT INTO `outgoingstock` VALUES (1,'ugali','1','5','2021-10-02 13:20:33','670221791737.00','1','newstock','1','','','37.5','','store','5yty',1); /*!40000 ALTER TABLE `outgoingstock` 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` varchar(50) 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` 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 '', `type` varchar(50) DEFAULT NULL, `receiver` varchar(50) NOT NULL, `receiverphone` varchar(50) NOT NULL, `receiveraddress` text NOT NULL, `origin` int(11) NOT NULL, `destination` int(11) 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, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `parceldelivery` -- LOCK TABLES `parceldelivery` WRITE; /*!40000 ALTER TABLE `parceldelivery` DISABLE KEYS */; /*!40000 ALTER TABLE `parceldelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), KEY `password_resets_email_index` (`email`), KEY `password_resets_token_index` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; INSERT INTO `password_resets` VALUES ('rmanyala@jkuat.ac.ke','55addf31b644939f3e4e858a70d3fe997eeef74149f54eca8e593f9c077becea','2016-07-02 02:47:19'); /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paye` -- DROP TABLE IF EXISTS `paye`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paye` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(15,2) NOT NULL, `amt` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `percentage` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paye` -- LOCK TABLES `paye` WRITE; /*!40000 ALTER TABLE `paye` DISABLE KEYS */; INSERT INTO `paye` VALUES (1,0.00,24000.00,24000.00,1,1,'active',10.00),(2,24001.00,40667.00,16666.00,1,1,'active',15.00),(3,40668.00,57333.00,16665.00,1,1,'active',20.00),(4,57333.00,1000000000.00,57333.00,1,1,'active',25.00); /*!40000 ALTER TABLE `paye` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentmethodes` -- DROP TABLE IF EXISTS `paymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentmethodes` -- LOCK TABLES `paymentmethodes` WRITE; /*!40000 ALTER TABLE `paymentmethodes` DISABLE KEYS */; INSERT INTO `paymentmethodes` VALUES (1,'cash','Cash payment','active','2021-09-07 05:52:05','1','1','1050','',1,NULL),(2,'mpesa','mpesa','active','2021-09-22 10:35:37','1','1','1010','',1,NULL),(3,'card','card payment','active','2021-09-07 05:52:50','1','1','1030','',1,NULL),(4,'bank','Bank payment','active','2021-09-07 05:53:23','1','1','1030','',1,NULL),(5,'credit','account receivable ','active','2021-09-07 06:31:55','1','1','1100','',1,NULL),(6,'voucher','Directors account','active','2021-09-07 06:32:21','1','1','1040','',1,NULL),(7,'creditnote','Account payable','active','2021-09-07 06:34:11','1','1','2130','',1,NULL),(8,'points','Account redeemable','active','2021-09-07 06:36:16','1','1','2130','',1,NULL); /*!40000 ALTER TABLE `paymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payments` ( `id` int(100) NOT NULL AUTO_INCREMENT, `paidto` varchar(100) NOT NULL, `paiby` varchar(100) NOT NULL, `paiddate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `approvedby` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `receiptno` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `idno` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentsection` -- DROP TABLE IF EXISTS `paymentsection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentsection` ( `id` int(40) NOT NULL AUTO_INCREMENT, `methodid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `description` text NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentsection` -- LOCK TABLES `paymentsection` WRITE; /*!40000 ALTER TABLE `paymentsection` DISABLE KEYS */; INSERT INTO `paymentsection` VALUES (8,'2','KCB Bank','KCB Bank','2016-04-20 10:39:59','','3','3'),(9,'2','Equity Bank','Equity Bank','2016-04-20 10:40:10','','3','3'),(10,'4','cash','CASH','2016-04-20 10:40:34','','3','3'),(11,'3','Lipa rent','','2016-04-20 10:40:48','','3','3'),(12,'1','Airtel Money','Airtel Money','2016-04-20 10:41:17','','3','3'),(13,'1','M-pesa','M-pesa','2016-04-20 10:41:32','','3','3'),(15,'6','Coparent','Coparent','2016-05-25 04:21:55','','3','3'),(16,'2','Unaitas','Unaitas','2017-12-16 06:51:45','','',''); /*!40000 ALTER TABLE `paymentsection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payroll` -- DROP TABLE IF EXISTS `payroll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payroll` ( `id` int(100) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `designation` varchar(255) NOT NULL, `allowance` varchar(255) NOT NULL, `paytype` varchar(255) NOT NULL, `nohours` varchar(255) NOT NULL, `salary` varchar(255) NOT NULL, `nodays` varchar(255) NOT NULL, `nodaysyearly` varchar(255) NOT NULL, `annualsalary` varchar(255) NOT NULL, `monthlysalary` varchar(50) NOT NULL, `dailysalary` varchar(100) DEFAULT NULL, `comments` text NOT NULL, `vat` varchar(50) NOT NULL DEFAULT 'active', `payee` varchar(50) NOT NULL, `nssf` varchar(100) NOT NULL, `nihf` text NOT NULL, `employeeid` varchar(100) NOT NULL, `advance` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `other` varchar(50) NOT NULL, `month` varchar(50) NOT NULL, `year` varchar(50) NOT NULL, `loan` varchar(100) NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`type`), KEY `last_name` (`designation`), KEY `email` (`paytype`), KEY `phppos_people_ibfk_1` (`dailysalary`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payroll` -- LOCK TABLES `payroll` WRITE; /*!40000 ALTER TABLE `payroll` DISABLE KEYS */; /*!40000 ALTER TABLE `payroll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `people` -- DROP TABLE IF EXISTS `people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `people` ( `id` int(11) NOT NULL AUTO_INCREMENT, `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, `transactionid` int(11) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT 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=15 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,'kj','kj','JOHN','0723996542','kevinpius988@gmail.com','adminkj01','','male','','','0','',NULL,'user','1','','','','6666xxx',8400.00,'1','2022-12-05','','1','2019-06-11','Contract',30000.00,'','2019-06-06','','','','2019-06-05','2019-06-06','KCB','2412423','Monthly','4','2019-09-20','0222222',0.00,'','','Single','',197.00,1,'','1000000','yes','admin','',0,0,0,'','2019-08-28',0,'',0.00,'','','','Yes',0.00,0,0.00,0.00,'no',200.00,'','2021-08-24 12:27:27',0,'','','','','','','','6666xxx',1,'022','444',2),(3,'KJ WINES','',NULL,'KJ WINES','','','','','','','1','',NULL,'supplier','1','KJ WINES ','','','',0.00,'1','2021-12-08 08:17:05','','1','2021-12-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',1147034.00,0,0.00,0.00,'no',0.00,'no','2023-01-13 18:16:20',0,'','','','','',NULL,NULL,'',1,NULL,NULL,0),(6,'Jack','Jack',NULL,'5225225','kjwinesrk@gmail.com','12345','','male','','','','',NULL,'user','1',NULL,'','','',0.00,'','2022-12-08','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','500000','no','admin','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,'',1,NULL,NULL,NULL),(8,'caren','akinyi',NULL,'522555','caren@ggg.com','1888','','female','','','','',NULL,'user','1',NULL,'','','55555',0.00,'','2022-12-02','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,'',1,NULL,NULL,NULL),(9,'Rennyy','Rn',NULL,'254736925874','faith@kali','1234','','female','','','','',NULL,'user','1',NULL,'','','5228',0.00,'','2022-12-07','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','no','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'','',0,'','','','','',NULL,NULL,'',1,NULL,NULL,NULL),(10,'kj','',NULL,'0708325411','','','0738637711','','','','1','',NULL,'supplier','1','kj enterprise','','','',0.00,'1','2022-12-04 17:11:51','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','',0,'','','','','',NULL,NULL,'',3,NULL,NULL,NULL),(11,'Moha','',NULL,'544545','','','+254113592860','','','','1','',NULL,'supplier','1','Musa','','','',0.00,'1','2022-12-08 12:35:20','','1','2022-12-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',18976.00,0,0.00,0.00,'no',0.00,'no','2022-12-22 14:38:13',0,'','','','','',NULL,NULL,'',3,NULL,NULL,0),(12,'Julius','',NULL,'+254725772466','','','','male','','','1','',NULL,'supplier','1','Ogola kuku','','','',0.00,'1','2022-12-08 12:38:18','','1','2022-12-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',3000.00,0,0.00,0.00,'no',0.00,'no','2022-12-23 14:03:26',0,'','','','','',NULL,NULL,'',3,NULL,NULL,1),(13,'Fish','',NULL,'+254704503778','','','533533','male','','','1','',NULL,'supplier','1','Robert','','','',0.00,'1','2022-12-08 12:39:08','','1','2022-12-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',4550.00,0,0.00,0.00,'no',0.00,'no','2022-12-24 15:39:16',0,'','','','','',NULL,NULL,'',3,NULL,NULL,1),(14,'Till1','',NULL,'0787333355','','','071111223','female','','','1','',NULL,'supplier','1','Pramukh cash and carry ltd','','','',0.00,'1','2022-12-14 13:12:13','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','',0,'','','','','',NULL,NULL,'',3,NULL,NULL,NULL); /*!40000 ALTER TABLE `people` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `periods` -- DROP TABLE IF EXISTS `periods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `periods` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 ('accountingreports',1),('assets',1),('cashiersales',1),('cashiersales',5),('config',1),('config',6),('damagedproducts',1),('displayreport',1),('grouping',1),('income',1),('incomeexpenses',1),('incomingstock',1),('incomingstore',1),('lowproducts',1),('lowstocklist',1),('loyalitycards',1),('members',1),('password',1),('password',6),('password',8),('password',9),('peoplecategory',1),('productlist',1),('products',1),('productscategory',1),('profile',1),('profile',6),('purchases',1),('reports',1),('sales',1),('sales',6),('sales',8),('sales',9),('sendsms',1),('users',1),('viewreturnsales',1),('wholesale',1),('wholesale',4),('wholesale',5); /*!40000 ALTER TABLE `permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `permissionsactions` -- DROP TABLE IF EXISTS `permissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `permissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=60338 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 (57964,'sales','4','reprint'),(57965,'sales','4','discount'),(57966,'wholesale','4','sale'),(57967,'wholesale','4','add'),(59200,'sales','5','add'),(59201,'sales','5','printreceipt'),(59202,'sales','5','selectmessage'),(59203,'sales','5','cash'),(59204,'sales','5','moresales'),(59205,'sales','5','sale'),(59206,'sales','5','reprint'),(59207,'sales','5','mpesabalance'),(59208,'sales','5','select'),(59209,'sales','5','Logout'),(59210,'sales','5','printbill'),(59211,'sales','5','order'),(59212,'sales','5','mpesa'),(59213,'sales','5','updatepaymentmode'),(59214,'sales','5','editsellingprice'),(59215,'sales','5','sendsms'),(59216,'sales','5','salesperson'),(59217,'wholesale','5','sale'),(59218,'wholesale','5','add'),(59219,'wholesale','5','update'),(59220,'cashiersales','5','entermpesacode'),(59221,'cashiersales','5','editmpesa'),(59222,'cashiersales','5','all'),(59223,'cashiersales','5','delete'),(59224,'cashiersales','5','cashiersales'),(59225,'cashiersales','5','editmpesadate'),(59226,'cashiersales','5','dontshowtotal'),(59227,'cashiersales','5','adddailycollection'),(59228,'cashiersales','5','viewtill'),(59229,'cashiersales','5','viewdailycollections'),(59230,'cashiersales','5','deletedailycollections'),(59231,'cashiersales','5','updatedailycollections'),(59232,'cashiersales','5','reversempesa'),(59233,'cashiersales','5','clearallsales'),(59234,'cashiersales','5','viewallcollections'),(59235,'cashiersales','5','viewallcounters'),(59236,'cashiersales','5','mpesapendingreport'),(59237,'cashiersales','5','mpesaverifiedreport'),(59238,'cashiersales','5','viewcommission'),(59239,'cashiersales','5','viewmpesamessages'),(59240,'cashiersales','5','dailysalesonly'),(59612,'sales','8','add'),(59613,'sales','8','printreceipt'),(59614,'sales','8','suspend'),(59615,'sales','8','update'),(59616,'sales','8','cash'),(59617,'sales','8','delete'),(59618,'sales','8','moresales'),(59619,'sales','8','sale'),(59620,'sales','8','reprint'),(59621,'sales','8','order'),(59622,'sales','8','recordcoins'),(59623,'password','8','change'),(59860,'sales','1','add'),(59861,'sales','1','printreceipt'),(59862,'sales','1','suspend'),(59863,'sales','1','update'),(59864,'sales','1','cash'),(59865,'sales','1','delete'),(59866,'sales','1','moresales'),(59867,'sales','1','sale'),(59868,'sales','1','reprint'),(59869,'sales','1','mpesabalance'),(59870,'sales','1','select'),(59871,'sales','1','Logout'),(59872,'sales','1','printbill'),(59873,'sales','1','closebill'),(59874,'sales','1','order'),(59875,'sales','1','mpesa'),(59876,'sales','1','updatepaymentmode'),(59877,'sales','1','viewbuyingprice'),(59878,'sales','1','card'),(59879,'sales','1','clearpayments'),(59880,'sales','1','credit'),(59881,'sales','1','dontprint'),(59882,'sales','1','backdatesales'),(59883,'sales','1','recordcoins'),(59884,'sales','1','leaseitems'),(59885,'sales','1','giveloyalityponts'),(59886,'sales','1','changetaxstatus'),(59887,'sales','1','splitbill'),(59888,'sales','1','printdelivery'),(59889,'sales','1','sendsms'),(59890,'sales','1','salesperson'),(59891,'sales','1','receiptno'),(59892,'wholesale','1','sale'),(59893,'wholesale','1','add'),(59894,'wholesale','1','delete'),(59895,'wholesale','1','update'),(59896,'cashiersales','1','entermpesacode'),(59897,'cashiersales','1','editmpesa'),(59898,'cashiersales','1','all'),(59899,'cashiersales','1','delete'),(59900,'cashiersales','1','cashiersales'),(59901,'cashiersales','1','editmpesadate'),(59902,'cashiersales','1','adddailycollection'),(59903,'cashiersales','1','clearallsales'),(59904,'cashiersales','1','viewallcollections'),(59905,'cashiersales','1','viewallcounters'),(59906,'cashiersales','1','mpesaverifiedreport'),(59907,'cashiersales','1','viewcommission'),(59908,'cashiersales','1','dailysalesonly'),(59909,'purchases','1','add'),(59910,'purchases','1','update'),(59911,'purchases','1','delete'),(59912,'purchases','1','updatebuyingprice'),(59913,'purchases','1','updatesellingprice'),(59914,'purchases','1','updateclosedinvoice'),(59915,'purchases','1','viewquotation'),(59916,'purchases','1','viewserials'),(59917,'purchases','1','viewdirectpurchases'),(59918,'purchases','1','viewpurchase'),(59919,'purchases','1','salesorder'),(59920,'purchases','1','budget'),(59921,'purchases','1','showdefaultserials'),(59922,'purchases','1','viewallcounters'),(59923,'purchases','1','approve'),(59924,'purchases','1','addbatchno'),(59925,'purchases','1','addexpirydate'),(59926,'viewreturnsales','1','add'),(59927,'viewreturnsales','1','update'),(59928,'viewreturnsales','1','delete'),(59929,'viewreturnsales','1','return'),(59930,'viewreturnsales','1','clear'),(59931,'viewreturnsales','1','moresales'),(59932,'income','1','View'),(59933,'income','1','add'),(59934,'income','1','wiewinvoices'),(59935,'incomeexpenses','1','add'),(59936,'incomeexpenses','1','closeexpense'),(59937,'incomeexpenses','1','update'),(59938,'incomeexpenses','1','updateclosedexpenses'),(59939,'incomeexpenses','1','wiewinvoices'),(59940,'incomeexpenses','1','viewbills'),(59941,'incomeexpenses','1','viewexpense'),(59942,'incomeexpenses','1','viewdebtors'),(59943,'incomeexpenses','1','viewcreditors'),(59944,'incomeexpenses','1','postrentalexpenses'),(59945,'members','1','add'),(59946,'members','1','update'),(59947,'users','1','add'),(59948,'users','1','update'),(59949,'users','1','delete'),(59950,'users','1','deleteallroles'),(59951,'productscategory','1','add'),(59952,'productscategory','1','update'),(59953,'productscategory','1','delete'),(59954,'productlist','1','bulk'),(59955,'productlist','1','updatestock'),(59956,'productlist','1','move'),(59957,'productlist','1','more'),(59958,'productlist','1','transfer'),(59959,'productlist','1','addstock'),(59960,'productlist','1','delete'),(59961,'productlist','1','view'),(59962,'productlist','1','update'),(59963,'productlist','1','add'),(59964,'productlist','1','openclosestock'),(59965,'productlist','1','stocktaking'),(59966,'productlist','1','editstocktaken'),(59967,'productlist','1','editopenclosestock'),(59968,'productlist','1','changeserialstatus'),(59969,'productlist','1','viewserials'),(59970,'productlist','1','viewproductsfromallbranches'),(59971,'productlist','1','bulkpriceupdate'),(59972,'productlist','1','viewbprice'),(59973,'products','1','add'),(59974,'products','1','update'),(59975,'products','1','delete'),(59976,'products','1','addstock'),(59977,'products','1','more'),(59978,'products','1','bulk'),(59979,'products','1','deleteorder'),(59980,'products','1','dispatch'),(59981,'products','1','removestock'),(59982,'products','1','price'),(59983,'products','1','removeallstock'),(59984,'products','1','bulkpriceupdate'),(59985,'incomingstock','1','add'),(59986,'incomingstock','1','update'),(59987,'incomingstock','1','view'),(59988,'incomingstock','1','delete'),(59989,'incomingstore','1','add'),(59990,'incomingstore','1','delete'),(59991,'incomingstore','1','view'),(59992,'lowstocklist','1','add'),(59993,'lowstocklist','1','more'),(59994,'lowstocklist','1','view'),(59995,'lowproducts','1','add'),(59996,'lowproducts','1','update'),(59997,'damagedproducts','1','add'),(59998,'damagedproducts','1','update'),(59999,'damagedproducts','1','delete'),(60000,'assets','1','add'),(60001,'assets','1','update'),(60002,'assets','1','delete'),(60003,'accountingreports','1','view'),(60004,'peoplecategory','1','add'),(60005,'peoplecategory','1','update'),(60006,'peoplecategory','1','delete'),(60007,'loyalitycards','1','add'),(60008,'loyalitycards','1','update'),(60009,'reports','1','view'),(60010,'reports','1','download'),(60011,'reports','1','delete'),(60012,'reports','1','update'),(60013,'reports','1','viewall'),(60014,'displayreport','1','view'),(60015,'grouping','1','add'),(60016,'grouping','1','update'),(60017,'grouping','1','delete'),(60018,'sendsms','1','add'),(60019,'sendsms','1','update'),(60020,'sendsms','1','delete'),(60021,'sendsms','1','transfersms'),(60022,'password','1','change'),(60023,'profile','1','update'),(60024,'config','1','delete'),(60025,'config','1','add'),(60026,'config','1','update'),(60027,'config','1','productcode'),(60281,'sales','9','add'),(60282,'sales','9','printreceipt'),(60283,'sales','9','suspend'),(60284,'sales','9','update'),(60285,'sales','9','cash'),(60286,'sales','9','delete'),(60287,'sales','9','moresales'),(60288,'sales','9','sale'),(60289,'sales','9','reprint'),(60290,'sales','9','Logout'),(60291,'sales','9','order'),(60292,'sales','9','recordcoins'),(60293,'password','9','change'),(60294,'sales','6','add'),(60295,'sales','6','printreceipt'),(60296,'sales','6','selectmessage'),(60297,'sales','6','suspend'),(60298,'sales','6','cash'),(60299,'sales','6','delete'),(60300,'sales','6','moresales'),(60301,'sales','6','sale'),(60302,'sales','6','reprint'),(60303,'sales','6','discount'),(60304,'sales','6','mpesabalance'),(60305,'sales','6','select'),(60306,'sales','6','Logout'),(60307,'sales','6','printbill'),(60308,'sales','6','productdiscount'),(60309,'sales','6','closebill'),(60310,'sales','6','order'),(60311,'sales','6','mpesa'),(60312,'sales','6','updatepaymentmode'),(60313,'sales','6','editsellingprice'),(60314,'sales','6','clearpayments'),(60315,'sales','6','cheque'),(60316,'sales','6','salesbeyondbprice'),(60317,'sales','6','points'),(60318,'sales','6','credit'),(60319,'sales','6','dontprint'),(60320,'sales','6','accountlimit'),(60321,'sales','6','backdatesales'),(60322,'sales','6','leaseitems'),(60323,'sales','6','giveloyalityponts'),(60324,'sales','6','dontshowstock'),(60325,'sales','6','splitbill'),(60326,'sales','6','changeuomonsales'),(60327,'sales','6','printdelivery'),(60328,'sales','6','sendsms'),(60329,'sales','6','salesperson'),(60330,'sales','6','selectcurrency'),(60331,'sales','6','receiptno'),(60332,'password','6','change'),(60333,'profile','6','update'),(60334,'config','6','delete'),(60335,'config','6','add'),(60336,'config','6','update'),(60337,'config','6','productcode'); /*!40000 ALTER TABLE `permissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `plot` -- DROP TABLE IF EXISTS `plot`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `plot` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `name` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `agentid` varchar(100) NOT NULL, `landlordid` varchar(100) NOT NULL, `totalhouse` varchar(100) NOT NULL, `country` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(100) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `commission` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', `tax` decimal(10,2) NOT NULL, `bank` text NOT NULL, `branch` text NOT NULL, `penalty` decimal(10,2) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(11) NOT NULL, `penaltytype` varchar(30) NOT NULL DEFAULT 'percentage', `areas` varchar(30) NOT NULL DEFAULT 'yes', `coparent` varchar(30) NOT NULL DEFAULT 'yes', `water` varchar(30) NOT NULL DEFAULT 'yes', `garbage` varchar(30) NOT NULL DEFAULT 'yes', `power` varchar(30) NOT NULL DEFAULT 'yes', `showpenalty` varchar(30) NOT NULL, `partial` varchar(30) NOT NULL DEFAULT '', `vat2` decimal(10,0) DEFAULT 0, `invoicedate` varchar(10) NOT NULL DEFAULT '01', `penaltydate` varchar(10) NOT NULL DEFAULT '10', `duedate` varchar(30) NOT NULL DEFAULT '10', `taxtype` varchar(30) NOT NULL DEFAULT 'Landlord', `invoicesms` text NOT NULL, `receiptsms` text NOT NULL, `utility` varchar(20) NOT NULL DEFAULT 'yes', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 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 */; INSERT INTO `plot` VALUES (1,'','JUJA House','juja','3 ','3 ','20','1 ','2021-09-28 04:48:15','2021-09-28 04:48:15','','1','','','','1','1',0.00,'','',0.00,'rental',1,'percentage ','no','no','no','no','no','no','no',0,'01','10','10','Landlord ','','','yes'); /*!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 `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=17 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,'ALCOHOL',0,'2022-12-02 22:28:42','active','6','','1','1','0','','Percentage',NULL),(5,'SODAS',0,'2022-12-02 22:00:25','inactive','6','','1','1','0','','Percentage',NULL),(6,'SPIRITS',0,'2022-12-02 22:23:29','active','6','','1','1','0','','Percentage',NULL),(7,'WATER',0,'2022-12-02 22:01:44','inactive','6','','1','1','0','','Percentage',NULL),(8,'WINES',0,'2022-12-02 22:01:55','inactive','6','','1','1','0','','Percentage',NULL),(9,'WHISKEY',0,'2022-12-02 22:02:50','inactive','6','','1','','0','','Percentage',NULL),(10,'VODKA',0,'2022-12-02 22:02:40','inactive','6','','1','','0','','Percentage',NULL),(11,'RUM',0,'2022-12-02 22:02:30','inactive','6','','1','','0','','Percentage',NULL),(12,'GIN',0,'2022-12-02 22:02:23','inactive','6','','1','','0','','Percentage',NULL),(13,'CREAM',0,'2022-12-02 22:02:16','inactive','6','','1','','0','','Percentage',NULL),(14,'BRANDY',0,'2022-12-02 22:03:00','inactive','6','','1','','0','','Percentage',NULL),(15,'SOFT DRINKS',0,'2022-12-02 22:03:10','inactive','6','','1','','0','','Percentage',NULL),(16,'FOOD',0,'2022-12-02 22:03:36','active','6','','1','2','0','','Percentage',NULL); /*!40000 ALTER TABLE `productcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productlist` -- DROP TABLE IF EXISTS `productlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productlist` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `dateposted` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `sellingprice2` varchar(20) NOT NULL, `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` varchar(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branch` varchar(50) NOT NULL, `expdate` date NOT NULL, `shortname` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `store` text NOT NULL, `code` varchar(100) NOT NULL, `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `orderamount` varchar(30) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', PRIMARY KEY (`id`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB AUTO_INCREMENT=153 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 (2,'Mrs Dowell 750ml','','1','3','.',16,'586','700','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','1','pcs','Inventory','VATABLE','mainitem','Inclusive'),(3,'Mt Dowell 250ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','2','pcs','Inventory','VATABLE','mainitem','Inclusive'),(4,'Kenya cane 750ml','','1','3','.',16,'624','800','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','3','pcs','Inventory','VATABLE','mainitem','Inclusive'),(5,'Kenya cane 350ml','','1','3','.',16,'320','450','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','4','pcs','Inventory','VATABLE','mainitem','Inclusive'),(6,'Kenya cane 250ml','','1','3','.',16,'236','350','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,8.00,'6','1','3','0000-00-00','','active','.','5','pcs','Inventory','VATABLE','mainitem','Inclusive'),(7,'Chrome 750mI','','1','3','.',16,'542','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','6','pcs','Inventory','VATABLE','mainitem','Inclusive'),(8,'Chrome 250ml','','1','3','.',16,'192','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,20.00,'6','1','3','0000-00-00','','active','.','7','pcs','Inventory','VATABLE','mainitem','Inclusive'),(9,'Gilbey\'s 750ml','','1','3','.',16,'1160','1500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','8','pcs','Inventory','VATABLE','mainitem','Inclusive'),(10,'Gilbey\'s 350ml','','1','3','.',16,'560','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','9','pcs','Inventory','VATABLE','mainitem','Inclusive'),(11,'Gilbey\'s 250ml','','1','3','.',16,'400','550','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','10','pcs','Inventory','VATABLE','mainitem','Inclusive'),(12,'Viceroy 750ml','','1','3','.',16,'1173','1500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','11','pcs','Inventory','VATABLE','mainitem','Inclusive'),(13,'Viceroy 350ml','','1','3','.',16,'603','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','12','pcs','Inventory','VATABLE','mainitem','Inclusive'),(14,'Viceroy 250mI','','1','3','.',16,'405','550','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','13','pcs','Inventory','VATABLE','mainitem','Inclusive'),(15,'Whitepearl 750m!','','1','3','.',16,'590','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','14','pcs','Inventory','VATABLE','mainitem','Inclusive'),(16,'Whitepeart 250ml','','1','3','.',16,'205','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','15','pcs','Inventory','VATABLE','mainitem','Inclusive'),(17,'Lawsons 1.5l','','1','3','.',16,'2100','3000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','16','pcs','Inventory','VATABLE','mainitem','Inclusive'),(18,'Lawsons 750ml','','1','3','.',16,'1309','1800','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','17','pcs','Inventory','VATABLE','mainitem','Inclusive'),(19,'Lawsons 1 Ltr','','1','3','.',16,'1800','2500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','18','pcs','Inventory','VATABLE','mainitem','Inclusive'),(20,'Napoleon 750ml','','1','3','.',16,'690','850','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','19','pcs','Inventory','VATABLE','mainitem','Inclusive'),(21,'Na oleon 250ml','','1','3','.',16,'205','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','20','pcs','Inventory','VATABLE','mainitem','Inclusive'),(22,'Richot 750ml','','1','3','.',16,'1160','1500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','21','pcs','Inventory','VATABLE','mainitem','Inclusive'),(23,'Richot 350ml','','1','3','.',16,'590','800','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','22','pcs','Inventory','VATABLE','mainitem','Inclusive'),(24,'Caprice 1 Ltr','','1','3','.',16,'645','800','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','23','pcs','Inventory','VATABLE','mainitem','Inclusive'),(25,'Kenya king 250m','','1','3','.',16,'205','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','24','pcs','Inventory','VATABLE','mainitem','Inclusive'),(26,'Ken akin 750ml','','1','3','.',16,'590','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','25','pcs','Inventory','VATABLE','mainitem','Inclusive'),(27,'Supreme 250ml','','1','3','.',16,'185','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,5.00,'6','1','3','0000-00-00','','active','.','26','pcs','Inventory','VATABLE','mainitem','Inclusive'),(28,'Triple Ace 250ml','','1','3','.',16,'197','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','27','pcs','Inventory','VATABLE','mainitem','Inclusive'),(29,'Piston ice 350mI','','1','3','.',16,'200','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','28','pcs','Inventory','VATABLE','mainitem','Inclusive'),(30,'Ballantine ILtr','','1','3','.',16,'2100','3500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','29','pcs','Inventory','VATABLE','mainitem','Inclusive'),(31,'Ballantine 750ml','','1','3','.',16,'1800','2500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','30','pcs','Inventory','VATABLE','mainitem','Inclusive'),(32,'Office choice 750ml','','1','3','.',16,'900','1200','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,18.00,'6','1','3','0000-00-00','','active','.','31','pcs','Inventory','VATABLE','mainitem','Inclusive'),(33,'Maker mark 1 Ltr','','1','3','.',16,'3258','4000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,10.00,'6','1','3','0000-00-00','','active','.','32','pcs','Inventory','VATABLE','mainitem','Inclusive'),(34,'Maker mark 750ml','','1','3','.',16,'3136','3500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,10.00,'6','1','3','0000-00-00','','active','.','33','pcs','Inventory','VATABLE','mainitem','Inclusive'),(35,'Teachers 1 ltr','','1','3','.',16,'2100','2500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,5.00,'6','1','3','0000-00-00','','active','.','34','pcs','Inventory','VATABLE','mainitem','Inclusive'),(36,'Teachers 750ml','','1','3','.',16,'1200','1800','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','35','pcs','Inventory','VATABLE','mainitem','Inclusive'),(37,'Jim Beam 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','36','pcs','Inventory','VATABLE','mainitem','Inclusive'),(38,'Jim Beam 1ltr','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,16.00,'6','1','3','0000-00-00','','active','.','37','pcs','Inventory','VATABLE','mainitem','Inclusive'),(39,'Grants 750ml','','1','3','.',16,'1328','1800','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','38','pcs','Inventory','VATABLE','mainitem','Inclusive'),(40,'jameson 1ltr','','1','3','.',16,'2666','3500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','39','pcs','Inventory','VATABLE','mainitem','Inclusive'),(41,'jameson 750ml','','1','3','.',16,'1870','2500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','40','pcs','Inventory','VATABLE','mainitem','Inclusive'),(42,'jameson 350ml','','1','3','.',16,'1064','1500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','41','pcs','Inventory','VATABLE','mainitem','Inclusive'),(43,'Amarula ILtr','','1','3','.',16,'2920','3500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','42','pcs','Inventory','VATABLE','mainitem','Inclusive'),(44,'amarula 750ml','','1','3','.',16,'2150','2500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','43','pcs','Inventory','VATABLE','mainitem','Inclusive'),(45,'amarula 350ml','','1','3','.',16,'1140','1500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','44','pcs','Inventory','VATABLE','mainitem','Inclusive'),(46,'Best whisky 750ml','','1','3','.',16,'830','1000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','45','pcs','Inventory','VATABLE','mainitem','Inclusive'),(47,'Best whisky 250ml','','1','3','.',16,'301','400','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','46','pcs','Inventory','VATABLE','mainitem','Inclusive'),(48,'kibao 750ml','','1','3','.',16,'587','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','47','pcs','Inventory','VATABLE','mainitem','Inclusive'),(49,'kibao 350ml','','1','3','.',16,'305','400','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','48','pcs','Inventory','VATABLE','mainitem','Inclusive'),(50,'ice vodka 750ml','','1','3','.',16,'550','700','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','49','pcs','Inventory','VATABLE','mainitem','Inclusive'),(51,'red label 750ml','','1','3','.',16,'1421','2000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','50','pcs','Inventory','VATABLE','mainitem','Inclusive'),(52,'red label 1ltr','','1','3','.',16,'1409','2500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','51','pcs','Inventory','VATABLE','mainitem','Inclusive'),(53,'black label 750ml','','1','3','.',16,'2625','3000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','52','pcs','Inventory','VATABLE','mainitem','Inclusive'),(54,'double black 1ltr','','1','3','.',16,'5333','6500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','53','pcs','Inventory','VATABLE','mainitem','Inclusive'),(55,'double black 750ml','','1','3','.',16,'4167','5500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','54','pcs','Inventory','VATABLE','mainitem','Inclusive'),(56,'Famous rouse 750ml\n\n\n','','1','3','.',16,'1520','2000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','55','pcs','Inventory','VATABLE','mainitem','Inclusive'),(57,'Pilsner Bottle','','1','3','.',16,'160.24','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','56','pcs','Inventory','VATABLE','mainitem','Inclusive'),(58,'GK BOTTLE','','1','3','.',16,'186.68','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,56.00,'6','1','3','0000-00-00','','active','.','57','pcs','Inventory','VATABLE','mainitem','Inclusive'),(59,'Whitecap Bottle','','1','3','.',16,'172','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,29.00,'6','1','3','0000-00-00','','active','.','58','pcs','Inventory','VATABLE','mainitem','Inclusive'),(60,'GK Smooth Bottle','','1','3','.',16,'168','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,8.00,'6','1','3','0000-00-00','','active','.','59','pcs','Inventory','VATABLE','mainitem','Inclusive'),(61,'Balozi Bottle','','1','3','.',16,'168','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,41.00,'6','1','3','0000-00-00','','active','.','60','pcs','Inventory','VATABLE','mainitem','Inclusive'),(62,'T.LagerBottle','','1','3','.',16,'168','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,31.00,'6','1','3','0000-00-00','','active','.','61','pcs','Inventory','VATABLE','mainitem','Inclusive'),(63,'T.Cider Bottle','','1','3','.',16,'172','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,20.00,'6','1','3','0000-00-00','','active','.','62','pcs','Inventory','VATABLE','mainitem','Inclusive'),(64,'T.Lite Bottle','','1','3','.',16,'180.8','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,12.00,'6','1','3','0000-00-00','','active','.','63','pcs','Inventory','VATABLE','mainitem','Inclusive'),(65,'T.Malt Bottle','','1','3','.',16,'180','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,16.00,'6','1','3','0000-00-00','','active','.','64','pcs','Inventory','VATABLE','mainitem','Inclusive'),(66,'Heineken Bottle','','1','3','.',16,'0','210','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','65','pcs','Inventory','VATABLE','mainitem','Inclusive'),(67,'GK Can','','1','3','.',16,'210','250','','','NaN',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','66','pcs','Inventory','VATABLE','mainitem','Inclusive'),(68,'Balozi Can','','1','3','.',16,'170','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','67','pcs','Inventory','VATABLE','mainitem','Inclusive'),(69,'Whitecap Can','','1','3','.',16,'210','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,9.00,'6','1','3','0000-00-00','','active','.','68','pcs','Inventory','VATABLE','mainitem','Inclusive'),(70,'T.Lager Can','','1','3','.',16,'180','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','69','pcs','Inventory','VATABLE','mainitem','Inclusive'),(71,'Lawsons Can','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','70','pcs','Inventory','VATABLE','mainitem','Inclusive'),(72,'Faxe Can','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','71','pcs','Inventory','VATABLE','mainitem','Inclusive'),(73,'Redbull','','1','3','.',16,'173','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','72','pcs','Inventory','VATABLE','mainitem','Inclusive'),(74,'Alvaro','','1','3','.',16,'110','150','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','73','pcs','Inventory','VATABLE','mainitem','Inclusive'),(75,'Guarana','','1','3','.',16,'158.25','220','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,32.00,'6','1','3','0000-00-00','','active','.','74','pcs','Inventory','VATABLE','mainitem','Inclusive'),(76,'Lime juice 700m','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,6.00,'6','1','3','0000-00-00','','active','.','75','pcs','Inventory','VATABLE','mainitem','Inclusive'),(77,'Delmonte 1 Ltr','','1','3','.',16,'197','300','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','76','pcs','Inventory','VATABLE','mainitem','Inclusive'),(78,'Yatta 1 Ltr','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','77','pcs','Inventory','VATABLE','mainitem','Inclusive'),(79,'Gordons 750ml','','1','3','.',16,'1667','2000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','78','pcs','Inventory','VATABLE','mainitem','Inclusive'),(80,'BestGin 250m','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','79','pcs','Inventory','VATABLE','mainitem','Inclusive'),(81,'Four cousins 1.5Ltr','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','80','pcs','Inventory','VATABLE','mainitem','Inclusive'),(82,'Fourcousins 750ml','','1','3','.',16,'1520','2000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','81','pcs','Inventory','VATABLE','mainitem','Inclusive'),(83,'VIA 74ml','','1','3','.',16,'680','850','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','82','pcs','Inventory','VATABLE','mainitem','Inclusive'),(84,'VIA 250ml','','1','3','.',16,'270','350','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','83','pcs','Inventory','VATABLE','mainitem','Inclusive'),(85,'C.morgan an750ml','','1','3','.',16,'800','1000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','84','pcs','Inventory','VATABLE','mainitem','Inclusive'),(86,'C.Morgan 250ml','','1','3','.',16,'296','296','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','85','pcs','Inventory','VATABLE','mainitem','Inclusive'),(87,'Black White 750m','','1','3','.',16,'1010','1300','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','86','pcs','Inventory','VATABLE','mainitem','Inclusive'),(88,'Black White 350m','','1','3','.',16,'525','800','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','87','pcs','Inventory','VATABLE','mainitem','Inclusive'),(89,'Black White 1 Ltr','','1','3','.',16,'1500','2000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','88','pcs','Inventory','VATABLE','mainitem','Inclusive'),(90,'Hunters 750rnl','','1','3','.',16,'830','1000','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','89','pcs','Inventory','VATABLE','mainitem','Inclusive'),(91,'Hunters 350ml','','1','3','.',16,'455','650','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','90','pcs','Inventory','VATABLE','mainitem','Inclusive'),(92,'Hunters 250rnl','','1','3','.',16,'300','350','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','91','pcs','Inventory','VATABLE','mainitem','Inclusive'),(93,'Asconi 750ml','','1','3','.',16,'1200','1700','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','92','pcs','Inventory','VATABLE','mainitem','Inclusive'),(94,'county 750ml','','1','3','.',16,'569','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,6.00,'6','1','3','0000-00-00','','active','.','93','pcs','Inventory','VATABLE','mainitem','Inclusive'),(95,'County 250ml\n','','1','3','.',16,'188','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,8.00,'6','1','3','0000-00-00','','active','.','94','pcs','Inventory','VATABLE','mainitem','Inclusive'),(96,'Bond 7 750ml','','1','3','.',16,'1160','1500','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','95','pcs','Inventory','VATABLE','mainitem','Inclusive'),(97,'Bond 7 350ml','','1','3','.',16,'590','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,4.00,'6','1','3','0000-00-00','','active','.','96','pcs','Inventory','VATABLE','mainitem','Inclusive'),(98,'Bond 7 250m!','','1','3','.',16,'400','550','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,17.00,'6','1','3','0000-00-00','','active','.','97','pcs','Inventory','VATABLE','mainitem','Inclusive'),(99,'Kane extra 50mI','','1','3','.',16,'520','750','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','98','pcs','Inventory','VATABLE','mainitem','Inclusive'),(100,'Kane extra 250m)','','1','3','.',16,'200','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,8.00,'6','1','3','0000-00-00','','active','.','99','pcs','Inventory','VATABLE','mainitem','Inclusive'),(101,'Jim Beam Black ILtr','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,8.00,'6','1','3','0000-00-00','','active','.','100','pcs','Inventory','VATABLE','mainitem','Inclusive'),(102,'imperial Blue 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','101','pcs','Inventory','VATABLE','mainitem','Inclusive'),(103,'Captain M. Rum 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','102','pcs','Inventory','VATABLE','mainitem','Inclusive'),(104,'Popov 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','103','pcs','Inventory','VATABLE','mainitem','Inclusive'),(105,'J R ILtr','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','104','pcs','Inventory','VATABLE','mainitem','Inclusive'),(106,'J&B 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','105','pcs','Inventory','VATABLE','mainitem','Inclusive'),(107,'Caribia cane 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,12.00,'6','1','3','0000-00-00','','active','.','106','pcs','Inventory','VATABLE','mainitem','Inclusive'),(108,'Caribia cane 250ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','107','pcs','Inventory','VATABLE','mainitem','Inclusive'),(109,'Cruz vodka 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,1.00,'6','1','3','0000-00-00','','active','.','108','pcs','Inventory','VATABLE','mainitem','Inclusive'),(110,'Penasol ILtr','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,2.00,'6','1','3','0000-00-00','','active','.','109','pcs','Inventory','VATABLE','mainitem','Inclusive'),(111,'Penasol 750m! ','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','110','pcs','Inventory','VATABLE','mainitem','Inclusive'),(112,'Nerderbury 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','111','pcs','Inventory','VATABLE','mainitem','Inclusive'),(113,'Tunqwery 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','112','pcs','Inventory','VATABLE','mainitem','Inclusive'),(114,'Tonqwey No Ten 750m)','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','113','pcs','Inventory','VATABLE','mainitem','Inclusive'),(115,'Singleton 18 Yrs 750mi','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','114','pcs','Inventory','VATABLE','mainitem','Inclusive'),(116,'singleton 15yrs 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','115','pcs','Inventory','VATABLE','mainitem','Inclusive'),(117,'Singleton 12yrs 750ml','','1','3','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','116','pcs','Inventory','VATABLE','mainitem','Inclusive'),(118,'Sukuma','','16','2','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','117','pcs','Inventory','VATABLE','mainitem','Inclusive'),(119,'Fish','','16','2','.',16,'175','280','','','NaN',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','118','pcs','Inventory','VATABLE','mainitem','Inclusive'),(120,'Kuku','','16','2','.',16,'150','250','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','119','pcs','Inventory','VATABLE','mainitem','Inclusive'),(121,'Beef 1/4','2022-12-05 08:05:05','16','3','.',16,'105','200','','','0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','3','120','pcs','Inventory','VATABLE','production','Inclusive'),(122,'Beef 1 Kg','2022-12-05 08:07:00','16','3','.',16,'420','800','','','0',NULL,NULL,'3',0,0,NULL,0,0,0,5.50,'6','1','3','0000-00-00','','active','3','121','Kg','Inventory','VATABLE','production','Inclusive'),(123,'Sweet Potatoes','','16','2','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','122','pcs','Inventory','VATABLE','mainitem','Inclusive'),(124,'Nduma','','16','2','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','123','pcs','Inventory','VATABLE','mainitem','Inclusive'),(125,'Tea','2022-12-05 06:59:37','16','10','250ml\r\n',16,'20','30','','','0',NULL,NULL,'3',0,0,NULL,0,0,0,109.00,'1','1','3','0000-00-00','','active','3','124','ltr','.','VATABLE','mainitem','Inclusive'),(126,'Special Tea','','16','2','.',16,'50','100','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,43.00,'6','1','3','0000-00-00','','active','.','125','pcs','Inventory','VATABLE','mainitem','Inclusive'),(127,'Kichwa','','16','2','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','126','pcs','Inventory','VATABLE','mainitem','Inclusive'),(128,'Orenge','','16','2','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','127','pcs','Inventory','VATABLE','mainitem','Inclusive'),(130,'Mandazi','2022-12-05 07:09:10','16','10','.',16,'5','10','','1','0',NULL,NULL,'100',0,0,NULL,0,0,0,4393.00,'1','1','3','0000-00-00','Md','active','3','129','pcs','Inventory','VATABLE','mainitem','Inclusive'),(131,'Dasani 1 Ltr','','16','2','.',16,'48','100','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,3.00,'6','1','3','0000-00-00','','active','.','130','pcs','Inventory','VATABLE','mainitem','Inclusive'),(132,'Dasani 500m1','','16','2','.',16,'23','50','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,11.00,'6','1','3','0000-00-00','','active','.','131','pcs','Inventory','VATABLE','mainitem','Inclusive'),(133,'Soda 300m1','','16','2','.',16,'24','50','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,145.00,'6','1','3','0000-00-00','','active','.','132','pcs','Inventory','VATABLE','mainitem','Inclusive'),(134,'soda 500ml','','16','2','.',16,'41','80','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,40.00,'6','1','3','0000-00-00','','active','.','133','pcs','Inventory','VATABLE','mainitem','Inclusive'),(135,'Power play','','16','2','.',16,'41','60','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,56.00,'6','1','3','0000-00-00','','active','.','134','pcs','Inventory','VATABLE','mainitem','Inclusive'),(136,'Predator','','16','2','.',16,'41','60','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,43.00,'6','1','3','0000-00-00','','active','.','135','pcs','Inventory','VATABLE','mainitem','Inclusive'),(137,'Minute maid','','16','2','.',16,'48','100','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,39.00,'6','1','3','0000-00-00','','active','.','136','pcs','Inventory','VATABLE','mainitem','Inclusive'),(138,'Kienyeji','','16','2','.',16,'0','0','',NULL,'0',NULL,NULL,'3',0,0,NULL,0,0,0,0.00,'6','1','3','0000-00-00','','active','.','137','pcs','Inventory','VATABLE','mainitem','Inclusive'),(139,'ATLAS','2022-12-04 19:41:12','1','10','500ml',16,'230','299','','0','NaN',NULL,NULL,'10',0,0,'3412941670171923',0,0,0,16.00,'1','1','3','0000-00-00','Atl','active','','138','pcs','Inventory','VATABLE','mainitem','Inclusive'),(140,'Chapati','2022-12-05 07:29:16','16','10','Pcs',16,'20','30','','0','NaN',NULL,NULL,'0',0,0,'303811670214370',0,0,0,0.00,'1','1','3','0000-00-00','Cp','active','','139','pcs','Inventory','VATABLE','mainitem','Inclusive'),(142,'Beef 1/2 kg','2022-12-05 08:09:35','16','3','',16,'210','400','','0','0',NULL,NULL,'0',0,0,'6651451670216933',0,0,0,0.00,'6','1','3','0000-00-00','','active','','141','Kg','Inventory','VATABLE','production','Inclusive'),(143,'RAW MEAT KG','2022-12-05 08:14:19','16','3','',16,'450','600','','0','0',NULL,NULL,'0',0,0,'2541161670217226',0,0,0,0.00,'6','1','3','0000-00-00','','active','','142','Kg','Inventory','VATABLE','accompaniment','Inclusive'),(144,'Ugali','2022-12-05 08:54:36','16','10','',16,'15','22.5','','0','NaN',NULL,NULL,'0',0,0,'2934151670219417',0,0,0,108.00,'1','1','3','0000-00-00','Ug','active','','143','pcs','Inventory','VATABLE','mainitem','Inclusive'),(145,'Matumbo','2022-12-07 14:10:54','16','10','',16,'70','133','','1','NaN',NULL,NULL,'0',0,0,'5398971670411336',0,0,0,0.00,'1','1','3','0000-00-00','M','active','','144','pcs','Inventory','VATABLE','mainitem','Inclusive'),(146,'Chips','2022-12-07 14:12:53','16','10','',16,'50','99.5','','0','NaN',NULL,NULL,'0',0,0,'2029301670411455',0,0,0,90.00,'1','1','3','0000-00-00','Cp','active','','145','pcs','Inventory','VATABLE','mainitem','Inclusive'),(147,'Beans','2022-12-07 14:14:53','16','10','',16,'18','30.06','','5','NaN',NULL,NULL,'0',0,0,'1008281670411577',0,0,0,24.00,'1','1','3','0000-00-00','B','active','','146','pcs','Inventory','VATABLE','mainitem','Inclusive'),(148,'Black tea','2022-12-08 08:20:32','16','10','',16,'12','20','','0','NaN',NULL,NULL,'0',0,0,'2337281670476724',0,0,0,74.00,'1','1','3','0000-00-00','Bt','active','','147','pcs','Inventory','VATABLE','mainitem','Inclusive'),(149,'kibao','2022-12-13 09:13:29','1','3','250ml',16,'201','301.5','','0','',NULL,NULL,'0',0,0,'7503011670911903',0,0,0,5.00,'1','1','3','0000-00-00','k','active','','148','pcs','Inventory','VATABLE','mainitem','Inclusive'),(150,'C morgan','2022-12-18 10:52:50','1','3','250ml',16,'298','351.64','','0','NaN',NULL,NULL,'0',0,0,'1824091671349274',0,0,0,6.00,'1','1','3','0000-00-00','Cm','active','','149','pcs','Inventory','VATABLE','mainitem','Inclusive'),(151,'Kales','2022-12-23 16:00:43','16','10','',16,'20','38.8','','0','NaN',NULL,NULL,'0',0,0,'880731671800344',0,0,0,92.00,'1','1','3','0000-00-00','Kale','active','','150','pcs','Inventory','VATABLE','mainitem','Inclusive'),(152,'Tusker cider can','2023-01-13 18:13:03','1','10','500ml',16,'217','249.55','','0','NaN',NULL,NULL,'6',0,0,'1801731673622635',0,0,0,11.00,'1','1','3','0000-00-00','Tc','active','','151','pcs','Inventory','VATABLE','mainitem','Inclusive'); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `code` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(10) NOT NULL DEFAULT 16, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` date NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `orderamount` varchar(30) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', PRIMARY KEY (`id`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB AUTO_INCREMENT=153 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 (2,'Mrs Dowell 750ml','1','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(3,'Mt Dowell 250ml','2','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(4,'Kenya cane 750ml','3','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(5,'Kenya cane 350ml','4','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(6,'Kenya cane 250ml','5','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(7,'Chrome 750mI','6','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(8,'Chrome 250ml','7','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(9,'Gilbey\'s 750ml','8','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(10,'Gilbey\'s 350ml','9','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(11,'Gilbey\'s 250ml','10','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(12,'Viceroy 750ml','11','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(13,'Viceroy 350ml','12','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(14,'Viceroy 250mI','13','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(15,'Whitepearl 750m!','14','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(16,'Whitepeart 250ml','15','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(17,'Lawsons 1.5l','16','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(18,'Lawsons 750ml','17','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(19,'Lawsons 1 Ltr','18','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(20,'Napoleon 750ml','19','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(21,'Na oleon 250ml','20','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(22,'Richot 750ml','21','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(23,'Richot 350ml','22','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(24,'Caprice 1 Ltr','23','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(25,'Kenya king 250m','24','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(26,'Ken akin 750ml','25','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(27,'Supreme 250ml','26','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(28,'Triple Ace 250ml','27','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(29,'Piston ice 350mI','28','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(30,'Ballantine ILtr','29','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(31,'Ballantine 750ml','30','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(32,'Office choice 750ml','31','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(33,'Maker mark 1 Ltr','32','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(34,'Maker mark 750ml','33','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(35,'Teachers 1 ltr','34','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(36,'Teachers 750ml','35','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(37,'Jim Beam 750ml','36','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(38,'Jim Beam 1ltr','37','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(39,'Grants 750ml','38','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(40,'jameson 1ltr','39','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(41,'jameson 750ml','40','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(42,'jameson 350ml','41','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(43,'Amarula ILtr','42','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(44,'amarula 750ml','43','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(45,'amarula 350ml','44','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(46,'Best whisky 750ml','45','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(47,'Best whisky 250ml','46','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(48,'kibao 750ml','47','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(49,'kibao 350ml','48','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(50,'ice vodka 750ml','49','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(51,'red label 750ml','50','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(52,'red label 1ltr','51','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(53,'black label 750ml','52','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(54,'double black 1ltr','53','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(55,'double black 750ml','54','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(56,'Famous rouse 750ml\n\n\n','55','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(57,'Pilsner Bottle','56','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(58,'GK BOTTLE','57','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(59,'Whitecap Bottle','58','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(60,'GK Smooth Bottle','59','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(61,'Balozi Bottle','60','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(62,'T.LagerBottle','61','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(63,'T.Cider Bottle','62','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(64,'T.Lite Bottle','63','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(65,'T.Malt Bottle','64','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(66,'Heineken Bottle','65','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(67,'GK Can','66','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(68,'Balozi Can','67','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(69,'Whitecap Can','68','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(70,'T.Lager Can','69','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(71,'Lawsons Can','70','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(72,'Faxe Can','71','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(73,'Redbull','72','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(74,'Alvaro','73','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(75,'Guarana','74','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(76,'Lime juice 700m','75','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(77,'Delmonte 1 Ltr','76','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(78,'Yatta 1 Ltr','77','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(79,'Gordons 750ml','78','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(80,'BestGin 250m','79','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(81,'Four cousins 1.5Ltr','80','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(82,'Fourcousins 750ml','81','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(83,'VIA 74ml','82','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(84,'VIA 250ml','83','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(85,'C.morgan an750ml','84','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(86,'C.Morgan 250ml','85','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(87,'Black White 750m','86','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(88,'Black White 350m','87','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(89,'Black White 1 Ltr','88','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(90,'Hunters 750rnl','89','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(91,'Hunters 350ml','90','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(92,'Hunters 250rnl','91','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(93,'Asconi 750ml','92','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(94,'county 750ml','93','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(95,'County 250ml\n','94','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(96,'Bond 7 750ml','95','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(97,'Bond 7 350ml','96','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(98,'Bond 7 250m!','97','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(99,'Kane extra 50mI','98','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(100,'Kane extra 250m)','99','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(101,'Jim Beam Black ILtr','100','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(102,'imperial Blue 750ml','101','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(103,'Captain M. Rum 750ml','102','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(104,'Popov 750ml','103','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(105,'J R ILtr','104','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(106,'J&B 750ml','105','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(107,'Caribia cane 750ml','106','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(108,'Caribia cane 250ml','107','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(109,'Cruz vodka 750ml','108','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(110,'Penasol ILtr','109','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(111,'Penasol 750m! ','110','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(112,'Nerderbury 750ml','111','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(113,'Tunqwery 750ml','112','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(114,'Tonqwey No Ten 750m)','113','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(115,'Singleton 18 Yrs 750mi','114','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(116,'singleton 15yrs 750ml','115','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(117,'Singleton 12yrs 750ml','116','1','3','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(118,'Sukuma','117','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(119,'Fish','118','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(120,'Kuku','119','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(121,'Beef 1/4','120','16','3','.',16,'0','200','','0',NULL,NULL,3,0,0,'61670216653',0,0,0,0.00,'2022-12-05 08:05:05','6','1','3','0000-00-00','','active','pcs','Inventory','5500','5500','5920','VATABLE','production','Inclusive'),(122,'Beef 1 Kg','121','16','3','.',16,'420','800','','0',NULL,NULL,3,0,0,'61670216756',0,0,0,0.00,'2022-12-05 08:07:00','6','1','3','0000-00-00','','active','Kg','Inventory','5500','5500','5920','VATABLE','production','Inclusive'),(123,'Sweet Potatoes','122','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(124,'Nduma','123','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(125,'Tea','124','16','10','250ml\r\n',16,'96','0','','0',NULL,NULL,3,0,0,'11670212709',0,0,0,0.00,'2022-12-05 06:59:37','1','1','3','0000-00-00','','active','ltr','.','','','','VATABLE','mainitem','Inclusive'),(126,'Special Tea','125','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(127,'Kichwa','126','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(128,'Orenge','127','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(129,'Matumbo','128','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(130,'Mandazi','129','16','10','.',16,'0','0','','0',NULL,NULL,3,0,0,'11670213259',0,0,0,0.00,'2022-12-05 07:09:10','1','1','3','0000-00-00','Md','active','pcs','Inventory','','','','VATABLE','mainitem','Inclusive'),(131,'Dasani 1 Ltr','130','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(132,'Dasani 500m1','131','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(133,'Soda 300m1','132','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(134,'soda 500ml','133','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(135,'Power play','134','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(136,'Predator','135','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(137,'Minute maid','136','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(138,'Kienyeji','137','16','2','.',16,'0','0',NULL,'0',NULL,NULL,3,0,0,NULL,0,0,0,0.00,'','6','1','3','0000-00-00','','active','pcs','.','','','','VATABLE','mainitem','Inclusive'),(139,'ATLAS','138','1','10','500ml',16,'230','299','0','NaN',NULL,NULL,10,0,0,'3412941670171923',0,0,0,0.00,'2022-12-04 19:41:12','1','1','','0000-00-00','Atl','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(140,'Chapati','139','16','10','Pcs',16,'20','30','0','NaN',NULL,NULL,0,0,0,'303811670214370',0,0,0,0.00,'2022-12-05 07:29:16','1','1','','0000-00-00','Cp','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(142,'Beef 1/2 kg','141','16','3','',16,'210','400','0','0',NULL,NULL,0,0,0,'6651451670216933',0,0,0,0.00,'2022-12-05 08:09:35','6','1','','0000-00-00','','active','Kg','Inventory','1110','4000','5500','VATABLE','production','Inclusive'),(143,'RAW MEAT KG','142','16','3','',16,'450','600','0','0',NULL,NULL,0,0,0,'2541161670217226',0,0,0,0.00,'2022-12-05 08:14:19','6','1','','0000-00-00','','active','Kg','Inventory','1110','4000','5500','VATABLE','accompaniment','Inclusive'),(144,'Ugali','143','16','10','',16,'15','22.5','0','NaN',NULL,NULL,0,0,0,'2934151670219417',0,0,0,0.00,'2022-12-05 08:54:36','1','1','','0000-00-00','Ug','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(145,'Matumbo','144','16','10','',16,'70','133','1','NaN',NULL,NULL,0,0,0,'5398971670411336',0,0,0,0.00,'2022-12-07 14:10:54','1','1','','0000-00-00','M','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(146,'Chips','145','16','10','',16,'50','99.5','0','NaN',NULL,NULL,0,0,0,'2029301670411455',0,0,0,0.00,'2022-12-07 14:12:53','1','1','','0000-00-00','Cp','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(147,'Beans','146','16','10','',16,'18','30.06','5','NaN',NULL,NULL,0,0,0,'1008281670411577',0,0,0,0.00,'2022-12-07 14:14:53','1','1','','0000-00-00','B','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(148,'Black tea','147','16','10','',16,'12','20','0','NaN',NULL,NULL,0,0,0,'2337281670476724',0,0,0,0.00,'2022-12-08 08:20:32','1','1','','0000-00-00','Bt','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(149,'kibao','148','1','3','250ml',16,'201','301.5','0','',NULL,NULL,0,0,0,'7503011670911903',0,0,0,0.00,'2022-12-13 09:13:29','1','1','','0000-00-00','k','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(150,'C morgan','149','1','3','250ml',16,'298','351.64','0','NaN',NULL,NULL,0,0,0,'1824091671349274',0,0,0,0.00,'2022-12-18 10:52:50','1','1','','0000-00-00','Cm','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(151,'Kales','150','16','10','',16,'20','38.8','0','NaN',NULL,NULL,0,0,0,'880731671800344',0,0,0,0.00,'2022-12-23 16:00:43','1','1','','0000-00-00','Kale','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'),(152,'Tusker cider can','151','1','10','500ml',16,'217','249.55','0','NaN',NULL,NULL,6,0,0,'1801731673622635',0,0,0,0.00,'2023-01-13 18:13:03','1','1','','0000-00-00','Tc','active','pcs','Inventory','1110','4000','5500','VATABLE','mainitem','Inclusive'); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productsgrouping` -- DROP TABLE IF EXISTS `productsgrouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productsgrouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productsgrouping` -- LOCK TABLES `productsgrouping` WRITE; /*!40000 ALTER TABLE `productsgrouping` DISABLE KEYS */; /*!40000 ALTER TABLE `productsgrouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `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, 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 `proposal` -- DROP TABLE IF EXISTS `proposal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `proposal` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proposal` -- LOCK TABLES `proposal` WRITE; /*!40000 ALTER TABLE `proposal` DISABLE KEYS */; /*!40000 ALTER TABLE `proposal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `province` -- DROP TABLE IF EXISTS `province`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `province` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `province` -- LOCK TABLES `province` WRITE; /*!40000 ALTER TABLE `province` DISABLE KEYS */; INSERT INTO `province` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `province` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorder` -- DROP TABLE IF EXISTS `purchaseorder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorder` ( `id` int(11) NOT NULL AUTO_INCREMENT, `supplier` varchar(30) NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'p.o', `amount` decimal(10,2) NOT NULL, `companyid` varchar(30) NOT NULL, `balance` decimal(10,2) NOT NULL, `fromdate` varchar(30) NOT NULL, `paiddate` varchar(30) NOT NULL, `updateddate` varchar(30) NOT NULL, `updatedid` varchar(30) NOT NULL, `pin` varchar(30) NOT NULL, `vattype` varchar(10) NOT NULL, `vat` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `vatrate` varchar(20) NOT NULL, `paid` varchar(20) NOT NULL, `transactionstatus` varchar(20) NOT NULL DEFAULT 'open', `remarks` text NOT NULL, `entrydate` varchar(20) NOT NULL, `branchid` int(11) NOT NULL, `controller` int(11) NOT NULL, `approvalstatus` varchar(30) NOT NULL DEFAULT 'new', `branchto` varchar(30) NOT NULL DEFAULT '', `qty` varchar(20) DEFAULT NULL, `EXEMPTED` decimal(10,0) NOT NULL, `ZERORATED` decimal(10,0) DEFAULT NULL, `agent` int(11) DEFAULT NULL, `paymentmethodes` varchar(20) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=23 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,'3','11670163142','','1','','1','2022-12-04 17:12:38','','','','','','','','purchases',10422.00,'1',0.00,'2022-12-04 17:12:22','2023-01-03 17:12:22','2022-12-04 17:15:56','1','','VATABLE','1437.51',8984.49,'16','0.00','closed','','',3,0,'new','3','42',0,NULL,NULL,''),(2,'3','11670240711','','2','','1','2022-12-05 14:45:33','','','','','','','','purchases',3313.00,'1',0.00,'2022-12-05 14:45:11','2023-01-04 14:45:11','2022-12-05 14:47:09','1','','VATABLE','456.9',2855.60,'16','0.00','closed','','',3,0,'new','3','20',0,NULL,NULL,''),(3,'13','11670492372','','3','','1','2022-12-08 12:40:57','','','','','','','','purchases',2625.00,'1',0.00,'2022-12-08 12:39:32','2023-01-07 12:39:32','2022-12-08 12:41:24','1','','VATABLE','362.07',2262.93,'16','0.00','closed','','',3,0,'new','3','15',0,NULL,NULL,''),(4,'11','11670492484','','4','','1','2022-12-08 12:41:37','','','','','','','','purchases',4276.00,'1',0.00,'2022-12-08 12:41:24','2023-01-07 12:41:24','2022-12-08 12:42:04','1','','VATABLE','589.74',3685.86,'16','0.00','closed','','',3,0,'new','3','10.18',0,NULL,NULL,''),(5,'12','11670492524','','5','','1','2022-12-08 12:44:05','','','','','','','','purchases',1800.00,'1',0.00,'2022-12-08 12:42:04','2023-01-07 12:42:04','2022-12-08 12:44:43','1','','VATABLE','248.28',1551.72,'16','0.00','closed','','',3,0,'new','3','12',0,NULL,NULL,''),(6,'3','11670601311','','6','','1','2022-12-09 18:55:29','','','','','','','','purchases',960.00,'1',0.00,'2022-12-09 18:55:11','2023-01-08 18:55:11','2022-12-09 18:55:51','1','','VATABLE','132.41',827.59,'16','0.00','closed','','',3,0,'new','3','5',0,NULL,NULL,''),(7,'11','11671348570','','7','','1','2022-12-18 10:30:12','','','','','','','','purchases',4200.00,'1',0.00,'2022-12-17 10:29:30','2023-01-17 10:29:30','2022-12-18 10:30:43','1','','VATABLE','579.31',3620.69,'16','0.00','closed','','',3,0,'new','3','10',0,NULL,NULL,''),(9,'11','11671457293','','8','','1','2022-12-19 16:41:46','','','','','','','','purchases',4200.00,'1',0.00,'2022-12-19 16:41:33','2023-01-18 16:41:33','2022-12-19 16:42:04','1','','VATABLE','579.31',3620.69,'16','0.00','closed','','',3,0,'new','3','10',0,NULL,NULL,''),(11,'11','11671709030','','10','','1','2022-12-22 14:37:23','','','','','','','','purchases',6300.00,'1',0.00,'2022-12-22 14:37:10','2023-01-21 14:37:10','2022-12-22 14:38:13','1','','VATABLE','868.97',5431.03,'16','0.00','closed','','',3,0,'new','3','14',0,NULL,NULL,''),(12,'12','11671793363','','12','','1','2022-12-23 14:03:00','','','','','','','','purchases',1200.00,'1',0.00,'2022-12-23 14:02:43','2023-01-22 14:02:43','2022-12-23 14:03:26','1','','VATABLE','165.52',1034.48,'16','0.00','closed','','',3,0,'new','3','8',0,NULL,NULL,''),(13,'3','11671793406','','13','','1','2022-12-23 14:03:41','','','','','','','','purchases',43668.00,'1',0.00,'2022-12-23 14:03:26','2023-01-22 14:03:26','2022-12-23 14:04:28','1','','VATABLE','6023.18',37644.82,'16','0.00','closed','','',3,0,'new','3','5100',0,NULL,NULL,''),(14,'3','11671794844','','14','','1','2022-12-23 14:27:35','','','','','','','','purchases',5000.00,'1',0.00,'2022-12-23 14:27:24','2023-01-22 14:27:24','2022-12-23 14:29:09','1','','VATABLE','689.66',4310.34,'16','0.00','closed','','',3,0,'new','3','100',0,NULL,NULL,''),(15,'3','11671796596','','15','','1','2022-12-23 14:56:50','','','','','','','','purchases',591.00,'1',0.00,'2022-12-23 14:56:36','2023-01-22 14:56:36','2022-12-23 14:57:08','1','','VATABLE','81.52',509.48,'16','0.00','closed','','',3,0,'new','3','3',0,NULL,NULL,''),(16,'3','11671796628','','16','','1','2022-12-23 15:37:36','','','','','','','','purchases',0.00,'1',0.00,'2022-12-23 14:57:08','2023-01-22 14:57:08','2022-12-23 15:37:57','1','','VATABLE','0',0.00,'16','0.00','closed','','',3,0,'new','3',NULL,0,NULL,NULL,''),(17,'3','11671799078','','17','','1','2022-12-23 15:38:27','','','','','','','','purchases',875.00,'1',0.00,'2022-12-23 15:37:58','2023-01-22 15:37:58','2022-12-23 15:38:43','1','','VATABLE','120.69',754.31,'16','0.00','closed','','',3,0,'new','3','5',0,NULL,NULL,''),(18,'3','11671859740','','18','','1','2022-12-24 08:29:14','','','','','','','','purchases',2202.00,'1',0.00,'2022-12-24 08:29:00','2023-01-23 08:29:00','2022-12-24 08:30:02','1','','VATABLE','303.73',1898.27,'16','0.00','closed','','',3,0,'new','3','6',0,NULL,NULL,''),(19,'13','11671885513','','19','','1','2022-12-24 15:38:43','','','','','','','','purchases',1925.00,'1',0.00,'2022-12-24 15:38:33','2023-01-23 15:38:33','2022-12-24 15:39:16','1','','VATABLE','265.52',1659.48,'16','0.00','closed','','',3,0,'new','3','11',0,NULL,NULL,''),(20,'3','11673106357','','20','','1','2023-01-07 18:46:16','','','','','','','','purchases',11153.00,'1',0.00,'2023-01-07 18:45:57','2023-02-06 18:45:57','2023-01-07 18:49:37','1','','VATABLE','1538.39',9614.86,'16','0.00','closed','','',3,0,'new','3','51',0,NULL,NULL,''),(21,'3','11673155425','','21','','1','2023-01-08 08:24:04','','','','','','','','purchases',3228.00,'1',0.00,'2023-01-08 08:23:45','2023-02-07 08:23:45','2023-01-08 08:25:42','1','','VATABLE','445.24',2782.76,'16','0.00','closed','','',3,0,'new','3','84',0,NULL,NULL,''),(22,'3','11673622927','','22','','1','2023-01-13 18:15:42','','','','','','','','purchases',3200.00,'1',0.00,'2023-01-13 18:15:27','2023-02-12 18:15:27','2023-01-13 18:16:20','1','','VATABLE','441.38',2758.62,'16','0.00','closed','','',3,0,'new','3','4',0,NULL,NULL,''); /*!40000 ALTER TABLE `purchaseorder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `purchaseorderlist` -- DROP TABLE IF EXISTS `purchaseorderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `purchaseorderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `unit` varchar(10) NOT NULL, `totalweight` varchar(10) NOT NULL, `serial` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `purchaseorderlist` -- LOCK TABLES `purchaseorderlist` WRITE; /*!40000 ALTER TABLE `purchaseorderlist` DISABLE KEYS */; /*!40000 ALTER TABLE `purchaseorderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `quotation` -- DROP TABLE IF EXISTS `quotation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `quotation` ( `id` int(30) NOT NULL AUTO_INCREMENT, `supplier` text NOT NULL, `invoice` varchar(50) NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `weight` varchar(10) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `displayvat` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `quotation` -- LOCK TABLES `quotation` WRITE; /*!40000 ALTER TABLE `quotation` DISABLE KEYS */; INSERT INTO `quotation` VALUES (1,'4','11633076053','2021-10-01 11:14:14','','dd','1','2021-10-01 11:14:43','JMAES','','2021-10-01 11:14:14','','','dd','','new','6200','1','1','No',1,'no'); /*!40000 ALTER TABLE `quotation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `receipt` -- DROP TABLE IF EXISTS `receipt`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `receipt` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `paymentstatus` varchar(40) NOT NULL, `paymentmode` varchar(40) NOT NULL, `transactioncode` varchar(100) DEFAULT NULL, `approvedby` varchar(60) NOT NULL, `approvaldate` varchar(60) NOT NULL, `overpayment` varchar(40) NOT NULL, `balance` decimal(10,2) NOT NULL DEFAULT 0.00, `companyid` varchar(100) NOT NULL, `paidby` varchar(50) NOT NULL, `exactime` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `paid` decimal(10,2) NOT NULL, `branchid` int(2) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `receipt` -- LOCK TABLES `receipt` WRITE; /*!40000 ALTER TABLE `receipt` DISABLE KEYS */; /*!40000 ALTER TABLE `receipt` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recharge` -- DROP TABLE IF EXISTS `recharge`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `recharge` ( `id` int(11) NOT NULL AUTO_INCREMENT, `amount` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(5) NOT NULL, `dateposted` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL, `branch` int(10) NOT NULL, `type` varchar(30) NOT NULL, `description` text NOT NULL, `balance` double(10,2) NOT NULL, `rate` decimal(10,2) NOT NULL, `balancebefore` decimal(10,2) NOT NULL, `units` decimal(10,2) NOT NULL, `code` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `business` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 `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 `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=14 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); /*!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 `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; /*!40000 ALTER TABLE `roomcharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomsales` -- DROP TABLE IF EXISTS `roomsales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomsales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `plotno` int(11) NOT NULL, `houseno` varchar(20) NOT NULL, `customerid` int(20) DEFAULT NULL, `dateposted` varchar(30) NOT NULL, `total` decimal(10,2) NOT NULL, `userid` int(20) NOT NULL, `companyid` int(10) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'New', `description` text NOT NULL, `updatedat` varchar(30) DEFAULT NULL, `updatedby` int(11) DEFAULT NULL, `branch` int(11) NOT NULL, `invoice` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, `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, 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(11) NOT NULL AUTO_INCREMENT, `code` int(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salarycharges` -- LOCK TABLES `salarycharges` WRITE; /*!40000 ALTER TABLE `salarycharges` DISABLE KEYS */; INSERT INTO `salarycharges` VALUES (6,2,'House Allowance','2019-03-28 12:47:59','Active','503','','1','Pay','Fixed','Fixed',1.00,0.00,''),(7,3,'Overtime','2021-02-05 05:19:24','Active','1','','1','Pay','Fixed','Fixed',1.00,100.00,''),(8,4,'Travel Allowance','2019-03-28 12:48:59','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(9,5,'Bonus','2021-02-04 07:00:33','Active','1','','1','Pay','Variable','Variable',1.00,300.00,''),(10,6,'Allowance','2019-03-28 12:50:16','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(11,7,'Appreciation','2019-03-28 12:50:45','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(12,8,'PAYE','2019-03-28 12:51:21','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(13,9,'NSSF','2019-03-28 12:51:38','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(14,10,'NHIF','2019-03-28 12:52:09','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(15,11,'Advances','2019-03-28 13:00:47','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(16,12,'Loan payment','2019-03-28 13:03:14','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(18,14,'destruction','2019-03-28 13:04:59','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(20,12,'staff Uniforms','2019-11-26 15:15:36','Active','351','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(21,16,'Helb / Sacco Loan ','2019-12-17 04:55:20','Active','416','','1','Deduction','Variable','Variable',1.00,0.00,''),(22,17,'Monthly Salary','2020-12-08 08:51:06','Active','1','','1','Pay','Variable','Fixed',1.00,0.00,''); /*!40000 ALTER TABLE `salarycharges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales` -- DROP TABLE IF EXISTS `sales`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, `branch` varchar(30) NOT NULL DEFAULT '1', `card` varchar(30) NOT NULL, `voucher` varchar(30) NOT NULL, `credit` varchar(30) NOT NULL, `points` varchar(30) NOT NULL, `mpesa` varchar(50) NOT NULL, `cheque` varchar(50) NOT NULL, `ordersales` varchar(20) DEFAULT 'printed', `description` text NOT NULL, `mytable` varchar(30) NOT NULL, `maincategory` varchar(30) DEFAULT NULL, `creditnote` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentstatus` varchar(10) NOT NULL DEFAULT 'No', `updatedby` varchar(10) NOT NULL, `updatedat` varchar(50) NOT NULL, `plotno` varchar(20) NOT NULL, `houseno` varchar(20) NOT NULL, `baddebt` varchar(30) NOT NULL, `tax1` varchar(30) NOT NULL, `tax2` varchar(30) NOT NULL, `cardnumber` varchar(50) DEFAULT NULL, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `salesperson` int(11) DEFAULT NULL, `receiptno` varchar(50) DEFAULT NULL, `currency` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=1119 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','','2022-12-04 13:28:10','','0','9','2022-12-04 13:28:10','','1500','1500','1','retail','0','1500','3','0','0','0','0','0','0','printed',' ','','1','0','91670149415','No','','','','','','','','',0.00,0.00,0,'',''),(2,'','Cash','','2022-12-04 13:29:06','','0','9','2022-12-04 13:29:06','','1500','1500','1','retail','0','1500','3','0','0','0','0','0','0','printed',' ','','1','0','91670149745','No','','','','','','','','',0.00,0.00,0,'',''),(3,'','Cash','','2022-12-04 15:17:16','','0','8','2022-12-04 15:17:16','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81670156205','No','','','','','','','','',0.00,0.00,0,'',''),(4,'','Cash','','2022-12-04 15:19:49','','0','9','2022-12-04 15:19:49','','2600','2600','1','retail','0','2600','3','0','0','0','0','0','0','printed',' ','','1','0','91670156372','No','','','','','','','','',0.00,0.00,0,'',''),(5,'','Cash','','2022-12-04 18:49:56','','0','8','2022-12-04 18:49:56','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81670168981','No','','','','','','','','',0.00,0.00,0,'',''),(6,'','Cash','','2022-12-04 19:35:54','','0','8','2022-12-04 19:35:54','','1500','1500','1','retail','0','1500','3','0','0','0','0','0','0','printed',' ','','1','0','81670171720','No','','','','','','','','',0.00,0.00,0,'',''),(7,'','Cash','','2022-12-04 19:44:32','','0','8','2022-12-04 19:44:32','','299','299','1','retail','0','299','3','0','0','0','0','0','0','printed',' ','','1','0','81670172248','No','','','','','','','','',0.00,0.00,0,'',''),(8,'','Cash','','2022-12-04 20:09:16','','0','9','2022-12-04 20:09:16','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','91670173755','No','','','','','','','','',0.00,0.00,0,'',''),(9,'','Cash','','2022-12-04 20:32:30','','0','9','2022-12-04 20:32:30','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','91670175034','No','','','','','','','','',0.00,0.00,0,'',''),(10,'','Cash','','2022-12-05 07:55:37','','0','1','2022-12-05 07:55:37','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','11670216116','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(11,'','Cash','','2022-12-05 07:56:44','','0','1','2022-12-05 07:56:44','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','11670216193','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(12,'','Points','','2022-12-05 08:11:11','','0','6','2022-12-05 08:11:12','','0','800','1','retail','0','800','3','0','0','0','800','0','0','printed','','','2','0','61670217067','Cleared','6','2022-12-05 10:39:58','','','','','','',0.00,0.00,0,'','Ksh '),(13,'','Points','','2022-12-05 08:11:34','','0','6','2022-12-05 08:11:34','','0','400','1','retail','0','400','3','0','0','0','400','0','0','printed','','','2','0','61670217084','Cleared','6','2022-12-05 10:39:32','','','','','','',0.00,0.00,0,'','Ksh '),(14,'','Points','','2022-12-05 08:12:00','','0','6','2022-12-05 08:12:00','','0','200','1','retail','0','200','3','0','0','0','200','0','0','printed','','','2','0','61670217108','Cleared','6','2022-12-05 10:21:27','','','','','','',0.00,0.00,0,'','Ksh '),(15,'','Cash','','2022-12-05 08:10:55','','0','8','2022-12-05 08:10:55','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670216765','No','','','','','','','','',0.00,0.00,0,'',''),(16,'','Cash','','2022-12-05 08:22:54','','0','8','2022-12-05 08:22:54','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','81670217686','No','','','','','','','','',0.00,0.00,0,'',''),(17,'','Cash','','2022-12-05 08:29:19','','0','8','2022-12-05 08:29:19','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','81670218118','No','','','','','','','','',0.00,0.00,0,'',''),(18,'','Cash','','2022-12-05 08:39:10','','0','8','2022-12-05 08:39:10','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670218657','No','','','','','','','','',0.00,0.00,0,'',''),(19,'','Cash','','2022-12-05 08:40:23','','0','1','2022-12-05 08:40:23','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','11670218808','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(20,'','Cash','','2022-12-05 08:50:03','','0','8','2022-12-05 08:50:03','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670219386','No','','','','','','','','',0.00,0.00,0,'',''),(21,'','Cash','','2022-12-05 09:10:39','','0','8','2022-12-05 09:10:39','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670220616','No','','','','','','','','',0.00,0.00,0,'',''),(22,'','Cash','','2022-12-05 09:11:33','','0','8','2022-12-05 09:11:33','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670220653','No','','','','','','','','',0.00,0.00,0,'',''),(23,'','Cash','','2022-12-05 09:23:50','','0','8','2022-12-05 09:23:50','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670221070','No','','','','','','','','',0.00,0.00,0,'',''),(24,'','Cash','','2022-12-05 09:24:20','','0','8','2022-12-05 09:24:20','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670221444','No','','','','','','','','',0.00,0.00,0,'',''),(25,'','Cash','','2022-12-05 09:25:32','','0','8','2022-12-05 09:25:32','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670221520','No','','','','','','','','',0.00,0.00,0,'',''),(26,'','Cash','','2022-12-05 09:26:19','','0','8','2022-12-05 09:26:19','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670221562','No','','','','','','','','',0.00,0.00,0,'',''),(27,'','Cash','','2022-12-05 09:34:30','','0','8','2022-12-05 09:34:30','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670221875','No','','','','','','','','',0.00,0.00,0,'',''),(28,'','Cash','','2022-12-05 09:44:24','','0','8','2022-12-05 09:44:24','','130','130','1','retail','0','130','3','0','0','0','0','0','0','printed',' ','','2','0','81670222542','No','','','','','','','','',0.00,0.00,0,'',''),(29,'','Cash','','2022-12-05 09:59:23','','0','8','2022-12-05 09:59:23','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670223544','No','','','','','','','','',0.00,0.00,0,'',''),(30,'','Cash','','2022-12-05 10:05:06','','0','8','2022-12-05 10:05:06','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670223889','No','','','','','','','','',0.00,0.00,0,'',''),(31,'','Cash','','2022-12-05 10:17:55','','0','8','2022-12-05 10:17:55','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670224621','No','','','','','','','','',0.00,0.00,0,'',''),(32,'','Cash','','2022-12-05 10:51:30','','0','9','2022-12-05 10:51:30','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91670226632','No','','','','','','','','',0.00,0.00,0,'',''),(33,'','Cash','','2022-12-05 10:56:22','','0','8','2022-12-05 10:56:22','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670226958','No','','','','','','','','',0.00,0.00,0,'',''),(34,'','Cash','','2022-12-05 11:16:12','','0','8','2022-12-05 11:16:12','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670228122','No','','','','','','','','',0.00,0.00,0,'',''),(35,'','Cash','','2022-12-05 11:44:18','','0','8','2022-12-05 11:44:18','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81670229778','No','','','','','','','','',0.00,0.00,0,'',''),(36,'','Cash','','2022-12-05 11:46:27','','0','8','2022-12-05 11:46:27','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670229935','No','','','','','','','','',0.00,0.00,0,'',''),(37,'','Cash','','2022-12-05 12:23:17','','0','9','2022-12-05 12:23:17','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','91670232127','No','','','','','','','','',0.00,0.00,0,'',''),(38,'','Cash','','2022-12-05 12:27:45','','0','9','2022-12-05 12:27:45','','423','423','1','retail','0','423','3','0','0','0','0','0','0','printed',' ','','2','0','91670232418','No','','','','','','','','',0.00,0.00,0,'',''),(39,'','Cash','','2022-12-05 12:39:11','','0','9','2022-12-05 12:39:11','','123','123','1','retail','0','123','3','0','0','0','0','0','0','printed',' ','','2','0','91670233144','No','','','','','','','','',0.00,0.00,0,'',''),(40,'','Cash','','2022-12-05 12:48:56','','0','9','2022-12-05 12:48:56','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670233654','No','','','','','','','','',0.00,0.00,0,'',''),(41,'','Cash','','2022-12-05 13:03:07','','0','9','2022-12-05 13:03:07','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670234552','No','','','','','','','','',0.00,0.00,0,'',''),(42,'','Cash','','2022-12-05 13:05:34','','0','9','2022-12-05 13:05:34','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91670234733','No','','','','','','','','',0.00,0.00,0,'',''),(43,'','Cash','','2022-12-05 13:07:24','','0','8','2022-12-05 13:07:24','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670234821','No','','','','','','','','',0.00,0.00,0,'',''),(44,'','Cash','','2022-12-05 13:08:33','','0','8','2022-12-05 13:08:33','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670234866','No','','','','','','','','',0.00,0.00,0,'',''),(45,'','Cash','','2022-12-05 13:36:38','','0','9','2022-12-05 13:36:38','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','91670236575','No','','','','','','','','',0.00,0.00,0,'',''),(46,'','Cash','','2022-12-05 13:52:55','','0','9','2022-12-05 13:52:55','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670237551','No','','','','','','','','',0.00,0.00,0,'',''),(47,'','Cash','','2022-12-05 14:28:14','','0','8','2022-12-05 14:28:14','','3960','3960','1','retail','5720','3960','3','0','0','0','0','0','0','printed',' ','','1','0','81670239529','No','','','','','','','','',0.00,0.00,0,'',''),(48,'','Cash','','2022-12-05 14:30:16','','0','9','2022-12-05 14:30:16','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','1','0','91670239778','No','','','','','','','','',0.00,0.00,0,'',''),(49,'','Cash','','2022-12-05 14:40:47','','0','9','2022-12-05 14:40:47','','520','520','1','retail','0','520','3','0','0','0','0','0','0','printed',' ','','2','0','91670240373','No','','','','','','','','',0.00,0.00,0,'',''),(50,'','Cash','','2022-12-05 14:49:58','','0','9','2022-12-05 14:49:58','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','91670240984','No','','','','','','','','',0.00,0.00,0,'',''),(51,'','Cash','','2022-12-05 14:52:58','','0','9','2022-12-05 14:52:58','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','91670241165','No','','','','','','','','',0.00,0.00,0,'',''),(52,'','Cash','','2022-12-05 14:58:51','','0','8','2022-12-05 14:58:51','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','81670241520','No','','','','','','','','',0.00,0.00,0,'',''),(53,'','Cash','','2022-12-05 15:04:36','','0','9','2022-12-05 15:04:36','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91670241843','No','','','','','','','','',0.00,0.00,0,'',''),(54,'','Cash','','2022-12-05 15:16:49','','0','8','2022-12-05 15:16:49','','2860','2860','1','retail','0','2860','3','0','0','0','0','0','0','printed',' ','','1','0','81670242395','No','','','','','','','','',0.00,0.00,0,'',''),(55,'','Cash','','2022-12-05 15:24:48','','0','9','2022-12-05 15:24:48','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','91670243066','No','','','','','','','','',0.00,0.00,0,'',''),(56,'','Cash','','2022-12-05 15:28:10','','0','8','2022-12-05 15:28:10','','300','300','1','retail','0','300','3','0','0','0','0','0','0','printed',' ','','1','0','81670243270','No','','','','','','','','',0.00,0.00,0,'',''),(57,'','Cash','','2022-12-05 15:30:19','','0','9','2022-12-05 15:30:19','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91670243418','No','','','','','','','','',0.00,0.00,0,'',''),(58,'','Cash','','2022-12-05 15:37:28','','0','9','2022-12-05 15:37:28','','830','830','1','retail','0','830','3','0','0','0','0','0','0','printed',' ','','2','0','91670243825','No','','','','','','','','',0.00,0.00,0,'',''),(59,'','Cash','','2022-12-05 15:47:56','','0','9','2022-12-05 15:47:56','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','1','0','91670244406','No','','','','','','','','',0.00,0.00,0,'',''),(60,'','Cash','','2022-12-05 15:49:12','','0','9','2022-12-05 15:49:12','','228','228','1','retail','0','228','3','0','0','0','0','0','0','printed',' ','','2','0','91670244497','No','','','','','','','','',0.00,0.00,0,'',''),(61,'','Cash','','2022-12-05 15:49:33','','0','9','2022-12-05 15:49:33','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91670244572','No','','','','','','','','',0.00,0.00,0,'',''),(62,'','Cash','','2022-12-05 15:51:53','','0','9','2022-12-05 15:51:53','','198','198','1','retail','0','198','3','0','0','0','0','0','0','printed',' ','','2','0','91670244694','No','','','','','','','','',0.00,0.00,0,'',''),(63,'','Cash','','2022-12-05 15:59:13','','0','9','2022-12-05 15:59:13','','118','118','1','retail','0','118','3','0','0','0','0','0','0','printed',' ','','2','0','91670245129','No','','','','','','','','',0.00,0.00,0,'',''),(64,'','Cash','','2022-12-05 16:00:00','','0','9','2022-12-05 16:00:00','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','91670245189','No','','','','','','','','',0.00,0.00,0,'',''),(65,'','Cash','','2022-12-05 16:12:18','','0','8','2022-12-05 16:12:18','','3080','3080','1','retail','0','3080','3','0','0','0','0','0','0','printed',' ','','1','0','81670245532','No','','','','','','','','',0.00,0.00,0,'',''),(66,'','Cash','','2022-12-05 16:16:26','','0','9','2022-12-05 16:16:26','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91670246163','No','','','','','','','','',0.00,0.00,0,'',''),(67,'','Cash','','2022-12-05 16:16:50','','0','9','2022-12-05 16:16:50','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91670246201','No','','','','','','','','',0.00,0.00,0,'',''),(68,'','Cash','','2022-12-05 16:25:28','','0','9','2022-12-05 16:25:28','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91670246721','No','','','','','','','','',0.00,0.00,0,'',''),(69,'','Cash','','2022-12-05 16:27:57','','0','8','2022-12-05 16:27:57','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','81670246748','No','','','','','','','','',0.00,0.00,0,'',''),(70,'','Cash','','2022-12-05 16:34:49','','0','9','2022-12-05 16:34:49','','880','880','1','retail','0','880','3','0','0','0','0','0','0','printed',' ','','1','0','91670247256','No','','','','','','','','',0.00,0.00,0,'',''),(71,'','Cash','','2022-12-05 16:59:58','','0','9','2022-12-05 16:59:58','','330','330','1','retail','0','330','3','0','0','0','0','0','0','printed',' ','','2','0','91670248769','No','','','','','','','','',0.00,0.00,0,'',''),(72,'','Cash','','2022-12-05 17:09:06','','0','8','2022-12-05 17:09:06','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670249304','No','','','','','','','','',0.00,0.00,0,'',''),(73,'','Cash','','2022-12-05 17:11:12','','0','9','2022-12-05 17:11:12','','300','300','1','retail','0','300','3','0','0','0','0','0','0','printed',' ','','1','0','91670249458','No','','','','','','','','',0.00,0.00,0,'',''),(74,'','Cash','','2022-12-05 17:51:08','','0','8','2022-12-05 17:51:08','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670251855','No','','','','','','','','',0.00,0.00,0,'',''),(75,'','Cash','','2022-12-05 17:54:46','','0','9','2022-12-05 17:54:46','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91670252065','No','','','','','','','','',0.00,0.00,0,'',''),(76,'','Cash','','2022-12-05 18:01:20','','0','8','2022-12-05 18:01:20','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670252441','No','','','','','','','','',0.00,0.00,0,'',''),(77,'','Cash','','2022-12-05 18:07:44','','0','9','2022-12-05 18:07:44','','160','160','1','retail','0','160','3','0','0','0','0','0','0','printed',' ','','2','0','91670252854','No','','','','','','','','',0.00,0.00,0,'',''),(78,'','Cash','','2022-12-05 18:11:30','','0','9','2022-12-05 18:11:30','','0','0','1','retail','750','0','3','0','0','0','0','0','0','printed',' ','','1','0','91670253088','No','','','','','','','','',0.00,0.00,0,'',''),(79,'','Cash','','2022-12-05 18:11:54','','0','9','2022-12-05 18:11:54','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','91670253113','No','','','','','','','','',0.00,0.00,0,'',''),(80,'','Cash','','2022-12-05 18:12:10','','0','9','2022-12-05 18:12:10','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','91670253129','No','','','','','','','','',0.00,0.00,0,'',''),(81,'','Cash','','2022-12-05 18:12:37','','0','9','2022-12-05 18:12:37','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','91670253156','No','','','','','','','','',0.00,0.00,0,'',''),(82,'','Cash','','2022-12-05 18:14:40','','0','9','2022-12-05 18:14:40','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','1','0','91670253279','No','','','','','','','','',0.00,0.00,0,'',''),(83,'','Cash','','2022-12-05 18:15:43','','0','1','2022-12-05 18:15:43','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','1','0','11670239558','No','','','','','','','','',0.00,0.00,0,'',''),(84,'','Cash','','2022-12-05 18:25:57','','0','8','2022-12-05 18:25:57','','1100','1100','1','retail','1980','1100','3','0','0','0','0','0','0','printed',' ','','1','0','81670253635','No','','','','','','','','',0.00,0.00,0,'',''),(85,'','Cash','','2022-12-05 18:28:43','','0','8','2022-12-05 18:28:43','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','1','0','81670254029','No','','','','','','','','',0.00,0.00,0,'',''),(86,'','Cash','','2022-12-05 18:57:45','','0','8','2022-12-05 18:57:45','','2340','2340','1','retail','0','2340','3','0','0','0','0','0','0','printed',' ','','1','0','81670255468','No','','','','','','','','',0.00,0.00,0,'',''),(87,'','Cash','','2022-12-05 19:03:42','','0','9','2022-12-05 19:03:42','','580','580','1','retail','0','580','3','0','0','0','0','0','0','printed',' ','','1','0','91670256187','No','','','','','','','','',0.00,0.00,0,'',''),(88,'','Cash','','2022-12-05 19:09:56','','0','8','2022-12-05 19:09:56','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81670256563','No','','','','','','','','',0.00,0.00,0,'',''),(89,'','Cash','','2022-12-05 19:31:20','','0','9','2022-12-05 19:31:20','','300','300','1','retail','0','300','3','0','0','0','0','0','0','printed',' ','','1','0','91670257858','No','','','','','','','','',0.00,0.00,0,'',''),(90,'','Cash','','2022-12-05 19:34:28','','0','8','2022-12-05 19:34:29','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81670257941','No','','','','','','','','',0.00,0.00,0,'',''),(91,'','Cash','','2022-12-05 19:36:41','','0','8','2022-12-05 19:36:41','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','81670258085','No','','','','','','','','',0.00,0.00,0,'',''),(92,'','Cash','','2022-12-05 19:37:58','','0','8','2022-12-05 19:37:58','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670258270','No','','','','','','','','',0.00,0.00,0,'',''),(93,'','Cash','','2022-12-05 19:44:32','','0','8','2022-12-05 19:44:32','','660','660','1','retail','0','660','3','0','0','0','0','0','0','printed',' ','','1','0','81670258655','No','','','','','','','','',0.00,0.00,0,'',''),(94,'','Cash','','2022-12-05 19:48:23','','0','8','2022-12-05 19:48:23','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670258886','No','','','','','','','','',0.00,0.00,0,'',''),(95,'','Cash','','2022-12-05 19:51:55','','0','9','2022-12-05 19:51:55','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','91670259099','No','','','','','','','','',0.00,0.00,0,'',''),(96,'','Cash','','2022-12-05 19:52:24','','0','8','2022-12-05 19:52:24','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670259143','No','','','','','','','','',0.00,0.00,0,'',''),(97,'','Cash','','2022-12-05 20:07:07','','0','9','2022-12-05 20:07:07','','450','450','1','retail','0','450','3','0','0','0','0','0','0','printed',' ','','2','0','91670259971','No','','','','','','','','',0.00,0.00,0,'',''),(98,'','Cash','','2022-12-05 20:13:53','','0','9','2022-12-05 20:13:53','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','91670260405','No','','','','','','','','',0.00,0.00,0,'',''),(99,'','Cash','','2022-12-05 20:24:23','','0','9','2022-12-05 20:24:23','','530','530','1','retail','0','530','3','0','0','0','0','0','0','printed',' ','','2','0','91670260459','No','','','','','','','','',0.00,0.00,0,'',''),(100,'','Cash','','2022-12-05 20:25:00','','0','9','2022-12-05 20:25:00','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','1','0','91670261099','No','','','','','','','','',0.00,0.00,0,'',''),(101,'','Cash','','2022-12-05 20:25:43','','0','9','2022-12-05 20:25:43','','650','650','1','retail','0','650','3','0','0','0','0','0','0','printed',' ','','1','0','91670261120','No','','','','','','','','',0.00,0.00,0,'',''),(102,'','Cash','','2022-12-05 20:26:17','','0','9','2022-12-05 20:26:17','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91670261166','No','','','','','','','','',0.00,0.00,0,'',''),(103,'','Cash','','2022-12-05 21:01:11','','0','8','2022-12-05 21:01:11','','500','500','1','retail','0','500','3','0','0','0','0','0','0','printed',' ','','2','0','81670263261','No','','','','','','','','',0.00,0.00,0,'',''),(104,'','Cash','','2022-12-06 09:01:38','','0','8','2022-12-06 09:01:38','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670306438','No','','','','','','','','',0.00,0.00,0,'',''),(105,'','Cash','','2022-12-06 09:02:34','','0','8','2022-12-06 09:02:34','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670306529','No','','','','','','','','',0.00,0.00,0,'',''),(106,'','Cash','','2022-12-06 09:12:04','','0','8','2022-12-06 09:12:04','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670307104','No','','','','','','','','',0.00,0.00,0,'',''),(107,'','Cash','','2022-12-06 09:18:27','','0','8','2022-12-06 09:18:27','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670307485','No','','','','','','','','',0.00,0.00,0,'',''),(108,'','Cash','','2022-12-06 09:33:24','','0','8','2022-12-06 09:33:24','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670308389','No','','','','','','','','',0.00,0.00,0,'',''),(109,'','Cash','','2022-12-06 09:38:24','','0','8','2022-12-06 09:38:24','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670308631','No','','','','','','','','',0.00,0.00,0,'',''),(110,'','Cash','','2022-12-06 09:55:22','','0','8','2022-12-06 09:55:22','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670309680','No','','','','','','','','',0.00,0.00,0,'',''),(111,'','Cash','','2022-12-06 10:01:21','','0','8','2022-12-06 10:01:21','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670310052','No','','','','','','','','',0.00,0.00,0,'',''),(112,'','Cash','','2022-12-06 10:10:49','','0','8','2022-12-06 10:10:49','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670310595','No','','','','','','','','',0.00,0.00,0,'',''),(113,'','Cash','','2022-12-06 10:25:05','','0','8','2022-12-06 10:25:05','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670311489','No','','','','','','','','',0.00,0.00,0,'',''),(114,'','Cash','','2022-12-06 10:32:14','','0','8','2022-12-06 10:32:14','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670311903','No','','','','','','','','',0.00,0.00,0,'',''),(115,'','Cash','','2022-12-06 11:28:49','','0','8','2022-12-06 11:28:49','','523','523','1','retail','0','523','3','0','0','0','0','0','0','printed',' ','','2','0','81670315195','No','','','','','','','','',0.00,0.00,0,'',''),(116,'','Cash','','2022-12-06 11:29:47','','0','8','2022-12-06 11:29:47','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670315380','No','','','','','','','','',0.00,0.00,0,'',''),(117,'','Cash','','2022-12-06 11:38:06','','0','8','2022-12-06 11:38:06','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670315885','No','','','','','','','','',0.00,0.00,0,'',''),(118,'','Cash','','2022-12-06 12:17:14','','0','8','2022-12-06 12:17:14','','363','363','1','retail','0','363','3','0','0','0','0','0','0','printed',' ','','2','0','81670317142','No','','','','','','','','',0.00,0.00,0,'',''),(119,'','Cash','','2022-12-06 12:42:28','','0','8','2022-12-06 12:42:28','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670319738','No','','','','','','','','',0.00,0.00,0,'',''),(120,'','Cash','','2022-12-06 12:52:53','','0','8','2022-12-06 12:52:53','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81670320371','No','','','','','','','','',0.00,0.00,0,'',''),(121,'','Cash','','2022-12-06 13:08:21','','0','8','2022-12-06 13:08:21','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81670321300','No','','','','','','','','',0.00,0.00,0,'',''),(122,'','Cash','','2022-12-06 13:13:51','','0','8','2022-12-06 13:13:51','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670321620','No','','','','','','','','',0.00,0.00,0,'',''),(123,'','Cash','','2022-12-06 13:47:25','','0','8','2022-12-06 13:47:25','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670323633','No','','','','','','','','',0.00,0.00,0,'',''),(124,'','Cash','','2022-12-06 13:55:48','','0','8','2022-12-06 13:55:48','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670324139','No','','','','','','','','',0.00,0.00,0,'',''),(125,'','Cash','','2022-12-06 14:56:50','','0','8','2022-12-06 14:56:50','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','81670327768','No','','','','','','','','',0.00,0.00,0,'',''),(126,'','Cash','','2022-12-06 16:00:16','','0','8','2022-12-06 16:00:16','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670331609','No','','','','','','','','',0.00,0.00,0,'',''),(127,'','Cash','','2022-12-06 17:02:42','','0','8','2022-12-06 17:02:42','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670335342','No','','','','','','','','',0.00,0.00,0,'',''),(128,'','Cash','','2022-12-06 17:05:28','','0','8','2022-12-06 17:05:28','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670335508','No','','','','','','','','',0.00,0.00,0,'',''),(129,'','Cash','','2022-12-06 17:07:39','','0','8','2022-12-06 17:07:39','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670335658','No','','','','','','','','',0.00,0.00,0,'',''),(130,'','Cash','','2022-12-06 17:10:57','','0','8','2022-12-06 17:10:57','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670335847','No','','','','','','','','',0.00,0.00,0,'',''),(131,'','Cash','','2022-12-06 17:14:13','','0','8','2022-12-06 17:14:13','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','2','0','81670336052','No','','','','','','','','',0.00,0.00,0,'',''),(132,'','Cash','','2022-12-06 17:16:38','','0','8','2022-12-06 17:16:38','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670336194','No','','','','','','','','',0.00,0.00,0,'',''),(133,'','Cash','','2022-12-06 17:26:22','','0','8','2022-12-06 17:26:22','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670336777','No','','','','','','','','',0.00,0.00,0,'',''),(134,'','Cash','','2022-12-06 17:34:47','','0','8','2022-12-06 17:34:47','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670337246','No','','','','','','','','',0.00,0.00,0,'',''),(135,'','Cash','','2022-12-06 17:43:29','','0','8','2022-12-06 17:43:29','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670337804','No','','','','','','','','',0.00,0.00,0,'',''),(136,'','Cash','','2022-12-06 17:50:09','','0','8','2022-12-06 17:50:09','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670338194','No','','','','','','','','',0.00,0.00,0,'',''),(137,'','Cash','','2022-12-06 18:12:48','','0','8','2022-12-06 18:12:48','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670339567','No','','','','','','','','',0.00,0.00,0,'',''),(138,'','Cash','','2022-12-06 18:28:36','','0','8','2022-12-06 18:28:36','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670340504','No','','','','','','','','',0.00,0.00,0,'',''),(139,'','Cash','','2022-12-06 18:32:48','','0','8','2022-12-06 18:32:48','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670340751','No','','','','','','','','',0.00,0.00,0,'',''),(140,'','Cash','','2022-12-06 18:33:29','','0','8','2022-12-06 18:33:29','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670340779','No','','','','','','','','',0.00,0.00,0,'',''),(141,'','Cash','','2022-12-06 18:34:50','','0','8','2022-12-06 18:34:50','','10','10','1','retail','0','10','3','0','0','0','0','0','0','new',' ','','2','0','81670340828','No','','','','','','','','',0.00,0.00,0,'',''),(142,'','Cash','','2022-12-06 18:36:40','','0','8','2022-12-06 18:36:40','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670340988','No','','','','','','','','',0.00,0.00,0,'',''),(143,'','Cash','','2022-12-06 18:58:03','','0','8','2022-12-06 18:58:03','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670342271','No','','','','','','','','',0.00,0.00,0,'',''),(144,'','Cash','','2022-12-06 19:00:11','','0','8','2022-12-06 19:00:11','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670342385','No','','','','','','','','',0.00,0.00,0,'',''),(145,'','Cash','','2022-12-06 19:27:00','','0','8','2022-12-06 19:27:00','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670344003','No','','','','','','','','',0.00,0.00,0,'',''),(146,'','Cash','','2022-12-06 19:29:15','','0','8','2022-12-06 19:29:15','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670344146','No','','','','','','','','',0.00,0.00,0,'',''),(147,'','Cash','','2022-12-06 21:22:32','','0','8','2022-12-06 21:22:32','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670350913','No','','','','','','','','',0.00,0.00,0,'',''),(148,'','Cash','','2022-12-06 21:22:59','','0','8','2022-12-06 21:22:59','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670350968','No','','','','','','','','',0.00,0.00,0,'',''),(149,'','Cash','','2022-12-06 22:07:16','','0','8','2022-12-06 22:07:16','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','81670353612','No','','','','','','','','',0.00,0.00,0,'',''),(150,'','Cash','','2022-12-06 22:10:06','','0','8','2022-12-06 22:10:06','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670353796','No','','','','','','','','',0.00,0.00,0,'',''),(151,'','Cash','','2022-12-06 22:27:22','','0','8','2022-12-06 22:27:22','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670354788','No','','','','','','','','',0.00,0.00,0,'',''),(152,'','Cash','','2022-12-07 07:46:37','','0','8','2022-12-07 07:46:37','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670388382','No','','','','','','','','',0.00,0.00,0,'',''),(153,'','Cash','','2022-12-07 08:13:53','','0','8','2022-12-07 08:13:53','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670390012','No','','','','','','','','',0.00,0.00,0,'',''),(154,'','Cash','','2022-12-07 08:55:38','','0','8','2022-12-07 08:55:38','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670392513','No','','','','','','','','',0.00,0.00,0,'',''),(155,'','Cash','','2022-12-07 08:56:05','','0','8','2022-12-07 08:56:05','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670392556','No','','','','','','','','',0.00,0.00,0,'',''),(156,'','Cash','','2022-12-07 09:25:16','','0','8','2022-12-07 09:25:16','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670394288','No','','','','','','','','',0.00,0.00,0,'',''),(157,'','Cash','','2022-12-07 09:35:55','','0','8','2022-12-07 09:35:55','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670394936','No','','','','','','','','',0.00,0.00,0,'',''),(158,'','Cash','','2022-12-07 09:36:43','','0','8','2022-12-07 09:36:43','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670394984','No','','','','','','','','',0.00,0.00,0,'',''),(159,'','Cash','','2022-12-07 09:42:43','','0','8','2022-12-07 09:42:43','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670395243','No','','','','','','','','',0.00,0.00,0,'',''),(160,'','Cash','','2022-12-07 09:48:36','','0','8','2022-12-07 09:48:36','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670395694','No','','','','','','','','',0.00,0.00,0,'',''),(161,'','Cash','','2022-12-07 09:59:28','','0','8','2022-12-07 09:59:28','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670396342','No','','','','','','','','',0.00,0.00,0,'',''),(162,'','Cash','','2022-12-07 10:15:58','','0','8','2022-12-07 10:15:58','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670397348','No','','','','','','','','',0.00,0.00,0,'',''),(163,'','Cash','','2022-12-07 11:02:23','','0','8','2022-12-07 11:02:23','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670400116','No','','','','','','','','',0.00,0.00,0,'',''),(164,'','Cash','','2022-12-07 11:05:49','','0','8','2022-12-07 11:05:49','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','81670400296','No','','','','','','','','',0.00,0.00,0,'',''),(165,'','Cash','','2022-12-07 11:07:52','','0','8','2022-12-07 11:07:52','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670400471','No','','','','','','','','',0.00,0.00,0,'',''),(166,'','Cash','','2022-12-07 11:33:30','','0','8','2022-12-07 11:33:30','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670402009','No','','','','','','','','',0.00,0.00,0,'',''),(167,'','Cash','','2022-12-07 11:46:26','','0','8','2022-12-07 11:46:26','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670402775','No','','','','','','','','',0.00,0.00,0,'',''),(168,'','Cash','','2022-12-07 12:10:46','','0','8','2022-12-07 12:10:46','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670404229','No','','','','','','','','',0.00,0.00,0,'',''),(169,'','Cash','','2022-12-07 12:11:22','','0','8','2022-12-07 12:11:22','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670404270','No','','','','','','','','',0.00,0.00,0,'',''),(170,'','Cash','','2022-12-07 12:12:04','','0','8','2022-12-07 12:12:04','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670404323','No','','','','','','','','',0.00,0.00,0,'',''),(171,'','Cash','','2022-12-07 12:25:14','','0','8','2022-12-07 12:25:14','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670405109','No','','','','','','','','',0.00,0.00,0,'',''),(172,'','Cash','','2022-12-07 12:36:03','','0','8','2022-12-07 12:36:03','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670405731','No','','','','','','','','',0.00,0.00,0,'',''),(173,'','Cash','','2022-12-07 12:44:48','','0','8','2022-12-07 12:44:48','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670406282','No','','','','','','','','',0.00,0.00,0,'',''),(174,'','Cash','','2022-12-07 13:20:12','','0','8','2022-12-07 13:20:12','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670408410','No','','','','','','','','',0.00,0.00,0,'',''),(175,'','Cash','','2022-12-07 13:26:34','','0','8','2022-12-07 13:26:34','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670408784','No','','','','','','','','',0.00,0.00,0,'',''),(176,'','Cash','','2022-12-07 13:40:14','','0','8','2022-12-07 13:40:14','','846','846','1','retail','0','846','3','0','0','0','0','0','0','printed',' ','','2','0','81670409470','No','','','','','','','','',0.00,0.00,0,'',''),(177,'','Cash','','2022-12-07 14:08:57','','0','8','2022-12-07 14:08:57','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670411308','No','','','','','','','','',0.00,0.00,0,'',''),(178,'','Cash','','2022-12-07 14:17:24','','0','8','2022-12-07 14:17:24','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670411833','No','','','','','','','','',0.00,0.00,0,'',''),(179,'','Cash','','2022-12-07 14:18:20','','0','8','2022-12-07 14:18:20','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670411886','No','','','','','','','','',0.00,0.00,0,'',''),(180,'','Cash','','2022-12-07 14:27:54','','0','8','2022-12-07 14:27:54','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670412459','No','','','','','','','','',0.00,0.00,0,'',''),(181,'','Cash','','2022-12-07 14:31:09','','0','8','2022-12-07 14:31:10','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670412663','No','','','','','','','','',0.00,0.00,0,'',''),(182,'','Cash','','2022-12-07 14:32:15','','0','8','2022-12-07 14:32:15','','113','113','1','retail','0','113','3','0','0','0','0','0','0','printed',' ','','2','0','81670412715','No','','','','','','','','',0.00,0.00,0,'',''),(183,'','Cash','','2022-12-07 14:32:59','','0','8','2022-12-07 14:32:59','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670412768','No','','','','','','','','',0.00,0.00,0,'',''),(184,'','Cash','','2022-12-07 14:45:32','','0','8','2022-12-07 14:45:32','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670413467','No','','','','','','','','',0.00,0.00,0,'',''),(185,'','Cash','','2022-12-07 15:18:36','','0','8','2022-12-07 15:18:36','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670415480','No','','','','','','','','',0.00,0.00,0,'',''),(186,'','Cash','','2022-12-07 16:08:20','','0','8','2022-12-07 16:08:20','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670418495','No','','','','','','','','',0.00,0.00,0,'',''),(187,'','Cash','','2022-12-07 16:11:01','','0','8','2022-12-07 16:11:01','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670418644','No','','','','','','','','',0.00,0.00,0,'',''),(188,'','Cash','','2022-12-07 16:15:26','','0','8','2022-12-07 16:15:26','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670418896','No','','','','','','','','',0.00,0.00,0,'',''),(189,'','Cash','','2022-12-07 16:16:08','','0','8','2022-12-07 16:16:08','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670418941','No','','','','','','','','',0.00,0.00,0,'',''),(190,'','Cash','','2022-12-07 16:59:35','','0','8','2022-12-07 16:59:35','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670421554','No','','','','','','','','',0.00,0.00,0,'',''),(191,'','Cash','','2022-12-07 17:09:45','','0','8','2022-12-07 17:09:45','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670422172','No','','','','','','','','',0.00,0.00,0,'',''),(192,'','Cash','','2022-12-07 17:10:36','','0','8','2022-12-07 17:10:36','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670422222','No','','','','','','','','',0.00,0.00,0,'',''),(193,'','Cash','','2022-12-07 17:21:38','','0','8','2022-12-07 17:21:38','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670422872','No','','','','','','','','',0.00,0.00,0,'',''),(194,'','Cash','','2022-12-07 17:53:17','','0','8','2022-12-07 17:53:17','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670424792','No','','','','','','','','',0.00,0.00,0,'',''),(195,'','Cash','','2022-12-07 17:56:45','','0','8','2022-12-07 17:56:45','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670425004','No','','','','','','','','',0.00,0.00,0,'',''),(196,'','Cash','','2022-12-07 18:10:48','','0','8','2022-12-07 18:10:48','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81670425831','No','','','','','','','','',0.00,0.00,0,'',''),(197,'','Cash','','2022-12-07 18:30:43','','0','8','2022-12-07 18:30:43','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670427036','No','','','','','','','','',0.00,0.00,0,'',''),(198,'','Cash','','2022-12-07 18:56:44','','0','8','2022-12-07 18:56:44','','330','330','1','retail','0','330','3','0','0','0','0','0','0','printed',' ','','2','0','81670428512','No','','','','','','','','',0.00,0.00,0,'',''),(199,'','Cash','','2022-12-07 19:53:41','','0','8','2022-12-07 19:53:41','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81670431993','No','','','','','','','','',0.00,0.00,0,'',''),(200,'','Cash','','2022-12-07 21:32:59','','0','8','2022-12-07 21:32:59','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670437966','No','','','','','','','','',0.00,0.00,0,'',''),(201,'','Cash','','2022-12-07 22:23:15','','0','8','2022-12-07 22:23:15','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670440949','No','','','','','','','','',0.00,0.00,0,'',''),(202,'','Cash','','2022-12-07 22:24:04','','0','8','2022-12-07 22:24:04','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670441018','No','','','','','','','','',0.00,0.00,0,'',''),(203,'','Cash','','2022-12-07 22:24:52','','0','8','2022-12-07 22:24:52','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81670441064','No','','','','','','','','',0.00,0.00,0,'',''),(204,'','Cash','','2022-12-08 07:15:21','','0','8','2022-12-08 07:15:21','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81670472891','No','','','','','','','','',0.00,0.00,0,'',''),(205,'','Cash','','2022-12-08 07:26:16','','0','8','2022-12-08 07:26:16','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670473528','No','','','','','','','','',0.00,0.00,0,'',''),(206,'','Cash','','2022-12-08 07:33:13','','0','8','2022-12-08 07:33:13','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670473992','No','','','','','','','','',0.00,0.00,0,'',''),(207,'','Cash','','2022-12-08 07:59:34','','0','8','2022-12-08 07:59:34','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670475562','No','','','','','','','','',0.00,0.00,0,'',''),(208,'','Cash','','2022-12-08 08:13:42','','0','8','2022-12-08 08:13:42','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670476357','No','','','','','','','','',0.00,0.00,0,'',''),(209,'','Cash','','2022-12-08 08:26:47','','0','8','2022-12-08 08:26:47','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670477191','No','','','','','','','','',0.00,0.00,0,'',''),(210,'','Cash','','2022-12-08 09:16:24','','0','8','2022-12-08 09:16:24','','303','303','1','retail','0','303','3','0','0','0','0','0','0','printed',' ','','2','0','81670480145','No','','','','','','','','',0.00,0.00,0,'',''),(211,'','Cash','','2022-12-08 09:17:45','','0','8','2022-12-08 09:17:45','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670480221','No','','','','','','','','',0.00,0.00,0,'',''),(212,'','Cash','','2022-12-08 09:26:07','','0','8','2022-12-08 09:26:07','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670480749','No','','','','','','','','',0.00,0.00,0,'',''),(213,'','Cash','','2022-12-08 09:27:46','','0','9','2022-12-08 09:27:46','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670480847','No','','','','','','','','',0.00,0.00,0,'',''),(214,'','Cash','','2022-12-08 09:28:24','','0','9','2022-12-08 09:28:24','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670480880','No','','','','','','','','',0.00,0.00,0,'',''),(215,'','Cash','','2022-12-08 09:29:15','','0','9','2022-12-08 09:29:15','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670480928','No','','','','','','','','',0.00,0.00,0,'',''),(216,'','Cash','','2022-12-08 10:08:40','','0','9','2022-12-08 10:08:40','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670483293','No','','','','','','','','',0.00,0.00,0,'',''),(217,'','Cash','','2022-12-08 11:29:25','','0','8','2022-12-08 11:29:25','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670488156','No','','','','','','','','',0.00,0.00,0,'',''),(218,'','Cash','','2022-12-08 12:22:15','','0','8','2022-12-08 12:22:15','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670491330','No','','','','','','','','',0.00,0.00,0,'',''),(219,'','Cash','','2022-12-08 12:22:47','','0','8','2022-12-08 12:22:47','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670491366','No','','','','','','','','',0.00,0.00,0,'',''),(220,'','Cash','','2022-12-08 12:47:15','','0','8','2022-12-08 12:47:15','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670492834','No','','','','','','','','',0.00,0.00,0,'',''),(221,'','Cash','','2022-12-08 12:49:26','','0','8','2022-12-08 12:49:26','','156','156','1','retail','0','156','3','0','0','0','0','0','0','printed',' ','','2','0','81670492899','No','','','','','','','','',0.00,0.00,0,'',''),(222,'','Cash','','2022-12-08 13:00:04','','0','6','2022-12-08 13:00:04','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','61670493587','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(223,'','Cash','','2022-12-08 13:13:11','','0','6','2022-12-08 13:13:11','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670494367','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(224,'','Cash','','2022-12-08 13:21:01','','0','6','2022-12-08 13:21:01','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670494547','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(225,'','Cash','','2022-12-08 13:21:40','','0','9','2022-12-08 13:21:40','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670494883','No','','','','','','','','',0.00,0.00,0,'',''),(226,'','Cash','','2022-12-08 13:22:06','','0','9','2022-12-08 13:22:06','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670494917','No','','','','','','','','',0.00,0.00,0,'',''),(227,'','Cash','','2022-12-08 13:25:06','','0','9','2022-12-08 13:25:06','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670495097','No','','','','','','','','',0.00,0.00,0,'',''),(228,'','Cash','','2022-12-08 13:33:27','','0','6','2022-12-08 13:33:27','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','61670495592','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(229,'','Cash','','2022-12-08 13:35:47','','0','6','2022-12-08 13:35:47','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','61670495678','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(230,'','Cash','','2022-12-08 13:43:02','','0','8','2022-12-08 13:43:02','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81670496082','No','','','','','','','','',0.00,0.00,0,'',''),(231,'','Cash','','2022-12-08 13:48:19','','0','8','2022-12-08 13:48:19','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81670496484','No','','','','','','','','',0.00,0.00,0,'',''),(232,'','Cash','','2022-12-08 13:48:50','','0','8','2022-12-08 13:48:50','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670496527','No','','','','','','','','',0.00,0.00,0,'',''),(233,'','Cash','','2022-12-08 13:57:46','','0','9','2022-12-08 13:57:46','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670497055','No','','','','','','','','',0.00,0.00,0,'',''),(234,'','Cash','','2022-12-08 14:10:14','','0','8','2022-12-08 14:10:14','','290','290','1','retail','0','290','3','0','0','0','0','0','0','printed',' ','','2','0','81670497793','No','','','','','','','','',0.00,0.00,0,'',''),(235,'','Cash','','2022-12-08 14:13:33','','0','8','2022-12-08 14:13:33','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670497994','No','','','','','','','','',0.00,0.00,0,'',''),(236,'','Cash','','2022-12-08 14:14:05','','0','8','2022-12-08 14:14:05','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670498033','No','','','','','','','','',0.00,0.00,0,'',''),(237,'','Cash','','2022-12-08 14:38:10','','0','9','2022-12-08 14:38:10','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','91670499489','No','','','','','','','','',0.00,0.00,0,'',''),(238,'','Cash','','2022-12-08 14:45:03','','0','8','2022-12-08 14:45:03','','500','500','1','retail','0','500','3','0','0','0','0','0','0','printed',' ','','2','0','81670499836','No','','','','','','','','',0.00,0.00,0,'',''),(239,'','Cash','','2022-12-08 14:45:44','','0','8','2022-12-08 14:45:44','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670499926','No','','','','','','','','',0.00,0.00,0,'',''),(240,'','Cash','','2022-12-08 14:46:12','','0','8','2022-12-08 14:46:12','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670499959','No','','','','','','','','',0.00,0.00,0,'',''),(241,'','Cash','','2022-12-08 15:01:03','','0','8','2022-12-08 15:01:03','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81670500862','No','','','','','','','','',0.00,0.00,0,'',''),(242,'','Cash','','2022-12-08 15:09:10','','0','8','2022-12-08 15:09:10','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670501342','No','','','','','','','','',0.00,0.00,0,'',''),(243,'','Cash','','2022-12-08 15:10:11','','0','8','2022-12-08 15:10:11','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670501408','No','','','','','','','','',0.00,0.00,0,'',''),(244,'','Cash','','2022-12-08 15:15:46','','0','8','2022-12-08 15:15:46','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670501740','No','','','','','','','','',0.00,0.00,0,'',''),(245,'','Cash','','2022-12-08 15:29:29','','0','8','2022-12-08 15:29:29','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670502568','No','','','','','','','','',0.00,0.00,0,'',''),(246,'','Cash','','2022-12-08 16:17:18','','0','9','2022-12-08 16:17:18','','380','380','1','retail','0','380','3','0','0','0','0','0','0','printed',' ','','2','0','91670505410','No','','','','','','','','',0.00,0.00,0,'',''),(247,'','Cash','','2022-12-08 16:18:32','','0','9','2022-12-08 16:18:32','','113','113','1','retail','0','113','3','0','0','0','0','0','0','printed',' ','','2','0','91670505491','No','','','','','','','','',0.00,0.00,0,'',''),(248,'','Cash','','2022-12-08 16:24:49','','0','8','2022-12-08 16:24:49','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670505881','No','','','','','','','','',0.00,0.00,0,'',''),(249,'','Cash','','2022-12-08 16:30:19','','0','9','2022-12-08 16:30:19','','496','496','1','retail','0','496','3','0','0','0','0','0','0','printed',' ','','2','0','91670506182','No','','','','','','','','',0.00,0.00,0,'',''),(250,'','Cash','','2022-12-08 16:45:01','','0','9','2022-12-08 16:45:01','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91670507092','No','','','','','','','','',0.00,0.00,0,'',''),(251,'','Cash','','2022-12-08 17:32:31','','0','8','2022-12-08 17:32:31','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670509905','No','','','','','','','','',0.00,0.00,0,'',''),(252,'','Cash','','2022-12-08 18:03:28','','0','8','2022-12-08 18:03:28','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670511786','No','','','','','','','','',0.00,0.00,0,'',''),(253,'','Cash','','2022-12-08 18:11:04','','0','8','2022-12-08 18:11:04','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','81670512240','No','','','','','','','','',0.00,0.00,0,'',''),(254,'','Cash','','2022-12-08 18:20:26','','0','9','2022-12-08 18:20:26','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670512817','No','','','','','','','','',0.00,0.00,0,'',''),(255,'','Cash','','2022-12-08 19:35:34','','0','6','2022-12-08 19:35:34','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','61670517311','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(256,'','Cash','','2022-12-08 19:37:29','','0','8','2022-12-08 19:37:29','','199','199','1','retail','0','199','3','0','0','0','0','0','0','printed',' ','','2','0','81670517427','No','','','','','','','','',0.00,0.00,0,'',''),(257,'','Cash','','2022-12-08 19:38:40','','0','8','2022-12-08 19:38:40','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81670517495','No','','','','','','','','',0.00,0.00,0,'',''),(258,'','Cash','','2022-12-08 19:44:13','','0','6','2022-12-08 19:44:13','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','61670517833','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(259,'','Cash','','2022-12-08 19:46:09','','0','6','2022-12-08 19:46:09','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670517955','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(260,'','Cash','','2022-12-08 19:56:10','','0','9','2022-12-08 19:56:10','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670518560','No','','','','','','','','',0.00,0.00,0,'',''),(261,'','Cash','','2022-12-08 20:05:02','','0','9','2022-12-08 20:05:02','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91670519091','No','','','','','','','','',0.00,0.00,0,'',''),(262,'','Cash','','2022-12-08 20:18:18','','0','9','2022-12-08 20:18:18','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670519887','No','','','','','','','','',0.00,0.00,0,'',''),(263,'','Cash','','2022-12-08 20:24:55','','0','8','2022-12-08 20:24:55','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670520288','No','','','','','','','','',0.00,0.00,0,'',''),(264,'','Cash','','2022-12-08 20:55:00','','0','8','2022-12-08 20:55:00','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81670522086','No','','','','','','','','',0.00,0.00,0,'',''),(265,'','Cash','','2022-12-08 21:56:19','','0','6','2022-12-08 21:56:19','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670525758','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(266,'','Cash','','2022-12-08 22:23:20','','0','9','2022-12-08 22:23:20','','180','180','1','retail','0','180','3','0','0','0','0','0','0','printed',' ','','2','0','91670527356','No','','','','','','','','',0.00,0.00,0,'',''),(267,'','Cash','','2022-12-09 08:07:57','','0','9','2022-12-09 08:07:57','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670562466','No','','','','','','','','',0.00,0.00,0,'',''),(268,'','Cash','','2022-12-09 09:03:28','','0','8','2022-12-09 09:03:28','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670565782','No','','','','','','','','',0.00,0.00,0,'',''),(269,'','Cash','','2022-12-09 09:08:29','','0','9','2022-12-09 09:08:29','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670566071','No','','','','','','','','',0.00,0.00,0,'',''),(270,'','Cash','','2022-12-09 09:08:51','','0','9','2022-12-09 09:08:51','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91670566122','No','','','','','','','','',0.00,0.00,0,'',''),(271,'','Cash','','2022-12-09 09:43:08','','0','9','2022-12-09 09:43:08','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670568179','No','','','','','','','','',0.00,0.00,0,'',''),(272,'','Cash','','2022-12-09 09:47:35','','0','6','2022-12-09 09:47:35','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','61670568423','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(273,'','Cash','','2022-12-09 09:47:59','','0','6','2022-12-09 09:47:59','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','61670568458','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(274,'','Cash','','2022-12-09 09:50:48','','0','6','2022-12-09 09:50:48','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','61670568626','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(275,'','Cash','','2022-12-09 09:59:30','','0','9','2022-12-09 09:59:30','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670569159','No','','','','','','','','',0.00,0.00,0,'',''),(276,'','Cash','','2022-12-09 10:16:48','','0','8','2022-12-09 10:16:48','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670570166','No','','','','','','','','',0.00,0.00,0,'',''),(277,'','Cash','','2022-12-09 10:25:21','','0','8','2022-12-09 10:25:21','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670570697','No','','','','','','','','',0.00,0.00,0,'',''),(278,'','Cash','','2022-12-09 10:35:12','','0','8','2022-12-09 10:35:12','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670571261','No','','','','','','','','',0.00,0.00,0,'',''),(279,'','Cash','','2022-12-09 10:36:53','','0','8','2022-12-09 10:36:53','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670571338','No','','','','','','','','',0.00,0.00,0,'',''),(280,'','Cash','','2022-12-09 11:31:15','','0','9','2022-12-09 11:31:15','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91670574664','No','','','','','','','','',0.00,0.00,0,'',''),(281,'','Cash','','2022-12-09 11:40:54','','0','8','2022-12-09 11:40:54','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81670575211','No','','','','','','','','',0.00,0.00,0,'',''),(282,'','Cash','','2022-12-09 11:42:09','','0','9','2022-12-09 11:42:09','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670575312','No','','','','','','','','',0.00,0.00,0,'',''),(283,'','Cash','','2022-12-09 11:42:32','','0','8','2022-12-09 11:42:32','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670575341','No','','','','','','','','',0.00,0.00,0,'',''),(284,'','Cash','','2022-12-09 12:10:36','','0','6','2022-12-09 12:10:36','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','61670576827','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(285,'','Cash','','2022-12-09 12:11:54','','0','6','2022-12-09 12:11:54','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670577060','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(286,'','Cash','','2022-12-09 12:44:29','','0','9','2022-12-09 12:44:29','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670579059','No','','','','','','','','',0.00,0.00,0,'',''),(287,'','Cash','','2022-12-09 12:47:40','','0','8','2022-12-09 12:47:40','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81670579249','No','','','','','','','','',0.00,0.00,0,'',''),(288,'','Cash','','2022-12-09 12:48:47','','0','8','2022-12-09 12:48:47','','445','445','1','retail','0','445','3','0','0','0','0','0','0','new',' ','','2','0','81670579314','No','','','','','','','','',0.00,0.00,0,'',''),(289,'','Cash','','2022-12-09 12:52:27','','0','9','2022-12-09 12:52:27','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91670579536','No','','','','','','','','',0.00,0.00,0,'',''),(290,'','Cash','','2022-12-09 13:02:34','','0','6','2022-12-09 13:02:34','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','61670580130','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(291,'','Cash','','2022-12-09 13:33:05','','0','6','2022-12-09 13:33:05','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670581967','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(292,'','Cash','','2022-12-09 13:33:38','','0','6','2022-12-09 13:33:38','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670582001','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(293,'','Cash','','2022-12-09 13:39:37','','0','9','2022-12-09 13:39:37','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','91670582361','No','','','','','','','','',0.00,0.00,0,'',''),(294,'','Cash','','2022-12-09 13:55:34','','0','9','2022-12-09 13:55:34','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670583310','No','','','','','','','','',0.00,0.00,0,'',''),(295,'','Cash','','2022-12-09 13:56:16','','0','9','2022-12-09 13:56:16','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670583361','No','','','','','','','','',0.00,0.00,0,'',''),(296,'','Cash','','2022-12-09 14:22:52','','0','9','2022-12-09 14:22:52','','350','350','1','retail','0','350','3','0','0','0','0','0','0','printed',' ','','2','0','91670584916','No','','','','','','','','',0.00,0.00,0,'',''),(297,'','Cash','','2022-12-09 14:23:38','','0','9','2022-12-09 14:23:38','','156','156','1','retail','0','156','3','0','0','0','0','0','0','printed',' ','','2','0','91670584996','No','','','','','','','','',0.00,0.00,0,'',''),(298,'','Cash','','2022-12-09 14:25:04','','0','8','2022-12-09 14:25:04','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','81670585093','No','','','','','','','','',0.00,0.00,0,'',''),(299,'','Cash','','2022-12-09 14:25:49','','0','8','2022-12-09 14:25:49','','503','503','1','retail','0','503','3','0','0','0','0','0','0','printed',' ','','2','0','81670585139','No','','','','','','','','',0.00,0.00,0,'',''),(300,'','Cash','','2022-12-09 14:32:00','','0','8','2022-12-09 14:32:00','','480','480','1','retail','0','480','3','0','0','0','0','0','0','printed',' ','','2','0','81670585496','No','','','','','','','','',0.00,0.00,0,'',''),(301,'','Cash','','2022-12-09 14:47:50','','0','9','2022-12-09 14:47:50','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670586451','No','','','','','','','','',0.00,0.00,0,'',''),(302,'','Cash','','2022-12-09 14:48:28','','0','9','2022-12-09 14:48:28','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670586487','No','','','','','','','','',0.00,0.00,0,'',''),(303,'','Cash','','2022-12-09 14:56:16','','0','6','2022-12-09 14:56:16','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61670586954','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(304,'','Cash','','2022-12-09 14:58:39','','0','6','2022-12-09 14:58:39','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61670587081','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(305,'','Cash','','2022-12-09 15:14:29','','0','8','2022-12-09 15:14:29','','299','299','1','retail','0','299','3','0','0','0','0','0','0','printed',' ','','1','0','81670588029','No','','','','','','','','',0.00,0.00,0,'',''),(306,'','Cash','','2022-12-09 15:18:19','','0','9','2022-12-09 15:18:19','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670588288','No','','','','','','','','',0.00,0.00,0,'',''),(307,'','Cash','','2022-12-09 15:21:26','','0','9','2022-12-09 15:21:26','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91670588476','No','','','','','','','','',0.00,0.00,0,'',''),(308,'','Cash','','2022-12-09 15:22:35','','0','8','2022-12-09 15:22:35','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670588550','No','','','','','','','','',0.00,0.00,0,'',''),(309,'','Cash','','2022-12-09 15:44:19','','0','6','2022-12-09 15:44:19','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','61670589847','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(310,'','Cash','','2022-12-09 15:48:34','','0','8','2022-12-09 15:48:34','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670590110','No','','','','','','','','',0.00,0.00,0,'',''),(311,'','Cash','','2022-12-09 15:48:55','','0','8','2022-12-09 15:48:55','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670590123','No','','','','','','','','',0.00,0.00,0,'',''),(312,'','Cash','','2022-12-09 15:50:41','','0','9','2022-12-09 15:50:41','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670590232','No','','','','','','','','',0.00,0.00,0,'',''),(313,'','Cash','','2022-12-09 16:40:03','','0','8','2022-12-09 16:40:03','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670593192','No','','','','','','','','',0.00,0.00,0,'',''),(314,'','Cash','','2022-12-09 16:49:03','','0','8','2022-12-09 16:49:03','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81670593715','No','','','','','','','','',0.00,0.00,0,'',''),(315,'','Cash','','2022-12-09 17:08:35','','0','9','2022-12-09 17:08:35','','675','675','1','retail','0','675','3','0','0','0','0','0','0','printed',' ','','2','0','91670594866','No','','','','','','','','',0.00,0.00,0,'',''),(316,'','Cash','','2022-12-09 18:08:12','','0','8','2022-12-09 18:08:12','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670598463','No','','','','','','','','',0.00,0.00,0,'',''),(317,'','Cash','','2022-12-09 18:08:33','','0','8','2022-12-09 18:08:33','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670598503','No','','','','','','','','',0.00,0.00,0,'',''),(318,'','Cash','','2022-12-09 18:33:14','','0','6','2022-12-09 18:33:14','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','61670599956','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(319,'','Cash','','2022-12-09 18:34:13','','0','6','2022-12-09 18:34:13','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670600017','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(320,'','Cash','','2022-12-09 18:35:29','','0','6','2022-12-09 18:35:29','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670600057','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(321,'','Cash','','2022-12-09 18:36:28','','0','6','2022-12-09 18:36:28','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670600146','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(322,'','Cash','','2022-12-09 18:41:44','','0','6','2022-12-09 18:41:44','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670600485','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(323,'','Cash','','2022-12-09 18:56:45','','0','6','2022-12-09 18:56:45','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670601388','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(324,'','Cash','','2022-12-09 19:02:05','','0','6','2022-12-09 19:02:05','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61670601721','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(325,'','Cash','','2022-12-09 19:03:14','','0','6','2022-12-09 19:03:14','','133','133','1','retail','0','133','3','0','0','0','0','0','0','printed',' ','','2','0','61670601781','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(326,'','Cash','','2022-12-09 19:04:35','','0','8','2022-12-09 19:04:35','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81670601863','No','','','','','','','','',0.00,0.00,0,'',''),(327,'','Cash','','2022-12-09 19:13:55','','0','8','2022-12-09 19:13:55','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','2','0','81670602349','No','','','','','','','','',0.00,0.00,0,'',''),(328,'','Cash','','2022-12-09 19:15:18','','0','6','2022-12-09 19:15:18','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','61670602477','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(329,'','Cash','','2022-12-09 19:19:18','','0','8','2022-12-09 19:19:18','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670602749','No','','','','','','','','',0.00,0.00,0,'',''),(330,'','Cash','','2022-12-09 19:27:12','','0','9','2022-12-09 19:27:12','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670603214','No','','','','','','','','',0.00,0.00,0,'',''),(331,'','Cash','','2022-12-09 19:30:59','','0','9','2022-12-09 19:30:59','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91670603447','No','','','','','','','','',0.00,0.00,0,'',''),(332,'','Cash','','2022-12-09 20:01:26','','0','6','2022-12-09 20:01:26','','299','299','1','retail','0','299','3','0','0','0','0','0','0','printed',' ','','1','0','61670605248','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(333,'','Cash','','2022-12-09 20:03:07','','0','6','2022-12-09 20:03:07','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','61670605369','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(334,'','Cash','','2022-12-09 20:07:49','','0','9','2022-12-09 20:07:49','','350','350','1','retail','0','350','3','0','0','0','0','0','0','printed',' ','','1','0','91670605655','No','','','','','','','','',0.00,0.00,0,'',''),(335,'','Cash','','2022-12-09 20:35:44','','0','8','2022-12-09 20:35:44','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670607341','No','','','','','','','','',0.00,0.00,0,'',''),(336,'','Cash','','2022-12-09 20:36:17','','0','8','2022-12-09 20:36:17','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81670607376','No','','','','','','','','',0.00,0.00,0,'',''),(337,'','Cash','','2022-12-09 20:57:14','','0','6','2022-12-09 20:57:14','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61670608598','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(338,'','Cash','','2022-12-09 21:21:42','','0','6','2022-12-09 21:21:42','','350','350','1','retail','0','350','3','0','0','0','0','0','0','printed',' ','','1','0','61670610090','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(339,'','Cash','','2022-12-09 21:33:16','','0','8','2022-12-09 21:33:16','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670610790','No','','','','','','','','',0.00,0.00,0,'',''),(340,'','Cash','','2022-12-09 21:35:59','','0','8','2022-12-09 21:35:59','','450','450','1','retail','0','450','3','0','0','0','0','0','0','printed',' ','','1','0','81670610813','No','','','','','','','','',0.00,0.00,0,'',''),(341,'','Cash','','2022-12-09 22:30:15','','0','6','2022-12-09 22:30:15','','560','560','1','retail','0','560','3','0','0','0','0','0','0','printed',' ','','2','0','61670614182','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(342,'','Cash','','2022-12-09 22:32:09','','0','6','2022-12-09 22:32:09','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','1','0','61670614302','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(343,'','Cash','','2022-12-09 22:56:23','','0','9','2022-12-09 22:56:23','','190','190','1','retail','0','190','3','0','0','0','0','0','0','printed',' ','','2','0','91670615714','No','','','','','','','','',0.00,0.00,0,'',''),(344,'','Cash','','2022-12-10 14:03:30','','0','8','2022-12-10 14:03:30','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670670180','No','','','','','','','','',0.00,0.00,0,'',''),(345,'','Cash','','2022-12-10 14:05:00','','0','8','2022-12-10 14:05:00','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670670292','No','','','','','','','','',0.00,0.00,0,'',''),(346,'','Cash','','2022-12-10 14:05:51','','0','8','2022-12-10 14:05:51','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670670318','No','','','','','','','','',0.00,0.00,0,'',''),(347,'','Cash','','2022-12-10 14:18:59','','0','1','2022-12-10 14:18:59','','1796','1796','1','retail','0','1796','3','0','0','0','0','0','0','printed',' ','','2','0','11670670711','No','','','','','','','','',0.00,0.00,0,'',''),(348,'','Cash','','2022-12-10 14:30:34','','0','8','2022-12-10 14:30:34','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670671824','No','','','','','','','','',0.00,0.00,0,'',''),(349,'','Cash','','2022-12-10 14:44:09','','0','8','2022-12-10 14:44:09','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','81670672635','No','','','','','','','','',0.00,0.00,0,'',''),(350,'','Cash','','2022-12-10 14:44:45','','0','8','2022-12-10 14:44:45','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670672660','No','','','','','','','','',0.00,0.00,0,'',''),(351,'','Cash','','2022-12-10 14:55:40','','0','8','2022-12-10 14:55:40','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670673319','No','','','','','','','','',0.00,0.00,0,'',''),(352,'','Cash','','2022-12-10 15:18:42','','0','8','2022-12-10 15:18:42','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670673835','No','','','','','','','','',0.00,0.00,0,'',''),(353,'','Cash','','2022-12-10 15:19:26','','0','8','2022-12-10 15:19:26','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81670674760','No','','','','','','','','',0.00,0.00,0,'',''),(354,'','Cash','','2022-12-10 15:31:54','','0','8','2022-12-10 15:31:54','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670675507','No','','','','','','','','',0.00,0.00,0,'',''),(355,'','Cash','','2022-12-10 15:32:28','','0','8','2022-12-10 15:32:28','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670675528','No','','','','','','','','',0.00,0.00,0,'',''),(356,'','Cash','','2022-12-10 15:52:04','','0','9','2022-12-10 15:52:04','','303','303','1','retail','0','303','3','0','0','0','0','0','0','printed',' ','','2','0','91670676682','No','','','','','','','','',0.00,0.00,0,'',''),(357,'','Cash','','2022-12-10 16:10:07','','0','8','2022-12-10 16:10:07','','880','880','1','retail','0','880','3','0','0','0','0','0','0','printed',' ','','1','0','81670677793','No','','','','','','','','',0.00,0.00,0,'',''),(358,'','Cash','','2022-12-10 16:23:21','','0','8','2022-12-10 16:23:21','','525','525','1','retail','0','525','3','0','0','0','0','0','0','printed',' ','','2','0','81670678572','No','','','','','','','','',0.00,0.00,0,'',''),(359,'','Cash','','2022-12-10 16:32:55','','0','8','2022-12-10 16:32:55','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81670679145','No','','','','','','','','',0.00,0.00,0,'',''),(360,'','Cash','','2022-12-10 16:33:14','','0','8','2022-12-10 16:33:14','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670679187','No','','','','','','','','',0.00,0.00,0,'',''),(361,'','Cash','','2022-12-10 16:55:58','','0','8','2022-12-10 16:55:58','','190','190','1','retail','0','190','3','0','0','0','0','0','0','printed',' ','','2','0','81670680453','No','','','','','','','','',0.00,0.00,0,'',''),(362,'','Cash','','2022-12-10 18:21:22','','0','8','2022-12-10 18:21:22','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670685561','No','','','','','','','','',0.00,0.00,0,'',''),(363,'','Cash','','2022-12-10 18:45:02','','0','9','2022-12-10 18:45:02','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91670687083','No','','','','','','','','',0.00,0.00,0,'',''),(364,'','Cash','','2022-12-10 18:59:22','','0','9','2022-12-10 18:59:22','','240','240','1','retail','0','240','3','0','0','0','0','0','0','printed',' ','','2','0','91670687944','No','','','','','','','','',0.00,0.00,0,'',''),(365,'','Cash','','2022-12-11 08:19:38','','0','8','2022-12-11 08:19:38','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81670735954','No','','','','','','','','',0.00,0.00,0,'',''),(366,'','Cash','','2022-12-11 08:22:16','','0','8','2022-12-11 08:22:16','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670736099','No','','','','','','','','',0.00,0.00,0,'',''),(367,'','Cash','','2022-12-11 08:34:58','','0','8','2022-12-11 08:34:58','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670736888','No','','','','','','','','',0.00,0.00,0,'',''),(368,'','Cash','','2022-12-11 08:55:28','','0','8','2022-12-11 08:55:28','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670738100','No','','','','','','','','',0.00,0.00,0,'',''),(369,'','Cash','','2022-12-11 08:55:46','','0','8','2022-12-11 08:55:46','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81670738137','No','','','','','','','','',0.00,0.00,0,'',''),(370,'','Cash','','2022-12-11 09:37:28','','0','8','2022-12-11 09:37:28','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670740624','No','','','','','','','','',0.00,0.00,0,'',''),(371,'','Cash','','2022-12-11 09:38:42','','0','8','2022-12-11 09:38:42','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670740662','No','','','','','','','','',0.00,0.00,0,'',''),(372,'','Cash','','2022-12-11 09:40:16','','0','8','2022-12-11 09:40:16','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670740760','No','','','','','','','','',0.00,0.00,0,'',''),(373,'','Cash','','2022-12-11 09:40:57','','0','8','2022-12-11 09:40:57','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670740842','No','','','','','','','','',0.00,0.00,0,'',''),(374,'','Cash','','2022-12-11 09:41:38','','0','8','2022-12-11 09:41:38','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670740884','No','','','','','','','','',0.00,0.00,0,'',''),(375,'','Cash','','2022-12-11 10:40:33','','0','8','2022-12-11 10:40:33','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670744413','No','','','','','','','','',0.00,0.00,0,'',''),(376,'','Cash','','2022-12-11 10:41:16','','0','8','2022-12-11 10:41:16','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670744457','No','','','','','','','','',0.00,0.00,0,'',''),(377,'','Cash','','2022-12-11 10:45:05','','0','8','2022-12-11 10:45:05','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670744688','No','','','','','','','','',0.00,0.00,0,'',''),(378,'','Cash','','2022-12-11 10:46:19','','0','8','2022-12-11 10:46:19','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670744742','No','','','','','','','','',0.00,0.00,0,'',''),(379,'','Cash','','2022-12-11 10:47:15','','0','8','2022-12-11 10:47:15','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670744812','No','','','','','','','','',0.00,0.00,0,'',''),(380,'','Cash','','2022-12-11 10:47:35','','0','8','2022-12-11 10:47:35','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670744848','No','','','','','','','','',0.00,0.00,0,'',''),(381,'','Cash','','2022-12-11 11:01:14','','0','8','2022-12-11 11:01:14','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670745624','No','','','','','','','','',0.00,0.00,0,'',''),(382,'','Cash','','2022-12-11 11:33:47','','0','8','2022-12-11 11:33:47','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670747607','No','','','','','','','','',0.00,0.00,0,'',''),(383,'','Cash','','2022-12-11 11:43:46','','0','8','2022-12-11 11:43:46','','480','480','1','retail','0','480','3','0','0','0','0','0','0','printed',' ','','2','0','81670748094','No','','','','','','','','',0.00,0.00,0,'',''),(384,'','Cash','','2022-12-11 11:45:58','','0','8','2022-12-11 11:45:58','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670748331','No','','','','','','','','',0.00,0.00,0,'',''),(385,'','Cash','','2022-12-11 11:46:20','','0','8','2022-12-11 11:46:20','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81670748367','No','','','','','','','','',0.00,0.00,0,'',''),(386,'','Cash','','2022-12-11 12:15:06','','0','8','2022-12-11 12:15:06','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670750089','No','','','','','','','','',0.00,0.00,0,'',''),(387,'','Cash','','2022-12-12 07:33:54','','0','8','2022-12-12 07:33:54','','130','130','1','retail','0','130','3','0','0','0','0','0','0','printed',' ','','2','0','81670819601','No','','','','','','','','',0.00,0.00,0,'',''),(388,'','Cash','','2022-12-12 08:07:07','','0','8','2022-12-12 08:07:07','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670821600','No','','','','','','','','',0.00,0.00,0,'',''),(389,'','Cash','','2022-12-12 08:31:30','','0','8','2022-12-12 08:31:30','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670823068','No','','','','','','','','',0.00,0.00,0,'',''),(390,'','Cash','','2022-12-12 09:17:20','','0','6','2022-12-12 09:17:20','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','61670825783','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(391,'','Cash','','2022-12-12 09:17:49','','0','8','2022-12-12 09:17:49','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670825858','No','','','','','','','','',0.00,0.00,0,'',''),(392,'','Cash','','2022-12-12 09:55:19','','0','8','2022-12-12 09:55:19','','130','130','1','retail','0','130','3','0','0','0','0','0','0','printed',' ','','2','0','81670827864','No','','','','','','','','',0.00,0.00,0,'',''),(393,'','Cash','','2022-12-12 09:58:23','','0','8','2022-12-12 09:58:23','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670828280','No','','','','','','','','',0.00,0.00,0,'',''),(394,'','Cash','','2022-12-12 10:00:51','','0','8','2022-12-12 10:00:51','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670828423','No','','','','','','','','',0.00,0.00,0,'',''),(395,'','Cash','','2022-12-12 10:12:44','','0','8','2022-12-12 10:12:44','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670829132','No','','','','','','','','',0.00,0.00,0,'',''),(396,'','Cash','','2022-12-12 10:13:05','','0','8','2022-12-12 10:13:05','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670829175','No','','','','','','','','',0.00,0.00,0,'',''),(397,'','Cash','','2022-12-12 10:24:33','','0','6','2022-12-12 10:24:33','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670829849','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(398,'','Cash','','2022-12-12 11:17:12','','0','8','2022-12-12 11:17:12','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','81670833005','No','','','','','','','','',0.00,0.00,0,'',''),(399,'','Cash','','2022-12-12 11:22:37','','0','6','2022-12-12 11:22:37','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','61670833336','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(400,'','Cash','','2022-12-12 11:47:37','','0','8','2022-12-12 11:47:37','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670834842','No','','','','','','','','',0.00,0.00,0,'',''),(401,'','Cash','','2022-12-12 11:58:42','','0','9','2022-12-12 11:58:42','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670835498','No','','','','','','','','',0.00,0.00,0,'',''),(402,'','Cash','','2022-12-12 12:27:33','','0','8','2022-12-12 12:27:33','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81670837238','No','','','','','','','','',0.00,0.00,0,'',''),(403,'','Cash','','2022-12-12 12:54:17','','0','8','2022-12-12 12:54:17','','696','696','1','retail','0','696','3','0','0','0','0','0','0','printed',' ','','2','0','81670838841','No','','','','','','','','',0.00,0.00,0,'',''),(404,'','Cash','','2022-12-12 12:57:09','','0','9','2022-12-12 12:57:09','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91670839017','No','','','','','','','','',0.00,0.00,0,'',''),(405,'','Cash','','2022-12-12 13:20:45','','0','8','2022-12-12 13:20:45','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670840441','No','','','','','','','','',0.00,0.00,0,'',''),(406,'','Cash','','2022-12-12 13:56:43','','0','6','2022-12-12 13:56:43','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670842584','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(407,'','Cash','','2022-12-12 14:03:21','','0','9','2022-12-12 14:03:21','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670842991','No','','','','','','','','',0.00,0.00,0,'',''),(408,'','Cash','','2022-12-12 14:17:11','','0','8','2022-12-12 14:17:11','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670843824','No','','','','','','','','',0.00,0.00,0,'',''),(409,'','Cash','','2022-12-12 14:20:39','','0','8','2022-12-12 14:20:39','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81670844028','No','','','','','','','','',0.00,0.00,0,'',''),(410,'','Cash','','2022-12-12 14:29:32','','0','8','2022-12-12 14:29:32','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81670844571','No','','','','','','','','',0.00,0.00,0,'',''),(411,'','Cash','','2022-12-12 14:57:58','','0','6','2022-12-12 14:57:58','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670846259','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(412,'','Cash','','2022-12-12 15:00:03','','0','6','2022-12-12 15:00:03','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61670846392','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(413,'','Cash','','2022-12-12 15:21:22','','0','6','2022-12-12 15:21:22','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670847655','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(414,'','Cash','','2022-12-12 15:21:56','','0','6','2022-12-12 15:21:56','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670847699','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(415,'','Cash','','2022-12-12 15:38:50','','0','6','2022-12-12 15:38:50','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670848717','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(416,'','Cash','','2022-12-12 15:44:13','','0','6','2022-12-12 15:44:13','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61670849038','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(417,'','Cash','','2022-12-12 15:47:21','','0','8','2022-12-12 15:47:21','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670849238','No','','','','','','','','',0.00,0.00,0,'',''),(418,'','Cash','','2022-12-12 15:58:03','','0','8','2022-12-12 15:58:03','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81670849877','No','','','','','','','','',0.00,0.00,0,'',''),(419,'','Cash','','2022-12-12 16:00:48','','0','8','2022-12-12 16:00:48','','310','310','1','retail','0','310','3','0','0','0','0','0','0','printed',' ','','2','0','81670850002','No','','','','','','','','',0.00,0.00,0,'',''),(420,'','Cash','','2022-12-13 07:17:06','','0','8','2022-12-13 07:17:06','','120','120','1','retail','0','120','3','0','0','0','0','0','0','printed',' ','','2','0','81670905003','No','','','','','','','','',0.00,0.00,0,'',''),(421,'','Cash','','2022-12-13 07:19:44','','0','8','2022-12-13 07:19:44','','120','120','1','retail','0','120','3','0','0','0','0','0','0','printed',' ','','2','0','81670905149','No','','','','','','','','',0.00,0.00,0,'',''),(422,'','Cash','','2022-12-13 08:10:56','','0','8','2022-12-13 08:10:56','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','81670908234','No','','','','','','','','',0.00,0.00,0,'',''),(423,'','Cash','','2022-12-13 08:13:35','','0','9','2022-12-13 08:13:35','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91670908408','No','','','','','','','','',0.00,0.00,0,'',''),(424,'','Cash','','2022-12-13 08:16:29','','0','6','2022-12-13 08:16:29','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670908547','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(425,'','Cash','','2022-12-13 08:17:22','','0','6','2022-12-13 08:17:22','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61670908631','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(426,'','Cash','','2022-12-13 08:22:47','','0','6','2022-12-13 08:22:47','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','61670908659','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(427,'','Cash','','2022-12-13 08:38:29','','0','8','2022-12-13 08:38:29','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81670909885','No','','','','','','','','',0.00,0.00,0,'',''),(428,'','Cash','','2022-12-13 08:46:31','','0','9','2022-12-13 08:46:31','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670910379','No','','','','','','','','',0.00,0.00,0,'',''),(429,'','Cash','','2022-12-13 09:05:50','','0','8','2022-12-13 09:05:50','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81670911533','No','','','','','','','','',0.00,0.00,0,'',''),(430,'','Cash','','2022-12-13 09:06:54','','0','9','2022-12-13 09:06:54','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670911604','No','','','','','','','','',0.00,0.00,0,'',''),(431,'','Cash','','2022-12-13 09:17:09','','0','9','2022-12-13 09:17:09','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','91670912222','No','','','','','','','','',0.00,0.00,0,'',''),(432,'','Cash','','2022-12-13 09:17:58','','0','9','2022-12-13 09:17:58','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','91670912242','No','','','','','','','','',0.00,0.00,0,'',''),(433,'','Cash','','2022-12-13 11:40:42','','0','6','2022-12-13 11:40:42','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','61670920815','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(434,'','Cash','','2022-12-13 11:55:34','','0','9','2022-12-13 11:55:34','','2300','2300','1','retail','0','2300','3','0','0','0','0','0','0','printed',' ','','1','0','91670921462','No','','','','','','','','',0.00,0.00,0,'',''),(435,'','Cash','','2022-12-13 12:04:34','','0','9','2022-12-13 12:04:34','','12588','12588','1','retail','0','12588','3','0','0','0','0','0','0','printed',' ','','2','0','91670921795','No','','','','','','','','',0.00,0.00,0,'',''),(436,'','Cash','','2022-12-13 12:18:23','','0','9','2022-12-13 12:18:23','','530','530','1','retail','0','530','3','0','0','0','0','0','0','printed',' ','','2','0','91670923078','No','','','','','','','','',0.00,0.00,0,'',''),(437,'','Cash','','2022-12-13 12:18:46','','0','9','2022-12-13 12:18:46','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670923115','No','','','','','','','','',0.00,0.00,0,'',''),(438,'','Cash','','2022-12-13 12:55:45','','0','8','2022-12-13 12:55:45','','546','546','1','retail','0','546','3','0','0','0','0','0','0','printed',' ','','2','0','81670925332','No','','','','','','','','',0.00,0.00,0,'',''),(439,'','Cash','','2022-12-13 13:08:08','','0','9','2022-12-13 13:08:08','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91670926080','No','','','','','','','','',0.00,0.00,0,'',''),(440,'','Cash','','2022-12-13 13:08:33','','0','9','2022-12-13 13:08:33','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670926106','No','','','','','','','','',0.00,0.00,0,'',''),(441,'','Cash','','2022-12-13 13:46:17','','0','8','2022-12-13 13:46:17','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81670928367','No','','','','','','','','',0.00,0.00,0,'',''),(442,'','Cash','','2022-12-13 16:37:08','','0','9','2022-12-13 16:37:08','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','91670938607','No','','','','','','','','',0.00,0.00,0,'',''),(443,'','Cash','','2022-12-13 16:38:59','','0','9','2022-12-13 16:38:59','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','91670938685','No','','','','','','','','',0.00,0.00,0,'',''),(444,'','Cash','','2022-12-13 16:41:22','','0','9','2022-12-13 16:41:22','','170','170','1','retail','0','170','3','0','0','0','0','0','0','printed',' ','','2','0','91670938753','No','','','','','','','','',0.00,0.00,0,'',''),(445,'','Cash','','2022-12-13 16:41:47','','0','9','2022-12-13 16:41:47','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670938896','No','','','','','','','','',0.00,0.00,0,'',''),(446,'','Cash','','2022-12-13 16:42:10','','0','9','2022-12-13 16:42:10','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','2','0','91670938923','No','','','','','','','','',0.00,0.00,0,'',''),(447,'','Cash','','2022-12-13 16:43:19','','0','9','2022-12-13 16:43:19','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91670938965','No','','','','','','','','',0.00,0.00,0,'',''),(448,'','Cash','','2022-12-13 16:43:52','','0','9','2022-12-13 16:43:52','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91670939017','No','','','','','','','','',0.00,0.00,0,'',''),(449,'','Cash','','2022-12-13 16:44:36','','0','9','2022-12-13 16:44:36','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91670939065','No','','','','','','','','',0.00,0.00,0,'',''),(450,'','Cash','','2022-12-13 16:45:05','','0','9','2022-12-13 16:45:05','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670939092','No','','','','','','','','',0.00,0.00,0,'',''),(451,'','Cash','','2022-12-13 16:45:27','','0','9','2022-12-13 16:45:27','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670939119','No','','','','','','','','',0.00,0.00,0,'',''),(452,'','Cash','','2022-12-13 17:03:09','','0','9','2022-12-13 17:03:09','','302','302','1','retail','0','302','3','0','0','0','0','0','0','printed',' ','','1','0','91670940181','No','','','','','','','','',0.00,0.00,0,'',''),(453,'','Cash','','2022-12-13 17:36:46','','0','8','2022-12-13 17:36:46','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81670942167','No','','','','','','','','',0.00,0.00,0,'',''),(454,'','Cash','','2022-12-13 17:39:54','','0','8','2022-12-13 17:39:54','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81670942382','No','','','','','','','','',0.00,0.00,0,'',''),(455,'','Cash','','2022-12-13 17:43:18','','0','8','2022-12-13 17:43:18','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81670942587','No','','','','','','','','',0.00,0.00,0,'',''),(456,'','Cash','','2022-12-13 17:55:55','','0','1','2022-12-13 17:55:55','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','11670943346','No','','','','','','','','',0.00,0.00,0,'',''),(457,'','Cash','','2022-12-13 18:02:09','','0','8','2022-12-13 18:02:09','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81670943611','No','','','','','','','','',0.00,0.00,0,'',''),(458,'','Cash','','2022-12-13 18:08:29','','0','8','2022-12-13 18:08:29','','165','165','1','retail','0','165','3','0','0','0','0','0','0','printed',' ','','2','0','81670944062','No','','','','','','','','',0.00,0.00,0,'',''),(459,'','Cash','','2022-12-13 18:57:55','','0','8','2022-12-13 18:57:55','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81670947033','No','','','','','','','','',0.00,0.00,0,'',''),(460,'','Cash','','2022-12-13 19:44:18','','0','9','2022-12-13 19:44:18','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','91670949844','No','','','','','','','','',0.00,0.00,0,'',''),(461,'','Cash','','2022-12-13 19:54:58','','0','9','2022-12-13 19:54:58','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670950478','No','','','','','','','','',0.00,0.00,0,'',''),(462,'','Cash','','2022-12-13 19:55:38','','0','9','2022-12-13 19:55:38','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91670950510','No','','','','','','','','',0.00,0.00,0,'',''),(463,'','Cash','','2022-12-13 19:56:25','','0','9','2022-12-13 19:56:25','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','91670950552','No','','','','','','','','',0.00,0.00,0,'',''),(464,'','Cash','','2022-12-13 20:07:42','','0','9','2022-12-13 20:07:42','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670951252','No','','','','','','','','',0.00,0.00,0,'',''),(465,'','Cash','','2022-12-13 21:10:24','','0','9','2022-12-13 21:10:24','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91670955015','No','','','','','','','','',0.00,0.00,0,'',''),(466,'','Cash','','2022-12-13 22:33:14','','0','9','2022-12-13 22:33:14','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','91670959983','No','','','','','','','','',0.00,0.00,0,'',''),(467,'','Cash','','2022-12-13 22:33:39','','0','9','2022-12-13 22:33:39','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91670960008','No','','','','','','','','',0.00,0.00,0,'',''),(468,'','Cash','','2022-12-13 22:34:29','','0','9','2022-12-13 22:34:29','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91670960031','No','','','','','','','','',0.00,0.00,0,'',''),(469,'','Cash','','2022-12-14 07:49:53','','0','8','2022-12-14 07:49:53','','170','170','1','retail','0','170','3','0','0','0','0','0','0','printed',' ','','2','0','81670993331','No','','','','','','','','',0.00,0.00,0,'',''),(470,'','Cash','','2022-12-14 07:51:05','','0','8','2022-12-14 07:51:05','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670993450','No','','','','','','','','',0.00,0.00,0,'',''),(471,'','Cash','','2022-12-14 08:31:28','','0','8','2022-12-14 08:31:28','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81670995866','No','','','','','','','','',0.00,0.00,0,'',''),(472,'','Cash','','2022-12-14 08:31:52','','0','8','2022-12-14 08:31:52','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81670995899','No','','','','','','','','',0.00,0.00,0,'',''),(473,'','Cash','','2022-12-14 08:45:34','','0','8','2022-12-14 08:45:34','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81670996720','No','','','','','','','','',0.00,0.00,0,'',''),(474,'','Cash','','2022-12-14 08:58:59','','0','8','2022-12-14 08:58:59','','180','180','1','retail','0','180','3','0','0','0','0','0','0','printed',' ','','2','0','81670996759','No','','','','','','','','',0.00,0.00,0,'',''),(475,'','Cash','','2022-12-14 09:00:10','','0','9','2022-12-14 09:00:10','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670997600','No','','','','','','','','',0.00,0.00,0,'',''),(476,'','Cash','','2022-12-14 09:00:33','','0','9','2022-12-14 09:00:33','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670997618','No','','','','','','','','',0.00,0.00,0,'',''),(477,'','Cash','','2022-12-14 09:00:56','','0','9','2022-12-14 09:00:56','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91670997643','No','','','','','','','','',0.00,0.00,0,'',''),(478,'','Cash','','2022-12-14 09:01:22','','0','9','2022-12-14 09:01:22','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91670997665','No','','','','','','','','',0.00,0.00,0,'',''),(479,'','Cash','','2022-12-14 09:40:21','','0','9','2022-12-14 09:40:21','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91671000012','No','','','','','','','','',0.00,0.00,0,'',''),(480,'','Cash','','2022-12-14 09:40:43','','0','9','2022-12-14 09:40:43','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671000031','No','','','','','','','','',0.00,0.00,0,'',''),(481,'','Cash','','2022-12-14 09:41:13','','0','9','2022-12-14 09:41:13','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','91671000056','No','','','','','','','','',0.00,0.00,0,'',''),(482,'','Cash','','2022-12-14 09:41:41','','0','9','2022-12-14 09:41:41','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91671000085','No','','','','','','','','',0.00,0.00,0,'',''),(483,'','Cash','','2022-12-14 09:45:54','','0','8','2022-12-14 09:45:54','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671000212','No','','','','','','','','',0.00,0.00,0,'',''),(484,'','Cash','','2022-12-14 09:51:46','','0','6','2022-12-14 09:51:46','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671000693','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(485,'','Cash','','2022-12-14 10:01:21','','0','8','2022-12-14 10:01:21','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671001264','No','','','','','','','','',0.00,0.00,0,'',''),(486,'','Cash','','2022-12-14 10:02:02','','0','8','2022-12-14 10:02:02','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671001298','No','','','','','','','','',0.00,0.00,0,'',''),(487,'','Cash','','2022-12-14 11:44:26','','0','8','2022-12-14 11:44:26','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671007451','No','','','','','','','','',0.00,0.00,0,'',''),(488,'','Cash','','2022-12-14 11:45:00','','0','8','2022-12-14 11:45:00','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671007479','No','','','','','','','','',0.00,0.00,0,'',''),(489,'','Cash','','2022-12-14 12:35:24','','0','8','2022-12-14 12:35:24','','796','796','1','retail','0','796','3','0','0','0','0','0','0','printed',' ','','1','0','81671010480','No','','','','','','','','',0.00,0.00,0,'',''),(490,'','Cash','','2022-12-14 13:06:04','','0','8','2022-12-14 13:06:04','','303','303','1','retail','0','303','3','0','0','0','0','0','0','printed',' ','','2','0','81671012357','No','','','','','','','','',0.00,0.00,0,'',''),(491,'','Cash','','2022-12-14 13:07:05','','0','8','2022-12-14 13:07:05','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671012423','No','','','','','','','','',0.00,0.00,0,'',''),(492,'','Cash','','2022-12-14 13:18:24','','0','6','2022-12-14 13:18:24','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671013088','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(493,'','Cash','','2022-12-14 13:31:19','','0','8','2022-12-14 13:31:19','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81671013871','No','','','','','','','','',0.00,0.00,0,'',''),(494,'','Cash','','2022-12-14 13:50:31','','0','8','2022-12-14 13:50:31','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671015030','No','','','','','','','','',0.00,0.00,0,'',''),(495,'','Cash','','2022-12-14 14:31:15','','0','8','2022-12-14 14:31:15','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671017471','No','','','','','','','','',0.00,0.00,0,'',''),(496,'','Cash','','2022-12-14 14:31:49','','0','8','2022-12-14 14:31:49','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','81671017508','No','','','','','','','','',0.00,0.00,0,'',''),(497,'','Cash','','2022-12-14 14:33:38','','0','8','2022-12-14 14:33:38','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671017593','No','','','','','','','','',0.00,0.00,0,'',''),(498,'','Cash','','2022-12-14 14:36:39','','0','8','2022-12-14 14:36:39','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671017779','No','','','','','','','','',0.00,0.00,0,'',''),(499,'','Cash','','2022-12-14 14:54:36','','0','8','2022-12-14 14:54:36','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671018834','No','','','','','','','','',0.00,0.00,0,'',''),(500,'','Cash','','2022-12-14 14:56:21','','0','6','2022-12-14 14:56:21','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','61671018961','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(501,'','Cash','','2022-12-14 14:57:17','','0','8','2022-12-14 14:57:17','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','2','0','81671019033','No','','','','','','','','',0.00,0.00,0,'',''),(502,'','Cash','','2022-12-14 15:49:12','','0','9','2022-12-14 15:49:12','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671022133','No','','','','','','','','',0.00,0.00,0,'',''),(503,'','Cash','','2022-12-14 17:11:06','','0','8','2022-12-14 17:11:06','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671027062','No','','','','','','','','',0.00,0.00,0,'',''),(504,'','Cash','','2022-12-14 18:12:01','','0','8','2022-12-14 18:12:01','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671030706','No','','','','','','','','',0.00,0.00,0,'',''),(505,'','Cash','','2022-12-14 18:13:16','','0','8','2022-12-14 18:13:16','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671030732','No','','','','','','','','',0.00,0.00,0,'',''),(506,'','Cash','','2022-12-14 18:55:22','','0','6','2022-12-14 18:55:22','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671033308','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(507,'','Cash','','2022-12-14 18:55:57','','0','6','2022-12-14 18:55:57','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61671033332','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(508,'','Cash','','2022-12-14 18:59:19','','0','8','2022-12-14 18:59:19','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671033556','No','','','','','','','','',0.00,0.00,0,'',''),(509,'','Cash','','2022-12-14 19:29:43','','0','8','2022-12-14 19:29:43','','260','260','1','retail','0','260','3','0','0','0','0','0','0','printed',' ','','1','0','81671035356','No','','','','','','','','',0.00,0.00,0,'',''),(510,'','Cash','','2022-12-14 20:04:56','','0','6','2022-12-14 20:04:56','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671037470','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(511,'','Cash','','2022-12-14 20:56:39','','0','8','2022-12-14 20:56:39','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671040588','No','','','','','','','','',0.00,0.00,0,'',''),(512,'','Cash','','2022-12-14 20:57:19','','0','8','2022-12-14 20:57:19','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671040619','No','','','','','','','','',0.00,0.00,0,'',''),(513,'','Cash','','2022-12-14 20:59:51','','0','8','2022-12-14 20:59:51','','2152','2152','1','retail','0','2152','3','0','0','0','0','0','0','printed',' ','','2','0','81671040650','No','','','','','','','','',0.00,0.00,0,'',''),(514,'','Cash','','2022-12-14 21:49:25','','0','9','2022-12-14 21:49:25','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','91671043729','No','','','','','','','','',0.00,0.00,0,'',''),(515,'','Cash','','2022-12-14 21:50:07','','0','9','2022-12-14 21:50:07','','160','160','1','retail','0','160','3','0','0','0','0','0','0','printed',' ','','2','0','91671043777','No','','','','','','','','',0.00,0.00,0,'',''),(516,'','Cash','','2022-12-14 21:50:32','','0','9','2022-12-14 21:50:32','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91671043823','No','','','','','','','','',0.00,0.00,0,'',''),(517,'','Cash','','2022-12-15 08:50:04','','0','8','2022-12-15 08:50:04','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671083385','No','','','','','','','','',0.00,0.00,0,'',''),(518,'','Cash','','2022-12-15 08:52:49','','0','8','2022-12-15 08:52:49','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81671083513','No','','','','','','','','',0.00,0.00,0,'',''),(519,'','Cash','','2022-12-15 08:53:28','','0','8','2022-12-15 08:53:28','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671083582','No','','','','','','','','',0.00,0.00,0,'',''),(520,'','Cash','','2022-12-15 08:55:21','','0','8','2022-12-15 08:55:21','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','81671083680','No','','','','','','','','',0.00,0.00,0,'',''),(521,'','Cash','','2022-12-15 08:55:52','','0','8','2022-12-15 08:55:52','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81671083734','No','','','','','','','','',0.00,0.00,0,'',''),(522,'','Cash','','2022-12-15 08:56:48','','0','8','2022-12-15 08:56:48','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671083785','No','','','','','','','','',0.00,0.00,0,'',''),(523,'','Cash','','2022-12-15 08:57:26','','0','8','2022-12-15 08:57:26','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671083835','No','','','','','','','','',0.00,0.00,0,'',''),(524,'','Cash','','2022-12-15 09:45:11','','0','9','2022-12-15 09:45:11','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671086700','No','','','','','','','','',0.00,0.00,0,'',''),(525,'','Cash','','2022-12-15 09:50:12','','0','9','2022-12-15 09:50:12','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671087005','No','','','','','','','','',0.00,0.00,0,'',''),(526,'','Cash','','2022-12-15 10:05:06','','0','6','2022-12-15 10:05:06','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671087888','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(527,'','Cash','','2022-12-15 11:33:57','','0','8','2022-12-15 11:33:57','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671093215','No','','','','','','','','',0.00,0.00,0,'',''),(528,'','Cash','','2022-12-15 11:34:34','','0','8','2022-12-15 11:34:34','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671093250','No','','','','','','','','',0.00,0.00,0,'',''),(529,'','Cash','','2022-12-15 11:34:53','','0','8','2022-12-15 11:34:53','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81671093286','No','','','','','','','','',0.00,0.00,0,'',''),(530,'','Cash','','2022-12-15 11:48:10','','0','8','2022-12-15 11:48:10','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671094063','No','','','','','','','','',0.00,0.00,0,'',''),(531,'','Cash','','2022-12-15 11:48:35','','0','8','2022-12-15 11:48:35','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671094105','No','','','','','','','','',0.00,0.00,0,'',''),(532,'','Cash','','2022-12-15 11:49:10','','0','8','2022-12-15 11:49:10','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671094148','No','','','','','','','','',0.00,0.00,0,'',''),(533,'','Cash','','2022-12-15 11:50:05','','0','9','2022-12-15 11:50:05','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91671094194','No','','','','','','','','',0.00,0.00,0,'',''),(534,'','Cash','','2022-12-15 12:10:24','','0','9','2022-12-15 12:10:24','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671095405','No','','','','','','','','',0.00,0.00,0,'',''),(535,'','Cash','','2022-12-15 12:10:49','','0','9','2022-12-15 12:10:49','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671095438','No','','','','','','','','',0.00,0.00,0,'',''),(536,'','Cash','','2022-12-15 12:15:27','','0','9','2022-12-15 12:15:27','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91671095718','No','','','','','','','','',0.00,0.00,0,'',''),(537,'','Cash','','2022-12-15 12:17:06','','0','9','2022-12-15 12:17:06','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671095811','No','','','','','','','','',0.00,0.00,0,'',''),(538,'','Cash','','2022-12-15 12:26:24','','0','9','2022-12-15 12:26:24','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671096377','No','','','','','','','','',0.00,0.00,0,'',''),(539,'','Cash','','2022-12-15 12:56:25','','0','6','2022-12-15 12:56:25','','525','525','1','retail','0','525','3','0','0','0','0','0','0','printed',' ','','2','0','61671098056','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(540,'','Cash','','2022-12-15 12:57:07','','0','6','2022-12-15 12:57:07','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61671098207','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(541,'','Cash','','2022-12-15 13:03:11','','0','8','2022-12-15 13:03:11','','1260','1260','1','retail','0','1260','3','0','0','0','0','0','0','printed',' ','','2','0','81671098526','No','','','','','','','','',0.00,0.00,0,'',''),(542,'','Cash','','2022-12-15 13:03:39','','0','8','2022-12-15 13:03:39','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671098608','No','','','','','','','','',0.00,0.00,0,'',''),(543,'','Cash','','2022-12-15 13:04:29','','0','8','2022-12-15 13:04:29','','526','526','1','retail','0','526','3','0','0','0','0','0','0','printed',' ','','2','0','81671098644','No','','','','','','','','',0.00,0.00,0,'',''),(544,'','Cash','','2022-12-15 13:10:21','','0','9','2022-12-15 13:10:21','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671099001','No','','','','','','','','',0.00,0.00,0,'',''),(545,'','Cash','','2022-12-15 13:24:28','','0','8','2022-12-15 13:24:28','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671099866','No','','','','','','','','',0.00,0.00,0,'',''),(546,'','Cash','','2022-12-15 13:24:50','','0','8','2022-12-15 13:24:50','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671099888','No','','','','','','','','',0.00,0.00,0,'',''),(547,'','Cash','','2022-12-15 13:28:24','','0','9','2022-12-15 13:28:24','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671100091','No','','','','','','','','',0.00,0.00,0,'',''),(548,'','Cash','','2022-12-15 14:12:38','','0','9','2022-12-15 14:12:38','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671102746','No','','','','','','','','',0.00,0.00,0,'',''),(549,'','Cash','','2022-12-15 14:51:28','','0','8','2022-12-15 14:51:28','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','2','0','81671105087','No','','','','','','','','',0.00,0.00,0,'',''),(550,'','Cash','','2022-12-15 14:52:05','','0','8','2022-12-15 14:52:05','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671105108','No','','','','','','','','',0.00,0.00,0,'',''),(551,'','Cash','','2022-12-15 16:02:04','','0','9','2022-12-15 16:02:04','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671109308','No','','','','','','','','',0.00,0.00,0,'',''),(552,'','Cash','','2022-12-15 16:58:03','','0','9','2022-12-15 16:58:03','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671112640','No','','','','','','','','',0.00,0.00,0,'',''),(553,'','Cash','','2022-12-15 16:58:24','','0','9','2022-12-15 16:58:24','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671112694','No','','','','','','','','',0.00,0.00,0,'',''),(554,'','Cash','','2022-12-15 17:14:10','','0','8','2022-12-15 17:14:10','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671113644','No','','','','','','','','',0.00,0.00,0,'',''),(555,'','Cash','','2022-12-15 17:19:34','','0','6','2022-12-15 17:19:34','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','61671113959','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(556,'','Cash','','2022-12-15 18:25:19','','0','9','2022-12-15 18:25:19','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671117907','No','','','','','','','','',0.00,0.00,0,'',''),(557,'','Cash','','2022-12-15 18:58:08','','0','9','2022-12-15 18:58:08','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671119880','No','','','','','','','','',0.00,0.00,0,'',''),(558,'','Cash','','2022-12-15 18:58:33','','0','9','2022-12-15 18:58:33','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671119900','No','','','','','','','','',0.00,0.00,0,'',''),(559,'','Cash','','2022-12-15 18:58:55','','0','9','2022-12-15 18:58:55','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671119921','No','','','','','','','','',0.00,0.00,0,'',''),(560,'','Cash','','2022-12-15 18:59:34','','0','8','2022-12-15 18:59:34','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671119945','No','','','','','','','','',0.00,0.00,0,'',''),(561,'','Cash','','2022-12-15 20:10:05','','0','9','2022-12-15 20:10:05','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91671124192','No','','','','','','','','',0.00,0.00,0,'',''),(562,'','Cash','','2022-12-15 20:53:08','','0','9','2022-12-15 20:53:08','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671126780','No','','','','','','','','',0.00,0.00,0,'',''),(563,'','Cash','','2022-12-15 21:50:51','','0','9','2022-12-15 21:50:51','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671130241','No','','','','','','','','',0.00,0.00,0,'',''),(564,'','Cash','','2022-12-15 21:51:10','','0','9','2022-12-15 21:51:10','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671130263','No','','','','','','','','',0.00,0.00,0,'',''),(565,'','Cash','','2022-12-16 08:24:51','','0','8','2022-12-16 08:24:51','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671168270','No','','','','','','','','',0.00,0.00,0,'',''),(566,'','Cash','','2022-12-16 08:25:19','','0','8','2022-12-16 08:25:19','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671168299','No','','','','','','','','',0.00,0.00,0,'',''),(567,'','Cash','','2022-12-16 08:25:42','','0','8','2022-12-16 08:25:42','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671168327','No','','','','','','','','',0.00,0.00,0,'',''),(568,'','Cash','','2022-12-16 08:27:45','','0','8','2022-12-16 08:27:45','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671168453','No','','','','','','','','',0.00,0.00,0,'',''),(569,'','Cash','','2022-12-16 08:29:16','','0','8','2022-12-16 08:29:16','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671168544','No','','','','','','','','',0.00,0.00,0,'',''),(570,'','Cash','','2022-12-16 08:37:35','','0','8','2022-12-16 08:37:35','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671169042','No','','','','','','','','',0.00,0.00,0,'',''),(571,'','Cash','','2022-12-16 08:58:08','','0','6','2022-12-16 08:58:08','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','61671170254','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(572,'','Cash','','2022-12-16 10:59:04','','0','8','2022-12-16 10:59:04','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671177514','No','','','','','','','','',0.00,0.00,0,'',''),(573,'','Cash','','2022-12-16 11:00:25','','0','8','2022-12-16 11:00:25','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671177613','No','','','','','','','','',0.00,0.00,0,'',''),(574,'','Cash','','2022-12-16 11:00:43','','0','8','2022-12-16 11:00:43','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671177633','No','','','','','','','','',0.00,0.00,0,'',''),(575,'','Cash','','2022-12-16 11:05:37','','0','8','2022-12-16 11:05:37','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671177927','No','','','','','','','','',0.00,0.00,0,'',''),(576,'','Cash','','2022-12-16 11:22:00','','0','8','2022-12-16 11:22:00','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671178913','No','','','','','','','','',0.00,0.00,0,'',''),(577,'','Cash','','2022-12-16 11:25:12','','0','9','2022-12-16 11:25:12','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671179104','No','','','','','','','','',0.00,0.00,0,'',''),(578,'','Cash','','2022-12-16 11:56:01','','0','8','2022-12-16 11:56:01','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671180955','No','','','','','','','','',0.00,0.00,0,'',''),(579,'','Cash','','2022-12-16 13:24:06','','0','6','2022-12-16 13:24:06','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61671186185','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(580,'','Cash','','2022-12-16 13:34:35','','0','9','2022-12-16 13:34:35','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91671186862','No','','','','','','','','',0.00,0.00,0,'',''),(581,'','Cash','','2022-12-16 13:35:29','','0','8','2022-12-16 13:35:29','','645','645','1','retail','0','645','3','0','0','0','0','0','0','printed',' ','','2','0','81671186888','No','','','','','','','','',0.00,0.00,0,'',''),(582,'','Cash','','2022-12-16 14:22:13','','0','8','2022-12-16 14:22:13','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81671189723','No','','','','','','','','',0.00,0.00,0,'',''),(583,'','Cash','','2022-12-16 14:22:37','','0','8','2022-12-16 14:22:37','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671189752','No','','','','','','','','',0.00,0.00,0,'',''),(584,'','Cash','','2022-12-16 14:31:30','','0','9','2022-12-16 14:31:30','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671190281','No','','','','','','','','',0.00,0.00,0,'',''),(585,'','Cash','','2022-12-16 14:51:11','','0','8','2022-12-16 14:51:11','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671191465','No','','','','','','','','',0.00,0.00,0,'',''),(586,'','Cash','','2022-12-16 15:10:42','','0','8','2022-12-16 15:10:42','','246','246','1','retail','0','246','3','0','0','0','0','0','0','printed',' ','','2','0','81671192598','No','','','','','','','','',0.00,0.00,0,'',''),(587,'','Cash','','2022-12-16 15:59:53','','0','8','2022-12-16 15:59:53','','453','453','1','retail','0','453','3','0','0','0','0','0','0','printed',' ','','2','0','81671195567','No','','','','','','','','',0.00,0.00,0,'',''),(588,'','Cash','','2022-12-16 16:34:14','','0','8','2022-12-16 16:34:14','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671197636','No','','','','','','','','',0.00,0.00,0,'',''),(589,'','Cash','','2022-12-16 16:35:17','','0','8','2022-12-16 16:35:17','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671197711','No','','','','','','','','',0.00,0.00,0,'',''),(590,'','Cash','','2022-12-16 17:32:58','','0','8','2022-12-16 17:32:58','','669','669','1','retail','0','669','3','0','0','0','0','0','0','printed',' ','','2','0','81671201162','No','','','','','','','','',0.00,0.00,0,'',''),(591,'','Cash','','2022-12-16 17:33:20','','0','8','2022-12-16 17:33:20','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671201199','No','','','','','','','','',0.00,0.00,0,'',''),(592,'','Cash','','2022-12-16 18:57:57','','0','8','2022-12-16 18:57:57','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671206258','No','','','','','','','','',0.00,0.00,0,'',''),(593,'','Cash','','2022-12-16 19:51:32','','0','8','2022-12-16 19:51:32','','323','323','1','retail','0','323','3','0','0','0','0','0','0','printed',' ','','2','0','81671209480','No','','','','','','','','',0.00,0.00,0,'',''),(594,'','Cash','','2022-12-16 20:12:17','','0','9','2022-12-16 20:12:17','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671210717','No','','','','','','','','',0.00,0.00,0,'',''),(595,'','Cash','','2022-12-16 20:12:36','','0','9','2022-12-16 20:12:36','','350','350','1','retail','0','350','3','0','0','0','0','0','0','printed',' ','','1','0','91671210748','No','','','','','','','','',0.00,0.00,0,'',''),(596,'','Cash','','2022-12-16 20:15:20','','0','6','2022-12-16 20:15:20','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61671210893','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(597,'','Cash','','2022-12-16 20:35:36','','0','8','2022-12-16 20:35:36','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671212128','No','','','','','','','','',0.00,0.00,0,'',''),(598,'','Cash','','2022-12-16 20:36:05','','0','8','2022-12-16 20:36:05','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','81671212160','No','','','','','','','','',0.00,0.00,0,'',''),(599,'','Cash','','2022-12-16 20:36:47','','0','8','2022-12-16 20:36:47','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81671212196','No','','','','','','','','',0.00,0.00,0,'',''),(600,'','Cash','','2022-12-16 20:56:38','','0','8','2022-12-16 20:56:38','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671213379','No','','','','','','','','',0.00,0.00,0,'',''),(601,'','Cash','','2022-12-16 20:57:09','','0','8','2022-12-16 20:57:09','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671213425','No','','','','','','','','',0.00,0.00,0,'',''),(602,'','Cash','','2022-12-16 22:30:00','','0','9','2022-12-16 22:30:00','','1550','1550','1','retail','0','1550','3','0','0','0','0','0','0','printed',' ','','1','0','91671218976','No','','','','','','','','',0.00,0.00,0,'',''),(603,'','Cash','','2022-12-16 22:30:34','','0','9','2022-12-16 22:30:34','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671219022','No','','','','','','','','',0.00,0.00,0,'',''),(604,'','Cash','','2022-12-16 22:31:04','','0','9','2022-12-16 22:31:04','','180','180','1','retail','0','180','3','0','0','0','0','0','0','printed',' ','','2','0','91671219046','No','','','','','','','','',0.00,0.00,0,'',''),(605,'','Cash','','2022-12-16 22:31:23','','0','9','2022-12-16 22:31:23','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671219073','No','','','','','','','','',0.00,0.00,0,'',''),(606,'','Cash','','2022-12-17 07:37:36','','0','8','2022-12-17 07:37:36','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671251836','No','','','','','','','','',0.00,0.00,0,'',''),(607,'','Cash','','2022-12-17 07:54:59','','0','8','2022-12-17 07:54:59','','170','170','1','retail','0','170','3','0','0','0','0','0','0','printed',' ','','2','0','81671252867','No','','','','','','','','',0.00,0.00,0,'',''),(608,'','Cash','','2022-12-17 08:07:40','','0','8','2022-12-17 08:07:40','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671253644','No','','','','','','','','',0.00,0.00,0,'',''),(609,'','Cash','','2022-12-17 09:18:50','','0','8','2022-12-17 09:18:50','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671257917','No','','','','','','','','',0.00,0.00,0,'',''),(610,'','Cash','','2022-12-17 09:19:07','','0','8','2022-12-17 09:19:07','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671257938','No','','','','','','','','',0.00,0.00,0,'',''),(611,'','Cash','','2022-12-17 09:19:36','','0','8','2022-12-17 09:19:36','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671257954','No','','','','','','','','',0.00,0.00,0,'',''),(612,'','Cash','','2022-12-17 09:20:33','','0','8','2022-12-17 09:20:33','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81671257986','No','','','','','','','','',0.00,0.00,0,'',''),(613,'','Cash','','2022-12-17 11:26:25','','0','8','2022-12-17 11:26:25','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671265562','No','','','','','','','','',0.00,0.00,0,'',''),(614,'','Cash','','2022-12-17 12:44:34','','0','8','2022-12-17 12:44:34','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671270267','No','','','','','','','','',0.00,0.00,0,'',''),(615,'','Cash','','2022-12-17 12:45:09','','0','8','2022-12-17 12:45:09','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671270301','No','','','','','','','','',0.00,0.00,0,'',''),(616,'','Cash','','2022-12-17 13:05:11','','0','8','2022-12-17 13:05:11','','46','46','1','retail','0','46','3','0','0','0','0','0','0','printed',' ','','2','0','81671271504','No','','','','','','','','',0.00,0.00,0,'',''),(617,'','Cash','','2022-12-17 13:40:45','','0','9','2022-12-17 13:40:45','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671273616','No','','','','','','','','',0.00,0.00,0,'',''),(618,'','Cash','','2022-12-17 13:41:07','','0','9','2022-12-17 13:41:07','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671273659','No','','','','','','','','',0.00,0.00,0,'',''),(619,'','Cash','','2022-12-17 13:41:47','','0','9','2022-12-17 13:41:47','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','91671273683','No','','','','','','','','',0.00,0.00,0,'',''),(620,'','Cash','','2022-12-17 13:42:08','','0','9','2022-12-17 13:42:08','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671273721','No','','','','','','','','',0.00,0.00,0,'',''),(621,'','Cash','','2022-12-17 13:43:14','','0','9','2022-12-17 13:43:14','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91671273751','No','','','','','','','','',0.00,0.00,0,'',''),(622,'','Cash','','2022-12-17 13:43:44','','0','9','2022-12-17 13:43:44','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671273817','No','','','','','','','','',0.00,0.00,0,'',''),(623,'','Cash','','2022-12-17 13:44:08','','0','9','2022-12-17 13:44:08','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671273835','No','','','','','','','','',0.00,0.00,0,'',''),(624,'','Cash','','2022-12-17 13:44:38','','0','9','2022-12-17 13:44:38','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671273863','No','','','','','','','','',0.00,0.00,0,'',''),(625,'','Cash','','2022-12-17 14:17:07','','0','9','2022-12-17 14:17:07','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','91671275806','No','','','','','','','','',0.00,0.00,0,'',''),(626,'','Cash','','2022-12-17 14:17:37','','0','9','2022-12-17 14:17:37','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671275839','No','','','','','','','','',0.00,0.00,0,'',''),(627,'','Cash','','2022-12-17 14:18:03','','0','9','2022-12-17 14:18:03','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671275869','No','','','','','','','','',0.00,0.00,0,'',''),(628,'','Cash','','2022-12-17 14:18:45','','0','9','2022-12-17 14:18:45','','545','545','1','retail','0','545','3','0','0','0','0','0','0','printed',' ','','2','0','91671275899','No','','','','','','','','',0.00,0.00,0,'',''),(629,'','Cash','','2022-12-17 14:19:29','','0','9','2022-12-17 14:19:29','','303','303','1','retail','0','303','3','0','0','0','0','0','0','printed',' ','','2','0','91671275943','No','','','','','','','','',0.00,0.00,0,'',''),(630,'','Cash','','2022-12-17 14:25:24','','0','9','2022-12-17 14:25:24','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671276308','No','','','','','','','','',0.00,0.00,0,'',''),(631,'','Cash','','2022-12-17 14:53:56','','0','8','2022-12-17 14:53:56','','493','493','1','retail','0','493','3','0','0','0','0','0','0','printed',' ','','1','0','81671277997','No','','','','','','','','',0.00,0.00,0,'',''),(632,'','Cash','','2022-12-17 14:54:27','','0','8','2022-12-17 14:54:27','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671278063','No','','','','','','','','',0.00,0.00,0,'',''),(633,'','Cash','','2022-12-17 14:55:19','','0','8','2022-12-17 14:55:19','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671278105','No','','','','','','','','',0.00,0.00,0,'',''),(634,'','Cash','','2022-12-17 15:30:14','','0','8','2022-12-17 15:30:14','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671280197','No','','','','','','','','',0.00,0.00,0,'',''),(635,'','Cash','','2022-12-17 15:30:40','','0','8','2022-12-17 15:30:40','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671280232','No','','','','','','','','',0.00,0.00,0,'',''),(636,'','Cash','','2022-12-17 15:47:24','','0','8','2022-12-17 15:47:24','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671281241','No','','','','','','','','',0.00,0.00,0,'',''),(637,'','Cash','','2022-12-17 15:52:39','','0','8','2022-12-17 15:52:39','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671281557','No','','','','','','','','',0.00,0.00,0,'',''),(638,'','Cash','','2022-12-17 17:46:44','','0','6','2022-12-17 17:46:44','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','61671288385','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(639,'','Cash','','2022-12-17 18:18:08','','0','8','2022-12-17 18:18:08','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671290284','No','','','','','','','','',0.00,0.00,0,'',''),(640,'','Cash','','2022-12-17 18:18:45','','0','8','2022-12-17 18:18:45','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671290300','No','','','','','','','','',0.00,0.00,0,'',''),(641,'','Cash','','2022-12-17 18:19:03','','0','8','2022-12-17 18:19:03','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671290333','No','','','','','','','','',0.00,0.00,0,'',''),(642,'','Cash','','2022-12-17 18:20:32','','0','8','2022-12-17 18:20:32','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81671290420','No','','','','','','','','',0.00,0.00,0,'',''),(643,'','Cash','','2022-12-17 19:21:35','','0','8','2022-12-17 19:21:35','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671294087','No','','','','','','','','',0.00,0.00,0,'',''),(644,'','Cash','','2022-12-17 19:22:11','','0','8','2022-12-17 19:22:11','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671294126','No','','','','','','','','',0.00,0.00,0,'',''),(645,'','Cash','','2022-12-17 19:48:34','','0','9','2022-12-17 19:48:34','','160','160','1','retail','0','160','3','0','0','0','0','0','0','printed',' ','','2','0','91671295701','No','','','','','','','','',0.00,0.00,0,'',''),(646,'','Cash','','2022-12-17 19:48:53','','0','9','2022-12-17 19:48:53','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671295723','No','','','','','','','','',0.00,0.00,0,'',''),(647,'','Cash','','2022-12-17 19:49:28','','0','9','2022-12-17 19:49:28','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','91671295742','No','','','','','','','','',0.00,0.00,0,'',''),(648,'','Cash','','2022-12-17 20:32:06','','0','9','2022-12-17 20:32:06','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671298298','No','','','','','','','','',0.00,0.00,0,'',''),(649,'','Cash','','2022-12-17 20:56:51','','0','9','2022-12-17 20:56:51','','430','430','1','retail','0','430','3','0','0','0','0','0','0','printed',' ','','2','0','91671299787','No','','','','','','','','',0.00,0.00,0,'',''),(650,'','Cash','','2022-12-17 20:57:13','','0','9','2022-12-17 20:57:13','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','91671299821','No','','','','','','','','',0.00,0.00,0,'',''),(651,'','Cash','','2022-12-17 20:58:20','','0','9','2022-12-17 20:58:20','','1583','1583','1','retail','0','1583','3','0','0','0','0','0','0','printed',' ','','2','0','91671299843','No','','','','','','','','',0.00,0.00,0,'',''),(652,'','Cash','','2022-12-17 20:59:37','','0','9','2022-12-17 20:59:37','','553','553','1','retail','0','553','3','0','0','0','0','0','0','printed',' ','','2','0','91671299918','No','','','','','','','','',0.00,0.00,0,'',''),(653,'','Cash','','2022-12-17 21:38:19','','0','8','2022-12-17 21:38:19','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671302297','No','','','','','','','','',0.00,0.00,0,'',''),(654,'','Cash','','2022-12-17 22:12:49','','0','9','2022-12-17 22:12:49','','299','299','1','retail','0','299','3','0','0','0','0','0','0','printed',' ','','1','0','91671304357','No','','','','','','','','',0.00,0.00,0,'',''),(655,'','Cash','','2022-12-18 08:30:57','','0','8','2022-12-18 08:30:57','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671341410','No','','','','','','','','',0.00,0.00,0,'',''),(656,'','Cash','','2022-12-18 08:31:27','','0','8','2022-12-18 08:31:27','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671341478','No','','','','','','','','',0.00,0.00,0,'',''),(657,'','Cash','','2022-12-18 08:49:26','','0','8','2022-12-18 08:49:26','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671342546','No','','','','','','','','',0.00,0.00,0,'',''),(658,'','Cash','','2022-12-18 09:04:02','','0','8','2022-12-18 09:04:02','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','81671343419','No','','','','','','','','',0.00,0.00,0,'',''),(659,'','Cash','','2022-12-18 09:28:01','','0','8','2022-12-18 09:28:01','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671344866','No','','','','','','','','',0.00,0.00,0,'',''),(660,'','Cash','','2022-12-18 10:07:34','','0','8','2022-12-18 10:07:34','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671347247','No','','','','','','','','',0.00,0.00,0,'',''),(661,'','Cash','','2022-12-18 10:45:59','','0','8','2022-12-18 10:45:59','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671349554','No','','','','','','','','',0.00,0.00,0,'',''),(662,'','Cash','','2022-12-18 10:46:27','','0','8','2022-12-18 10:46:27','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671349574','No','','','','','','','','',0.00,0.00,0,'',''),(663,'','Cash','','2022-12-18 11:04:05','','0','6','2022-12-18 11:04:05','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','61671350552','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(664,'','Cash','','2022-12-18 11:06:40','','0','8','2022-12-18 11:06:40','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','2','0','81671350794','No','','','','','','','','',0.00,0.00,0,'',''),(665,'','Cash','','2022-12-18 12:53:20','','0','9','2022-12-18 12:53:20','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671357188','No','','','','','','','','',0.00,0.00,0,'',''),(666,'','Cash','','2022-12-18 13:09:53','','0','8','2022-12-18 13:09:53','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81671358180','No','','','','','','','','',0.00,0.00,0,'',''),(667,'','Cash','','2022-12-18 13:10:40','','0','8','2022-12-18 13:10:40','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671358233','No','','','','','','','','',0.00,0.00,0,'',''),(668,'','Cash','','2022-12-18 13:29:38','','0','8','2022-12-18 13:29:38','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81671359369','No','','','','','','','','',0.00,0.00,0,'',''),(669,'','Cash','','2022-12-18 13:29:57','','0','8','2022-12-18 13:29:57','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81671359392','No','','','','','','','','',0.00,0.00,0,'',''),(670,'','Cash','','2022-12-18 13:34:34','','0','8','2022-12-18 13:34:34','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671359657','No','','','','','','','','',0.00,0.00,0,'',''),(671,'','Cash','','2022-12-18 13:35:01','','0','8','2022-12-18 13:35:01','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671359700','No','','','','','','','','',0.00,0.00,0,'',''),(672,'','Cash','','2022-12-18 14:09:02','','0','9','2022-12-18 14:09:02','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671361716','No','','','','','','','','',0.00,0.00,0,'',''),(673,'','Cash','','2022-12-18 14:46:34','','0','8','2022-12-18 14:46:34','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671363990','No','','','','','','','','',0.00,0.00,0,'',''),(674,'','Cash','','2022-12-18 14:46:57','','0','8','2022-12-18 14:46:57','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671364006','No','','','','','','','','',0.00,0.00,0,'',''),(675,'','Cash','','2022-12-18 15:47:35','','0','8','2022-12-18 15:47:35','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671367654','No','','','','','','','','',0.00,0.00,0,'',''),(676,'','Cash','','2022-12-18 15:50:53','','0','8','2022-12-18 15:50:53','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671367851','No','','','','','','','','',0.00,0.00,0,'',''),(677,'','Cash','','2022-12-18 16:06:53','','0','8','2022-12-18 16:06:53','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671368807','No','','','','','','','','',0.00,0.00,0,'',''),(678,'','Cash','','2022-12-18 16:27:50','','0','9','2022-12-18 16:27:50','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','91671370053','No','','','','','','','','',0.00,0.00,0,'',''),(679,'','Cash','','2022-12-18 16:53:18','','0','8','2022-12-18 16:53:18','','130','130','1','retail','0','130','3','0','0','0','0','0','0','printed',' ','','2','0','81671371591','No','','','','','','','','',0.00,0.00,0,'',''),(680,'','Cash','','2022-12-18 16:55:39','','0','8','2022-12-18 16:55:39','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671371738','No','','','','','','','','',0.00,0.00,0,'',''),(681,'','Cash','','2022-12-18 17:05:59','','0','8','2022-12-18 17:05:59','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671372349','No','','','','','','','','',0.00,0.00,0,'',''),(682,'','Cash','','2022-12-18 17:12:34','','0','8','2022-12-18 17:12:34','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671372750','No','','','','','','','','',0.00,0.00,0,'',''),(683,'','Cash','','2022-12-18 17:54:40','','0','6','2022-12-18 17:54:40','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61671375258','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(684,'','Cash','','2022-12-18 17:57:32','','0','8','2022-12-18 17:57:32','','240','240','1','retail','0','240','3','0','0','0','0','0','0','printed',' ','','2','0','81671375430','No','','','','','','','','',0.00,0.00,0,'',''),(685,'','Cash','','2022-12-18 17:58:17','','0','8','2022-12-18 17:58:17','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671375491','No','','','','','','','','',0.00,0.00,0,'',''),(686,'','Cash','','2022-12-18 17:59:23','','0','8','2022-12-18 17:59:23','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81671375515','No','','','','','','','','',0.00,0.00,0,'',''),(687,'','Cash','','2022-12-18 18:07:07','','0','6','2022-12-18 18:07:07','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61671376010','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(688,'','Cash','','2022-12-18 18:21:59','','0','8','2022-12-18 18:21:59','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81671376905','No','','','','','','','','',0.00,0.00,0,'',''),(689,'','Cash','','2022-12-18 19:48:15','','0','9','2022-12-18 19:48:15','','850','850','1','retail','0','850','3','0','0','0','0','0','0','printed',' ','','1','0','91671382082','No','','','','','','','','',0.00,0.00,0,'',''),(690,'','Cash','','2022-12-18 21:16:55','','0','8','2022-12-18 21:16:55','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671384497','No','','','','','','','','',0.00,0.00,0,'',''),(691,'','Cash','','2022-12-18 21:17:20','','0','9','2022-12-18 21:17:20','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91671387426','No','','','','','','','','',0.00,0.00,0,'',''),(692,'','Cash','','2022-12-18 21:18:02','','0','9','2022-12-18 21:18:02','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671387473','No','','','','','','','','',0.00,0.00,0,'',''),(693,'','Cash','','2022-12-18 21:18:21','','0','9','2022-12-18 21:18:21','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671387492','No','','','','','','','','',0.00,0.00,0,'',''),(694,'','Cash','','2022-12-18 21:19:01','','0','8','2022-12-18 21:19:01','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671387531','No','','','','','','','','',0.00,0.00,0,'',''),(695,'','Cash','','2022-12-18 21:40:10','','0','9','2022-12-18 21:40:10','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91671388797','No','','','','','','','','',0.00,0.00,0,'',''),(696,'','Cash','','2022-12-18 21:40:33','','0','9','2022-12-18 21:40:33','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671388821','No','','','','','','','','',0.00,0.00,0,'',''),(697,'','Cash','','2022-12-18 21:41:08','','0','9','2022-12-18 21:41:08','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671388856','No','','','','','','','','',0.00,0.00,0,'',''),(698,'','Cash','','2022-12-18 21:42:21','','0','8','2022-12-18 21:42:21','','1100','1100','1','retail','0','1100','3','0','0','0','0','0','0','printed',' ','','2','0','81671388882','No','','','','','','','','',0.00,0.00,0,'',''),(699,'','Cash','','2022-12-18 21:47:23','','0','9','2022-12-18 21:47:23','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','91671389236','No','','','','','','','','',0.00,0.00,0,'',''),(700,'','Cash','','2022-12-18 21:47:48','','0','9','2022-12-18 21:47:48','','130','130','1','retail','0','130','3','0','0','0','0','0','0','printed',' ','','2','0','91671389251','No','','','','','','','','',0.00,0.00,0,'',''),(701,'','Cash','','2022-12-18 21:48:09','','0','9','2022-12-18 21:48:09','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671389281','No','','','','','','','','',0.00,0.00,0,'',''),(702,'','Cash','','2022-12-18 21:48:32','','0','9','2022-12-18 21:48:32','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671389305','No','','','','','','','','',0.00,0.00,0,'',''),(703,'','Cash','','2022-12-18 21:57:58','','0','9','2022-12-18 21:57:58','','890','890','1','retail','0','890','3','0','0','0','0','0','0','printed',' ','','2','0','91671389850','No','','','','','','','','',0.00,0.00,0,'',''),(704,'','Cash','','2022-12-18 22:31:48','','0','9','2022-12-18 22:31:48','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91671391897','No','','','','','','','','',0.00,0.00,0,'',''),(705,'','Cash','','2022-12-19 09:06:45','','0','6','2022-12-19 09:06:45','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','61671429989','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(706,'','Cash','','2022-12-19 09:26:08','','0','8','2022-12-19 09:26:08','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','81671431038','No','','','','','','','','',0.00,0.00,0,'',''),(707,'','Cash','','2022-12-19 09:28:12','','0','8','2022-12-19 09:28:12','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671431290','No','','','','','','','','',0.00,0.00,0,'',''),(708,'','Cash','','2022-12-19 09:57:04','','0','8','2022-12-19 09:57:04','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671432925','No','','','','','','','','',0.00,0.00,0,'',''),(709,'','Cash','','2022-12-19 11:04:05','','0','8','2022-12-19 11:04:05','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671437027','No','','','','','','','','',0.00,0.00,0,'',''),(710,'','Cash','','2022-12-19 11:58:44','','0','8','2022-12-19 11:58:44','','469','469','1','retail','0','469','3','0','0','0','0','0','0','printed',' ','','2','0','81671440311','No','','','','','','','','',0.00,0.00,0,'',''),(711,'','Cash','','2022-12-19 12:06:46','','0','8','2022-12-19 12:06:46','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671440805','No','','','','','','','','',0.00,0.00,0,'',''),(712,'','Cash','','2022-12-19 12:26:39','','0','8','2022-12-19 12:26:39','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671441994','No','','','','','','','','',0.00,0.00,0,'',''),(713,'','Cash','','2022-12-19 12:34:27','','0','8','2022-12-19 12:34:27','','586','586','1','retail','0','586','3','0','0','0','0','0','0','printed',' ','','2','0','81671442414','No','','','','','','','','',0.00,0.00,0,'',''),(714,'','Cash','','2022-12-19 12:35:42','','0','8','2022-12-19 12:35:42','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671442535','No','','','','','','','','',0.00,0.00,0,'',''),(715,'','Cash','','2022-12-19 13:06:42','','0','8','2022-12-19 13:06:42','','80','80','1','retail','0','80','3','0','0','0','0','0','0','new',' ','','2','0','81671444368','No','','','','','','','','',0.00,0.00,0,'',''),(716,'','Cash','','2022-12-19 13:53:54','','0','8','2022-12-19 13:53:54','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81671447228','No','','','','','','','','',0.00,0.00,0,'',''),(717,'','Cash','','2022-12-19 15:04:42','','0','8','2022-12-19 15:04:42','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671451460','No','','','','','','','','',0.00,0.00,0,'',''),(718,'','Cash','','2022-12-19 15:05:46','','0','8','2022-12-19 15:05:46','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','81671451545','No','','','','','','','','',0.00,0.00,0,'',''),(719,'','Cash','','2022-12-19 16:06:26','','0','9','2022-12-19 16:06:26','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','91671455171','No','','','','','','','','',0.00,0.00,0,'',''),(720,'','Cash','','2022-12-19 16:06:44','','0','9','2022-12-19 16:06:44','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671455196','No','','','','','','','','',0.00,0.00,0,'',''),(721,'','Cash','','2022-12-19 16:07:02','','0','9','2022-12-19 16:07:02','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671455214','No','','','','','','','','',0.00,0.00,0,'',''),(722,'','Cash','','2022-12-19 16:07:26','','0','9','2022-12-19 16:07:26','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','91671455232','No','','','','','','','','',0.00,0.00,0,'',''),(723,'','Cash','','2022-12-19 16:07:50','','0','8','2022-12-19 16:07:50','','553','553','1','retail','0','553','3','0','0','0','0','0','0','printed',' ','','2','0','81671453941','No','','','','','','','','',0.00,0.00,0,'',''),(724,'','Cash','','2022-12-19 16:08:19','','0','9','2022-12-19 16:08:19','','45','45','1','retail','0','45','3','0','0','0','0','0','0','printed',' ','','2','0','91671455289','No','','','','','','','','',0.00,0.00,0,'',''),(725,'','Cash','','2022-12-19 16:08:38','','0','9','2022-12-19 16:08:38','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671455309','No','','','','','','','','',0.00,0.00,0,'',''),(726,'','Cash','','2022-12-19 16:09:53','','0','8','2022-12-19 16:09:53','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671455377','No','','','','','','','','',0.00,0.00,0,'',''),(727,'','Cash','','2022-12-19 16:33:22','','0','9','2022-12-19 16:33:22','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','91671456794','No','','','','','','','','',0.00,0.00,0,'',''),(728,'','Cash','','2022-12-19 17:30:27','','0','8','2022-12-19 17:30:27','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81671460221','No','','','','','','','','',0.00,0.00,0,'',''),(729,'','Cash','','2022-12-19 18:14:20','','0','6','2022-12-19 18:14:20','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','2','0','61671462798','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(730,'','Cash','','2022-12-19 18:30:25','','0','8','2022-12-19 18:30:25','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671463818','No','','','','','','','','',0.00,0.00,0,'',''),(731,'','Cash','','2022-12-19 18:34:57','','0','8','2022-12-19 18:34:57','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','2','0','81671464096','No','','','','','','','','',0.00,0.00,0,'',''),(732,'','Cash','','2022-12-19 19:01:07','','0','8','2022-12-19 19:01:07','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671465663','No','','','','','','','','',0.00,0.00,0,'',''),(733,'','Cash','','2022-12-19 19:58:08','','0','8','2022-12-19 19:58:08','','973','973','1','retail','0','973','3','0','0','0','0','0','0','printed',' ','','2','0','81671468907','No','','','','','','','','',0.00,0.00,0,'',''),(734,'','Cash','','2022-12-19 20:22:07','','0','8','2022-12-19 20:22:07','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','81671470505','No','','','','','','','','',0.00,0.00,0,'',''),(735,'','Cash','','2022-12-19 20:38:54','','0','8','2022-12-19 20:38:54','','303','303','1','retail','0','303','3','0','0','0','0','0','0','printed',' ','','2','0','81671471524','No','','','','','','','','',0.00,0.00,0,'',''),(736,'','Cash','','2022-12-19 20:41:10','','0','8','2022-12-19 20:41:10','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671471546','No','','','','','','','','',0.00,0.00,0,'',''),(737,'','Cash','','2022-12-19 20:41:28','','0','8','2022-12-19 20:41:28','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671471687','No','','','','','','','','',0.00,0.00,0,'',''),(738,'','Cash','','2022-12-19 20:58:38','','0','8','2022-12-19 20:58:38','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671472716','No','','','','','','','','',0.00,0.00,0,'',''),(739,'','Cash','','2022-12-19 22:07:42','','0','9','2022-12-19 22:07:42','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','91671476847','No','','','','','','','','',0.00,0.00,0,'',''),(740,'','Cash','','2022-12-19 22:08:05','','0','9','2022-12-19 22:08:05','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','91671476872','No','','','','','','','','',0.00,0.00,0,'',''),(741,'','Cash','','2022-12-19 22:08:33','','0','8','2022-12-19 22:08:33','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','81671476899','No','','','','','','','','',0.00,0.00,0,'',''),(742,'','Cash','','2022-12-19 22:09:14','','0','8','2022-12-19 22:09:14','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671476930','No','','','','','','','','',0.00,0.00,0,'',''),(743,'','Cash','','2022-12-19 22:09:39','','0','8','2022-12-19 22:09:39','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671476968','No','','','','','','','','',0.00,0.00,0,'',''),(744,'','Cash','','2022-12-19 22:10:07','','0','9','2022-12-19 22:10:07','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','2','0','91671476991','No','','','','','','','','',0.00,0.00,0,'',''),(745,'','Cash','','2022-12-19 22:10:27','','0','8','2022-12-19 22:10:27','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671477017','No','','','','','','','','',0.00,0.00,0,'',''),(746,'','Cash','','2022-12-19 22:10:46','','0','8','2022-12-19 22:10:46','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671477035','No','','','','','','','','',0.00,0.00,0,'',''),(747,'','Cash','','2022-12-19 22:11:17','','0','9','2022-12-19 22:11:17','','1460','1460','1','retail','0','1460','3','0','0','0','0','0','0','printed',' ','','1','0','91671477056','No','','','','','','','','',0.00,0.00,0,'',''),(748,'','Cash','','2022-12-19 22:11:41','','0','8','2022-12-19 22:11:41','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671477091','No','','','','','','','','',0.00,0.00,0,'',''),(749,'','Cash','','2022-12-20 08:14:19','','0','6','2022-12-20 08:14:19','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61671513247','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(750,'','Cash','','2022-12-20 08:26:12','','0','8','2022-12-20 08:26:12','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671513930','No','','','','','','','','',0.00,0.00,0,'',''),(751,'','Cash','','2022-12-20 08:54:20','','0','9','2022-12-20 08:54:20','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671515648','No','','','','','','','','',0.00,0.00,0,'',''),(752,'','Cash','','2022-12-20 09:32:05','','0','6','2022-12-20 09:32:05','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','61671517896','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(753,'','Cash','','2022-12-20 09:46:05','','0','6','2022-12-20 09:46:05','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671518746','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(754,'','Cash','','2022-12-20 09:46:33','','0','9','2022-12-20 09:46:33','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91671518778','No','','','','','','','','',0.00,0.00,0,'',''),(755,'','Cash','','2022-12-20 09:56:32','','0','6','2022-12-20 09:56:32','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671519370','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(756,'','Cash','','2022-12-20 10:00:20','','0','9','2022-12-20 10:00:20','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671519608','No','','','','','','','','',0.00,0.00,0,'',''),(757,'','Cash','','2022-12-20 10:20:25','','0','8','2022-12-20 10:20:25','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671520810','No','','','','','','','','',0.00,0.00,0,'',''),(758,'','Cash','','2022-12-20 10:21:27','','0','8','2022-12-20 10:21:27','','526','526','1','retail','0','526','3','0','0','0','0','0','0','printed',' ','','2','0','81671520867','No','','','','','','','','',0.00,0.00,0,'',''),(759,'','Cash','','2022-12-20 10:24:05','','0','8','2022-12-20 10:24:05','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671521021','No','','','','','','','','',0.00,0.00,0,'',''),(760,'','Cash','','2022-12-20 11:00:20','','0','8','2022-12-20 11:00:20','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671523184','No','','','','','','','','',0.00,0.00,0,'',''),(761,'','Cash','','2022-12-20 11:00:51','','0','8','2022-12-20 11:00:51','','130','130','1','retail','0','130','3','0','0','0','0','0','0','printed',' ','','2','0','81671523230','No','','','','','','','','',0.00,0.00,0,'',''),(762,'','Cash','','2022-12-20 11:06:08','','0','8','2022-12-20 11:06:08','','1046','1046','1','retail','0','1046','3','0','0','0','0','0','0','printed',' ','','2','0','81671523536','No','','','','','','','','',0.00,0.00,0,'',''),(763,'','Cash','','2022-12-20 11:20:48','','0','8','2022-12-20 11:20:48','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81671524447','No','','','','','','','','',0.00,0.00,0,'',''),(764,'','Cash','','2022-12-20 11:33:29','','0','9','2022-12-20 11:33:29','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671525191','No','','','','','','','','',0.00,0.00,0,'',''),(765,'','Cash','','2022-12-20 11:52:03','','0','9','2022-12-20 11:52:03','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671526316','No','','','','','','','','',0.00,0.00,0,'',''),(766,'','Cash','','2022-12-20 11:52:18','','0','9','2022-12-20 11:52:18','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671526330','No','','','','','','','','',0.00,0.00,0,'',''),(767,'','Cash','','2022-12-20 12:48:15','','0','8','2022-12-20 12:48:15','','599','599','1','retail','0','599','3','0','0','0','0','0','0','printed',' ','','2','0','81671529674','No','','','','','','','','',0.00,0.00,0,'',''),(768,'','Cash','','2022-12-20 12:50:45','','0','8','2022-12-20 12:50:45','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671529759','No','','','','','','','','',0.00,0.00,0,'',''),(769,'','Cash','','2022-12-20 13:42:10','','0','6','2022-12-20 13:42:10','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','61671532899','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(770,'','Cash','','2022-12-20 13:57:35','','0','6','2022-12-20 13:57:35','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','61671533845','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(771,'','Cash','','2022-12-20 13:58:03','','0','6','2022-12-20 13:58:03','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671533872','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(772,'','Cash','','2022-12-20 14:26:41','','0','9','2022-12-20 14:26:41','','663','663','1','retail','0','663','3','0','0','0','0','0','0','printed',' ','','1','0','91671535411','No','','','','','','','','',0.00,0.00,0,'',''),(773,'','Cash','','2022-12-20 14:28:13','','0','8','2022-12-20 14:28:13','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81671535689','No','','','','','','','','',0.00,0.00,0,'',''),(774,'','Cash','','2022-12-20 14:30:21','','0','8','2022-12-20 14:30:21','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81671535820','No','','','','','','','','',0.00,0.00,0,'',''),(775,'','Cash','','2022-12-20 14:30:47','','0','8','2022-12-20 14:30:47','','199','199','1','retail','0','199','3','0','0','0','0','0','0','printed',' ','','2','0','81671535830','No','','','','','','','','',0.00,0.00,0,'',''),(776,'','Cash','','2022-12-20 14:31:37','','0','6','2022-12-20 14:31:37','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671535888','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(777,'','Cash','','2022-12-20 14:32:11','','0','6','2022-12-20 14:32:11','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61671535911','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(778,'','Cash','','2022-12-20 16:07:45','','0','6','2022-12-20 16:07:45','','423','423','1','retail','0','423','3','0','0','0','0','0','0','printed',' ','','2','0','61671541640','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(779,'','Cash','','2022-12-20 18:42:32','','0','6','2022-12-20 18:42:32','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671550943','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(780,'','Cash','','2022-12-20 18:43:02','','0','6','2022-12-20 18:43:02','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','61671550972','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(781,'','Cash','','2022-12-20 19:30:04','','0','8','2022-12-20 19:30:04','','669','669','1','retail','0','669','3','0','0','0','0','0','0','printed',' ','','2','0','81671553785','No','','','','','','','','',0.00,0.00,0,'',''),(782,'','Cash','','2022-12-20 20:38:22','','0','9','2022-12-20 20:38:22','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671557893','No','','','','','','','','',0.00,0.00,0,'',''),(783,'','Cash','','2022-12-20 21:44:21','','0','8','2022-12-20 21:44:21','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671561850','No','','','','','','','','',0.00,0.00,0,'',''),(784,'','Cash','','2022-12-20 21:44:40','','0','8','2022-12-20 21:44:40','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671561869','No','','','','','','','','',0.00,0.00,0,'',''),(785,'','Cash','','2022-12-20 21:45:11','','0','9','2022-12-20 21:45:11','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671561889','No','','','','','','','','',0.00,0.00,0,'',''),(786,'','Cash','','2022-12-20 21:45:42','','0','9','2022-12-20 21:45:42','','120','120','1','retail','0','120','3','0','0','0','0','0','0','printed',' ','','2','0','91671561930','No','','','','','','','','',0.00,0.00,0,'',''),(787,'','Cash','','2022-12-20 21:46:08','','0','8','2022-12-20 21:46:08','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671561960','No','','','','','','','','',0.00,0.00,0,'',''),(788,'','Cash','','2022-12-20 21:46:30','','0','8','2022-12-20 21:46:30','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671561980','No','','','','','','','','',0.00,0.00,0,'',''),(789,'','Cash','','2022-12-20 21:46:54','','0','8','2022-12-20 21:46:54','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81671562005','No','','','','','','','','',0.00,0.00,0,'',''),(790,'','Cash','','2022-12-20 21:47:10','','0','8','2022-12-20 21:47:10','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671562023','No','','','','','','','','',0.00,0.00,0,'',''),(791,'','Cash','','2022-12-20 21:47:31','','0','8','2022-12-20 21:47:31','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','2','0','81671562042','No','','','','','','','','',0.00,0.00,0,'',''),(792,'','Cash','','2022-12-20 21:47:49','','0','8','2022-12-20 21:47:49','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81671562060','No','','','','','','','','',0.00,0.00,0,'',''),(793,'','Cash','','2022-12-21 09:32:47','','0','8','2022-12-21 09:32:47','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671604351','No','','','','','','','','',0.00,0.00,0,'',''),(794,'','Cash','','2022-12-21 09:33:06','','0','8','2022-12-21 09:33:06','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671604376','No','','','','','','','','',0.00,0.00,0,'',''),(795,'','Cash','','2022-12-21 09:33:30','','0','8','2022-12-21 09:33:30','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671604399','No','','','','','','','','',0.00,0.00,0,'',''),(796,'','Cash','','2022-12-21 09:43:43','','0','8','2022-12-21 09:43:43','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671605011','No','','','','','','','','',0.00,0.00,0,'',''),(797,'','Cash','','2022-12-21 10:08:23','','0','8','2022-12-21 10:08:23','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671606429','No','','','','','','','','',0.00,0.00,0,'',''),(798,'','Cash','','2022-12-21 10:56:50','','0','6','2022-12-21 10:56:50','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','61671609398','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(799,'','Cash','','2022-12-21 11:07:04','','0','8','2022-12-21 11:07:04','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671610012','No','','','','','','','','',0.00,0.00,0,'',''),(800,'','Cash','','2022-12-21 11:16:50','','0','8','2022-12-21 11:16:50','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671610591','No','','','','','','','','',0.00,0.00,0,'',''),(801,'','Cash','','2022-12-21 12:16:01','','0','8','2022-12-21 12:16:01','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671614132','No','','','','','','','','',0.00,0.00,0,'',''),(802,'','Cash','','2022-12-21 12:18:18','','0','9','2022-12-21 12:18:18','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671614291','No','','','','','','','','',0.00,0.00,0,'',''),(803,'','Cash','','2022-12-21 12:18:34','','0','9','2022-12-21 12:18:34','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671614306','No','','','','','','','','',0.00,0.00,0,'',''),(804,'','Cash','','2022-12-21 12:52:10','','0','8','2022-12-21 12:52:10','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671616325','No','','','','','','','','',0.00,0.00,0,'',''),(805,'','Cash','','2022-12-21 12:55:47','','0','6','2022-12-21 12:55:47','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671616525','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(806,'','Cash','','2022-12-21 12:56:34','','0','6','2022-12-21 12:56:34','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','61671616558','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(807,'','Cash','','2022-12-21 13:08:21','','0','8','2022-12-21 13:08:21','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671617281','No','','','','','','','','',0.00,0.00,0,'',''),(808,'','Cash','','2022-12-21 13:43:21','','0','8','2022-12-21 13:43:21','','869','869','1','retail','0','869','3','0','0','0','0','0','0','printed',' ','','2','0','81671619390','No','','','','','','','','',0.00,0.00,0,'',''),(809,'','Cash','','2022-12-21 13:43:56','','0','8','2022-12-21 13:43:56','','646','646','1','retail','0','646','3','0','0','0','0','0','0','printed',' ','','2','0','81671619422','No','','','','','','','','',0.00,0.00,0,'',''),(810,'','Cash','','2022-12-21 13:57:58','','0','8','2022-12-21 13:57:58','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671620273','No','','','','','','','','',0.00,0.00,0,'',''),(811,'','Cash','','2022-12-21 14:08:05','','0','6','2022-12-21 14:08:05','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61671620865','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(812,'','Cash','','2022-12-21 15:50:49','','0','8','2022-12-21 15:50:49','','669','669','1','retail','0','669','3','0','0','0','0','0','0','printed',' ','','2','0','81671627013','No','','','','','','','','',0.00,0.00,0,'',''),(813,'','Cash','','2022-12-21 17:23:48','','0','8','2022-12-21 17:23:48','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671632622','No','','','','','','','','',0.00,0.00,0,'',''),(814,'','Cash','','2022-12-21 17:57:23','','0','6','2022-12-21 17:57:23','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671634602','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(815,'','Cash','','2022-12-21 18:01:44','','0','6','2022-12-21 18:01:44','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','61671634891','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(816,'','Cash','','2022-12-21 18:09:53','','0','8','2022-12-21 18:09:53','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671635371','No','','','','','','','','',0.00,0.00,0,'',''),(817,'','Cash','','2022-12-21 18:42:37','','0','8','2022-12-21 18:42:37','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671637353','No','','','','','','','','',0.00,0.00,0,'',''),(818,'','Cash','','2022-12-21 19:10:11','','0','9','2022-12-21 19:10:11','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671639002','No','','','','','','','','',0.00,0.00,0,'',''),(819,'','Cash','','2022-12-21 19:41:17','','0','8','2022-12-21 19:41:17','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671640868','No','','','','','','','','',0.00,0.00,0,'',''),(820,'','Cash','','2022-12-21 19:48:25','','0','8','2022-12-21 19:48:25','','1010','1010','1','retail','0','1010','3','0','0','0','0','0','0','printed',' ','','2','0','81671641245','No','','','','','','','','',0.00,0.00,0,'',''),(821,'','Cash','','2022-12-21 19:50:12','','0','8','2022-12-21 19:50:12','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671641400','No','','','','','','','','',0.00,0.00,0,'',''),(822,'','Cash','','2022-12-21 21:26:26','','0','8','2022-12-21 21:26:26','','1170','1170','1','retail','0','1170','3','0','0','0','0','0','0','printed',' ','','2','0','81671647022','No','','','','','','','','',0.00,0.00,0,'',''),(823,'','Cash','','2022-12-21 21:26:59','','0','8','2022-12-21 21:26:59','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81671647203','No','','','','','','','','',0.00,0.00,0,'',''),(824,'','Cash','','2022-12-21 22:28:13','','0','9','2022-12-21 22:28:13','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','2','0','91671650879','No','','','','','','','','',0.00,0.00,0,'',''),(825,'','Cash','','2022-12-21 22:29:02','','0','8','2022-12-21 22:29:02','','170','170','1','retail','0','170','3','0','0','0','0','0','0','printed',' ','','2','0','81671650906','No','','','','','','','','',0.00,0.00,0,'',''),(826,'','Cash','','2022-12-21 22:29:24','','0','8','2022-12-21 22:29:24','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671650954','No','','','','','','','','',0.00,0.00,0,'',''),(827,'','Cash','','2022-12-21 22:29:45','','0','8','2022-12-21 22:29:45','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671650973','No','','','','','','','','',0.00,0.00,0,'',''),(828,'','Cash','','2022-12-21 22:30:09','','0','9','2022-12-21 22:30:09','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671650998','No','','','','','','','','',0.00,0.00,0,'',''),(829,'','Cash','','2022-12-21 22:30:36','','0','8','2022-12-21 22:30:36','','180','180','1','retail','0','180','3','0','0','0','0','0','0','printed',' ','','2','0','81671651024','No','','','','','','','','',0.00,0.00,0,'',''),(830,'','Cash','','2022-12-21 22:30:53','','0','8','2022-12-21 22:30:53','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671651045','No','','','','','','','','',0.00,0.00,0,'',''),(831,'','Cash','','2022-12-21 22:31:15','','0','9','2022-12-21 22:31:15','','302','302','1','retail','0','302','3','0','0','0','0','0','0','printed',' ','','1','0','91671651069','No','','','','','','','','',0.00,0.00,0,'',''),(832,'','Cash','','2022-12-22 08:05:46','','0','6','2022-12-22 08:05:46','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','61671685529','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(833,'','Cash','','2022-12-22 09:55:43','','0','8','2022-12-22 09:55:43','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671692119','No','','','','','','','','',0.00,0.00,0,'',''),(834,'','Cash','','2022-12-22 10:15:05','','0','8','2022-12-22 10:15:05','','69','69','1','retail','0','69','3','0','0','0','0','0','0','new',' ','','2','0','81671693295','No','','','','','','','','',0.00,0.00,0,'',''),(835,'','Cash','','2022-12-22 13:43:20','','0','8','2022-12-22 13:43:20','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671705799','No','','','','','','','','',0.00,0.00,0,'',''),(836,'','Cash','','2022-12-22 13:44:22','','0','8','2022-12-22 13:44:22','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671705820','No','','','','','','','','',0.00,0.00,0,'',''),(837,'','Cash','','2022-12-22 14:23:28','','0','8','2022-12-22 14:23:28','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','81671708207','No','','','','','','','','',0.00,0.00,0,'',''),(838,'','Cash','','2022-12-22 14:24:03','','0','8','2022-12-22 14:24:03','','46','46','1','retail','0','46','3','0','0','0','0','0','0','printed',' ','','2','0','81671708236','No','','','','','','','','',0.00,0.00,0,'',''),(839,'','Cash','','2022-12-22 14:38:52','','0','8','2022-12-22 14:38:52','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81671709130','No','','','','','','','','',0.00,0.00,0,'',''),(840,'','Cash','','2022-12-22 14:39:18','','0','8','2022-12-22 14:39:18','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671709156','No','','','','','','','','',0.00,0.00,0,'',''),(841,'','Cash','','2022-12-22 14:39:54','','0','8','2022-12-22 14:39:54','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','2','0','81671709186','No','','','','','','','','',0.00,0.00,0,'',''),(842,'','Cash','','2022-12-22 14:40:37','','0','8','2022-12-22 14:40:37','','800','800','1','retail','0','800','3','0','0','0','0','0','0','printed',' ','','2','0','81671709235','No','','','','','','','','',0.00,0.00,0,'',''),(843,'','Cash','','2022-12-22 14:42:32','','0','8','2022-12-22 14:42:32','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671709351','No','','','','','','','','',0.00,0.00,0,'',''),(844,'','Cash','','2022-12-22 14:44:14','','0','8','2022-12-22 14:44:14','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671709452','No','','','','','','','','',0.00,0.00,0,'',''),(845,'','Cash','','2022-12-22 14:44:39','','0','8','2022-12-22 14:44:39','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671709477','No','','','','','','','','',0.00,0.00,0,'',''),(846,'','Cash','','2022-12-22 14:45:56','','0','8','2022-12-22 14:45:56','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671709554','No','','','','','','','','',0.00,0.00,0,'',''),(847,'','Cash','','2022-12-22 14:47:26','','0','8','2022-12-22 14:47:26','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671709626','No','','','','','','','','',0.00,0.00,0,'',''),(848,'','Cash','','2022-12-22 15:15:18','','0','8','2022-12-22 15:15:18','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671711314','No','','','','','','','','',0.00,0.00,0,'',''),(849,'','Cash','','2022-12-22 15:28:00','','0','8','2022-12-22 15:28:00','','160','160','1','retail','0','160','3','0','0','0','0','0','0','printed',' ','','2','0','81671712075','No','','','','','','','','',0.00,0.00,0,'',''),(850,'','Cash','','2022-12-22 16:30:47','','0','8','2022-12-22 16:30:47','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','81671715833','No','','','','','','','','',0.00,0.00,0,'',''),(851,'','Cash','','2022-12-22 16:31:15','','0','8','2022-12-22 16:31:15','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671715857','No','','','','','','','','',0.00,0.00,0,'',''),(852,'','Cash','','2022-12-22 16:56:52','','0','8','2022-12-22 16:56:52','','300','300','1','retail','0','300','3','0','0','0','0','0','0','printed',' ','','1','0','81671717399','No','','','','','','','','',0.00,0.00,0,'',''),(853,'','Cash','','2022-12-22 17:03:32','','0','8','2022-12-22 17:03:32','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671717808','No','','','','','','','','',0.00,0.00,0,'',''),(854,'','Cash','','2022-12-22 18:26:56','','0','8','2022-12-22 18:26:56','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671722772','No','','','','','','','','',0.00,0.00,0,'',''),(855,'','Cash','','2022-12-22 18:50:09','','0','8','2022-12-22 18:50:09','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671724199','No','','','','','','','','',0.00,0.00,0,'',''),(856,'','Cash','','2022-12-22 18:58:36','','0','9','2022-12-22 18:58:36','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671724704','No','','','','','','','','',0.00,0.00,0,'',''),(857,'','Cash','','2022-12-22 19:16:22','','0','8','2022-12-22 19:16:22','','713','713','1','retail','0','713','3','0','0','0','0','0','0','printed',' ','','2','0','81671724943','No','','','','','','','','',0.00,0.00,0,'',''),(858,'','Cash','','2022-12-22 20:53:47','','0','8','2022-12-22 20:53:47','','740','740','1','retail','0','740','3','0','0','0','0','0','0','printed',' ','','1','0','81671731555','No','','','','','','','','',0.00,0.00,0,'',''),(859,'','Cash','','2022-12-22 21:11:40','','0','8','2022-12-22 21:11:40','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671732686','No','','','','','','','','',0.00,0.00,0,'',''),(860,'','Cash','','2022-12-22 21:49:29','','0','8','2022-12-22 21:49:29','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671734968','No','','','','','','','','',0.00,0.00,0,'',''),(861,'','Cash','','2022-12-22 22:08:58','','0','9','2022-12-22 22:08:58','','850','850','1','retail','0','850','3','0','0','0','0','0','0','printed',' ','','2','0','91671736114','No','','','','','','','','',0.00,0.00,0,'',''),(862,'','Cash','','2022-12-22 22:09:21','','0','9','2022-12-22 22:09:21','','650','650','1','retail','0','650','3','0','0','0','0','0','0','printed',' ','','1','0','91671736150','No','','','','','','','','',0.00,0.00,0,'',''),(863,'','Cash','','2022-12-22 22:10:15','','0','9','2022-12-22 22:10:15','','490','490','1','retail','0','490','3','0','0','0','0','0','0','printed',' ','','2','0','91671736188','No','','','','','','','','',0.00,0.00,0,'',''),(864,'','Cash','','2022-12-22 22:11:24','','0','8','2022-12-22 22:11:24','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671736230','No','','','','','','','','',0.00,0.00,0,'',''),(865,'','Cash','','2022-12-22 22:12:43','','0','9','2022-12-22 22:12:43','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91671736308','No','','','','','','','','',0.00,0.00,0,'',''),(866,'','Cash','','2022-12-22 22:13:37','','0','8','2022-12-22 22:13:37','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81671736376','No','','','','','','','','',0.00,0.00,0,'',''),(867,'','Cash','','2022-12-22 22:14:01','','0','8','2022-12-22 22:14:01','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81671736428','No','','','','','','','','',0.00,0.00,0,'',''),(868,'','Cash','','2022-12-22 22:14:27','','0','8','2022-12-22 22:14:27','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671736455','No','','','','','','','','',0.00,0.00,0,'',''),(869,'','Cash','','2022-12-22 22:14:54','','0','8','2022-12-22 22:14:54','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671736485','No','','','','','','','','',0.00,0.00,0,'',''),(870,'','Cash','','2022-12-23 08:02:42','','0','6','2022-12-23 08:02:42','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','61671771749','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(871,'','Cash','','2022-12-23 08:38:51','','0','9','2022-12-23 08:38:51','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671773914','No','','','','','','','','',0.00,0.00,0,'',''),(872,'','Cash','','2022-12-23 08:39:35','','0','9','2022-12-23 08:39:35','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','91671773942','No','','','','','','','','',0.00,0.00,0,'',''),(873,'','Cash','','2022-12-23 08:40:11','','0','8','2022-12-23 08:40:11','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671773990','No','','','','','','','','',0.00,0.00,0,'',''),(874,'','Cash','','2022-12-23 11:33:22','','0','8','2022-12-23 11:33:22','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671784393','No','','','','','','','','',0.00,0.00,0,'',''),(875,'','Cash','','2022-12-23 11:33:37','','0','8','2022-12-23 11:33:37','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671784410','No','','','','','','','','',0.00,0.00,0,'',''),(876,'','Cash','','2022-12-23 11:34:16','','0','9','2022-12-23 11:34:16','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','91671784445','No','','','','','','','','',0.00,0.00,0,'',''),(877,'','Cash','','2022-12-23 12:19:40','','0','8','2022-12-23 12:19:40','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671787163','No','','','','','','','','',0.00,0.00,0,'',''),(878,'','Cash','','2022-12-23 12:38:24','','0','8','2022-12-23 12:38:24','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671788295','No','','','','','','','','',0.00,0.00,0,'',''),(879,'','Cash','','2022-12-23 13:31:29','','0','1','2022-12-23 13:31:29','','302','302','1','retail','0','302','3','0','0','0','0','0','0','printed',' ','','1','0','11671791478','No','','','','','','','','',0.00,0.00,0,'',''),(880,'','Cash','','2022-12-23 13:37:50','','0','1','2022-12-23 13:37:50','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','11671791841','No','','','','','','','','',0.00,0.00,0,'',''),(881,'','Cash','','2022-12-23 13:43:28','','0','9','2022-12-23 13:43:28','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671792195','No','','','','','','','','',0.00,0.00,0,'',''),(882,'','Cash','','2022-12-23 13:47:42','','0','1','2022-12-23 13:47:42','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','11671792448','No','','','','','','','','',0.00,0.00,0,'',''),(883,'','Cash','','2022-12-23 13:48:39','','0','9','2022-12-23 13:48:39','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671792504','No','','','','','','','','',0.00,0.00,0,'',''),(884,'','Cash','','2022-12-23 14:05:34','','0','1','2022-12-23 14:05:34','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','11671793512','No','','','','','','','','',0.00,0.00,0,'',''),(885,'','Cash','','2022-12-23 14:06:46','','0','1','2022-12-23 14:06:46','','0','0','1','retail','800','0','3','0','0','0','0','0','0','printed',' ','','2','0','11671793594','No','','','','','','','','',0.00,0.00,0,'',''),(886,'','Cash','','2022-12-23 14:09:43','','0','1','2022-12-23 14:09:43','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','11671793754','No','','','','','','','','',0.00,0.00,0,'',''),(887,'','Cash','','2022-12-23 14:12:58','','0','9','2022-12-23 14:12:58','','130','130','1','retail','0','130','3','0','0','0','0','0','0','printed',' ','','2','0','91671793962','No','','','','','','','','',0.00,0.00,0,'',''),(888,'','Cash','','2022-12-23 14:16:18','','0','9','2022-12-23 14:16:18','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91671794166','No','','','','','','','','',0.00,0.00,0,'',''),(889,'','Cash','','2022-12-23 14:16:38','','0','9','2022-12-23 14:16:38','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91671794191','No','','','','','','','','',0.00,0.00,0,'',''),(890,'','Cash','','2022-12-23 14:16:59','','0','9','2022-12-23 14:16:59','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671794212','No','','','','','','','','',0.00,0.00,0,'',''),(891,'','Cash','','2022-12-23 14:17:27','','0','9','2022-12-23 14:17:27','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671794228','No','','','','','','','','',0.00,0.00,0,'',''),(892,'','Cash','','2022-12-23 14:17:43','','0','9','2022-12-23 14:17:43','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','91671794257','No','','','','','','','','',0.00,0.00,0,'',''),(893,'','Cash','','2022-12-23 14:18:06','','0','8','2022-12-23 14:18:06','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671794277','No','','','','','','','','',0.00,0.00,0,'',''),(894,'','Cash','','2022-12-23 14:18:20','','0','8','2022-12-23 14:18:20','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671794293','No','','','','','','','','',0.00,0.00,0,'',''),(895,'','Cash','','2022-12-23 14:18:37','','0','8','2022-12-23 14:18:37','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671794309','No','','','','','','','','',0.00,0.00,0,'',''),(896,'','Cash','','2022-12-23 14:18:54','','0','8','2022-12-23 14:18:54','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671794326','No','','','','','','','','',0.00,0.00,0,'',''),(897,'','Cash','','2022-12-23 14:19:40','','0','8','2022-12-23 14:19:40','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671794371','No','','','','','','','','',0.00,0.00,0,'',''),(898,'','Cash','','2022-12-23 14:29:22','','0','1','2022-12-23 14:29:22','','0','0','1','retail','199','0','3','0','0','0','0','0','0','printed',' ','','2','0','11671794952','No','','','','','','','','',0.00,0.00,0,'',''),(899,'','Cash','','2022-12-23 14:30:41','','0','1','2022-12-23 14:30:41','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','11671795034','No','','','','','','','','',0.00,0.00,0,'',''),(900,'','Cash','','2022-12-23 14:32:50','','0','6','2022-12-23 14:32:50','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61671795140','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(901,'','Cash','','2022-12-23 14:35:51','','0','9','2022-12-23 14:35:51','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','91671795342','No','','','','','','','','',0.00,0.00,0,'',''),(902,'','Cash','','2022-12-23 14:45:18','','0','6','2022-12-23 14:45:18','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','61671795900','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(903,'','Cash','','2022-12-23 14:52:33','','0','6','2022-12-23 14:52:33','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671796344','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(904,'','Cash','','2022-12-23 14:55:04','','0','8','2022-12-23 14:55:04','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','1','0','81671796463','No','','','','','','','','',0.00,0.00,0,'',''),(905,'','Cash','','2022-12-23 14:56:36','','0','9','2022-12-23 14:56:36','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671796590','No','','','','','','','','',0.00,0.00,0,'',''),(906,'','Cash','','2022-12-23 14:58:46','','0','8','2022-12-23 14:58:46','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81671796716','No','','','','','','','','',0.00,0.00,0,'',''),(907,'','Cash','','2022-12-23 15:04:43','','0','9','2022-12-23 15:04:43','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671797058','No','','','','','','','','',0.00,0.00,0,'',''),(908,'','Cash','','2022-12-23 15:19:01','','0','8','2022-12-23 15:19:01','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671797936','No','','','','','','','','',0.00,0.00,0,'',''),(909,'','Cash','','2022-12-23 15:19:19','','0','8','2022-12-23 15:19:19','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81671797951','No','','','','','','','','',0.00,0.00,0,'',''),(910,'','Cash','','2022-12-23 15:25:40','','0','8','2022-12-23 15:25:40','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671798335','No','','','','','','','','',0.00,0.00,0,'',''),(911,'','Cash','','2022-12-23 15:33:11','','0','6','2022-12-23 15:33:11','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','61671798753','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(912,'','Cash','','2022-12-23 15:40:42','','0','6','2022-12-23 15:40:42','','868','868','1','retail','0','868','3','0','0','0','0','0','0','printed',' ','','2','0','61671799216','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(913,'','Cash','','2022-12-23 15:45:22','','0','8','2022-12-23 15:45:22','','330','330','1','retail','0','330','3','0','0','0','0','0','0','printed',' ','','2','0','81671799515','No','','','','','','','','',0.00,0.00,0,'',''),(914,'','Cash','','2022-12-23 15:50:58','','0','6','2022-12-23 15:50:58','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671799826','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(915,'','Cash','','2022-12-23 16:07:19','','0','6','2022-12-23 16:07:19','','39','39','1','retail','0','39','3','0','0','0','0','0','0','printed',' ','','2','0','61671800799','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(916,'','Cash','','2022-12-23 16:23:18','','0','6','2022-12-23 16:23:18','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','61671801789','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(917,'','Cash','','2022-12-23 16:25:04','','0','8','2022-12-23 16:25:04','','460','460','1','retail','0','460','3','0','0','0','0','0','0','printed',' ','','2','0','81671801896','No','','','','','','','','',0.00,0.00,0,'',''),(918,'','Cash','','2022-12-23 16:29:38','','0','9','2022-12-23 16:29:38','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671802161','No','','','','','','','','',0.00,0.00,0,'',''),(919,'','Cash','','2022-12-23 16:30:26','','0','8','2022-12-23 16:30:26','','46','46','1','retail','0','46','3','0','0','0','0','0','0','printed',' ','','2','0','81671802222','No','','','','','','','','',0.00,0.00,0,'',''),(920,'','Cash','','2022-12-23 17:39:38','','0','8','2022-12-23 17:39:38','','889','889','1','retail','0','889','3','0','0','0','0','0','0','printed',' ','','2','0','81671806023','No','','','','','','','','',0.00,0.00,0,'',''),(921,'','Cash','','2022-12-23 18:08:20','','0','8','2022-12-23 18:08:20','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671808076','No','','','','','','','','',0.00,0.00,0,'',''),(922,'','Cash','','2022-12-23 18:47:45','','0','8','2022-12-23 18:47:45','','300','300','1','retail','0','300','3','0','0','0','0','0','0','printed',' ','','2','0','81671810441','No','','','','','','','','',0.00,0.00,0,'',''),(923,'','Cash','','2022-12-23 19:46:04','','0','8','2022-12-23 19:46:04','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671813956','No','','','','','','','','',0.00,0.00,0,'',''),(924,'','Cash','','2022-12-23 19:46:25','','0','8','2022-12-23 19:46:25','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671813981','No','','','','','','','','',0.00,0.00,0,'',''),(925,'','Cash','','2022-12-23 19:47:49','','0','8','2022-12-23 19:47:49','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671814060','No','','','','','','','','',0.00,0.00,0,'',''),(926,'','Cash','','2022-12-23 20:33:01','','0','9','2022-12-23 20:33:01','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671816772','No','','','','','','','','',0.00,0.00,0,'',''),(927,'','Cash','','2022-12-23 20:34:04','','0','9','2022-12-23 20:34:04','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','91671816793','No','','','','','','','','',0.00,0.00,0,'',''),(928,'','Cash','','2022-12-23 20:48:42','','0','8','2022-12-23 20:48:42','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671817717','No','','','','','','','','',0.00,0.00,0,'',''),(929,'','Cash','','2022-12-23 21:22:53','','0','8','2022-12-23 21:22:53','','880','880','1','retail','0','880','3','0','0','0','0','0','0','printed',' ','','1','0','81671819728','No','','','','','','','','',0.00,0.00,0,'',''),(930,'','Cash','','2022-12-23 23:05:08','','0','9','2022-12-23 23:05:08','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','91671825894','No','','','','','','','','',0.00,0.00,0,'',''),(931,'','Cash','','2022-12-23 23:05:41','','0','9','2022-12-23 23:05:41','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','91671825928','No','','','','','','','','',0.00,0.00,0,'',''),(932,'','Cash','','2022-12-23 23:06:08','','0','9','2022-12-23 23:06:08','','199','199','1','retail','0','199','3','0','0','0','0','0','0','printed',' ','','2','0','91671825953','No','','','','','','','','',0.00,0.00,0,'',''),(933,'','Cash','','2022-12-23 23:06:48','','0','9','2022-12-23 23:06:48','','299','299','1','retail','0','299','3','0','0','0','0','0','0','printed',' ','','1','0','91671825987','No','','','','','','','','',0.00,0.00,0,'',''),(934,'','Cash','','2022-12-23 23:08:19','','0','9','2022-12-23 23:08:19','','370','370','1','retail','0','370','3','0','0','0','0','0','0','printed',' ','','2','0','91671826072','No','','','','','','','','',0.00,0.00,0,'',''),(935,'','Cash','','2022-12-23 23:09:39','','0','9','2022-12-23 23:09:39','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','2','0','91671826122','No','','','','','','','','',0.00,0.00,0,'',''),(936,'','Cash','','2022-12-23 23:10:18','','0','9','2022-12-23 23:10:18','','135','135','1','retail','0','135','3','0','0','0','0','0','0','printed',' ','','2','0','91671826194','No','','','','','','','','',0.00,0.00,0,'',''),(937,'','Cash','','2022-12-23 23:11:14','','0','9','2022-12-23 23:11:14','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','91671826233','No','','','','','','','','',0.00,0.00,0,'',''),(938,'','Cash','','2022-12-24 08:07:53','','0','1','2022-12-24 08:07:53','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','11671858450','No','','','','','','','','',0.00,0.00,0,'',''),(939,'','Cash','','2022-12-24 08:25:53','','0','6','2022-12-24 08:25:53','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','61671859543','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(940,'','Cash','','2022-12-24 08:30:23','','0','8','2022-12-24 08:30:23','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671859809','No','','','','','','','','',0.00,0.00,0,'',''),(941,'','Cash','','2022-12-24 08:31:51','','0','8','2022-12-24 08:31:51','','510','510','1','retail','0','510','3','0','0','0','0','0','0','printed',' ','','2','0','81671859868','No','','','','','','','','',0.00,0.00,0,'',''),(942,'','Cash','','2022-12-24 08:55:43','','0','9','2022-12-24 08:55:43','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671861326','No','','','','','','','','',0.00,0.00,0,'',''),(943,'','Cash','','2022-12-24 08:56:55','','0','8','2022-12-24 08:56:55','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671861405','No','','','','','','','','',0.00,0.00,0,'',''),(944,'','Cash','','2022-12-24 08:57:24','','0','8','2022-12-24 08:57:24','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671861424','No','','','','','','','','',0.00,0.00,0,'',''),(945,'','Cash','','2022-12-24 08:59:16','','0','6','2022-12-24 08:59:16','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','61671861493','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(946,'','Cash','','2022-12-24 09:56:21','','0','6','2022-12-24 09:56:21','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','61671864947','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(947,'','Cash','','2022-12-24 09:58:11','','0','6','2022-12-24 09:58:11','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','61671865004','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(948,'','Cash','','2022-12-24 10:04:56','','0','8','2022-12-24 10:04:56','','46','46','1','retail','0','46','3','0','0','0','0','0','0','printed',' ','','2','0','81671865460','No','','','','','','','','',0.00,0.00,0,'',''),(949,'','Cash','','2022-12-24 10:16:42','','0','8','2022-12-24 10:16:42','','273','273','1','retail','0','273','3','0','0','0','0','0','0','printed',' ','','2','0','81671866191','No','','','','','','','','',0.00,0.00,0,'',''),(950,'','Cash','','2022-12-24 10:47:10','','0','9','2022-12-24 10:47:10','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671868021','No','','','','','','','','',0.00,0.00,0,'',''),(951,'','Cash','','2022-12-24 11:01:59','','0','8','2022-12-24 11:01:59','','69','69','1','retail','0','69','3','0','0','0','0','0','0','printed',' ','','2','0','81671868913','No','','','','','','','','',0.00,0.00,0,'',''),(952,'','Cash','','2022-12-24 11:29:56','','0','9','2022-12-24 11:29:56','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','91671870561','No','','','','','','','','',0.00,0.00,0,'',''),(953,'','Cash','','2022-12-24 11:30:28','','0','9','2022-12-24 11:30:28','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','91671870606','No','','','','','','','','',0.00,0.00,0,'',''),(954,'','Cash','','2022-12-24 11:30:57','','0','8','2022-12-24 11:30:57','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','2','0','81671870637','No','','','','','','','','',0.00,0.00,0,'',''),(955,'','Cash','','2022-12-24 11:51:48','','0','8','2022-12-24 11:51:48','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671871896','No','','','','','','','','',0.00,0.00,0,'',''),(956,'','Cash','','2022-12-24 11:53:43','','0','8','2022-12-24 11:53:43','','495','495','1','retail','0','495','3','0','0','0','0','0','0','printed',' ','','2','0','81671871986','No','','','','','','','','',0.00,0.00,0,'',''),(957,'','Cash','','2022-12-24 11:55:17','','0','8','2022-12-24 11:55:17','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671872085','No','','','','','','','','',0.00,0.00,0,'',''),(958,'','Cash','','2022-12-24 12:38:47','','0','8','2022-12-24 12:38:47','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671874700','No','','','','','','','','',0.00,0.00,0,'',''),(959,'','Cash','','2022-12-24 12:39:22','','0','8','2022-12-24 12:39:22','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671874761','No','','','','','','','','',0.00,0.00,0,'',''),(960,'','Cash','','2022-12-24 12:53:44','','0','9','2022-12-24 12:53:44','','445','445','1','retail','0','445','3','0','0','0','0','0','0','printed',' ','','2','0','91671875608','No','','','','','','','','',0.00,0.00,0,'',''),(961,'','Cash','','2022-12-24 12:54:07','','0','9','2022-12-24 12:54:07','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','91671875642','No','','','','','','','','',0.00,0.00,0,'',''),(962,'','Cash','','2022-12-24 12:55:09','','0','8','2022-12-24 12:55:09','','160','160','1','retail','0','160','3','0','0','0','0','0','0','printed',' ','','2','0','81671875660','No','','','','','','','','',0.00,0.00,0,'',''),(963,'','Cash','','2022-12-24 13:11:45','','0','8','2022-12-24 13:11:45','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671876668','No','','','','','','','','',0.00,0.00,0,'',''),(964,'','Cash','','2022-12-24 13:26:07','','0','8','2022-12-24 13:26:07','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671877562','No','','','','','','','','',0.00,0.00,0,'',''),(965,'','Cash','','2022-12-24 13:33:48','','0','8','2022-12-24 13:33:48','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671878020','No','','','','','','','','',0.00,0.00,0,'',''),(966,'','Cash','','2022-12-24 13:34:04','','0','8','2022-12-24 13:34:04','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671878036','No','','','','','','','','',0.00,0.00,0,'',''),(967,'','Cash','','2022-12-24 18:58:37','','0','9','2022-12-24 18:58:37','','1430','1430','1','retail','0','1430','3','0','0','0','0','0','0','printed',' ','','2','0','91671897482','No','','','','','','','','',0.00,0.00,0,'',''),(968,'','Cash','','2022-12-24 18:59:16','','0','9','2022-12-24 18:59:16','','330','330','1','retail','0','330','3','0','0','0','0','0','0','printed',' ','','2','0','91671897541','No','','','','','','','','',0.00,0.00,0,'',''),(969,'','Cash','','2022-12-24 19:05:24','','0','8','2022-12-24 19:05:24','','360','360','1','retail','0','360','3','0','0','0','0','0','0','printed',' ','','2','0','81671897909','No','','','','','','','','',0.00,0.00,0,'',''),(970,'','Cash','','2022-12-24 19:07:39','','0','8','2022-12-24 19:07:39','','1709','1709','1','retail','0','1709','3','0','0','0','0','0','0','printed',' ','','2','0','81671898007','No','','','','','','','','',0.00,0.00,0,'',''),(971,'','Cash','','2022-12-24 19:08:15','','0','9','2022-12-24 19:08:15','','480','480','1','retail','0','480','3','0','0','0','0','0','0','printed',' ','','2','0','91671898077','No','','','','','','','','',0.00,0.00,0,'',''),(972,'','Cash','','2022-12-24 19:08:32','','0','9','2022-12-24 19:08:32','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91671898104','No','','','','','','','','',0.00,0.00,0,'',''),(973,'','Cash','','2022-12-24 19:08:52','','0','8','2022-12-24 19:08:52','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671898125','No','','','','','','','','',0.00,0.00,0,'',''),(974,'','Cash','','2022-12-24 19:09:10','','0','9','2022-12-24 19:09:10','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','91671898140','No','','','','','','','','',0.00,0.00,0,'',''),(975,'','Cash','','2022-12-24 19:10:01','','0','8','2022-12-24 19:10:01','','123','123','1','retail','0','123','3','0','0','0','0','0','0','printed',' ','','2','0','81671898159','No','','','','','','','','',0.00,0.00,0,'',''),(976,'','Cash','','2022-12-24 19:10:29','','0','8','2022-12-24 19:10:29','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671898217','No','','','','','','','','',0.00,0.00,0,'',''),(977,'','Cash','','2022-12-24 19:10:58','','0','8','2022-12-24 19:10:58','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671898237','No','','','','','','','','',0.00,0.00,0,'',''),(978,'','Cash','','2022-12-24 19:34:53','','0','8','2022-12-24 19:34:53','','443','443','1','retail','0','443','3','0','0','0','0','0','0','printed',' ','','1','0','81671899665','No','','','','','','','','',0.00,0.00,0,'',''),(979,'','Cash','','2022-12-24 19:48:20','','0','8','2022-12-24 19:48:20','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671900497','No','','','','','','','','',0.00,0.00,0,'',''),(980,'','Cash','','2022-12-24 19:57:21','','0','8','2022-12-24 19:57:21','','600','600','1','retail','0','600','3','0','0','0','0','0','0','printed',' ','','1','0','81671900953','No','','','','','','','','',0.00,0.00,0,'',''),(981,'','Cash','','2022-12-24 20:30:26','','0','8','2022-12-24 20:30:26','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81671903025','No','','','','','','','','',0.00,0.00,0,'',''),(982,'','Cash','','2022-12-24 20:30:42','','0','8','2022-12-24 20:30:42','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81671903041','No','','','','','','','','',0.00,0.00,0,'',''),(983,'','Cash','','2022-12-24 20:34:09','','0','6','2022-12-24 20:34:09','','1150','1150','1','retail','0','1150','3','0','0','0','0','0','0','printed',' ','','1','0','61671903105','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(984,'','Cash','','2022-12-24 20:40:09','','0','6','2022-12-24 20:40:09','','1000','1000','1','retail','0','1000','3','0','0','0','0','0','0','printed',' ','','1','0','61671903310','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(985,'','Cash','','2022-12-24 20:44:54','','0','6','2022-12-24 20:44:54','','23','23','1','retail','0','23','3','0','0','0','0','0','0','printed',' ','','2','0','61671903886','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(986,'','Cash','','2022-12-24 20:48:56','','0','8','2022-12-24 20:48:56','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671904063','No','','','','','','','','',0.00,0.00,0,'',''),(987,'','Cash','','2022-12-24 20:49:15','','0','8','2022-12-24 20:49:15','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','81671904153','No','','','','','','','','',0.00,0.00,0,'',''),(988,'','Cash','','2022-12-24 20:51:49','','0','8','2022-12-24 20:51:49','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671904288','No','','','','','','','','',0.00,0.00,0,'',''),(989,'','Cash','','2022-12-24 20:52:11','','0','8','2022-12-24 20:52:11','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671904318','No','','','','','','','','',0.00,0.00,0,'',''),(990,'','Cash','','2022-12-24 20:53:14','','0','8','2022-12-24 20:53:14','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671904365','No','','','','','','','','',0.00,0.00,0,'',''),(991,'','Cash','','2022-12-24 20:53:33','','0','8','2022-12-24 20:53:33','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671904402','No','','','','','','','','',0.00,0.00,0,'',''),(992,'','Cash','','2022-12-24 20:53:57','','0','8','2022-12-24 20:53:57','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81671904423','No','','','','','','','','',0.00,0.00,0,'',''),(993,'','Cash','','2022-12-24 20:58:14','','0','8','2022-12-24 20:58:14','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671904685','No','','','','','','','','',0.00,0.00,0,'',''),(994,'','Cash','','2022-12-24 21:21:50','','0','8','2022-12-24 21:21:50','','160','160','1','retail','0','160','3','0','0','0','0','0','0','printed',' ','','2','0','81671906106','No','','','','','','','','',0.00,0.00,0,'',''),(995,'','Cash','','2022-12-24 21:41:18','','0','8','2022-12-24 21:41:18','','590','590','1','retail','0','590','3','0','0','0','0','0','0','printed',' ','','2','0','81671907252','No','','','','','','','','',0.00,0.00,0,'',''),(996,'','Cash','','2022-12-24 21:41:57','','0','8','2022-12-24 21:41:57','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671907304','No','','','','','','','','',0.00,0.00,0,'',''),(997,'','Cash','','2022-12-24 21:52:35','','0','8','2022-12-24 21:52:35','','1632','1632','1','retail','0','1632','3','0','0','0','0','0','0','printed',' ','','2','0','81671907880','No','','','','','','','','',0.00,0.00,0,'',''),(998,'','Cash','','2022-12-24 23:47:01','','0','9','2022-12-24 23:47:01','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','91671914809','No','','','','','','','','',0.00,0.00,0,'',''),(999,'','Cash','','2022-12-24 23:47:25','','0','9','2022-12-24 23:47:25','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','91671914830','No','','','','','','','','',0.00,0.00,0,'',''),(1000,'','Cash','','2022-12-24 23:47:42','','0','8','2022-12-24 23:47:42','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671914855','No','','','','','','','','',0.00,0.00,0,'',''),(1001,'','Cash','','2022-12-24 23:48:00','','0','8','2022-12-24 23:48:00','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81671914871','No','','','','','','','','',0.00,0.00,0,'',''),(1002,'','Cash','','2022-12-24 23:48:53','','0','8','2022-12-24 23:48:53','','330','330','1','retail','0','330','3','0','0','0','0','0','0','printed',' ','','2','0','81671914891','No','','','','','','','','',0.00,0.00,0,'',''),(1003,'','Cash','','2022-12-24 23:49:16','','0','9','2022-12-24 23:49:16','','280','280','1','retail','0','280','3','0','0','0','0','0','0','printed',' ','','2','0','91671914943','No','','','','','','','','',0.00,0.00,0,'',''),(1004,'','Cash','','2022-12-24 23:50:04','','0','8','2022-12-24 23:50:04','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671914988','No','','','','','','','','',0.00,0.00,0,'',''),(1005,'','Cash','','2022-12-24 23:50:22','','0','8','2022-12-24 23:50:22','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','81671915016','No','','','','','','','','',0.00,0.00,0,'',''),(1006,'','Cash','','2022-12-25 11:10:34','','0','8','2022-12-25 11:10:34','','180','180','1','retail','0','180','3','0','0','0','0','0','0','printed',' ','','2','0','81671955793','No','','','','','','','','',0.00,0.00,0,'',''),(1007,'','Cash','','2022-12-25 11:13:36','','0','8','2022-12-25 11:13:36','','320','320','1','retail','0','320','3','0','0','0','0','0','0','printed',' ','','2','0','81671955853','No','','','','','','','','',0.00,0.00,0,'',''),(1008,'','Cash','','2022-12-25 11:15:53','','0','8','2022-12-25 11:15:53','','563','563','1','retail','0','563','3','0','0','0','0','0','0','printed',' ','','2','0','81671956111','No','','','','','','','','',0.00,0.00,0,'',''),(1009,'','Cash','','2022-12-25 11:16:17','','0','9','2022-12-25 11:16:17','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','91671956170','No','','','','','','','','',0.00,0.00,0,'',''),(1010,'','Cash','','2022-12-25 11:16:39','','0','8','2022-12-25 11:16:39','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81671956186','No','','','','','','','','',0.00,0.00,0,'',''),(1011,'','Cash','','2022-12-25 11:17:47','','0','9','2022-12-25 11:17:47','','160','160','1','retail','0','160','3','0','0','0','0','0','0','printed',' ','','2','0','91671956215','No','','','','','','','','',0.00,0.00,0,'',''),(1012,'','Cash','','2022-12-25 11:18:30','','0','9','2022-12-25 11:18:30','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','91671956279','No','','','','','','','','',0.00,0.00,0,'',''),(1013,'','Cash','','2022-12-25 11:19:05','','0','9','2022-12-25 11:19:05','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','91671956322','No','','','','','','','','',0.00,0.00,0,'',''),(1014,'','Cash','','2022-12-25 11:19:38','','0','8','2022-12-25 11:19:38','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81671956358','No','','','','','','','','',0.00,0.00,0,'',''),(1015,'','Cash','','2022-12-25 12:03:00','','0','9','2022-12-25 12:03:00','','1700','1700','1','retail','0','1700','3','0','0','0','0','0','0','printed',' ','','1','0','91671958964','No','','','','','','','','',0.00,0.00,0,'',''),(1016,'','Cash','','2022-12-25 12:58:26','','0','8','2022-12-25 12:58:26','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671962303','No','','','','','','','','',0.00,0.00,0,'',''),(1017,'','Cash','','2022-12-25 14:22:58','','0','8','2022-12-25 14:22:58','','440','440','1','retail','0','440','3','0','0','0','0','0','0','printed',' ','','1','0','81671967371','No','','','','','','','','',0.00,0.00,0,'',''),(1018,'','Cash','','2022-12-25 14:25:33','','0','8','2022-12-25 14:25:33','','446','446','1','retail','0','446','3','0','0','0','0','0','0','printed',' ','','2','0','81671967526','No','','','','','','','','',0.00,0.00,0,'',''),(1019,'','Cash','','2022-12-25 14:34:11','','0','8','2022-12-25 14:34:11','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','2','0','81671968049','No','','','','','','','','',0.00,0.00,0,'',''),(1020,'','Cash','','2022-12-25 14:34:36','','0','8','2022-12-25 14:34:36','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671968075','No','','','','','','','','',0.00,0.00,0,'',''),(1021,'','Cash','','2022-12-25 15:38:47','','0','8','2022-12-25 15:38:47','','303','303','1','retail','0','303','3','0','0','0','0','0','0','printed',' ','','2','0','81671971923','No','','','','','','','','',0.00,0.00,0,'',''),(1022,'','Cash','','2022-12-25 16:21:28','','0','8','2022-12-25 16:21:28','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81671974471','No','','','','','','','','',0.00,0.00,0,'',''),(1023,'','Cash','','2022-12-25 19:08:56','','0','9','2022-12-25 19:08:56','','2000','2000','1','retail','0','2000','3','0','0','0','0','0','0','printed',' ','','1','0','91671984204','No','','','','','','','','',0.00,0.00,0,'',''),(1024,'','Cash','','2022-12-25 20:27:57','','0','8','2022-12-25 20:27:57','','323','323','1','retail','0','323','3','0','0','0','0','0','0','printed',' ','','2','0','81671989265','No','','','','','','','','',0.00,0.00,0,'',''),(1025,'','Cash','','2022-12-25 20:29:46','','0','8','2022-12-25 20:29:46','','1396','1396','1','retail','0','1396','3','0','0','0','0','0','0','printed',' ','','2','0','81671989302','No','','','','','','','','',0.00,0.00,0,'',''),(1026,'','Cash','','2022-12-25 20:30:52','','0','8','2022-12-25 20:30:52','','223','223','1','retail','0','223','3','0','0','0','0','0','0','printed',' ','','2','0','81671989449','No','','','','','','','','',0.00,0.00,0,'',''),(1027,'','Cash','','2022-12-25 20:50:09','','0','6','2022-12-25 20:50:09','','320','320','1','retail','0','320','3','0','0','0','0','0','0','printed',' ','','2','0','61671990496','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(1028,'','Cash','','2022-12-25 20:53:01','','0','6','2022-12-25 20:53:01','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','61671990715','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(1029,'','Cash','','2022-12-25 20:56:54','','0','8','2022-12-25 20:56:54','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671990997','No','','','','','','','','',0.00,0.00,0,'',''),(1030,'','Cash','','2022-12-25 21:10:11','','0','8','2022-12-25 21:10:11','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81671991798','No','','','','','','','','',0.00,0.00,0,'',''),(1031,'','Cash','','2022-12-25 21:10:41','','0','8','2022-12-25 21:10:41','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671991823','No','','','','','','','','',0.00,0.00,0,'',''),(1032,'','Cash','','2022-12-25 21:11:08','','0','8','2022-12-25 21:11:08','','110','110','1','retail','0','110','3','0','0','0','0','0','0','printed',' ','','2','0','81671991850','No','','','','','','','','',0.00,0.00,0,'',''),(1033,'','Cash','','2022-12-25 21:11:38','','0','8','2022-12-25 21:11:38','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671991879','No','','','','','','','','',0.00,0.00,0,'',''),(1034,'','Cash','','2022-12-25 21:12:00','','0','8','2022-12-25 21:12:00','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81671991905','No','','','','','','','','',0.00,0.00,0,'',''),(1035,'','Cash','','2022-12-25 21:24:16','','0','8','2022-12-25 21:24:16','','250','250','1','retail','0','250','3','0','0','0','0','0','0','printed',' ','','1','0','81671992618','No','','','','','','','','',0.00,0.00,0,'',''),(1036,'','Cash','','2022-12-25 21:30:23','','0','8','2022-12-25 21:30:23','','269','269','1','retail','0','269','3','0','0','0','0','0','0','printed',' ','','2','0','81671992999','No','','','','','','','','',0.00,0.00,0,'',''),(1037,'','Cash','','2022-12-25 21:40:51','','0','9','2022-12-25 21:40:51','','180','180','1','retail','0','180','3','0','0','0','0','0','0','printed',' ','','2','0','91671993634','No','','','','','','','','',0.00,0.00,0,'',''),(1038,'','Cash','','2022-12-25 21:41:19','','0','8','2022-12-25 21:41:19','','200','200','1','retail','0','200','3','0','0','0','0','0','0','printed',' ','','2','0','81671993662','No','','','','','','','','',0.00,0.00,0,'',''),(1039,'','Cash','','2022-12-25 21:41:35','','0','8','2022-12-25 21:41:35','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81671993687','No','','','','','','','','',0.00,0.00,0,'',''),(1040,'','Cash','','2022-12-25 22:42:40','','0','9','2022-12-25 22:42:41','','4190','4190','1','retail','0','4190','3','0','0','0','0','0','0','printed',' ','','1','0','91671994970','No','','','','','','','','',0.00,0.00,0,'',''),(1041,'','Cash','','2022-12-26 09:05:49','','0','8','2022-12-26 09:05:49','','640','640','1','retail','0','640','3','0','0','0','0','0','0','printed',' ','','2','0','81672034537','No','','','','','','','','',0.00,0.00,0,'',''),(1042,'','Cash','','2022-12-26 09:06:35','','0','8','2022-12-26 09:06:35','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81672034779','No','','','','','','','','',0.00,0.00,0,'',''),(1043,'','Cash','','2022-12-26 09:07:54','','0','8','2022-12-26 09:07:54','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672034852','No','','','','','','','','',0.00,0.00,0,'',''),(1044,'','Cash','','2022-12-26 09:10:03','','0','6','2022-12-26 09:10:03','','598','598','1','retail','0','598','3','0','0','0','0','0','0','printed',' ','','1','0','61672034988','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(1045,'','Cash','','2022-12-26 21:14:23','','0','9','2022-12-26 21:14:23','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','91672078426','No','','','','','','','','',0.00,0.00,0,'',''),(1046,'','Cash','','2022-12-26 21:20:57','','0','8','2022-12-26 21:20:57','','260','260','1','retail','0','260','3','0','0','0','0','0','0','printed',' ','','2','0','81672078786','No','','','','','','','','',0.00,0.00,0,'',''),(1047,'','Cash','','2022-12-26 21:21:43','','0','8','2022-12-26 21:21:43','','400','400','1','retail','0','400','3','0','0','0','0','0','0','printed',' ','','1','0','81672078890','No','','','','','','','','',0.00,0.00,0,'',''),(1048,'','Cash','','2022-12-26 21:22:29','','0','9','2022-12-26 21:22:29','','220','220','1','retail','0','220','3','0','0','0','0','0','0','printed',' ','','1','0','91672078915','No','','','','','','','','',0.00,0.00,0,'',''),(1049,'','Cash','','2022-12-27 12:21:01','','0','8','2022-12-27 12:21:01','','40','40','1','retail','0','40','3','0','0','0','0','0','0','printed',' ','','2','0','81672132826','No','','','','','','','','',0.00,0.00,0,'',''),(1050,'','Cash','','2022-12-27 12:21:24','','0','8','2022-12-27 12:21:24','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672132870','No','','','','','','','','',0.00,0.00,0,'',''),(1051,'','Cash','','2022-12-27 12:25:46','','0','8','2022-12-27 12:25:46','','120','120','1','retail','0','120','3','0','0','0','0','0','0','printed',' ','','2','0','81672133125','No','','','','','','','','',0.00,0.00,0,'',''),(1052,'','Cash','','2022-12-27 12:28:37','','0','8','2022-12-27 12:28:37','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672133304','No','','','','','','','','',0.00,0.00,0,'',''),(1053,'','Cash','','2022-12-27 12:51:13','','0','8','2022-12-27 12:51:13','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81672134642','No','','','','','','','','',0.00,0.00,0,'',''),(1054,'','Cash','','2022-12-27 13:29:07','','0','8','2022-12-27 13:29:07','','463','463','1','retail','0','463','3','0','0','0','0','0','0','printed',' ','','2','0','81672136915','No','','','','','','','','',0.00,0.00,0,'',''),(1055,'','Cash','','2022-12-27 22:25:31','','0','9','2022-12-27 22:25:31','','550','550','1','retail','0','550','3','0','0','0','0','0','0','printed',' ','','1','0','91672169088','No','','','','','','','','',0.00,0.00,0,'',''),(1056,'','Cash','','2022-12-27 22:26:40','','0','9','2022-12-27 22:26:40','','510','510','1','retail','0','510','3','0','0','0','0','0','0','printed',' ','','2','0','91672169140','No','','','','','','','','',0.00,0.00,0,'',''),(1057,'','Cash','','2022-12-27 22:28:14','','0','8','2022-12-27 22:28:14','','1470','1470','1','retail','0','1470','3','0','0','0','0','0','0','printed',' ','','1','0','81672169220','No','','','','','','','','',0.00,0.00,0,'',''),(1058,'','Cash','','2022-12-27 22:28:35','','0','8','2022-12-27 22:28:35','','650','650','1','retail','0','650','3','0','0','0','0','0','0','printed',' ','','1','0','81672169306','No','','','','','','','','',0.00,0.00,0,'',''),(1059,'','Cash','','2022-12-27 22:31:35','','0','8','2022-12-27 22:31:35','','570','570','1','retail','0','570','3','0','0','0','0','0','0','printed',' ','','2','0','81672169343','No','','','','','','','','',0.00,0.00,0,'',''),(1060,'','Cash','','2022-12-27 22:32:00','','0','8','2022-12-27 22:32:00','','62','62','1','retail','0','62','3','0','0','0','0','0','0','printed',' ','','2','0','81672169505','No','','','','','','','','',0.00,0.00,0,'',''),(1061,'','Cash','','2022-12-28 07:57:56','','0','8','2022-12-28 07:57:56','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81672203433','No','','','','','','','','',0.00,0.00,0,'',''),(1062,'','Cash','','2022-12-28 08:21:30','','0','8','2022-12-28 08:21:30','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81672204881','No','','','','','','','','',0.00,0.00,0,'',''),(1063,'','Cash','','2022-12-28 10:38:41','','0','8','2022-12-28 10:38:41','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672213083','No','','','','','','','','',0.00,0.00,0,'',''),(1064,'','Cash','','2022-12-28 10:39:16','','0','8','2022-12-28 10:39:16','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672213137','No','','','','','','','','',0.00,0.00,0,'',''),(1065,'','Cash','','2022-12-28 19:06:41','','0','8','2022-12-28 19:06:41','','80','80','1','retail','0','80','3','0','0','0','0','0','0','printed',' ','','2','0','81672243600','No','','','','','','','','',0.00,0.00,0,'',''),(1066,'','Cash','','2022-12-28 23:12:11','','0','8','2022-12-28 23:12:11','','860','860','1','retail','0','860','3','0','0','0','0','0','0','printed',' ','','2','0','81672258306','No','','','','','','','','',0.00,0.00,0,'',''),(1067,'','Cash','','2022-12-28 23:12:56','','0','8','2022-12-28 23:12:56','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672258352','No','','','','','','','','',0.00,0.00,0,'',''),(1068,'','Cash','','2022-12-28 23:13:17','','0','8','2022-12-28 23:13:17','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81672258388','No','','','','','','','','',0.00,0.00,0,'',''),(1069,'','Cash','','2022-12-28 23:13:34','','0','8','2022-12-28 23:13:34','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672258405','No','','','','','','','','',0.00,0.00,0,'',''),(1070,'','Cash','','2022-12-28 23:14:02','','0','8','2022-12-28 23:14:02','','150','150','1','retail','0','150','3','0','0','0','0','0','0','printed',' ','','2','0','81672258434','No','','','','','','','','',0.00,0.00,0,'',''),(1071,'','Cash','','2022-12-28 23:14:32','','0','8','2022-12-28 23:14:32','','123','123','1','retail','0','123','3','0','0','0','0','0','0','printed',' ','','2','0','81672258454','No','','','','','','','','',0.00,0.00,0,'',''),(1072,'','Cash','','2022-12-28 23:14:51','','0','8','2022-12-28 23:14:51','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81672258483','No','','','','','','','','',0.00,0.00,0,'',''),(1073,'','Cash','','2022-12-28 23:16:37','','0','8','2022-12-28 23:16:37','','1680','1680','1','retail','0','1680','3','0','0','0','0','0','0','printed',' ','','1','0','81672258500','No','','','','','','','','',0.00,0.00,0,'',''),(1074,'','Cash','','2022-12-29 08:08:33','','0','8','2022-12-29 08:08:33','','10','10','1','retail','0','10','3','0','0','0','0','0','0','printed',' ','','2','0','81672290497','No','','','','','','','','',0.00,0.00,0,'',''),(1075,'','Cash','','2022-12-29 08:09:10','','0','8','2022-12-29 08:09:10','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81672290530','No','','','','','','','','',0.00,0.00,0,'',''),(1076,'','Cash','','2022-12-29 08:43:32','','0','8','2022-12-29 08:43:32','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81672292583','No','','','','','','','','',0.00,0.00,0,'',''),(1077,'','Cash','','2022-12-29 08:45:55','','0','8','2022-12-29 08:45:55','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81672292731','No','','','','','','','','',0.00,0.00,0,'',''),(1078,'','Cash','','2022-12-29 09:04:34','','0','8','2022-12-29 09:04:34','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81672293857','No','','','','','','','','',0.00,0.00,0,'',''),(1079,'','Cash','','2022-12-29 09:05:02','','0','8','2022-12-29 09:05:02','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81672293885','No','','','','','','','','',0.00,0.00,0,'',''),(1080,'','Cash','','2022-12-29 09:08:19','','0','8','2022-12-29 09:08:19','','30','30','1','retail','0','30','3','0','0','0','0','0','0','printed',' ','','2','0','81672294088','No','','','','','','','','',0.00,0.00,0,'',''),(1081,'','Cash','','2022-12-29 10:03:42','','0','8','2022-12-29 10:03:42','','170','170','1','retail','0','170','3','0','0','0','0','0','0','printed',' ','','2','0','81672297390','No','','','','','','','','',0.00,0.00,0,'',''),(1082,'','Cash','','2022-12-29 16:23:08','','0','8','2022-12-29 16:23:08','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81672320085','No','','','','','','','','',0.00,0.00,0,'',''),(1083,'','Cash','','2022-12-29 20:29:40','','0','6','2022-12-29 20:29:40','','299','299','1','retail','0','299','3','0','0','0','0','0','0','printed',' ','','1','0','61672334970','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(1084,'','Cash','','2022-12-29 23:00:11','','0','8','2022-12-29 23:00:11','','60','60','1','retail','0','60','3','0','0','0','0','0','0','printed',' ','','2','0','81672343940','No','','','','','','','','',0.00,0.00,0,'',''),(1085,'','Cash','','2022-12-29 23:01:26','','0','8','2022-12-29 23:01:26','','650','650','1','retail','0','650','3','0','0','0','0','0','0','printed',' ','','2','0','81672344030','No','','','','','','','','',0.00,0.00,0,'',''),(1086,'','Cash','','2022-12-29 23:02:30','','0','8','2022-12-29 23:02:30','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672344133','No','','','','','','','','',0.00,0.00,0,'',''),(1087,'','Cash','','2022-12-29 23:02:48','','0','8','2022-12-29 23:02:48','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672344158','No','','','','','','','','',0.00,0.00,0,'',''),(1088,'','Cash','','2022-12-29 23:03:12','','0','8','2022-12-29 23:03:12','','120','120','1','retail','0','120','3','0','0','0','0','0','0','printed',' ','','2','0','81672344182','No','','','','','','','','',0.00,0.00,0,'',''),(1089,'','Cash','','2022-12-29 23:04:08','','0','9','2022-12-29 23:04:08','','1600','1600','1','retail','0','1600','3','0','0','0','0','0','0','printed',' ','','1','0','91672344206','No','','','','','','','','',0.00,0.00,0,'',''),(1090,'','Cash','','2022-12-29 23:04:56','','0','8','2022-12-29 23:04:56','','1100','1100','1','retail','0','1100','3','0','0','0','0','0','0','printed',' ','','1','0','81672344263','No','','','','','','','','',0.00,0.00,0,'',''),(1091,'','Cash','','2022-12-30 21:47:26','','0','8','2022-12-30 21:47:26','','990','990','1','retail','0','990','3','0','0','0','0','0','0','printed',' ','','1','0','81672425906','No','','','','','','','','',0.00,0.00,0,'',''),(1092,'','Cash','','2022-12-30 21:49:48','','0','8','2022-12-30 21:49:48','','470','470','1','retail','0','470','3','0','0','0','0','0','0','printed',' ','','1','0','81672426078','No','','','','','','','','',0.00,0.00,0,'',''),(1093,'','Cash','','2022-12-30 21:52:02','','0','8','2022-12-30 21:52:02','','550','550','1','retail','0','550','3','0','0','0','0','0','0','printed',' ','','1','0','81672426293','No','','','','','','','','',0.00,0.00,0,'',''),(1094,'','Cash','','2022-12-30 21:52:35','','0','8','2022-12-30 21:52:35','','20','20','1','retail','0','20','3','0','0','0','0','0','0','printed',' ','','2','0','81672426341','No','','','','','','','','',0.00,0.00,0,'',''),(1095,'','Cash','','2022-12-30 21:59:54','','0','8','2022-12-30 21:59:54','','840','840','1','retail','0','840','3','0','0','0','0','0','0','printed',' ','','2','0','81672426394','No','','','','','','','','',0.00,0.00,0,'',''),(1096,'','Cash','','2022-12-30 22:00:24','','0','8','2022-12-30 22:00:24','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672426811','No','','','','','','','','',0.00,0.00,0,'',''),(1097,'','Cash','','2022-12-30 22:00:55','','0','8','2022-12-30 22:00:55','','100','100','1','retail','0','100','3','0','0','0','0','0','0','printed',' ','','2','0','81672426845','No','','','','','','','','',0.00,0.00,0,'',''),(1098,'','Cash','','2022-12-30 22:02:46','','0','8','2022-12-30 22:02:46','','124','124','1','retail','0','124','3','0','0','0','0','0','0','printed',' ','','2','0','81672426880','No','','','','','','','','',0.00,0.00,0,'',''),(1099,'','Cash','','2022-12-30 22:31:44','','0','6','2022-12-30 22:31:44','','750','750','1','retail','0','750','3','0','0','0','0','0','0','printed',' ','','1','0','61672428660','No','','','','','','','','',0.00,0.00,0,'','Ksh '),(1100,'','Cash','','2022-12-31 07:31:39','','0','8','2022-12-31 07:31:39','','90','90','1','retail','0','90','3','0','0','0','0','0','0','printed',' ','','2','0','81672461040','No','','','','','','','','',0.00,0.00,0,'',''),(1101,'','Cash','','2022-12-31 08:48:40','','0','8','2022-12-31 08:48:40','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672465693','No','','','','','','','','',0.00,0.00,0,'',''),(1102,'','Cash','','2022-12-31 08:49:32','','0','8','2022-12-31 08:49:32','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672465753','No','','','','','','','','',0.00,0.00,0,'',''),(1103,'','Cash','','2022-12-31 09:32:17','','0','8','2022-12-31 09:32:17','','70','70','1','retail','0','70','3','0','0','0','0','0','0','printed',' ','','2','0','81672468317','No','','','','','','','','',0.00,0.00,0,'',''),(1104,'','Cash','','2022-12-31 11:21:41','','0','8','2022-12-31 11:21:41','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672474887','No','','','','','','','','',0.00,0.00,0,'',''),(1105,'','Cash','','2022-12-31 11:32:12','','0','8','2022-12-31 11:32:12','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672475516','No','','','','','','','','',0.00,0.00,0,'',''),(1106,'','Cash','','2022-12-31 11:33:43','','0','8','2022-12-31 11:33:43','','50','50','1','retail','0','50','3','0','0','0','0','0','0','printed',' ','','2','0','81672475577','No','','','','','','','','',0.00,0.00,0,'',''),(1107,'','Cash','','2023-01-07 07:45:35','','0','1','2023-01-07 07:45:36','','7816','7816','1','retail','0','7816','3','0','0','0','0','0','0','printed',' ','','1','0','11673066278','No','','','','','','','','',0.00,0.00,0,'',''),(1108,'','Cash','','2023-01-08 10:56:52','','0','1','2023-01-08 10:56:52','','13090','13090','1','retail','0','13090','3','0','0','0','0','0','0','printed',' ','','1','0','11673155304','No','','','','','','','','',0.00,0.00,0,'',''),(1109,'','Cash','','2023-01-13 18:13:18','','0','1','2023-01-13 18:13:18','','2640','2640','1','retail','0','2640','3','0','0','0','0','0','0','printed',' ','','1','0','11673622172','No','','','','','','','','',0.00,0.00,0,'',''),(1110,'','Cash','','2023-01-13 18:14:07','','0','1','2023-01-13 18:14:07','','190','190','1','retail','0','190','3','0','0','0','0','0','0','printed',' ','','2','0','11673622815','No','','','','','','','','',0.00,0.00,0,'',''),(1111,'','Cash','','2023-01-13 18:18:53','','0','1','2023-01-13 18:18:53','','4330','4330','1','retail','0','4330','3','0','0','0','0','0','0','printed',' ','','1','0','11673622859','No','','','','','','','','',0.00,0.00,0,'',''),(1112,'','Cash','','2023-01-13 18:20:30','','0','1','2023-01-13 18:20:30','','410','410','1','retail','0','410','3','0','0','0','0','0','0','printed',' ','','2','0','11673623179','No','','','','','','','','',0.00,0.00,0,'',''),(1113,'','Cash','','2023-01-13 18:24:00','','0','1','2023-01-13 18:24:00','','1842','1842','1','retail','0','1842','3','0','0','0','0','0','0','printed',' ','','1','0','11673623246','No','','','','','','','','',0.00,0.00,0,'',''),(1114,'','Cash','','2023-01-13 18:27:19','','0','1','2023-01-13 18:27:19','','720','720','1','retail','0','720','3','0','0','0','0','0','0','printed',' ','','2','0','11673623533','No','','','','','','','','',0.00,0.00,0,'',''),(1115,'','Cash','','2023-01-13 18:30:56','','0','1','2023-01-13 18:30:56','','5280','5280','1','retail','0','5280','3','0','0','0','0','0','0','printed',' ','','1','0','11673623649','No','','','','','','','','',0.00,0.00,0,'',''),(1116,'','Cash','','2023-01-13 18:33:35','','0','1','2023-01-13 18:33:35','','4260','4260','1','retail','0','4260','3','0','0','0','0','0','0','printed',' ','','1','0','11673623876','No','','','','','','','','',0.00,0.00,0,'',''),(1117,'','Cash','','2023-01-13 18:34:38','','0','1','2023-01-13 18:34:38','','460','460','1','retail','0','460','3','0','0','0','0','0','0','printed',' ','','2','0','11673624024','No','','','','','','','','',0.00,0.00,0,'',''),(1118,'','Cash','','2023-01-14 10:53:47','','0','1','2023-01-14 10:53:47','','5760','5760','1','retail','0','5760','3','0','0','0','0','0','0','printed',' ','','1','0','11673682619','No','','','','','','','','',0.00,0.00,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` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(10) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=1943 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 ('916701494164603331',1,'91670149415','45','0.00','0','retail','0','2022-12-04 13:23:35','','','','0','Cash',0.00,'0','','','9','','1','2022-12-04 10:28:12','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',0.00,'0','0.00','0','Inclusive','branch','.','','','','',''),('916701496132130326',2,'91670149415','60','0.00','0','retail','0','2022-12-04 13:26:52','','','','168','Cash',0.00,'220','','','9','','1','2022-12-04 10:28:12','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'','29.00','29','Inclusive','branch','.','','','','',''),('916701496693224679',3,'91670149415','8','1.00','1500','retail','0','2022-12-04 13:27:48','','','','1160','Cash',206.90,'1500','','','9','','1','2022-12-04 10:28:12','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','3.00','2','Inclusive','branch','.','','','','',''),('916701497459525370',4,'91670149745','8','1.00','1500','retail','0','2022-12-04 13:29:05','','','','1160','Cash',206.90,'1500','','','9','','1','2022-12-04 10:29:11','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','2.00','1','Inclusive','branch','.','','','','',''),('816701562062264632',5,'81670156205','60','2.00','440','retail','0','2022-12-04 15:16:45','','','','168','Cash',60.69,'220','','','8','','1','2022-12-04 12:17:24','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',379.31,'','29.00','27','Inclusive','branch','.','','','','',''),('916701563730472330',6,'91670156372','86','2.00','2600','retail','0','2022-12-04 15:19:32','','','','1010','Cash',358.62,'1300','','','9','','1','2022-12-04 12:19:55','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',2241.38,'','2.00','0','Inclusive','branch','.','','','','',''),('816701689828322620',7,'81670168981','60','2.00','440','retail','0','2022-12-04 18:49:41','','','','168','Cash',60.69,'220','','','8','','1','2022-12-04 15:50:01','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',379.31,'','27.00','25','Inclusive','branch','.','','','','',''),('816701717531876200',8,'81670171720','68','6.00','1500','retail','0','2022-12-04 19:35:20','','','','210','Cash',206.90,'250','','','8','','1','2022-12-04 16:36:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'6','20.00','14','Inclusive','branch','.','','','','',''),('816701722722127310',9,'81670172248','138','1.00','299','retail','0','2022-12-04 19:44:08','','','','230','Cash',41.24,'299','','','8','','1','2022-12-04 16:44:50','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',257.76,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','',''),('916701737553702399',10,'91670173755','62','1.00','220','retail','0','2022-12-04 20:09:15','','','','172','Cash',30.34,'220','','','9','','1','2022-12-04 17:09:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','26.00','25','Inclusive','branch','.','','','','',''),('916701750342601430',11,'91670175034','62','1.00','220','retail','0','2022-12-04 20:30:34','','','','172','Cash',30.34,'220','','','9','','1','2022-12-04 17:32:44','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','25.00','24','Inclusive','branch','.','','','','',''),('116702161373276362',12,'11670216116','129','4.00','40','retail','0','2022-12-05 07:55:37','','','','5','Cash',5.52,'10','','','1','','1','2022-12-05 04:55:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1500.00','1496','Inclusive','branch','Inventory','','','','',''),('116702162043003210',13,'11670216193','129','1.00','10','retail','0','2022-12-05 07:56:44','','','','5','Cash',1.38,'10','','','1','','1','2022-12-05 04:56:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1496.00','1495','Inclusive','branch','Inventory','','','','',''),('816702170553773312',17,'81670216765','124','2.00','60','retail','0','2022-12-05 08:10:12','','','','20','Cash',8.28,'30','','','8','','1','2022-12-05 05:12:14','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','103.00','101','Inclusive','branch','.','','','','',''),('816702177057133728',18,'81670217686','139','3.00','90','retail','0','2022-12-05 08:21:26','','','','20','Cash',12.41,'30','','','8','','1','2022-12-05 05:23:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'3','150.00','147','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702177744300201',19,'81670217686','129','6.00','60','retail','0','2022-12-05 08:22:25','','','','5','Cash',8.28,'10','','','8','','1','2022-12-05 05:23:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1495.00','1489','Inclusive','branch','Inventory','','','','',''),('816702181428422322',20,'81670218118','129','2.00','20','retail','0','2022-12-05 08:28:38','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 05:29:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1489.00','1487','Inclusive','branch','Inventory','','','','',''),('816702181590233140',21,'81670218118','139','3.00','90','retail','0','2022-12-05 08:29:03','','','','20','Cash',12.41,'30','','','8','','1','2022-12-05 05:29:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'3','147.00','144','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702187491232378',22,'81670218657','129','2.00','20','retail','0','2022-12-05 08:38:40','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 05:39:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1487.00','1485','Inclusive','branch','Inventory','','','','',''),('116702188233320308',23,'11670218808','124','1.00','30','retail','0','2022-12-05 08:40:23','','','','20','Cash',4.14,'30','','','1','','1','2022-12-05 05:40:30','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','103.00','102','Inclusive','branch','.','','','','',''),('816702194031033823',24,'81670219386','129','2.00','20','retail','0','2022-12-05 08:49:46','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 05:50:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1485.00','1483','Inclusive','branch','Inventory','','','','',''),('816702206396603022',25,'81670220616','129','2.00','20','retail','0','2022-12-05 09:10:16','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 06:10:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1483.00','1481','Inclusive','branch','Inventory','','','','',''),('816702206923223332',26,'81670220653','129','2.00','20','retail','0','2022-12-05 09:10:53','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 06:11:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1481.00','1479','Inclusive','branch','Inventory','','','','',''),('816702211011272222',27,'81670221070','124','1.00','30','retail','0','2022-12-05 09:17:50','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 06:23:55','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','103.00','102','Inclusive','branch','.','','','','',''),('816702214303363223',28,'81670221070','139','1.00','30','retail','0','2022-12-05 09:18:22','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 06:23:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','144.00','143','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702214602233103',29,'81670221444','129','3.00','30','retail','0','2022-12-05 09:24:04','','','','5','Cash',4.14,'10','','','8','','1','2022-12-05 06:24:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1479.00','1476','Inclusive','branch','Inventory','','','','',''),('816702215327305502',30,'81670221520','124','1.00','30','retail','0','2022-12-05 09:25:20','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 06:25:34','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','103.00','102','Inclusive','branch','.','','','','',''),('816702215792322243',31,'81670221562','129','2.00','20','retail','0','2022-12-05 09:26:02','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 06:26:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1476.00','1474','Inclusive','branch','Inventory','','','','',''),('816702218982820221',32,'81670221875','129','2.00','20','retail','0','2022-12-05 09:31:15','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 06:34:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1474.00','1472','Inclusive','branch','Inventory','','','','',''),('816702220702823670',33,'81670221875','124','1.00','30','retail','0','2022-12-05 09:34:08','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 06:34:35','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','103.00','102','Inclusive','branch','.','','','','',''),('816702226174340323',34,'81670222542','125','1.00','100','retail','0','2022-12-05 09:42:22','','','','50','Cash',13.79,'100','','','8','','1','2022-12-05 06:44:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','50.00','49','Inclusive','branch','.','','','','',''),('816702226630223260',35,'81670222542','139','1.00','30','retail','0','2022-12-05 09:44:00','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 06:44:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','143.00','142','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702235633061232',36,'81670223544','129','2.00','20','retail','0','2022-12-05 09:59:04','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 06:59:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1472.00','1470','Inclusive','branch','Inventory','','','','',''),('816702239062332220',37,'81670223889','124','1.00','30','retail','0','2022-12-05 10:04:49','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 07:05:10','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','103.00','102','Inclusive','branch','.','','','','',''),('816702246750841533',38,'81670224621','129','6.00','60','retail','0','2022-12-05 10:17:01','','','','5','Cash',8.28,'10','','','8','','1','2022-12-05 07:17:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1470.00','1464','Inclusive','branch','Inventory','','','','',''),('916702266582332092',39,'91670226632','124','1.00','30','retail','0','2022-12-05 10:50:58','','','','20','Cash',4.14,'30','','','9','','1','2022-12-05 07:51:35','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','104.00','103','Inclusive','branch','.','','','','',''),('916702266898322230',40,'91670226632','139','1.00','30','retail','0','2022-12-05 10:51:29','','','','20','Cash',4.14,'30','','','9','','1','2022-12-05 07:51:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','142.00','141','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702269813280213',41,'81670226958','139','1.00','30','retail','0','2022-12-05 10:55:58','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 07:56:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','141.00','140','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702281403224343',42,'81670228122','124','1.00','30','retail','0','2022-12-05 11:15:22','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 08:16:14','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816702281712232220',43,'81670228122','129','2.00','20','retail','0','2022-12-05 11:15:40','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 08:16:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1464.00','1462','Inclusive','branch','Inventory','','','','',''),('816702298352034321',44,'81670229778','143','1.00','22.5','retail','0','2022-12-05 11:42:58','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-05 08:44:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','312.00','311','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702298580202220',45,'81670229778','119','1.00','250','retail','0','2022-12-05 11:43:56','','','','150','Cash',34.48,'250','','','8','','1','2022-12-05 08:44:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','.','','','','',''),('816702299525026220',46,'81670229935','129','1.00','10','retail','0','2022-12-05 11:45:35','','','','5','Cash',1.38,'10','','','8','','1','2022-12-05 08:46:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1462.00','1461','Inclusive','branch','Inventory','','','','',''),('816702299877603220',47,'81670229935','124','1.00','30','retail','0','2022-12-05 11:45:52','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 08:46:33','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('916702321283208022',48,'91670232127','132','1.00','50','retail','0','2022-12-05 12:22:07','','','','24','Cash',6.90,'50','','','9','','1','2022-12-05 09:23:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','90.00','89','Inclusive','branch','.','','','','',''),('916702321979300223',49,'91670232127','136','1.00','100','retail','0','2022-12-05 12:22:41','','','','48','Cash',13.79,'100','','','9','','1','2022-12-05 09:23:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','.','','','','',''),('916702324192920222',50,'91670232418','141','1.00','400','retail','0','2022-12-05 12:26:58','','','','0','Cash',55.17,'400','','','9','','1','2022-12-05 09:27:55','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702324653320230',51,'91670232418','143','1.00','22.5','retail','0','2022-12-05 12:27:44','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-05 09:27:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','311.00','310','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702331453132329',52,'91670233144','136','1.00','100','retail','0','2022-12-05 12:39:04','','','','48','Cash',13.79,'100','','','9','','1','2022-12-05 09:39:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','.','','','','',''),('916702331513322732',53,'91670233144','143','1.00','22.5','retail','0','2022-12-05 12:39:10','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-05 09:39:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','310.00','309','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702337170933020',54,'91670233654','129','5.00','50','retail','0','2022-12-05 12:47:34','','','','5','Cash',6.90,'10','','','9','','1','2022-12-05 09:48:59','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',43.10,'','1461.00','1456','Inclusive','branch','Inventory','','','','',''),('916702345873250500',55,'91670234552','139','1.00','30','retail','0','2022-12-05 13:02:32','','','','20','Cash',4.14,'30','','','9','','1','2022-12-05 10:03:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','140.00','139','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702347332701230',56,'91670234733','135','1.00','60','retail','0','2022-12-05 13:05:33','','','','41','Cash',8.28,'60','','','9','','1','2022-12-05 10:05:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','48.00','47','Inclusive','branch','.','','','','',''),('816702348446442238',57,'81670234821','129','5.00','50','retail','0','2022-12-05 13:07:01','','','','5','Cash',6.90,'10','','','8','','1','2022-12-05 10:07:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1456.00','1451','Inclusive','branch','Inventory','','','','',''),('816702349137233313',58,'81670234866','132','1.00','50','retail','0','2022-12-05 13:07:46','','','','24','Cash',6.90,'50','','','8','','1','2022-12-05 10:08:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','89.00','88','Inclusive','branch','.','','','','',''),('916702365752022523',59,'91670236575','141','1.00','400','retail','0','2022-12-05 13:36:15','','','','0','Cash',55.17,'400','','','9','','1','2022-12-05 10:36:41','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702365802003232',60,'91670236575','143','2.00','45','retail','0','2022-12-05 13:36:19','','','','15','Cash',6.21,'22.5','','','9','','1','2022-12-05 10:36:41','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',38.79,'','309.00','307','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702375753112002',61,'91670237551','139','1.00','30','retail','0','2022-12-05 13:52:31','','','','20','Cash',4.14,'30','','','9','','1','2022-12-05 10:52:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','139.00','138','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702395422225943',62,'81670239529','60','2.00','440','retail','0','2022-12-05 14:25:29','','','','168','Cash',60.69,'220','','','8','','1','2022-12-05 11:28:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','25.00','23','Inclusive','branch','.','','','','',''),('816702395662236312',63,'81670239529','72','8.00','1760','retail','0','2022-12-05 14:25:42','','','','173','Cash',242.76,'220','','','8','','1','2022-12-06 07:32:32','1','1','returned','3','new','pcs','','2022-12-06 10:32:32','1','yes','','0','','','VATABLE',189.66,'8','8.00','0','Inclusive','branch','.','','','','',''),('816702396056031202',64,'81670239529','74','6.00','1320','retail','0','2022-12-05 14:26:06','','','','158.25','Cash',182.07,'220','','','8','','1','2022-12-05 11:28:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'6','9.00','3','Inclusive','branch','.','','','','',''),('816702396703320000',65,'81670239529','61','2.00','440','retail','0','2022-12-05 14:27:37','','','','168','Cash',60.69,'220','','','8','','1','2022-12-05 11:28:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','37.00','35','Inclusive','branch','.','','','','',''),('816702396816333300',66,'81670239529','57','4.00','880','retail','0','2022-12-05 14:27:50','','','','186.68','Cash',121.38,'220','','','8','','1','2022-12-05 11:28:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','51.00','47','Inclusive','branch','.','','','','',''),('816702396949370432',67,'81670239529','58','4.00','880','retail','0','2022-12-05 14:28:01','','','','172','Cash',121.38,'220','','','8','','1','2022-12-05 11:28:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','31.00','27','Inclusive','branch','.','','','','',''),('916702398163102929',68,'91670239778','23','1.00','800','retail','0','2022-12-05 14:29:38','','','','645','Cash',110.34,'800','','','9','','1','2022-12-05 11:30:19','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','2.00','1','Inclusive','branch','.','','','','',''),('916702404181222033',69,'91670240373','74','2.00','440','retail','0','2022-12-05 14:39:33','','','','158.25','Cash',60.69,'220','','','9','','1','2022-12-05 11:40:53','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',379.31,'','3.00','1','Inclusive','branch','.','','','','',''),('916702404473466023',70,'91670240373','133','1.00','80','retail','0','2022-12-05 14:40:32','','','','41','Cash',11.03,'80','','','9','','1','2022-12-05 11:40:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','90.00','89','Inclusive','branch','.','','','','',''),('916702409972703417',71,'91670240984','133','1.00','80','retail','0','2022-12-05 14:49:44','','','','41','Cash',11.03,'80','','','9','','1','2022-12-05 11:50:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','89.00','88','Inclusive','branch','.','','','','',''),('916702411662232333',72,'91670241165','61','2.00','440','retail','0','2022-12-05 14:52:45','','','','168','Cash',60.69,'220','','','9','','1','2022-12-05 11:53:00','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',379.31,'','35.00','33','Inclusive','branch','.','','','','',''),('816702415302352222',73,'81670241520','9','1.00','750','retail','0','2022-12-05 14:58:40','','','','560','Cash',103.45,'750','','','8','','1','2022-12-05 11:58:54','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','5.00','4','Inclusive','branch','.','','','','',''),('916702418622212260',74,'91670241843','120','1.00','200','retail','0','2022-12-05 15:04:22','','','','0','Cash',27.59,'200','','','9','','1','2022-12-05 12:04:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('916702418763902323',75,'91670241843','143','1.00','22.5','retail','0','2022-12-05 15:04:36','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-05 12:04:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','307.00','306','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702424093232223',76,'81670242395','72','4.00','880','retail','0','2022-12-05 15:13:16','','','','173','Cash',121.38,'220','','','8','','1','2022-12-05 12:16:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','10.00','6','Inclusive','branch','.','','','','',''),('816702424202334820',77,'81670242395','74','2.00','440','retail','0','2022-12-05 15:13:30','','','','158.25','Cash',60.69,'220','','','8','','1','2022-12-05 12:16:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','11.00','9','Inclusive','branch','.','','','','',''),('816702424830024822',78,'81670242395','58','2.00','440','retail','0','2022-12-05 15:13:40','','','','172','Cash',60.69,'220','','','8','','1','2022-12-05 12:16:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','27.00','25','Inclusive','branch','.','','','','',''),('816702425767823443',79,'81670242395','57','2.00','440','retail','0','2022-12-05 15:15:25','','','','186.68','Cash',60.69,'220','','','8','','1','2022-12-05 12:16:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','47.00','45','Inclusive','branch','.','','','','',''),('816702425940238058',80,'81670242395','61','2.00','440','retail','0','2022-12-05 15:16:16','','','','168','Cash',60.69,'220','','','8','','1','2022-12-05 12:16:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','33.00','31','Inclusive','branch','.','','','','',''),('816702426080332321',81,'81670242395','60','1.00','220','retail','0','2022-12-05 15:16:35','','','','168','Cash',30.34,'220','','','8','','1','2022-12-05 12:16:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','23.00','22','Inclusive','branch','.','','','','',''),('916702430789224300',82,'91670243066','74','2.00','440','retail','0','2022-12-05 15:24:26','','','','158.25','Cash',60.69,'220','','','9','','1','2022-12-05 12:24:52','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',379.31,'','9.00','7','Inclusive','branch','.','','','','',''),('816702432893020204',83,'81670243270','76','1.00','300','retail','0','2022-12-05 15:27:50','','','','197','Cash',41.38,'300','','','8','','1','2022-12-05 12:28:14','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','3.00','2','Inclusive','branch','.','','','','',''),('916702434197939133',84,'91670243418','7','1.00','250','retail','0','2022-12-05 15:30:18','','','','192','Cash',34.48,'250','','','9','','1','2022-12-05 12:30:25','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','9.00','8','Inclusive','branch','.','','','','',''),('916702438260402307',85,'91670243825','119','3.00','750','retail','0','2022-12-05 15:37:05','','','','150','Cash',103.45,'250','','','9','','1','2022-12-05 12:37:35','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',646.55,'','7.00','4','Inclusive','branch','.','','','','',''),('916702438482630202',86,'91670243825','133','1.00','80','retail','0','2022-12-05 15:37:27','','','','41','Cash',11.03,'80','','','9','','1','2022-12-05 12:37:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','88.00','87','Inclusive','branch','.','','','','',''),('916702444766222367',87,'91670244406','22','1.00','800','retail','0','2022-12-05 15:47:44','','','','590','Cash',110.34,'800','','','9','','1','2022-12-05 12:48:00','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','15.00','14','Inclusive','branch','.','','','','',''),('916702444984333223',88,'91670244497','143','3.00','67.5','retail','0','2022-12-05 15:48:17','','','','15','Cash',9.31,'22.5','','','9','','1','2022-12-05 12:49:14','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',58.19,'','306.00','303','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702445152434334',89,'91670244497','133','2.00','160','retail','0','2022-12-05 15:48:34','','','','41','Cash',22.07,'80','','','9','','1','2022-12-05 12:49:14','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',137.93,'','87.00','85','Inclusive','branch','.','','','','',''),('916702445737045006',90,'91670244572','125','1.00','100','retail','0','2022-12-05 15:49:32','','','','50','Cash',13.79,'100','','','9','','1','2022-12-05 12:49:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','49.00','48','Inclusive','branch','.','','','','',''),('916702446953029090',91,'91670244694','143','3.00','67.5','retail','0','2022-12-05 15:51:34','','','','15','Cash',9.31,'22.5','','','9','','1','2022-12-05 12:51:58','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',58.19,'','303.00','300','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702447103722322',92,'91670244694','132','1.00','50','retail','0','2022-12-05 15:51:49','','','','24','Cash',6.90,'50','','','9','','1','2022-12-05 12:51:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','88.00','87','Inclusive','branch','.','','','','',''),('916702447137722333',93,'91670244694','133','1.00','80','retail','0','2022-12-05 15:51:53','','','','41','Cash',11.03,'80','','','9','','1','2022-12-05 12:51:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','85.00','84','Inclusive','branch','.','','','','',''),('916702451292023172',94,'91670245129','143','3.00','67.5','retail','0','2022-12-05 15:58:49','','','','15','Cash',9.31,'22.5','','','9','','1','2022-12-05 12:59:18','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',58.19,'','300.00','297','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702451532533053',95,'91670245129','132','1.00','50','retail','0','2022-12-05 15:59:12','','','','24','Cash',6.90,'50','','','9','','1','2022-12-05 12:59:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','87.00','86','Inclusive','branch','.','','','','',''),('916702451900322201',96,'91670245189','61','2.00','440','retail','0','2022-12-05 15:59:49','','','','168','Cash',60.69,'220','','','9','','1','2022-12-05 13:00:03','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',379.31,'','31.00','29','Inclusive','branch','.','','','','',''),('816702455540200035',97,'81670245532','72','4.00','880','retail','0','2022-12-05 16:05:32','','','','173','Cash',121.38,'220','','','8','','1','2022-12-05 13:12:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','6.00','2','Inclusive','branch','.','','','','',''),('816702455772702325',98,'81670245532','74','2.00','440','retail','0','2022-12-05 16:05:54','','','','158.25','Cash',60.69,'220','','','8','','1','2022-12-05 13:12:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','7.00','5','Inclusive','branch','.','','','','',''),('816702457912293502',99,'81670245532','57','2.00','440','retail','0','2022-12-05 16:09:39','','','','186.68','Cash',60.69,'220','','','8','','1','2022-12-05 13:12:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','45.00','43','Inclusive','branch','.','','','','',''),('816702458170828222',100,'81670245532','61','3.00','660','retail','0','2022-12-05 16:09:52','','','','168','Cash',91.03,'220','','','8','','1','2022-12-05 13:12:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','29.00','26','Inclusive','branch','.','','','','',''),('816702459020933050',101,'81670245532','60','1.00','220','retail','0','2022-12-05 16:11:24','','','','168','Cash',30.34,'220','','','8','','1','2022-12-05 13:12:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','22.00','21','Inclusive','branch','.','','','','',''),('816702459388323420',102,'81670245532','58','2.00','440','retail','0','2022-12-05 16:11:42','','','','172','Cash',60.69,'220','','','8','','1','2022-12-05 13:12:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','25.00','23','Inclusive','branch','.','','','','',''),('916702461850044432',103,'91670246163','129','1.00','10','retail','0','2022-12-05 16:16:03','','','','5','Cash',1.38,'10','','','9','','1','2022-12-05 13:16:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1451.00','1450','Inclusive','branch','Inventory','','','','',''),('916702462097022020',104,'91670246201','129','1.00','10','retail','0','2022-12-05 16:16:41','','','','5','Cash',1.38,'10','','','9','','1','2022-12-05 13:16:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1450.00','1449','Inclusive','branch','Inventory','','','','',''),('916702467220220216',105,'91670246721','120','1.00','200','retail','0','2022-12-05 16:25:21','','','','0','Cash',27.59,'200','','','9','','1','2022-12-05 13:25:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916702467274222200',106,'91670246721','143','1.00','22.5','retail','0','2022-12-05 16:25:26','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-05 13:25:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','297.00','296','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702467493443822',107,'81670246748','120','1.00','200','retail','0','2022-12-05 16:25:48','','','','0','Cash',27.59,'200','','','8','','1','2022-12-05 13:28:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816702468378032436',108,'81670246748','120','1.00','200','retail','0','2022-12-05 16:27:17','','','','0','Cash',27.59,'200','','','8','','1','2022-12-05 13:28:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816702468772333727',109,'81670246748','143','2.00','45','retail','0','2022-12-05 16:27:18','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-05 13:28:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','296.00','294','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702472880220824',110,'91670247256','74','4.00','880','retail','0','2022-12-05 16:34:16','','','','158.25','Cash',121.38,'220','','','9','','1','2022-12-05 13:34:54','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','5.00','1','Inclusive','branch','.','','','','',''),('916702487690032090',111,'91670248769','7','1.00','250','retail','0','2022-12-05 16:59:29','','','','192','Cash',34.48,'250','','','9','','1','2022-12-05 14:00:01','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','.','','','','',''),('916702487873720233',112,'91670248769','133','1.00','80','retail','0','2022-12-05 16:59:47','','','','41','Cash',11.03,'80','','','9','','1','2022-12-05 14:00:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','84.00','83','Inclusive','branch','.','','','','',''),('816702493194840309',113,'81670249304','124','1.00','30','retail','0','2022-12-05 17:08:24','','','','20','Cash',4.14,'30','','','8','','1','2022-12-05 14:09:09','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816702493469063208',114,'81670249304','129','2.00','20','retail','0','2022-12-05 17:08:39','','','','5','Cash',2.76,'10','','','8','','1','2022-12-05 14:09:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1449.00','1447','Inclusive','branch','Inventory','','','','',''),('916702494720030220',115,'91670249458','76','1.00','300','retail','0','2022-12-05 17:10:58','','','','197','Cash',41.38,'300','','','9','','1','2022-12-05 14:11:14','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','2.00','1','Inclusive','branch','.','','','','',''),('816702518683303002',116,'81670251855','129','1.00','10','retail','0','2022-12-05 17:50:55','','','','5','Cash',1.38,'10','','','8','','1','2022-12-05 14:51:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1447.00','1446','Inclusive','branch','Inventory','','','','',''),('816702524427200802',118,'81670252441','120','1.00','200','retail','0','2022-12-05 18:00:41','','','','0','Cash',27.59,'200','','','8','','1','2022-12-05 15:01:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816702524808330300',119,'81670252441','143','1.00','22.5','retail','0','2022-12-05 18:01:19','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-05 15:01:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','294.00','293','Inclusive','branch','Inventory','1110','4000','5500','',''),('916702528553220233',120,'91670252854','133','2.00','160','retail','0','2022-12-05 18:07:34','','','','41','Cash',22.07,'80','','','9','','1','2022-12-05 15:07:47','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',137.93,'','83.00','81','Inclusive','branch','.','','','','',''),('916702530892224392',121,'91670253088','6','1.00','750','retail','0','2022-12-05 18:11:29','','','','542','Cash',103.45,'750','','','9','','1','2022-12-08 08:31:27','1','1','returned','3','new','pcs','','2022-12-08 11:31:27','1','yes','','0','','','VATABLE',646.55,'1','4.00','3','Inclusive','branch','.','','','','',''),('916702531143220934',122,'91670253113','6','1.00','750','retail','0','2022-12-05 18:11:53','','','','542','Cash',103.45,'750','','','9','','1','2022-12-05 15:11:57','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','3.00','2','Inclusive','branch','.','','','','',''),('916702531300203112',123,'91670253129','6','1.00','750','retail','0','2022-12-05 18:12:09','','','','542','Cash',103.45,'750','','','9','','1','2022-12-05 15:12:17','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','2.00','1','Inclusive','branch','.','','','','',''),('916702531573325304',124,'91670253156','6','1.00','750','retail','0','2022-12-05 18:12:36','','','','542','Cash',103.45,'750','','','9','','1','2022-12-05 15:12:39','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','1.00','0','Inclusive','branch','.','','','','',''),('916702532803270003',125,'91670253279','23','1.00','800','retail','0','2022-12-05 18:14:39','','','','645','Cash',110.34,'800','','','9','','1','2022-12-05 15:14:44','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','5.00','4','Inclusive','branch','.','','','','',''),('116702406653336117',126,'11670239558','23','1.00','800','retail','0','2022-12-05 18:15:43','','','','645','Cash',110.34,'800','','','1','','1','2022-12-05 15:15:47','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','1.00','0','Inclusive','branch','.','','','','',''),('816702537140031712',127,'81670253635','74','1.00','220','retail','0','2022-12-05 18:21:18','','','','158.25','Cash',30.34,'220','','','8','','1','2022-12-05 15:26:06','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','1.00','0','Inclusive','branch','.','','','','',''),('816702537372357620',128,'81670253635','57','1.00','220','retail','0','2022-12-05 18:21:54','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-05 15:26:06','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','43.00','42','Inclusive','branch','.','','','','',''),('816702537633023233',129,'81670253635','61','2.00','440','retail','0','2022-12-05 18:22:17','','','','168','Cash',60.69,'220','','','8','','1','2022-12-05 15:26:06','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','26.00','24','Inclusive','branch','.','','','','',''),('816702537880333432',130,'81670253635','60','1.00','220','retail','0','2022-12-05 18:22:43','','','','168','Cash',30.34,'220','','','8','','1','2022-12-05 15:26:06','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','21.00','20','Inclusive','branch','.','','','','',''),('816702539569371233',131,'81670253635','72','4.00','880','retail','0','2022-12-05 18:23:51','','','','173','Cash',121.38,'220','','','8','','1','2022-12-06 07:33:49','1','1','returned','3','new','pcs','','2022-12-06 10:33:49','1','yes','','0','','','VATABLE',189.66,'4','20.00','16','Inclusive','branch','.','','','','',''),('816702541232033822',132,'81670254029','22','1.00','800','retail','0','2022-12-05 18:27:09','','','','590','Cash',110.34,'800','','','8','','1','2022-12-05 15:28:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','14.00','13','Inclusive','branch','.','','','','',''),('816702554928222228',133,'81670255468','74','1.00','220','retail','0','2022-12-05 18:51:08','','','','158.25','Cash',30.34,'220','','','8','','1','2022-12-05 15:58:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','20.00','19','Inclusive','branch','.','','','','',''),('816702555112222036',134,'81670255468','72','2.00','440','retail','0','2022-12-05 18:51:33','','','','173','Cash',60.69,'220','','','8','','1','2022-12-05 15:58:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','16.00','14','Inclusive','branch','.','','','','',''),('816702555362112256',135,'81670255468','61','1.00','220','retail','0','2022-12-05 18:51:51','','','','168','Cash',30.34,'220','','','8','','1','2022-12-05 15:58:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','24.00','23','Inclusive','branch','.','','','','',''),('816702555543300255',136,'81670255468','57','2.00','440','retail','0','2022-12-05 18:52:16','','','','186.68','Cash',60.69,'220','','','8','','1','2022-12-05 15:58:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','42.00','40','Inclusive','branch','.','','','','',''),('816702555760032302',137,'81670255468','60','1.00','220','retail','0','2022-12-05 18:52:35','','','','168','Cash',30.34,'220','','','8','','1','2022-12-05 15:58:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','20.00','19','Inclusive','branch','.','','','','',''),('816702558642083247',138,'81670255468','22','1.00','800','retail','0','2022-12-05 18:54:36','','','','590','Cash',110.34,'800','','','8','','1','2022-12-05 15:58:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','13.00','12','Inclusive','branch','.','','','','',''),('916702561880670082',139,'91670256187','118','1.00','280','retail','0','2022-12-05 19:03:08','','','','175','Cash',38.62,'280','','','9','','1','2022-12-05 16:03:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','6.00','5','Inclusive','branch','.','','','','',''),('916702561962302291',140,'91670256187','133','1.00','80','retail','0','2022-12-05 19:03:15','','','','41','Cash',11.03,'80','','','9','','1','2022-12-05 16:03:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','81.00','80','Inclusive','branch','.','','','','',''),('916702562220430320',141,'91670256187','57','1.00','220','retail','0','2022-12-05 19:03:41','','','','186.68','Cash',30.34,'220','','','9','','1','2022-12-05 16:03:49','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','40.00','39','Inclusive','branch','.','','','','',''),('816702565950303622',142,'81670256563','60','2.00','440','retail','0','2022-12-05 19:09:23','','','','168','Cash',60.69,'220','','','8','','1','2022-12-05 16:10:01','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','19.00','17','Inclusive','branch','.','','','','',''),('916702578802201427',143,'91670257858','76','1.00','300','retail','0','2022-12-05 19:30:58','','','','197','Cash',41.38,'300','','','9','','1','2022-12-05 16:31:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','1.00','0','Inclusive','branch','.','','','','',''),('816702580683622330',144,'81670257941','61','2.00','440','retail','0','2022-12-05 19:34:09','','','','168','Cash',60.69,'220','','','8','','1','2022-12-05 16:34:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','23.00','21','Inclusive','branch','.','','','','',''),('816702582010701302',145,'81670258085','6','1.00','750','retail','0','2022-12-05 19:36:01','','','','542','Cash',103.45,'750','','','8','','1','2022-12-05 16:36:52','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','7.00','6','Inclusive','branch','.','','','','',''),('816702582702333230',146,'81670258270','120','1.00','200','retail','0','2022-12-05 19:37:50','','','','0','Cash',27.59,'200','','','8','','1','2022-12-05 16:38:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816702582772328402',147,'81670258270','143','1.00','22.5','retail','0','2022-12-05 19:37:57','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-05 16:38:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','293.00','292','Inclusive','branch','Inventory','1110','4000','5500','',''),('816702586727833323',148,'81670258655','61','3.00','660','retail','0','2022-12-05 19:44:15','','','','168','Cash',91.03,'220','','','8','','1','2022-12-05 16:44:35','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','21.00','18','Inclusive','branch','.','','','','',''),('816702589030007220',149,'81670258886','57','1.00','220','retail','0','2022-12-05 19:48:06','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-05 16:48:28','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','39.00','38','Inclusive','branch','.','','','','',''),('916702590999023730',150,'91670259099','57','1.00','220','retail','0','2022-12-05 19:51:39','','','','186.68','Cash',30.34,'220','','','9','','1','2022-12-05 16:51:59','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','38.00','37','Inclusive','branch','.','','','','',''),('916702591142933623',151,'91670259099','62','1.00','220','retail','0','2022-12-05 19:51:54','','','','172','Cash',30.34,'220','','','9','','1','2022-12-05 16:51:59','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','24.00','23','Inclusive','branch','.','','','','',''),('816702591433138401',152,'81670259143','130','1.00','100','retail','0','2022-12-05 19:52:23','','','','48','Cash',13.79,'100','','','8','','1','2022-12-05 16:52:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','24.00','23','Inclusive','branch','.','','','','',''),('916702599883352031',153,'91670259971','48','1.00','400','retail','0','2022-12-05 20:06:11','','','','305','Cash',55.17,'400','','','9','','1','2022-12-05 17:07:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','9.00','8','Inclusive','branch','.','','','','',''),('916702600264240226',154,'91670259971','132','1.00','50','retail','0','2022-12-05 20:07:05','','','','24','Cash',6.90,'50','','','9','','1','2022-12-05 17:07:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','86.00','85','Inclusive','branch','.','','','','',''),('916702604320320274',155,'91670260405','60','2.00','440','retail','0','2022-12-05 20:13:25','','','','168','Cash',60.69,'220','','','9','','1','2022-12-05 17:13:58','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','17.00','15','Inclusive','branch','.','','','','',''),('916702610462636002',156,'91670260459','48','1.00','400','retail','0','2022-12-05 20:14:33','','','','305','Cash',55.17,'400','','','9','','1','2022-12-05 17:24:28','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','8.00','7','Inclusive','branch','.','','','','',''),('916702610590534020',157,'91670260459','132','1.00','50','retail','0','2022-12-05 20:24:19','','','','24','Cash',6.90,'50','','','9','','1','2022-12-05 17:24:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','85.00','84','Inclusive','branch','.','','','','',''),('916702610630601244',158,'91670260459','133','1.00','80','retail','0','2022-12-05 20:24:22','','','','41','Cash',11.03,'80','','','9','','1','2022-12-05 17:24:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','80.00','79','Inclusive','branch','.','','','','',''),('916702610990223030',159,'91670261099','73','1.00','150','retail','0','2022-12-05 20:24:59','','','','110','Cash',20.69,'150','','','9','','1','2022-12-05 17:25:03','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',129.31,'1','12.00','11','Inclusive','branch','.','','','','',''),('916702611432002313',160,'91670261120','90','1.00','650','retail','0','2022-12-05 20:25:20','','','','455','Cash',89.66,'650','','','9','','1','2022-12-05 17:25:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',560.34,'1','5.00','4','Inclusive','branch','.','','','','',''),('916702611761222302',161,'91670261166','67','1.00','250','retail','0','2022-12-05 20:26:06','','','','170','Cash',34.48,'250','','','9','','1','2022-12-05 17:26:19','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','12.00','11','Inclusive','branch','.','','','','',''),('816702632622232382',162,'81670263261','119','1.00','250','retail','0','2022-12-05 21:01:01','','','','150','Cash',34.48,'250','','','8','','1','2022-12-05 18:01:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('816702632703380671',163,'81670263261','119','1.00','250','retail','0','2022-12-05 21:01:10','','','','150','Cash',34.48,'250','','','8','','1','2022-12-05 18:01:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','.','','','','',''),('816703064682332031',164,'81670306438','129','2.00','20','retail','0','2022-12-06 09:00:38','','','','5','Cash',2.76,'10','','','8','','1','2022-12-06 06:01:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1446.00','1444','Inclusive','branch','Inventory','','','','',''),('816703064972244203',165,'81670306438','124','2.00','60','retail','0','2022-12-06 09:01:08','','','','20','Cash',8.28,'30','','','8','','1','2022-12-06 06:01:56','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','105.00','103','Inclusive','branch','.','','','','',''),('816703065536033530',166,'81670306529','129','2.00','20','retail','0','2022-12-06 09:02:09','','','','5','Cash',2.76,'10','','','8','','1','2022-12-06 06:02:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1444.00','1442','Inclusive','branch','Inventory','','','','',''),('816703071243323221',167,'81670307104','129','4.00','40','retail','0','2022-12-06 09:11:44','','','','5','Cash',5.52,'10','','','8','','1','2022-12-06 06:12:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1442.00','1438','Inclusive','branch','Inventory','','','','',''),('816703075062371300',168,'81670307485','129','3.00','30','retail','0','2022-12-06 09:18:05','','','','5','Cash',4.14,'10','','','8','','1','2022-12-06 06:18:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1438.00','1435','Inclusive','branch','Inventory','','','','',''),('816703084042223220',169,'81670308389','129','2.00','20','retail','0','2022-12-06 09:33:09','','','','5','Cash',2.76,'10','','','8','','1','2022-12-06 06:33:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1435.00','1433','Inclusive','branch','Inventory','','','','',''),('816703087040328734',170,'81670308631','125','1.00','100','retail','0','2022-12-06 09:37:11','','','','50','Cash',13.79,'100','','','8','','1','2022-12-06 06:38:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','48.00','47','Inclusive','branch','.','','','','',''),('816703097092623284',171,'81670309680','129','4.00','40','retail','0','2022-12-06 09:54:40','','','','5','Cash',5.52,'10','','','8','','1','2022-12-06 06:55:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1433.00','1429','Inclusive','branch','Inventory','','','','',''),('816703097223243307',172,'81670309680','124','2.00','60','retail','0','2022-12-06 09:55:09','','','','20','Cash',8.28,'30','','','8','','1','2022-12-06 06:55:30','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','105.00','103','Inclusive','branch','.','','','','',''),('816703100632730223',173,'81670310052','124','1.00','30','retail','0','2022-12-06 10:00:52','','','','20','Cash',4.14,'30','','','8','','1','2022-12-06 07:01:23','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816703100813430222',174,'81670310052','129','2.00','20','retail','0','2022-12-06 10:01:04','','','','5','Cash',2.76,'10','','','8','','1','2022-12-06 07:01:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1429.00','1427','Inclusive','branch','Inventory','','','','',''),('816703106240400232',175,'81670310595','124','1.00','30','retail','0','2022-12-06 10:09:56','','','','20','Cash',4.14,'30','','','8','','1','2022-12-06 07:10:51','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816703106496307203',176,'81670310595','129','2.00','20','retail','0','2022-12-06 10:10:24','','','','5','Cash',2.76,'10','','','8','','1','2022-12-06 07:10:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1427.00','1425','Inclusive','branch','Inventory','','','','',''),('816703115040322065',177,'81670311489','129','6.00','60','retail','0','2022-12-06 10:24:49','','','','5','Cash',8.28,'10','','','8','','1','2022-12-06 07:25:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1425.00','1419','Inclusive','branch','Inventory','','','','',''),('816703119348232283',178,'81670311903','124','1.00','30','retail','0','2022-12-06 10:31:43','','','','20','Cash',4.14,'30','','','8','','1','2022-12-06 07:32:19','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816703152106023200',179,'81670315195','119','2.00','500','retail','0','2022-12-06 11:26:35','','','','150','Cash',68.97,'250','','','8','','1','2022-12-06 08:28:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','2.00','0','Inclusive','branch','.','','','','',''),('816703152363622330',180,'81670315195','143','1.00','22.5','retail','0','2022-12-06 11:26:51','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 08:28:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','292.00','291','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703153812212310',181,'81670315380','120','1.00','200','retail','0','2022-12-06 11:29:40','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 08:29:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703153876000021',182,'81670315380','143','1.00','22.5','retail','0','2022-12-06 11:29:46','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 08:29:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','291.00','290','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703158866083802',183,'81670315885','133','1.00','80','retail','0','2022-12-06 11:38:05','','','','41','Cash',11.03,'80','','','8','','1','2022-12-06 08:38:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','79.00','78','Inclusive','branch','.','','','','',''),('816703171662330003',184,'81670317142','124','3.00','90','retail','0','2022-12-06 11:59:14','','','','20','Cash',12.41,'30','','','8','','1','2022-12-06 09:17:28','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','105.00','102','Inclusive','branch','.','','','','',''),('816703181963408339',185,'81670317142','129','5.00','50','retail','0','2022-12-06 12:16:19','','','','5','Cash',6.90,'10','','','8','','1','2022-12-06 09:17:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1419.00','1414','Inclusive','branch','Inventory','','','','',''),('816703182177373334',186,'81670317142','120','1.00','200','retail','0','2022-12-06 12:16:56','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 09:17:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703182330002703',187,'81670317142','143','1.00','22.5','retail','0','2022-12-06 12:17:13','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 09:17:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','290.00','289','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703197397330003',188,'81670319738','120','1.00','200','retail','0','2022-12-06 12:42:18','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 09:42:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703197479734202',189,'81670319738','143','1.00','22.5','retail','0','2022-12-06 12:42:27','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 09:42:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','289.00','288','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703203720307333',190,'81670320371','120','1.00','200','retail','0','2022-12-06 12:52:51','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 09:52:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703213013022006',191,'81670321300','143','1.00','22.5','retail','0','2022-12-06 13:08:20','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 10:08:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','288.00','287','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703216312222323',192,'81670321620','129','4.00','40','retail','0','2022-12-06 13:13:40','','','','5','Cash',5.52,'10','','','8','','1','2022-12-06 10:13:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1414.00','1410','Inclusive','branch','Inventory','','','','',''),('816703236450320285',193,'81670323633','129','5.00','50','retail','0','2022-12-06 13:47:13','','','','5','Cash',6.90,'10','','','8','','1','2022-12-06 10:47:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1410.00','1405','Inclusive','branch','Inventory','','','','',''),('816703241473033340',194,'81670324139','129','2.00','20','retail','0','2022-12-06 13:55:39','','','','5','Cash',2.76,'10','','','8','','1','2022-12-06 10:55:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1405.00','1403','Inclusive','branch','Inventory','','','','',''),('816703277692022322',195,'81670327768','141','1.00','400','retail','0','2022-12-06 14:56:08','','','','0','Cash',55.17,'400','','','8','','1','2022-12-06 11:56:58','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703278098232002',196,'81670327768','143','2.00','45','retail','0','2022-12-06 14:56:32','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-06 11:56:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','287.00','285','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703316106607702',197,'81670331609','120','1.00','200','retail','0','2022-12-06 16:00:09','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 13:00:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703316166481222',198,'81670331609','143','1.00','22.5','retail','0','2022-12-06 16:00:15','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 13:00:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','285.00','284','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703353613060802',199,'81670335342','129','1.00','10','retail','0','2022-12-06 17:02:22','','','','5','Cash',1.38,'10','','','8','','1','2022-12-06 14:02:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1403.00','1402','Inclusive','branch','Inventory','','','','',''),('816703355283360323',200,'81670335508','59','1.00','220','retail','0','2022-12-06 17:05:08','','','','168','Cash',30.34,'220','','','8','','1','2022-12-06 14:05:30','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','49.00','48','Inclusive','branch','.','','','','',''),('816703356583230822',201,'81670335658','135','1.00','60','retail','0','2022-12-06 17:07:38','','','','41','Cash',8.28,'60','','','8','','1','2022-12-06 14:07:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','47.00','46','Inclusive','branch','.','','','','',''),('816703358573300660',202,'81670335847','59','1.00','220','retail','0','2022-12-06 17:10:47','','','','168','Cash',30.34,'220','','','8','','1','2022-12-06 14:10:59','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','48.00','47','Inclusive','branch','.','','','','',''),('816703360532262402',203,'81670336052','121','1.00','800','retail','0','2022-12-06 17:14:12','','','','0','Cash',110.34,'800','','','8','','1','2022-12-06 14:14:15','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703361943322323',204,'81670336194','120','1.00','200','retail','0','2022-12-06 17:16:34','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 14:16:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703361982003203',205,'81670336194','143','1.00','22.5','retail','0','2022-12-06 17:16:37','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 14:16:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','284.00','283','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703367787678301',206,'81670336777','120','1.00','200','retail','0','2022-12-06 17:26:17','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 14:26:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703367822367303',207,'81670336777','143','1.00','22.5','retail','0','2022-12-06 17:26:21','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 14:26:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','283.00','282','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703372563636812',208,'81670337246','124','1.00','30','retail','0','2022-12-06 17:34:06','','','','20','Cash',4.14,'30','','','8','','1','2022-12-06 14:34:53','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816703372872432372',209,'81670337246','129','3.00','30','retail','0','2022-12-06 17:34:17','','','','5','Cash',4.14,'10','','','8','','1','2022-12-06 14:34:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1402.00','1399','Inclusive','branch','Inventory','','','','',''),('816703378050203333',210,'81670337804','120','1.00','200','retail','0','2022-12-06 17:43:24','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 14:43:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703378083222632',211,'81670337804','143','1.00','22.5','retail','0','2022-12-06 17:43:28','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 14:43:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','282.00','281','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703382093332233',212,'81670338194','57','1.00','220','retail','0','2022-12-06 17:49:54','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-06 14:50:12','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','37.00','36','Inclusive','branch','.','','','','',''),('816703395683200315',213,'81670339567','135','1.00','60','retail','0','2022-12-06 18:12:47','','','','41','Cash',8.28,'60','','','8','','1','2022-12-06 15:12:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','46.00','45','Inclusive','branch','.','','','','',''),('816703405153222272',214,'81670340504','59','1.00','220','retail','0','2022-12-06 18:28:24','','','','168','Cash',30.34,'220','','','8','','1','2022-12-06 15:28:38','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','47.00','46','Inclusive','branch','.','','','','',''),('816703407684270226',215,'81670340751','57','1.00','220','retail','0','2022-12-06 18:32:31','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-06 15:32:50','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','36.00','35','Inclusive','branch','.','','','','',''),('816703408087370010',216,'81670340779','129','2.00','20','retail','0','2022-12-06 18:32:59','','','','5','Cash',2.76,'10','','','8','','1','2022-12-06 15:33:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1399.00','1397','Inclusive','branch','Inventory','','','','',''),('816703408904030220',217,'81670340828','129','1.00','10','retail','0','2022-12-06 18:34:08','','','','5','Cash',1.38,'10','','','8','','1','2022-12-06 15:34:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1397.00','1396','Inclusive','branch','Inventory','','','','',''),('816703410002080703',218,'81670340988','124','1.00','30','retail','0','2022-12-06 18:36:28','','','','20','Cash',4.14,'30','','','8','','1','2022-12-06 15:36:42','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816703422838734323',219,'81670342271','72','1.00','220','retail','0','2022-12-06 18:57:51','','','','173','Cash',30.34,'220','','','8','','1','2022-12-06 15:58:05','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','26.00','25','Inclusive','branch','.','','','','',''),('816703423992030000',220,'81670342385','124','1.00','30','retail','0','2022-12-06 18:59:45','','','','20','Cash',4.14,'30','','','8','','1','2022-12-06 16:00:14','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816703424110303103',221,'81670342385','129','1.00','10','retail','0','2022-12-06 18:59:59','','','','5','Cash',1.38,'10','','','8','','1','2022-12-06 16:00:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1396.00','1395','Inclusive','branch','Inventory','','','','',''),('816703440200330014',222,'81670344003','60','1.00','220','retail','0','2022-12-06 19:26:43','','','','168','Cash',30.34,'220','','','8','','1','2022-12-06 16:27:02','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','15.00','14','Inclusive','branch','.','','','','',''),('816703441552144303',223,'81670344146','60','1.00','220','retail','0','2022-12-06 19:29:06','','','','168','Cash',30.34,'220','','','8','','1','2022-12-06 16:29:22','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','14.00','13','Inclusive','branch','.','','','','',''),('816703509510108035',224,'81670350913','129','7.00','70','retail','0','2022-12-06 21:21:53','','','','5','Cash',9.66,'10','','','8','','1','2022-12-06 18:22:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','1395.00','1388','Inclusive','branch','Inventory','','','','',''),('816703509793132930',225,'81670350968','129','5.00','50','retail','0','2022-12-06 21:22:48','','','','5','Cash',6.90,'10','','','8','','1','2022-12-06 18:23:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1388.00','1383','Inclusive','branch','Inventory','','','','',''),('816703536363335236',226,'81670353612','118','1.00','280','retail','0','2022-12-06 22:06:52','','','','175','Cash',38.62,'280','','','8','','1','2022-12-06 19:07:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','5.00','4','Inclusive','branch','.','','','','',''),('816703537972034633',227,'81670353796','120','1.00','200','retail','0','2022-12-06 22:09:56','','','','0','Cash',27.59,'200','','','8','','1','2022-12-06 19:10:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816703538062383288',228,'81670353796','143','1.00','22.5','retail','0','2022-12-06 22:10:05','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-06 19:10:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','281.00','280','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703548424360426',229,'81670354788','132','1.00','50','retail','0','2022-12-06 22:26:28','','','','24','Cash',6.90,'50','','','8','','1','2022-12-06 19:27:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','84.00','83','Inclusive','branch','.','','','','',''),('816703883979843772',230,'81670388382','129','5.00','50','retail','0','2022-12-07 07:46:22','','','','5','Cash',6.90,'10','','','8','','1','2022-12-07 04:46:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1383.00','1378','Inclusive','branch','Inventory','','','','',''),('816703900328203020',231,'81670390012','129','4.00','40','retail','0','2022-12-07 08:13:32','','','','5','Cash',5.52,'10','','','8','','1','2022-12-07 05:13:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1378.00','1374','Inclusive','branch','Inventory','','','','',''),('816703925382320226',232,'81670392513','129','3.00','30','retail','0','2022-12-07 08:55:13','','','','5','Cash',4.14,'10','','','8','','1','2022-12-07 05:55:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1374.00','1371','Inclusive','branch','Inventory','','','','',''),('816703925644232332',233,'81670392556','129','2.00','20','retail','0','2022-12-07 08:55:56','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 05:56:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1371.00','1369','Inclusive','branch','Inventory','','','','',''),('816703943158300384',234,'81670394288','129','2.00','20','retail','0','2022-12-07 09:24:48','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 06:25:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1369.00','1367','Inclusive','branch','Inventory','','','','',''),('816703949542022239',235,'81670394936','129','1.00','10','retail','0','2022-12-07 09:35:36','','','','5','Cash',1.38,'10','','','8','','1','2022-12-07 06:36:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1367.00','1366','Inclusive','branch','Inventory','','','','',''),('816703950020300232',236,'81670394984','129','1.00','10','retail','0','2022-12-07 09:36:24','','','','5','Cash',1.38,'10','','','8','','1','2022-12-07 06:36:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1366.00','1365','Inclusive','branch','Inventory','','','','',''),('816703953323022302',237,'81670395243','129','2.00','20','retail','0','2022-12-07 09:40:43','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 06:42:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1365.00','1363','Inclusive','branch','Inventory','','','','',''),('816703953472333363',238,'81670395243','139','1.00','30','retail','0','2022-12-07 09:42:13','','','','20','Cash',4.14,'30','','','8','','1','2022-12-07 06:42:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','138.00','137','Inclusive','branch','Inventory','1110','4000','5500','',''),('816703953630236382',239,'81670395243','124','1.00','30','retail','0','2022-12-07 09:42:28','','','','20','Cash',4.14,'30','','','8','','1','2022-12-07 06:42:45','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816703957169120237',240,'81670395694','129','3.00','30','retail','0','2022-12-07 09:48:14','','','','5','Cash',4.14,'10','','','8','','1','2022-12-07 06:48:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1363.00','1360','Inclusive','branch','Inventory','','','','',''),('816703963682328032',241,'81670396342','129','3.00','30','retail','0','2022-12-07 09:59:02','','','','5','Cash',4.14,'10','','','8','','1','2022-12-07 06:59:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1360.00','1357','Inclusive','branch','Inventory','','','','',''),('816703973580852602',242,'81670397348','129','3.00','30','retail','0','2022-12-07 10:15:48','','','','5','Cash',4.14,'10','','','8','','1','2022-12-07 07:16:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1357.00','1354','Inclusive','branch','Inventory','','','','',''),('816704001302326323',243,'81670400116','124','1.00','30','retail','0','2022-12-07 11:01:56','','','','20','Cash',4.14,'30','','','8','','1','2022-12-07 08:02:33','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816704001433043331',244,'81670400116','129','2.00','20','retail','0','2022-12-07 11:02:10','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 08:02:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1354.00','1352','Inclusive','branch','Inventory','','','','',''),('816704002963393229',245,'81670400296','141','1.00','400','retail','0','2022-12-07 11:04:56','','','','0','Cash',55.17,'400','','','8','','1','2022-12-07 08:05:54','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704003493420300',246,'81670400296','143','2.00','45','retail','0','2022-12-07 11:05:28','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-07 08:05:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','280.00','278','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704004723200242',247,'81670400471','133','1.00','80','retail','0','2022-12-07 11:07:51','','','','41','Cash',11.03,'80','','','8','','1','2022-12-07 08:07:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','78.00','77','Inclusive','branch','.','','','','',''),('816704020100334230',248,'81670402009','133','1.00','80','retail','0','2022-12-07 11:33:29','','','','41','Cash',11.03,'80','','','8','','1','2022-12-07 08:33:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','77.00','76','Inclusive','branch','.','','','','',''),('816704027862002303',249,'81670402775','129','2.00','20','retail','0','2022-12-07 11:46:15','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 08:47:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1352.00','1350','Inclusive','branch','Inventory','','','','',''),('816704042466032120',250,'81670404229','129','1.00','10','retail','0','2022-12-07 12:10:29','','','','5','Cash',1.38,'10','','','8','','1','2022-12-07 09:10:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1350.00','1349','Inclusive','branch','Inventory','','','','',''),('816704042822127033',251,'81670404270','129','2.00','20','retail','0','2022-12-07 12:11:10','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 09:11:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1349.00','1347','Inclusive','branch','Inventory','','','','',''),('816704043243022334',252,'81670404323','133','1.00','80','retail','0','2022-12-07 12:12:03','','','','41','Cash',11.03,'80','','','8','','1','2022-12-07 09:12:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','76.00','75','Inclusive','branch','.','','','','',''),('816704051090501344',253,'81670405109','120','1.00','200','retail','0','2022-12-07 12:25:09','','','','0','Cash',27.59,'200','','','8','','1','2022-12-07 09:25:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704051130203332',254,'81670405109','143','1.00','22.5','retail','0','2022-12-07 12:25:12','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 09:25:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','278.00','277','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704057520223224',255,'81670405731','139','1.00','30','retail','0','2022-12-07 12:35:40','','','','20','Cash',4.14,'30','','','8','','1','2022-12-07 09:36:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','137.00','136','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704057630382343',256,'81670405731','124','1.00','30','retail','0','2022-12-07 12:35:52','','','','20','Cash',4.14,'30','','','8','','1','2022-12-07 09:36:06','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816704062833062248',257,'81670406282','120','1.00','200','retail','0','2022-12-07 12:44:42','','','','0','Cash',27.59,'200','','','8','','1','2022-12-07 09:44:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704062873320302',258,'81670406282','143','1.00','22.5','retail','0','2022-12-07 12:44:47','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 09:44:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','277.00','276','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704084113032323',259,'81670408410','133','1.00','80','retail','0','2022-12-07 13:20:10','','','','41','Cash',11.03,'80','','','8','','1','2022-12-07 10:20:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','75.00','74','Inclusive','branch','.','','','','',''),('816704087850823307',260,'81670408784','120','1.00','200','retail','0','2022-12-07 13:26:24','','','','0','Cash',27.59,'200','','','8','','1','2022-12-07 10:26:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704087948030220',261,'81670408784','143','1.00','22.5','retail','0','2022-12-07 13:26:33','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 10:26:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','276.00','275','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704094710393003',262,'81670409470','121','1.00','800','retail','0','2022-12-07 13:37:50','','','','0','Cash',110.34,'800','','','8','','1','2022-12-07 10:40:30','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704095590320223',263,'81670409470','143','1.00','22.5','retail','0','2022-12-07 13:39:18','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 10:40:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','275.00','274','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704096140072630',264,'81670409470','143','1.00','22.5','retail','0','2022-12-07 13:39:19','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 10:40:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','274.00','273','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704113360200343',265,'81670411308','129','7.00','70','retail','0','2022-12-07 14:08:28','','','','5','Cash',9.66,'10','','','8','','1','2022-12-07 11:08:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','1347.00','1340','Inclusive','branch','Inventory','','','','',''),('816704118340333362',266,'81670411833','120','1.00','200','retail','0','2022-12-07 14:17:13','','','','0','Cash',27.59,'200','','','8','','1','2022-12-07 11:17:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704118443000140',267,'81670411833','143','1.00','22.5','retail','0','2022-12-07 14:17:23','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 11:17:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','273.00','272','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704119007320430',268,'81670411886','145','1.00','99.5','retail','0','2022-12-07 14:18:06','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-07 11:18:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704124742320030',269,'81670412459','129','2.00','20','retail','0','2022-12-07 14:27:39','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 11:27:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1340.00','1338','Inclusive','branch','Inventory','','','','',''),('816704126642636441',270,'81670412663','120','1.00','200','retail','0','2022-12-07 14:31:03','','','','0','Cash',27.59,'200','','','8','','1','2022-12-07 11:31:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704126693762368',271,'81670412663','143','1.00','22.5','retail','0','2022-12-07 14:31:08','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 11:31:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','272.00','271','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704127152322110',272,'81670412715','143','5.00','112.5','retail','0','2022-12-07 14:31:55','','','','15','Cash',15.52,'22.5','','','8','','1','2022-12-07 11:32:19','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',96.98,'','271.00','266','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704127680837323',273,'81670412768','129','3.00','30','retail','0','2022-12-07 14:32:48','','','','5','Cash',4.14,'10','','','8','','1','2022-12-07 11:33:03','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',25.86,'','1338.00','1335','Inclusive','branch','Inventory','','','','',''),('816704134902022800',274,'81670413467','129','1.00','10','retail','0','2022-12-07 14:44:27','','','','5','Cash',1.38,'10','','','8','','1','2022-12-07 11:45:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1335.00','1334','Inclusive','branch','Inventory','','','','',''),('816704135313363204',275,'81670413467','146','1.00','30.06','retail','0','2022-12-07 14:44:50','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-07 11:45:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704154963304189',276,'81670415480','129','2.00','20','retail','0','2022-12-07 15:18:00','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 12:18:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1334.00','1332','Inclusive','branch','Inventory','','','','',''),('816704155161334080',277,'81670415480','146','1.00','30.06','retail','0','2022-12-07 15:18:16','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-07 12:18:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704184963802303',278,'81670418495','120','1.00','200','retail','0','2022-12-07 16:08:15','','','','105','Cash',27.59,'200','','','8','','1','2022-12-07 13:08:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704184992279122',279,'81670418495','143','1.00','22.5','retail','0','2022-12-07 16:08:19','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 13:08:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','266.00','265','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704186611720132',280,'81670418644','129','1.00','10','retail','0','2022-12-07 16:10:44','','','','5','Cash',1.38,'10','','','8','','1','2022-12-07 13:11:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1332.00','1331','Inclusive','branch','Inventory','','','','',''),('816704189094008223',281,'81670418896','129','1.00','10','retail','0','2022-12-07 16:14:56','','','','5','Cash',1.38,'10','','','8','','1','2022-12-07 13:15:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1331.00','1330','Inclusive','branch','Inventory','','','','',''),('816704189262223273',282,'81670418896','146','1.00','30.06','retail','0','2022-12-07 16:15:09','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-07 13:15:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704189543002400',283,'81670418941','146','1.00','30.06','retail','0','2022-12-07 16:15:41','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-07 13:16:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704189670032883',284,'81670418941','129','2.00','20','retail','0','2022-12-07 16:15:54','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 13:16:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1330.00','1328','Inclusive','branch','Inventory','','','','',''),('816704215740270500',285,'81670421554','135','1.00','60','retail','0','2022-12-07 16:59:14','','','','41','Cash',8.28,'60','','','8','','1','2022-12-07 13:59:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','45.00','44','Inclusive','branch','.','','','','',''),('816704221841024302',286,'81670422172','129','2.00','20','retail','0','2022-12-07 17:09:32','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 14:09:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1328.00','1326','Inclusive','branch','Inventory','','','','',''),('816704222220304213',287,'81670422222','129','2.00','20','retail','0','2022-12-07 17:10:22','','','','5','Cash',2.76,'10','','','8','','1','2022-12-07 14:10:38','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',17.24,'','1326.00','1324','Inclusive','branch','Inventory','','','','',''),('816704228977740302',288,'81670422872','129','1.00','10','retail','0','2022-12-07 17:21:12','','','','5','Cash',1.38,'10','','','8','','1','2022-12-07 14:21:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1324.00','1323','Inclusive','branch','Inventory','','','','',''),('816704247930202339',289,'81670424792','120','1.00','200','retail','0','2022-12-07 17:53:12','','','','105','Cash',27.59,'200','','','8','','1','2022-12-07 14:53:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704247977474232',290,'81670424792','143','1.00','22.5','retail','0','2022-12-07 17:53:16','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 14:53:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','265.00','264','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704250058035233',291,'81670425004','132','1.00','50','retail','0','2022-12-07 17:56:44','','','','24','Cash',6.90,'50','','','8','','1','2022-12-07 14:56:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','83.00','82','Inclusive','branch','.','','','','',''),('816704258475343203',292,'81670425831','7','1.00','250','retail','0','2022-12-07 18:10:31','','','','192','Cash',34.48,'250','','','8','','1','2022-12-07 15:10:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','7.00','6','Inclusive','branch','.','','','','',''),('816704270373730202',293,'81670427036','120','1.00','200','retail','0','2022-12-07 18:30:36','','','','105','Cash',27.59,'200','','','8','','1','2022-12-07 15:30:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704270432730234',294,'81670427036','143','1.00','22.5','retail','0','2022-12-07 18:30:42','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-07 15:30:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','264.00','263','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704285122842354',295,'81670428512','118','1.00','280','retail','0','2022-12-07 18:55:12','','','','175','Cash',38.62,'280','','','8','','1','2022-12-07 15:56:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','4.00','3','Inclusive','branch','.','','','','',''),('816704286033040338',296,'81670428512','131','1.00','50','retail','0','2022-12-07 18:56:42','','','','23','Cash',6.90,'50','','','8','','1','2022-12-07 15:56:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','24.00','23','Inclusive','branch','.','','','','',''),('816704320218338031',297,'81670431993','136','2.00','200','retail','0','2022-12-07 19:53:13','','','','48','Cash',27.59,'100','','','8','','1','2022-12-07 16:53:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','46.00','44','Inclusive','branch','.','','','','',''),('816704379783098638',298,'81670437966','129','5.00','50','retail','0','2022-12-07 21:32:46','','','','5','Cash',6.90,'10','','','8','','1','2022-12-07 18:33:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1323.00','1318','Inclusive','branch','Inventory','','','','',''),('816704409952940209',299,'81670440949','129','10.00','100','retail','0','2022-12-07 22:22:29','','','','5','Cash',13.79,'10','','','8','','1','2022-12-07 19:23:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','1318.00','1308','Inclusive','branch','Inventory','','','','',''),('816704410444024730',300,'81670441018','139','2.00','60','retail','0','2022-12-07 22:23:38','','','','20','Cash',8.28,'30','','','8','','1','2022-12-07 19:24:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','136.00','134','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704410913200308',301,'81670441064','129','9.00','90','retail','0','2022-12-07 22:24:24','','','','5','Cash',12.41,'10','','','8','','1','2022-12-07 19:24:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'9','1308.00','1299','Inclusive','branch','Inventory','','','','',''),('816704729094329422',302,'81670472891','124','2.00','60','retail','0','2022-12-08 07:14:51','','','','20','Cash',8.28,'30','','','8','','1','2022-12-08 04:15:25','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','105.00','103','Inclusive','branch','.','','','','',''),('816704729212226103',303,'81670472891','139','1.00','30','retail','0','2022-12-08 07:15:09','','','','20','Cash',4.14,'30','','','8','','1','2022-12-08 04:15:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','134.00','133','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704735757233530',304,'81670473528','129','1.00','10','retail','0','2022-12-08 07:25:48','','','','5','Cash',1.38,'10','','','8','','1','2022-12-08 04:26:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1299.00','1298','Inclusive','branch','Inventory','','','','',''),('816704739932323233',305,'81670473992','131','1.00','50','retail','0','2022-12-08 07:33:12','','','','23','Cash',6.90,'50','','','8','','1','2022-12-08 04:33:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','23.00','22','Inclusive','branch','.','','','','',''),('816704755742325185',306,'81670475562','139','2.00','60','retail','0','2022-12-08 07:59:22','','','','20','Cash',8.28,'30','','','8','','1','2022-12-08 04:59:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','133.00','131','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704763883347831',307,'81670476357','129','4.00','40','retail','0','2022-12-08 08:12:37','','','','5','Cash',5.52,'10','','','8','','1','2022-12-08 05:13:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1298.00','1294','Inclusive','branch','Inventory','','','','',''),('816704764222234204',308,'81670476357','124','1.00','30','retail','0','2022-12-08 08:13:08','','','','20','Cash',4.14,'30','','','8','','1','2022-12-08 05:13:52','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816704772070322023',309,'81670477191','129','1.00','10','retail','0','2022-12-08 08:26:31','','','','5','Cash',1.38,'10','','','8','','1','2022-12-08 05:26:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1294.00','1293','Inclusive','branch','Inventory','','','','',''),('816704801463624038',310,'81670480145','143','1.00','22.5','retail','0','2022-12-08 09:15:45','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 06:16:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','263.00','262','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704801830202363',311,'81670480145','118','1.00','280','retail','0','2022-12-08 09:15:46','','','','175','Cash',38.62,'280','','','8','','1','2022-12-08 06:16:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','3.00','2','Inclusive','branch','.','','','','',''),('816704802363312323',312,'81670480221','139','1.00','30','retail','0','2022-12-08 09:17:01','','','','20','Cash',4.14,'30','','','8','','1','2022-12-08 06:17:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','131.00','130','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704802480230388',313,'81670480221','146','1.00','30.06','retail','0','2022-12-08 09:17:16','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-08 06:17:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704802658237723',314,'81670480221','147','1.00','20','retail','0','2022-12-08 09:17:28','','','','12','Cash',2.76,'20','','','8','','1','2022-12-08 06:17:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704807677030303',315,'81670480749','129','2.00','20','retail','0','2022-12-08 09:25:49','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 06:26:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1293.00','1291','Inclusive','branch','Inventory','','','','',''),('916704808663322008',316,'91670480847','129','2.00','20','retail','0','2022-12-08 09:27:27','','','','5','Cash',2.76,'10','','','9','','1','2022-12-08 06:27:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1291.00','1289','Inclusive','branch','Inventory','','','','',''),('916704809030003330',317,'91670480880','129','2.00','20','retail','0','2022-12-08 09:28:00','','','','5','Cash',2.76,'10','','','9','','1','2022-12-08 06:28:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1289.00','1287','Inclusive','branch','Inventory','','','','',''),('916704809392303902',318,'91670480928','129','2.00','20','retail','0','2022-12-08 09:28:48','','','','5','Cash',2.76,'10','','','9','','1','2022-12-08 06:29:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1287.00','1285','Inclusive','branch','Inventory','','','','',''),('916704809552703032',319,'91670480928','139','1.00','30','retail','0','2022-12-08 09:28:59','','','','20','Cash',4.14,'30','','','9','','1','2022-12-08 06:29:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','130.00','129','Inclusive','branch','Inventory','1110','4000','5500','',''),('916704833090723793',320,'91670483293','124','1.00','30','retail','0','2022-12-08 10:08:13','','','','20','Cash',4.14,'30','','','9','','1','2022-12-08 07:08:43','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('916704833202036322',321,'91670483293','129','2.00','20','retail','0','2022-12-08 10:08:30','','','','5','Cash',2.76,'10','','','9','','1','2022-12-08 07:08:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1285.00','1283','Inclusive','branch','Inventory','','','','',''),('816704881643404268',322,'81670488156','129','2.00','20','retail','0','2022-12-08 11:29:16','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 08:29:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1283.00','1281','Inclusive','branch','Inventory','','','','',''),('816704913310303023',323,'81670491330','120','1.00','200','retail','0','2022-12-08 12:22:10','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 09:22:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704913343033101',324,'81670491330','143','1.00','22.5','retail','0','2022-12-08 12:22:14','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 09:22:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','262.00','261','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704913673326123',325,'81670491366','130','1.00','100','retail','0','2022-12-08 12:22:47','','','','48','Cash',13.79,'100','','','8','','1','2022-12-08 09:22:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','23.00','22','Inclusive','branch','.','','','','',''),('816704928352348700',326,'81670492834','133','1.00','80','retail','0','2022-12-08 12:47:14','','','','41','Cash',11.03,'80','','','8','','1','2022-12-08 09:47:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','74.00','73','Inclusive','branch','.','','','','',''),('816704929412334720',327,'81670492899','144','1.00','133','retail','0','2022-12-08 12:48:43','','','','70','Cash',18.34,'133','','','8','','1','2022-12-08 09:49:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',114.66,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704929660026030',328,'81670492899','143','1.00','22.5','retail','0','2022-12-08 12:49:25','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 09:49:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','261.00','260','Inclusive','branch','Inventory','1110','4000','5500','',''),('616704936033204333',329,'61670493587','129','5.00','50','retail','0','2022-12-08 13:00:04','COLD','','','5','Cash',6.90,'10','','','6','','1','2022-12-08 10:00:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1281.00','1276','Inclusive','branch','Inventory','','','','',''),('616704943902240060',330,'61670494367','129','2.00','20','retail','0','2022-12-08 13:13:11','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-08 10:13:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1276.00','1274','Inclusive','branch','Inventory','','','','',''),('616704948611030423',331,'61670494547','129','2.00','20','retail','0','2022-12-08 13:21:01','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-08 10:21:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1274.00','1272','Inclusive','branch','Inventory','','','','',''),('916704948993323292',332,'91670494883','129','5.00','50','retail','0','2022-12-08 13:21:23','','','','5','Cash',6.90,'10','','','9','','1','2022-12-08 10:21:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1272.00','1267','Inclusive','branch','Inventory','','','','',''),('916704949264220297',333,'91670494917','129','2.00','20','retail','0','2022-12-08 13:21:57','','','','5','Cash',2.76,'10','','','9','','1','2022-12-08 10:22:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1267.00','1265','Inclusive','branch','Inventory','','','','',''),('916704951051232034',334,'91670495097','129','3.00','30','retail','0','2022-12-08 13:24:57','','','','5','Cash',4.14,'10','','','9','','1','2022-12-08 10:25:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1265.00','1262','Inclusive','branch','Inventory','','','','',''),('616704956074202203',335,'61670495592','133','1.00','80','retail','0','2022-12-08 13:33:27','COLD','','','41','Cash',11.03,'80','','','6','','1','2022-12-08 10:33:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','73.00','72','Inclusive','branch','.','','','','',''),('616704957462312133',336,'61670495678','129','1.00','10','retail','0','2022-12-08 13:35:47','COLD','','','5','Cash',1.38,'10','','','6','','1','2022-12-08 10:35:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1262.00','1261','Inclusive','branch','Inventory','','','','',''),('816704960930349223',337,'81670496082','139','1.00','30','retail','0','2022-12-08 13:41:22','','','','20','Cash',4.14,'30','','','8','','1','2022-12-08 10:43:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','129.00','128','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704961131924060',338,'81670496082','146','1.00','30.06','retail','0','2022-12-08 13:41:39','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-08 10:43:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704961818902834',339,'81670496082','124','1.00','30','retail','0','2022-12-08 13:41:53','','','','20','Cash',4.14,'30','','','8','','1','2022-12-08 10:43:13','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816704964852386040',340,'81670496484','141','1.00','400','retail','0','2022-12-08 13:48:04','','','','210','Cash',55.17,'400','','','8','','1','2022-12-08 10:48:27','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704964906090041',341,'81670496484','143','1.00','22.5','retail','0','2022-12-08 13:48:09','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 10:48:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','260.00','259','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704964984402246',342,'81670496484','143','1.00','22.5','retail','0','2022-12-08 13:48:18','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 10:48:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','259.00','258','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704965280846233',343,'81670496527','120','1.00','200','retail','0','2022-12-08 13:48:47','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 10:48:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704965290333703',344,'81670496527','143','1.00','22.5','retail','0','2022-12-08 13:48:49','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 10:48:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','258.00','257','Inclusive','branch','Inventory','1110','4000','5500','',''),('916704970651330073',345,'91670497055','129','2.00','20','retail','0','2022-12-08 13:57:35','','','','5','Cash',2.76,'10','','','9','','1','2022-12-08 10:57:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1261.00','1259','Inclusive','branch','Inventory','','','','',''),('816704977940830339',346,'81670497793','120','1.00','200','retail','0','2022-12-08 14:09:53','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 11:10:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704978142234228',347,'81670497793','143','4.00','90','retail','0','2022-12-08 14:09:54','','','','15','Cash',12.41,'22.5','','','8','','1','2022-12-08 11:10:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'4','257.00','253','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704980123397034',348,'81670497994','129','2.00','20','retail','0','2022-12-08 14:13:14','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 11:13:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1259.00','1257','Inclusive','branch','Inventory','','','','',''),('816704980453330220',349,'81670498033','129','2.00','20','retail','0','2022-12-08 14:13:53','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 11:14:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1257.00','1255','Inclusive','branch','Inventory','','','','',''),('916704994903009402',350,'91670499489','118','1.00','280','retail','0','2022-12-08 14:38:09','','','','175','Cash',38.62,'280','','','9','','1','2022-12-08 11:38:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','17.00','16','Inclusive','branch','.','','','','',''),('816704998535020292',351,'81670499836','145','1.00','99.5','retail','0','2022-12-08 14:43:56','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-08 11:45:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704998722700733',352,'81670499836','145','1.00','99.5','retail','0','2022-12-08 14:44:13','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-08 11:45:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704998880246204',353,'81670499836','145','1.00','99.5','retail','0','2022-12-08 14:44:33','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-08 11:45:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('816704999022309809',354,'81670499836','120','1.00','200','retail','0','2022-12-08 14:45:01','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 11:45:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816704999443920323',355,'81670499926','129','2.00','20','retail','0','2022-12-08 14:45:26','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 11:45:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1255.00','1253','Inclusive','branch','Inventory','','','','',''),('816704999722620090',356,'81670499959','129','2.00','20','retail','0','2022-12-08 14:45:59','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 11:46:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1253.00','1251','Inclusive','branch','Inventory','','','','',''),('816705008620330322',357,'81670500862','143','1.00','22.5','retail','0','2022-12-08 15:01:02','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 12:01:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','253.00','252','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705013493323940',358,'81670501342','129','2.00','20','retail','0','2022-12-08 15:09:02','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 12:09:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1251.00','1249','Inclusive','branch','Inventory','','','','',''),('816705014093603320',359,'81670501408','120','1.00','200','retail','0','2022-12-08 15:10:08','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 12:10:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705014114442000',360,'81670501408','143','1.00','22.5','retail','0','2022-12-08 15:10:10','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 12:10:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','252.00','251','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705017415324320',361,'81670501740','120','1.00','200','retail','0','2022-12-08 15:15:40','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 12:15:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705017463233006',362,'81670501740','143','1.00','22.5','retail','0','2022-12-08 15:15:45','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 12:15:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','251.00','250','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705025686643603',363,'81670502568','132','1.00','50','retail','0','2022-12-08 15:29:28','','','','24','Cash',6.90,'50','','','8','','1','2022-12-08 12:29:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','82.00','81','Inclusive','branch','.','','','','',''),('916705054252203373',364,'91670505410','136','1.00','100','retail','0','2022-12-08 16:16:50','','','','48','Cash',13.79,'100','','','9','','1','2022-12-08 13:17:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','.','','','','',''),('916705054387033322',365,'91670505410','118','1.00','280','retail','0','2022-12-08 16:17:05','','','','175','Cash',38.62,'280','','','9','','1','2022-12-08 13:17:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','16.00','15','Inclusive','branch','.','','','','',''),('916705055112502537',366,'91670505491','143','5.00','112.5','retail','0','2022-12-08 16:18:11','','','','15','Cash',15.52,'22.5','','','9','','1','2022-12-08 13:18:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'5','250.00','245','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705058823002035',367,'81670505881','120','1.00','200','retail','0','2022-12-08 16:24:41','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 13:24:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705058886031022',368,'81670505881','143','1.00','22.5','retail','0','2022-12-08 16:24:47','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 13:24:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','245.00','244','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705061833020230',369,'91670506182','119','1.00','250','retail','0','2022-12-08 16:29:42','','','','150','Cash',34.48,'250','','','9','','1','2022-12-08 13:30:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','12.00','11','Inclusive','branch','.','','','','',''),('916705061962203932',370,'91670506182','143','1.00','22.5','retail','0','2022-12-08 16:29:55','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-08 13:30:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','244.00','243','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705062100220006',371,'91670506182','120','1.00','200','retail','0','2022-12-08 16:30:09','','','','105','Cash',27.59,'200','','','9','','1','2022-12-08 13:30:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916705062180027063',372,'91670506182','143','1.00','22.5','retail','0','2022-12-08 16:30:18','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-08 13:30:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','243.00','242','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705071013330220',373,'91670507092','129','1.00','10','retail','0','2022-12-08 16:44:52','','','','5','Cash',1.38,'10','','','9','','1','2022-12-08 13:45:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1249.00','1248','Inclusive','branch','Inventory','','','','',''),('816705099252803559',374,'81670509905','129','2.00','20','retail','0','2022-12-08 17:31:45','','','','5','Cash',2.76,'10','','','8','','1','2022-12-08 14:32:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1248.00','1246','Inclusive','branch','Inventory','','','','',''),('816705099372529332',375,'81670509905','147','1.00','20','retail','0','2022-12-08 17:32:05','','','','12','Cash',2.76,'20','','','8','','1','2022-12-08 14:32:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705099515223723',376,'81670509905','124','1.00','30','retail','0','2022-12-08 17:32:18','','','','20','Cash',4.14,'30','','','8','','1','2022-12-08 14:32:36','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816705117962168220',377,'81670511786','129','1.00','10','retail','0','2022-12-08 18:03:06','','','','5','Cash',1.38,'10','','','8','','1','2022-12-08 15:03:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1246.00','1245','Inclusive','branch','Inventory','','','','',''),('816705118080803103',378,'81670511786','124','1.00','30','retail','0','2022-12-08 18:03:16','','','','20','Cash',4.14,'30','','','8','','1','2022-12-08 15:03:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('816705122640140323',379,'81670512240','132','3.00','150','retail','0','2022-12-08 18:10:40','','','','24','Cash',20.69,'50','','','8','','1','2022-12-08 15:11:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','81.00','78','Inclusive','branch','.','','','','',''),('916705128250302803',380,'91670512817','129','2.00','20','retail','0','2022-12-08 18:20:17','','','','5','Cash',2.76,'10','','','9','','1','2022-12-08 15:20:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1245.00','1243','Inclusive','branch','Inventory','','','','',''),('616705173340330130',381,'61670517311','7','1.00','250','retail','0','2022-12-08 19:35:34','COLD','','','192','Cash',34.48,'250','','','6','','1','2022-12-08 16:35:37','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','6.00','5','Inclusive','branch','.','','','','',''),('816705174480212732',382,'81670517427','145','2.00','199','retail','0','2022-12-08 19:37:07','','','','50','Cash',27.45,'99.5','','','8','','1','2022-12-08 16:37:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'2','16.00','14','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705174950232303',383,'81670517495','60','2.00','440','retail','0','2022-12-08 19:38:15','','','','168','Cash',60.69,'220','','','8','','1','2022-12-08 16:38:45','1','1','new','3','new','pcs','','','','','','0','','','VATABLE',379.31,'','13.00','11','Inclusive','branch','.','','','','',''),('616705178537802253',384,'61670517833','129','1.00','10','retail','0','2022-12-08 19:44:13','COLD','','','5','Cash',1.38,'10','','','6','','1','2022-12-08 16:44:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1243.00','1242','Inclusive','branch','Inventory','','','','',''),('616705179696213161',385,'61670517955','139','1.00','30','retail','0','2022-12-08 19:46:09','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-08 16:46:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','128.00','127','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705185707290312',386,'91670518560','129','4.00','40','retail','0','2022-12-08 19:56:00','','','','5','Cash',5.52,'10','','','9','','1','2022-12-08 16:56:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1242.00','1238','Inclusive','branch','Inventory','','','','',''),('916705191029229293',387,'91670519091','125','1.00','100','retail','0','2022-12-08 20:04:51','','','','50','Cash',13.79,'100','','','9','','1','2022-12-08 17:05:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','47.00','46','Inclusive','branch','.','','','','',''),('916705198983192930',388,'91670519887','129','3.00','30','retail','0','2022-12-08 20:18:07','','','','5','Cash',4.14,'10','','','9','','1','2022-12-08 17:18:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1238.00','1235','Inclusive','branch','Inventory','','','','',''),('816705202892263032',389,'81670520288','120','1.00','200','retail','0','2022-12-08 20:24:48','','','','105','Cash',27.59,'200','','','8','','1','2022-12-08 17:25:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705202943342622',390,'81670520288','143','1.00','22.5','retail','0','2022-12-08 20:24:53','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-08 17:25:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','242.00','241','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705221003002053',391,'81670522086','7','1.00','250','retail','0','2022-12-08 20:54:46','','','','192','Cash',34.48,'250','','','8','','1','2022-12-08 17:55:03','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','.','','','','',''),('616705257782372207',392,'61670525758','129','2.00','20','retail','0','2022-12-08 21:56:19','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-08 18:56:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1235.00','1233','Inclusive','branch','Inventory','','','','',''),('916705273800023030',393,'91670527356','124','1.00','30','retail','0','2022-12-08 22:22:36','','','','20','Cash',4.14,'30','','','9','','1','2022-12-08 19:23:22','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('916705274001003342',394,'91670527356','129','15.00','150','retail','0','2022-12-08 22:23:00','','','','5','Cash',20.69,'10','','','9','','1','2022-12-08 19:23:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'15','1233.00','1218','Inclusive','branch','Inventory','','','','',''),('916705624773622202',395,'91670562466','129','5.00','50','retail','0','2022-12-09 08:07:46','','','','5','Cash',6.90,'10','','','9','','1','2022-12-09 05:08:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1218.00','1213','Inclusive','branch','Inventory','','','','',''),('816705657980093377',396,'81670565782','124','2.00','60','retail','0','2022-12-09 09:03:02','','','','20','Cash',8.28,'30','','','8','','1','2022-12-09 06:03:30','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','106.00','104','Inclusive','branch','.','','','','',''),('816705658083087220',397,'81670565782','129','2.00','20','retail','0','2022-12-09 09:03:18','','','','5','Cash',2.76,'10','','','8','','1','2022-12-09 06:03:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1213.00','1211','Inclusive','branch','Inventory','','','','',''),('916705661089910432',398,'91670566071','129','4.00','40','retail','0','2022-12-09 09:07:51','','','','5','Cash',5.52,'10','','','9','','1','2022-12-09 06:08:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1211.00','1207','Inclusive','branch','Inventory','','','','',''),('916705661310000103',399,'91670566122','139','2.00','60','retail','0','2022-12-09 09:08:42','','','','20','Cash',8.28,'30','','','9','','1','2022-12-09 06:08:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','127.00','125','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705681882426322',400,'91670568179','129','2.00','20','retail','0','2022-12-09 09:42:59','','','','5','Cash',2.76,'10','','','9','','1','2022-12-09 06:43:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1207.00','1205','Inclusive','branch','Inventory','','','','',''),('616705684558044026',401,'61670568423','129','6.00','60','retail','0','2022-12-09 09:47:35','COLD','','','5','Cash',8.28,'10','','','6','','1','2022-12-09 06:47:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1205.00','1199','Inclusive','branch','Inventory','','','','',''),('616705684793635232',402,'61670568458','129','6.00','60','retail','0','2022-12-09 09:47:59','COLD','','','5','Cash',8.28,'10','','','6','','1','2022-12-09 06:48:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1199.00','1193','Inclusive','branch','Inventory','','','','',''),('616705686473064302',403,'61670568626','129','1.00','10','retail','0','2022-12-09 09:50:48','COLD','','','5','Cash',1.38,'10','','','6','','1','2022-12-09 06:50:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1193.00','1192','Inclusive','branch','Inventory','','','','',''),('916705691693333620',404,'91670569159','129','5.00','50','retail','0','2022-12-09 09:59:19','','','','5','Cash',6.90,'10','','','9','','1','2022-12-09 06:59:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1192.00','1187','Inclusive','branch','Inventory','','','','',''),('816705701783053373',405,'81670570166','129','2.00','20','retail','0','2022-12-09 10:16:06','','','','5','Cash',2.76,'10','','','8','','1','2022-12-09 07:16:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1187.00','1185','Inclusive','branch','Inventory','','','','',''),('816705701932300322',406,'81670570166','146','1.00','30.06','retail','0','2022-12-09 10:16:18','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-09 07:16:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705702083215023',407,'81670570166','147','1.00','20','retail','0','2022-12-09 10:16:33','','','','12','Cash',2.76,'20','','','8','','1','2022-12-09 07:16:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705707082032302',408,'81670570697','129','2.00','20','retail','0','2022-12-09 10:24:57','','','','5','Cash',2.76,'10','','','8','','1','2022-12-09 07:25:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1185.00','1183','Inclusive','branch','Inventory','','','','',''),('816705707212233026',409,'81670570697','147','1.00','20','retail','0','2022-12-09 10:25:08','','','','12','Cash',2.76,'20','','','8','','1','2022-12-09 07:25:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705712692392293',410,'81670571261','147','1.00','20','retail','0','2022-12-09 10:34:21','','','','12','Cash',2.76,'20','','','8','','1','2022-12-09 07:35:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705713010322702',411,'81670571261','129','2.00','20','retail','0','2022-12-09 10:34:30','','','','5','Cash',2.76,'10','','','8','','1','2022-12-09 07:35:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1183.00','1181','Inclusive','branch','Inventory','','','','',''),('816705713122230383',412,'81670571261','146','1.00','30.06','retail','0','2022-12-09 10:35:02','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-09 07:35:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705713552033020',413,'81670571338','129','2.00','20','retail','0','2022-12-09 10:35:38','','','','5','Cash',2.76,'10','','','8','','1','2022-12-09 07:36:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1181.00','1179','Inclusive','branch','Inventory','','','','',''),('816705714003223022',414,'81670571338','124','1.00','30','retail','0','2022-12-09 10:35:56','','','','20','Cash',4.14,'30','','','8','','1','2022-12-09 07:36:59','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('816705714127122033',415,'81670571338','146','1.00','30.06','retail','0','2022-12-09 10:36:41','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-09 07:36:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705746753003205',416,'91670574664','129','1.00','10','retail','0','2022-12-09 11:31:04','','','','5','Cash',1.38,'10','','','9','','1','2022-12-09 08:31:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1179.00','1178','Inclusive','branch','Inventory','','','','',''),('816705752433007000',417,'81670575211','146','1.00','30.06','retail','0','2022-12-09 11:40:11','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-09 08:40:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705752543230130',418,'81670575211','139','2.00','60','retail','0','2022-12-09 11:40:43','','','','20','Cash',8.28,'30','','','8','','1','2022-12-09 08:40:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','125.00','123','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705753292337237',419,'91670575312','129','2.00','20','retail','0','2022-12-09 11:41:52','','','','5','Cash',2.76,'10','','','9','','1','2022-12-09 08:42:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1178.00','1176','Inclusive','branch','Inventory','','','','',''),('816705753522034530',420,'81670575341','124','1.00','30','retail','0','2022-12-09 11:42:21','','','','20','Cash',4.14,'30','','','8','','1','2022-12-09 08:42:35','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('616705770350772332',421,'61670576827','129','1.00','10','retail','0','2022-12-09 12:10:36','COLD','','','5','Cash',1.38,'10','','','6','','1','2022-12-09 09:10:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1176.00','1175','Inclusive','branch','Inventory','','','','',''),('616705771147013321',422,'61670577060','146','1.00','30.06','retail','0','2022-12-09 12:11:54','COLD','','','18','Cash',4.15,'30.06','','','6','','1','2022-12-09 09:11:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705790697493024',423,'91670579059','124','1.00','30','retail','0','2022-12-09 12:44:19','','','','20','Cash',4.14,'30','','','9','','1','2022-12-09 09:44:31','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('816705792602100266',424,'81670579249','143','4.00','90','retail','0','2022-12-09 12:47:29','','','','15','Cash',12.41,'22.5','','','8','','1','2022-12-09 09:47:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'4','241.00','237','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705793152233390',425,'81670579314','141','1.00','400','retail','0','2022-12-09 12:48:34','','','','210','Cash',55.17,'400','','','8','','1','2022-12-09 09:48:49','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705793278202279',426,'81670579314','143','2.00','45','retail','0','2022-12-09 12:48:35','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-09 09:48:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','237.00','235','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705795472632372',427,'91670579536','129','6.00','60','retail','0','2022-12-09 12:52:16','','','','5','Cash',8.28,'10','','','9','','1','2022-12-09 09:52:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1175.00','1169','Inclusive','branch','Inventory','','','','',''),('616705801540462020',428,'61670580130','132','3.00','150','retail','0','2022-12-09 13:02:34','COLD','','','24','Cash',20.69,'50','','','6','','1','2022-12-09 10:02:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','78.00','75','Inclusive','branch','.','','','','',''),('616705819850496222',429,'61670581967','146','1.00','30.06','retail','0','2022-12-09 13:33:05','COLD','','','18','Cash',4.15,'30.06','','','6','','1','2022-12-09 10:33:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('616705820180023328',430,'61670582001','139','1.00','30','retail','0','2022-12-09 13:33:38','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-09 10:33:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','123.00','122','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705823773333307',431,'91670582361','129','9.00','90','retail','0','2022-12-09 13:39:21','','','','5','Cash',12.41,'10','','','9','','1','2022-12-09 10:39:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'9','1169.00','1160','Inclusive','branch','Inventory','','','','',''),('916705833342324002',432,'91670583310','129','2.00','20','retail','0','2022-12-09 13:55:23','','','','5','Cash',2.76,'10','','','9','','1','2022-12-09 10:55:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1160.00','1158','Inclusive','branch','Inventory','','','','',''),('916705833762161002',433,'91670583361','146','1.00','30.06','retail','0','2022-12-09 13:56:01','','','','18','Cash',4.15,'30.06','','','9','','1','2022-12-09 10:56:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705849504200408',434,'91670584916','5','1.00','300','retail','0','2022-12-09 14:21:56','','','','236','Cash',41.38,'300','','','9','','1','2022-12-09 11:22:56','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',258.62,'1','8.00','7','Inclusive','branch','.','','','','',''),('916705849722223234',435,'91670584916','132','1.00','50','retail','0','2022-12-09 14:22:30','','','','24','Cash',6.90,'50','','','9','','1','2022-12-09 11:22:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','75.00','74','Inclusive','branch','.','','','','',''),('916705850065425221',436,'91670584996','143','1.00','22.5','retail','0','2022-12-09 14:23:16','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-09 11:23:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','235.00','234','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705850182261513',437,'91670584996','144','1.00','133','retail','0','2022-12-09 14:23:26','','','','70','Cash',18.34,'133','','','9','','1','2022-12-09 11:23:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',114.66,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705851047387300',438,'81670585093','118','1.00','280','retail','0','2022-12-09 14:24:53','','','','175','Cash',38.62,'280','','','8','','1','2022-12-09 11:25:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','15.00','14','Inclusive','branch','.','','','','',''),('816705851403003620',439,'81670585139','120','1.00','200','retail','0','2022-12-09 14:25:39','','','','105','Cash',27.59,'200','','','8','','1','2022-12-09 11:25:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705851465351336',440,'81670585139','143','1.00','22.5','retail','0','2022-12-09 14:25:45','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-09 11:25:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','234.00','233','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705851493503203',441,'81670585139','118','1.00','280','retail','0','2022-12-09 14:25:48','','','','175','Cash',38.62,'280','','','8','','1','2022-12-09 11:25:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','14.00','13','Inclusive','branch','.','','','','',''),('816705855193002051',442,'81670585496','133','6.00','480','retail','0','2022-12-09 14:31:36','','','','41','Cash',66.21,'80','','','8','','1','2022-12-09 11:32:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'6','72.00','66','Inclusive','branch','.','','','','',''),('916705864706332567',443,'91670586451','129','5.00','50','retail','0','2022-12-09 14:47:31','','','','5','Cash',6.90,'10','','','9','','1','2022-12-09 11:47:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1158.00','1153','Inclusive','branch','Inventory','','','','',''),('916705864959335303',444,'91670586487','129','1.00','10','retail','0','2022-12-09 14:48:07','','','','5','Cash',1.38,'10','','','9','','1','2022-12-09 11:48:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1153.00','1152','Inclusive','branch','Inventory','','','','',''),('916705865083532094',445,'91670586487','146','1.00','30.06','retail','0','2022-12-09 14:48:16','','','','18','Cash',4.15,'30.06','','','9','','1','2022-12-09 11:48:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('616705869623393012',446,'61670586954','120','1.00','200','retail','0','2022-12-09 14:56:16','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-09 11:56:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('616705869760331265',447,'61670586954','143','1.00','22.5','retail','0','2022-12-09 14:56:16','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-09 11:56:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','233.00','232','Inclusive','branch','Inventory','1110','4000','5500','',''),('616705870856263770',448,'61670587081','143','1.00','22.5','retail','0','2022-12-09 14:58:39','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-09 11:58:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','232.00','231','Inclusive','branch','Inventory','1110','4000','5500','',''),('616705871180002011',449,'61670587081','120','1.00','200','retail','0','2022-12-09 14:58:39','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-09 11:58:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705880688350632',450,'81670588029','138','1.00','299','retail','0','2022-12-09 15:13:49','','','','230','Cash',41.24,'299','','','8','','1','2022-12-09 12:14:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',257.76,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','',''),('916705882993030228',451,'91670588288','129','2.00','20','retail','0','2022-12-09 15:18:08','','','','5','Cash',2.76,'10','','','9','','1','2022-12-09 12:18:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1152.00','1150','Inclusive','branch','Inventory','','','','',''),('916705884863252242',452,'91670588476','129','1.00','10','retail','0','2022-12-09 15:21:16','','','','5','Cash',1.38,'10','','','9','','1','2022-12-09 12:21:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1150.00','1149','Inclusive','branch','Inventory','','','','',''),('816705885512523503',453,'81670588550','120','1.00','200','retail','0','2022-12-09 15:22:30','','','','105','Cash',27.59,'200','','','8','','1','2022-12-09 12:22:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705885547438330',454,'81670588550','143','1.00','22.5','retail','0','2022-12-09 15:22:34','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-09 12:22:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','231.00','230','Inclusive','branch','Inventory','1110','4000','5500','',''),('616705898583032330',455,'61670589847','129','1.00','10','retail','0','2022-12-09 15:44:19','COLD','','','5','Cash',1.38,'10','','','6','','1','2022-12-09 12:44:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1149.00','1148','Inclusive','branch','Inventory','','','','',''),('816705901112332310',456,'81670590110','120','1.00','200','retail','0','2022-12-09 15:48:30','','','','105','Cash',27.59,'200','','','8','','1','2022-12-09 12:48:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816705901142122300',457,'81670590110','143','1.00','22.5','retail','0','2022-12-09 15:48:33','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-09 12:48:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','230.00','229','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705901342670034',458,'81670590123','124','2.00','60','retail','0','2022-12-09 15:48:43','','','','20','Cash',8.28,'30','','','8','','1','2022-12-09 12:49:02','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','106.00','104','Inclusive','branch','.','','','','',''),('916705902410092033',459,'91670590232','139','1.00','30','retail','0','2022-12-09 15:50:32','','','','20','Cash',4.14,'30','','','9','','1','2022-12-09 12:50:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','122.00','121','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705932031313143',460,'81670593192','145','1.00','99.5','retail','0','2022-12-09 16:39:52','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-09 13:40:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705937296207820',461,'81670593715','129','3.00','30','retail','0','2022-12-09 16:48:35','','','','5','Cash',4.14,'10','','','8','','1','2022-12-09 13:49:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1148.00','1145','Inclusive','branch','Inventory','','','','',''),('816705937422273303',462,'81670593715','131','1.00','50','retail','0','2022-12-09 16:49:02','','','','23','Cash',6.90,'50','','','8','','1','2022-12-09 13:49:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','22.00','21','Inclusive','branch','.','','','','',''),('916705949153223007',463,'91670594866','143','30.00','675','retail','0','2022-12-09 17:08:07','','','','15','Cash',93.10,'22.5','','','9','','1','2022-12-09 14:08:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'30','229.00','199','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705984794312180',464,'81670598463','147','1.00','20','retail','0','2022-12-09 18:07:43','','','','12','Cash',2.76,'20','','','8','','1','2022-12-09 15:08:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705984929340329',465,'81670598463','139','1.00','30','retail','0','2022-12-09 18:08:00','','','','20','Cash',4.14,'30','','','8','','1','2022-12-09 15:08:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','121.00','120','Inclusive','branch','Inventory','1110','4000','5500','',''),('816705985131804022',466,'81670598503','129','4.00','40','retail','0','2022-12-09 18:08:23','','','','5','Cash',5.52,'10','','','8','','1','2022-12-09 15:08:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1145.00','1141','Inclusive','branch','Inventory','','','','',''),('616705999933326293',467,'61670599956','129','5.00','50','retail','0','2022-12-09 18:33:14','COLD','','','5','Cash',6.90,'10','','','6','','1','2022-12-09 15:33:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1141.00','1136','Inclusive','branch','Inventory','','','','',''),('616706000522331223',468,'61670600017','124','1.00','30','retail','0','2022-12-09 18:34:13','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-09 15:34:17','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('616706001292222920',469,'61670600057','124','1.00','30','retail','0','2022-12-09 18:35:29','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-09 15:35:34','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('616706001873420301',470,'61670600146','129','2.00','20','retail','0','2022-12-09 18:36:28','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-09 15:36:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1136.00','1134','Inclusive','branch','Inventory','','','','',''),('616706005043666226',471,'61670600485','147','1.00','20','retail','0','2022-12-09 18:41:44','COLD','','','12','Cash',2.76,'20','','','6','','1','2022-12-09 15:41:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','',''),('616706014053413272',472,'61670601388','129','3.00','30','retail','0','2022-12-09 18:56:45','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-09 15:56:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1134.00','1131','Inclusive','branch','Inventory','','','','',''),('616706017252233221',473,'61670601721','143','1.00','22.5','retail','0','2022-12-09 19:02:05','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-09 16:02:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','199.00','198','Inclusive','branch','Inventory','1110','4000','5500','',''),('616706017933222027',474,'61670601781','144','1.00','133','retail','0','2022-12-09 19:03:14','COLD','','','70','Cash',18.34,'133','','','6','','1','2022-12-09 16:03:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',114.66,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706018752221063',475,'81670601863','60','2.00','440','retail','0','2022-12-09 19:04:23','','','','168','Cash',60.69,'220','','','8','','1','2022-12-09 16:04:37','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','11.00','9','Inclusive','branch','.','','','','',''),('816706024186333332',476,'81670602349','145','1.00','99.5','retail','0','2022-12-09 19:12:30','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-09 16:14:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706024340230046',477,'81670602349','124','4.00','120','retail','0','2022-12-09 19:13:39','','','','20','Cash',16.55,'30','','','8','','1','2022-12-09 16:14:01','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'4','106.00','102','Inclusive','branch','.','','','','',''),('616706025181020406',478,'61670602477','130','1.00','100','retail','0','2022-12-09 19:15:18','COLD','','','48','Cash',13.79,'100','','','6','','1','2022-12-09 16:15:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','22.00','21','Inclusive','branch','.','','','','',''),('816706027570207344',479,'81670602749','129','2.00','20','retail','0','2022-12-09 19:19:09','','','','5','Cash',2.76,'10','','','8','','1','2022-12-09 16:19:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1131.00','1129','Inclusive','branch','Inventory','','','','',''),('916706032223267229',480,'91670603214','129','3.00','30','retail','0','2022-12-09 19:26:54','','','','5','Cash',4.14,'10','','','9','','1','2022-12-09 16:27:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','1129.00','1126','Inclusive','branch','Inventory','','','','',''),('916706032320123303',481,'91670603214','147','1.00','20','retail','0','2022-12-09 19:27:03','','','','12','Cash',2.76,'20','','','9','','1','2022-12-09 16:27:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','',''),('916706034580040293',482,'91670603447','7','1.00','250','retail','0','2022-12-09 19:30:47','','','','192','Cash',34.48,'250','','','9','','1','2022-12-09 16:31:01','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','9.00','8','Inclusive','branch','.','','','','',''),('616706052858022262',483,'61670605248','138','1.00','299','retail','0','2022-12-09 20:01:26','COLD','','','230','Cash',41.24,'299','','','6','','1','2022-12-09 17:02:37','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',257.76,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','',''),('616706053870036802',484,'61670605369','135','1.00','60','retail','0','2022-12-09 20:03:07','COLD','','','41','Cash',8.28,'60','','','6','','1','2022-12-09 17:03:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','44.00','43','Inclusive','branch','.','','','','',''),('916706056682683230',485,'91670605655','83','1.00','350','retail','0','2022-12-09 20:07:35','','','','270','Cash',48.28,'350','','','9','','1','2022-12-09 17:07:56','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','8.00','7','Inclusive','branch','.','','','','',''),('816706073426462432',486,'81670607341','120','1.00','200','retail','0','2022-12-09 20:35:41','','','','105','Cash',27.59,'200','','','8','','1','2022-12-09 17:35:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816706073443372462',487,'81670607341','143','1.00','22.5','retail','0','2022-12-09 20:35:43','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-09 17:35:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','198.00','197','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706073773233307',488,'81670607376','143','1.00','22.5','retail','0','2022-12-09 20:36:16','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-09 17:36:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','197.00','196','Inclusive','branch','Inventory','1110','4000','5500','',''),('616706086331032306',489,'61670608598','143','1.00','22.5','retail','0','2022-12-09 20:57:14','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-09 17:57:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','196.00','195','Inclusive','branch','Inventory','1110','4000','5500','',''),('616706101010022260',490,'61670610090','83','1.00','350','retail','0','2022-12-09 21:21:42','COLD','','','270','Cash',48.28,'350','','','6','','1','2022-12-09 18:21:48','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','7.00','6','Inclusive','branch','.','','','','',''),('816706107928332762',491,'81670610790','120','1.00','200','retail','0','2022-12-09 21:33:10','','','','105','Cash',27.59,'200','','','8','','1','2022-12-09 18:33:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816706107950332022',492,'81670610790','143','1.00','22.5','retail','0','2022-12-09 21:33:13','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-09 18:33:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','195.00','194','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706109580455300',493,'81670610813','4','1.00','450','retail','0','2022-12-09 21:33:54','','','','320','Cash',62.07,'450','','','8','','1','2022-12-09 18:36:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','15.00','14','Inclusive','branch','.','','','','',''),('616706142157223337',494,'61670614182','118','2.00','560','retail','0','2022-12-09 22:30:15','COLD','','','175','Cash',77.24,'280','','','6','','1','2022-12-09 19:30:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'2','13.00','11','Inclusive','branch','.','','','','',''),('616706143296231102',495,'61670614302','46','1.00','400','retail','0','2022-12-09 22:32:09','COLD','','','301','Cash',55.17,'400','','','6','','1','2022-12-09 19:32:14','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','8.00','7','Inclusive','branch','.','','','','',''),('916706157152023392',496,'91670615714','124','2.00','60','retail','0','2022-12-09 22:55:14','','','','20','Cash',8.28,'30','','','9','','1','2022-12-09 19:56:35','2','16','new','3','new','ltr','','','','','','0','','','VATABLE',51.72,'','106.00','105','Inclusive','branch','.','','','','',''),('916706157350734251',497,'91670615714','129','10.00','100','retail','0','2022-12-09 22:55:34','','','','5','Cash',13.79,'10','','','9','','1','2022-12-09 19:56:35','2','16','new','3','new','pcs','','','','','','0','','','VATABLE',86.21,'','1126.00','1116','Inclusive','branch','Inventory','','','','',''),('916706157827023022',498,'91670615714','146','1.00','30.06','retail','0','2022-12-09 22:55:48','','','','18','Cash',4.15,'30.06','','','9','','1','2022-12-09 19:56:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706702096372203',499,'81670670180','129','10.00','100','retail','0','2022-12-10 14:03:00','','','','5','Cash',13.79,'10','','','8','','1','2022-12-10 11:03:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','1116.00','1106','Inclusive','branch','Inventory','','','','',''),('816706702990326292',500,'81670670292','129','1.00','10','retail','0','2022-12-10 14:04:52','','','','5','Cash',1.38,'10','','','8','','1','2022-12-10 11:05:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1106.00','1105','Inclusive','branch','Inventory','','','','',''),('816706703400383300',501,'81670670318','139','1.00','30','retail','0','2022-12-10 14:05:18','','','','20','Cash',4.14,'30','','','8','','1','2022-12-10 11:06:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','120.00','119','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706703510130031',502,'81670670318','124','1.00','30','retail','0','2022-12-10 14:05:40','','','','20','Cash',4.14,'30','','','8','','1','2022-12-10 11:06:00','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('116706707377332442',503,'11670670711','129','5.00','50','retail','0','2022-12-10 14:18:59','','','','5','Cash',6.90,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1105.00','1100','Inclusive','branch','Inventory','','','','',''),('116706707570330061',504,'11670670711','147','2.00','40','retail','0','2022-12-10 14:18:59','','','','12','Cash',5.52,'20','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','42.00','40','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706707751202100',505,'11670670711','129','6.00','60','retail','0','2022-12-10 14:18:59','','','','5','Cash',8.28,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1100.00','1094','Inclusive','branch','Inventory','','','','',''),('116706707912363000',506,'11670670711','59','2.00','440','retail','0','2022-12-10 14:18:59','','','','168','Cash',60.69,'220','','','1','','1','2022-12-10 11:19:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','46.00','44','Inclusive','branch','.','','','','',''),('116706708030320047',507,'11670670711','133','1.00','80','retail','0','2022-12-10 14:18:59','','','','41','Cash',11.03,'80','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','66.00','65','Inclusive','branch','.','','','','',''),('116706708230302334',508,'11670670711','141','1.00','400','retail','0','2022-12-10 14:18:59','','','','210','Cash',55.17,'400','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706708370330237',509,'11670670711','143','1.00','22.5','retail','0','2022-12-10 14:18:59','','','','15','Cash',3.10,'22.5','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','194.00','193','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706708540732060',510,'11670670711','129','6.00','60','retail','0','2022-12-10 14:18:59','','','','5','Cash',8.28,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1094.00','1088','Inclusive','branch','Inventory','','','','',''),('116706708637203303',511,'11670670711','129','1.00','10','retail','0','2022-12-10 14:18:59','','','','5','Cash',1.38,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1088.00','1087','Inclusive','branch','Inventory','','','','',''),('116706708993332382',512,'11670670711','130','1.00','100','retail','0','2022-12-10 14:18:59','','','','48','Cash',13.79,'100','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','21.00','20','Inclusive','branch','.','','','','',''),('116706709142017336',513,'11670670711','129','2.00','20','retail','0','2022-12-10 14:18:59','','','','5','Cash',2.76,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1087.00','1085','Inclusive','branch','Inventory','','','','',''),('116706709683022036',514,'11670670711','146','1.00','30.06','retail','0','2022-12-10 14:18:59','','','','18','Cash',4.15,'30.06','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706709781272372',515,'11670670711','129','2.00','20','retail','0','2022-12-10 14:18:59','','','','5','Cash',2.76,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1085.00','1083','Inclusive','branch','Inventory','','','','',''),('116706709927323221',516,'11670670711','124','1.00','30','retail','0','2022-12-10 14:18:59','','','','20','Cash',4.14,'30','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('116706710032003303',517,'11670670711','139','1.00','30','retail','0','2022-12-10 14:18:59','','','','20','Cash',4.14,'30','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','119.00','118','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706710112311233',518,'11670670711','124','1.00','30','retail','0','2022-12-10 14:18:59','','','','20','Cash',4.14,'30','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('116706710223030332',519,'11670670711','139','1.00','30','retail','0','2022-12-10 14:18:59','','','','20','Cash',4.14,'30','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','118.00','117','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706710303333731',520,'11670670711','120','1.00','200','retail','0','2022-12-10 14:18:59','','','','105','Cash',27.59,'200','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('116706710350222311',521,'11670670711','143','1.00','22.5','retail','0','2022-12-10 14:18:59','','','','15','Cash',3.10,'22.5','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','193.00','192','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706710517301063',522,'11670670711','129','5.00','50','retail','0','2022-12-10 14:18:59','','','','5','Cash',6.90,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1083.00','1078','Inclusive','branch','Inventory','','','','',''),('116706710701224233',523,'11670670711','147','1.00','20','retail','0','2022-12-10 14:18:59','','','','12','Cash',2.76,'20','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706710837237233',524,'11670670711','129','1.00','10','retail','0','2022-12-10 14:18:59','','','','5','Cash',1.38,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1078.00','1077','Inclusive','branch','Inventory','','','','',''),('116706711301172232',525,'11670670711','147','1.00','20','retail','0','2022-12-10 14:18:59','','','','12','Cash',2.76,'20','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','39.00','38','Inclusive','branch','Inventory','1110','4000','5500','',''),('116706711382322383',526,'11670670711','129','2.00','20','retail','0','2022-12-10 14:18:59','','','','5','Cash',2.76,'10','','','1','','1','2022-12-10 11:19:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1077.00','1075','Inclusive','branch','Inventory','','','','',''),('816706718330320423',527,'81670671824','129','5.00','50','retail','0','2022-12-10 14:30:24','','','','5','Cash',6.90,'10','','','8','','1','2022-12-10 11:30:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','1075.00','1070','Inclusive','branch','Inventory','','','','',''),('816706726364032707',528,'81670672635','141','1.00','400','retail','0','2022-12-10 14:43:55','','','','210','Cash',55.17,'400','','','8','','1','2022-12-10 11:44:11','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706726487243202',529,'81670672635','143','2.00','45','retail','0','2022-12-10 14:43:57','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-10 11:44:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','192.00','190','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706726707163236',530,'81670672660','146','1.00','30.06','retail','0','2022-12-10 14:44:20','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-10 11:44:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706726842022667',531,'81670672660','129','2.00','20','retail','0','2022-12-10 14:44:30','','','','5','Cash',2.76,'10','','','8','','1','2022-12-10 11:44:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1070.00','1068','Inclusive','branch','Inventory','','','','',''),('816706733402226030',532,'81670673319','129','6.00','60','retail','0','2022-12-10 14:55:19','','','','5','Cash',8.28,'10','','','8','','1','2022-12-10 11:55:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1068.00','1062','Inclusive','branch','Inventory','','','','',''),('816706747220123322',533,'81670673835','145','1.00','99.5','retail','0','2022-12-10 15:03:55','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-10 12:18:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706747603364723',534,'81670674760','143','1.00','22.5','retail','0','2022-12-10 15:19:20','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-10 12:19:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','190.00','189','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706755083288360',535,'81670675507','120','1.00','200','retail','0','2022-12-10 15:31:47','','','','105','Cash',27.59,'200','','','8','','1','2022-12-10 12:31:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816706755134663243',536,'81670675507','143','1.00','22.5','retail','0','2022-12-10 15:31:53','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-10 12:31:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','189.00','188','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706755475037372',537,'81670675528','135','1.00','60','retail','0','2022-12-10 15:32:08','','','','41','Cash',8.28,'60','','','8','','1','2022-12-10 12:32:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','43.00','42','Inclusive','branch','.','','','','',''),('916706766963242262',538,'91670676682','143','1.00','22.5','retail','0','2022-12-10 15:51:22','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-10 12:52:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','188.00','187','Inclusive','branch','Inventory','1110','4000','5500','',''),('916706767133723232',539,'91670676682','120','1.00','200','retail','0','2022-12-10 15:51:36','','','','105','Cash',27.59,'200','','','9','','1','2022-12-10 12:52:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916706767247726702',540,'91670676682','133','1.00','80','retail','0','2022-12-10 15:51:53','','','','41','Cash',11.03,'80','','','9','','1','2022-12-10 12:52:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','65.00','64','Inclusive','branch','.','','','','',''),('816706778063103030',541,'81670677793','57','4.00','880','retail','0','2022-12-10 16:09:53','','','','186.68','Cash',121.38,'220','','','8','','1','2022-12-10 13:10:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','35.00','31','Inclusive','branch','.','','','','',''),('816706785730303362',542,'81670678572','141','1.00','400','retail','0','2022-12-10 16:22:52','','','','210','Cash',55.17,'400','','','8','','1','2022-12-10 13:23:33','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706785871233020',543,'81670678572','143','2.00','45','retail','0','2022-12-10 16:22:54','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-10 13:23:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','187.00','185','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706786008320631',544,'81670678572','133','1.00','80','retail','0','2022-12-10 16:23:20','','','','41','Cash',11.03,'80','','','8','','1','2022-12-10 13:23:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','64.00','63','Inclusive','branch','.','','','','',''),('816706791743264701',545,'81670679145','58','2.00','440','retail','0','2022-12-10 16:32:25','','','','172','Cash',60.69,'220','','','8','','1','2022-12-10 13:32:57','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','23.00','21','Inclusive','branch','.','','','','',''),('816706791949922221',546,'81670679187','129','2.00','20','retail','0','2022-12-10 16:33:07','','','','5','Cash',2.76,'10','','','8','','1','2022-12-10 13:33:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1062.00','1060','Inclusive','branch','Inventory','','','','',''),('816706804543002624',547,'81670680453','133','1.00','80','retail','0','2022-12-10 16:54:13','','','','41','Cash',11.03,'80','','','8','','1','2022-12-10 13:56:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','63.00','62','Inclusive','branch','.','','','','',''),('816706804720003400',548,'81670680453','139','1.00','30','retail','0','2022-12-10 16:54:14','','','','20','Cash',4.14,'30','','','8','','1','2022-12-10 13:56:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','117.00','116','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706805456020230',549,'81670680453','132','1.00','50','retail','0','2022-12-10 16:55:44','','','','24','Cash',6.90,'50','','','8','','1','2022-12-10 13:56:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','74.00','73','Inclusive','branch','.','','','','',''),('816706805572332230',550,'81670680453','124','1.00','30','retail','0','2022-12-10 16:55:45','','','','20','Cash',4.14,'30','','','8','','1','2022-12-10 13:56:03','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816706855745323033',551,'81670685561','147','1.00','20','retail','0','2022-12-10 18:19:21','','','','12','Cash',2.76,'20','','','8','','1','2022-12-10 15:21:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','',''),('816706856660663822',552,'81670685561','124','2.00','60','retail','0','2022-12-10 18:20:47','','','','20','Cash',8.28,'30','','','8','','1','2022-12-10 15:21:28','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','105.00','103','Inclusive','branch','.','','','','',''),('816706856812227305',553,'81670685561','129','2.00','20','retail','0','2022-12-10 18:21:07','','','','5','Cash',2.76,'10','','','8','','1','2022-12-10 15:21:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1060.00','1058','Inclusive','branch','Inventory','','','','',''),('916706870911330386',554,'91670687083','143','1.00','22.5','retail','0','2022-12-10 18:44:43','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-10 15:45:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','185.00','184','Inclusive','branch','Inventory','1110','4000','5500','',''),('916706871023233233',555,'91670687083','120','1.00','200','retail','0','2022-12-10 18:44:51','','','','105','Cash',27.59,'200','','','9','','1','2022-12-10 15:45:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916706879624032774',556,'91670687944','133','3.00','240','retail','0','2022-12-10 18:59:04','','','','41','Cash',33.10,'80','','','9','','1','2022-12-10 15:59:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'3','62.00','59','Inclusive','branch','.','','','','',''),('816707359640363006',557,'81670735954','124','1.00','30','retail','0','2022-12-11 08:19:14','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 05:19:47','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707359772030012',558,'81670735954','129','6.00','60','retail','0','2022-12-11 08:19:25','','','','5','Cash',8.28,'10','','','8','','1','2022-12-11 05:19:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','1058.00','1052','Inclusive','branch','Inventory','','','','',''),('816707361353428372',559,'81670736099','129','1.00','10','retail','0','2022-12-11 08:21:39','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 05:22:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1052.00','1051','Inclusive','branch','Inventory','','','','',''),('816707368987400303',560,'81670736888','129','7.00','70','retail','0','2022-12-11 08:34:48','','','','5','Cash',9.66,'10','','','8','','1','2022-12-11 05:35:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','1051.00','1044','Inclusive','branch','Inventory','','','','',''),('816707381102202732',561,'81670738100','129','2.00','20','retail','0','2022-12-11 08:55:00','','','','5','Cash',2.76,'10','','','8','','1','2022-12-11 05:55:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1044.00','1042','Inclusive','branch','Inventory','','','','',''),('816707381270227080',562,'81670738100','147','1.00','20','retail','0','2022-12-11 08:55:10','','','','12','Cash',2.76,'20','','','8','','1','2022-12-11 05:55:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707381453383273',563,'81670738137','129','2.00','20','retail','0','2022-12-11 08:55:37','','','','5','Cash',2.76,'10','','','8','','1','2022-12-11 05:55:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1042.00','1040','Inclusive','branch','Inventory','','','','',''),('816707406370302320',564,'81670740624','129','4.00','40','retail','0','2022-12-11 09:37:04','','','','5','Cash',5.52,'10','','','8','','1','2022-12-11 06:37:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1040.00','1036','Inclusive','branch','Inventory','','','','',''),('816707406471287223',565,'81670740624','124','2.00','60','retail','0','2022-12-11 09:37:18','','','','20','Cash',8.28,'30','','','8','','1','2022-12-11 06:37:32','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','105.00','103','Inclusive','branch','.','','','','',''),('816707406754033003',566,'81670740662','129','1.00','10','retail','0','2022-12-11 09:37:42','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 06:38:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1036.00','1035','Inclusive','branch','Inventory','','','','',''),('816707407226223072',567,'81670740662','124','1.00','30','retail','0','2022-12-11 09:38:18','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 06:38:51','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707408093092123',568,'81670740760','129','1.00','10','retail','0','2022-12-11 09:39:20','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 06:40:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1035.00','1034','Inclusive','branch','Inventory','','','','',''),('816707408161228434',569,'81670740760','124','1.00','30','retail','0','2022-12-11 09:40:09','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 06:40:20','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707408513287302',570,'81670740842','129','1.00','10','retail','0','2022-12-11 09:40:42','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 06:41:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1034.00','1033','Inclusive','branch','Inventory','','','','',''),('816707408573837863',571,'81670740842','124','1.00','30','retail','0','2022-12-11 09:40:51','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 06:41:00','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707408912103623',572,'81670740884','129','1.00','10','retail','0','2022-12-11 09:41:24','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 06:41:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1033.00','1032','Inclusive','branch','Inventory','','','','',''),('816707408977668387',573,'81670740884','124','1.00','30','retail','0','2022-12-11 09:41:32','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 06:41:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707444213334633',574,'81670744413','129','2.00','20','retail','0','2022-12-11 10:40:13','','','','5','Cash',2.76,'10','','','8','','1','2022-12-11 07:40:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1032.00','1030','Inclusive','branch','Inventory','','','','',''),('816707444320243076',575,'81670744413','147','1.00','20','retail','0','2022-12-11 10:40:22','','','','12','Cash',2.76,'20','','','8','','1','2022-12-11 07:40:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707444673423303',576,'81670744457','129','2.00','20','retail','0','2022-12-11 10:40:57','','','','5','Cash',2.76,'10','','','8','','1','2022-12-11 07:41:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1030.00','1028','Inclusive','branch','Inventory','','','','',''),('816707444762233433',577,'81670744457','147','1.00','20','retail','0','2022-12-11 10:41:08','','','','12','Cash',2.76,'20','','','8','','1','2022-12-11 07:41:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707446983724283',578,'81670744688','129','4.00','40','retail','0','2022-12-11 10:44:48','','','','5','Cash',5.52,'10','','','8','','1','2022-12-11 07:45:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1028.00','1024','Inclusive','branch','Inventory','','','','',''),('816707447050023222',579,'81670744688','124','1.00','30','retail','0','2022-12-11 10:44:58','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 07:45:08','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707447630302007',580,'81670744742','147','1.00','20','retail','0','2022-12-11 10:45:42','','','','12','Cash',2.76,'20','','','8','','1','2022-12-11 07:46:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707447790440223',581,'81670744742','129','2.00','20','retail','0','2022-12-11 10:46:04','','','','5','Cash',2.76,'10','','','8','','1','2022-12-11 07:46:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1024.00','1022','Inclusive','branch','Inventory','','','','',''),('816707448234247072',582,'81670744812','147','1.00','20','retail','0','2022-12-11 10:46:52','','','','12','Cash',2.76,'20','','','8','','1','2022-12-11 07:47:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707448342133327',583,'81670744812','129','2.00','20','retail','0','2022-12-11 10:47:04','','','','5','Cash',2.76,'10','','','8','','1','2022-12-11 07:47:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','1022.00','1020','Inclusive','branch','Inventory','','','','',''),('816707448553333704',584,'81670744848','129','4.00','40','retail','0','2022-12-11 10:47:28','','','','5','Cash',5.52,'10','','','8','','1','2022-12-11 07:47:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','1020.00','1016','Inclusive','branch','Inventory','','','','',''),('816707456605036212',585,'81670745624','129','1.00','10','retail','0','2022-12-11 11:00:33','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 08:01:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1016.00','1015','Inclusive','branch','Inventory','','','','',''),('816707456741221030',586,'81670745624','147','1.00','20','retail','0','2022-12-11 11:01:00','','','','12','Cash',2.76,'20','','','8','','1','2022-12-11 08:01:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707476163021223',587,'81670747607','124','1.00','30','retail','0','2022-12-11 11:33:27','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 08:33:48','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707476262200233',588,'81670747607','139','1.00','30','retail','0','2022-12-11 11:33:36','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 08:33:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','116.00','115','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707481233080203',589,'81670748094','129','21.00','210','retail','0','2022-12-11 11:41:34','','','','5','Cash',28.97,'10','','','8','','1','2022-12-11 08:43:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'21','1015.00','994','Inclusive','branch','Inventory','','','','',''),('816707481473440722',590,'81670748094','124','3.00','90','retail','0','2022-12-11 11:42:04','','','','20','Cash',12.41,'30','','','8','','1','2022-12-11 08:43:51','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','105.00','102','Inclusive','branch','.','','','','',''),('816707481650243231',591,'81670748094','133','1.00','80','retail','0','2022-12-11 11:42:44','','','','41','Cash',11.03,'80','','','8','','1','2022-12-11 08:43:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','59.00','58','Inclusive','branch','.','','','','',''),('816707481773700043',592,'81670748094','133','1.00','80','retail','0','2022-12-11 11:42:56','','','','41','Cash',11.03,'80','','','8','','1','2022-12-11 08:43:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','58.00','57','Inclusive','branch','.','','','','',''),('816707482263282074',593,'81670748094','147','1.00','20','retail','0','2022-12-11 11:42:58','','','','12','Cash',2.76,'20','','','8','','1','2022-12-11 08:43:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','',''),('816707483494302473',594,'81670748331','124','1.00','30','retail','0','2022-12-11 11:45:31','','','','20','Cash',4.14,'30','','','8','','1','2022-12-11 08:46:01','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816707483582322322',595,'81670748331','129','1.00','10','retail','0','2022-12-11 11:45:49','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 08:46:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','994.00','993','Inclusive','branch','Inventory','','','','',''),('816707483802203120',596,'81670748367','129','7.00','70','retail','0','2022-12-11 11:46:07','','','','5','Cash',9.66,'10','','','8','','1','2022-12-11 08:46:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','993.00','986','Inclusive','branch','Inventory','','','','',''),('816707501061322230',597,'81670750089','129','1.00','10','retail','0','2022-12-11 12:14:49','','','','5','Cash',1.38,'10','','','8','','1','2022-12-11 09:15:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','986.00','985','Inclusive','branch','Inventory','','','','',''),('816708196340023046',598,'81670819601','129','13.00','130','retail','0','2022-12-12 07:33:21','','','','5','Cash',17.93,'10','','','8','','1','2022-12-12 04:33:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'13','985.00','972','Inclusive','branch','Inventory','','','','',''),('816708216123333126',599,'81670821600','124','2.00','60','retail','0','2022-12-12 08:06:40','','','','20','Cash',8.28,'30','','','8','','1','2022-12-12 05:07:11','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','105.00','103','Inclusive','branch','.','','','','',''),('816708216273023228',600,'81670821600','129','4.00','40','retail','0','2022-12-12 08:06:53','','','','5','Cash',5.52,'10','','','8','','1','2022-12-12 05:07:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','972.00','968','Inclusive','branch','Inventory','','','','',''),('816708230810338083',601,'81670823068','147','1.00','20','retail','0','2022-12-12 08:31:08','','','','12','Cash',2.76,'20','','','8','','1','2022-12-12 05:31:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708230900238062',602,'81670823068','129','2.00','20','retail','0','2022-12-12 08:31:22','','','','5','Cash',2.76,'10','','','8','','1','2022-12-12 05:31:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','968.00','966','Inclusive','branch','Inventory','','','','',''),('616708258408033042',603,'61670825783','129','6.00','60','retail','0','2022-12-12 09:17:20','COLD','','','5','Cash',8.28,'10','','','6','','1','2022-12-12 06:17:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','966.00','960','Inclusive','branch','Inventory','','','','',''),('816708258680605823',604,'81670825858','129','5.00','50','retail','0','2022-12-12 09:17:38','','','','5','Cash',6.90,'10','','','8','','1','2022-12-12 06:17:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','960.00','955','Inclusive','branch','Inventory','','','','',''),('816708281040800381',605,'81670827864','125','1.00','100','retail','0','2022-12-12 09:54:39','','','','50','Cash',13.79,'100','','','8','','1','2022-12-12 06:55:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','46.00','45','Inclusive','branch','.','','','','',''),('816708281192333202',606,'81670827864','124','1.00','30','retail','0','2022-12-12 09:55:04','','','','20','Cash',4.14,'30','','','8','','1','2022-12-12 06:55:23','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816708282959340592',607,'81670828280','139','1.00','30','retail','0','2022-12-12 09:58:00','','','','20','Cash',4.14,'30','','','8','','1','2022-12-12 06:58:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','115.00','114','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708283032080302',608,'81670828280','124','1.00','30','retail','0','2022-12-12 09:58:15','','','','20','Cash',4.14,'30','','','8','','1','2022-12-12 06:58:33','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816708284380012722',609,'81670828423','129','3.00','30','retail','0','2022-12-12 10:00:23','','','','5','Cash',4.14,'10','','','8','','1','2022-12-12 07:00:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','955.00','952','Inclusive','branch','Inventory','','','','',''),('816708284504303033',610,'81670828423','147','1.00','20','retail','0','2022-12-12 10:00:38','','','','12','Cash',2.76,'20','','','8','','1','2022-12-12 07:00:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708291422393940',611,'81670829132','129','2.00','20','retail','0','2022-12-12 10:12:12','','','','5','Cash',2.76,'10','','','8','','1','2022-12-12 07:12:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','952.00','950','Inclusive','branch','Inventory','','','','',''),('816708291639002623',612,'81670829132','147','1.00','20','retail','0','2022-12-12 10:12:22','','','','12','Cash',2.76,'20','','','8','','1','2022-12-12 07:12:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708291840312822',613,'81670829175','124','1.00','30','retail','0','2022-12-12 10:12:55','','','','20','Cash',4.14,'30','','','8','','1','2022-12-12 07:13:08','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('616708298722030223',614,'61670829849','129','2.00','20','retail','0','2022-12-12 10:24:33','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-12 07:24:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','950.00','948','Inclusive','branch','Inventory','','','','',''),('816708330152080057',615,'81670833005','139','1.00','30','retail','0','2022-12-12 11:16:45','','','','20','Cash',4.14,'30','','','8','','1','2022-12-12 08:17:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','114.00','113','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708330313220020',616,'81670833005','119','1.00','250','retail','0','2022-12-12 11:17:11','','','','150','Cash',34.48,'250','','','8','','1','2022-12-12 08:17:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','11.00','10','Inclusive','branch','.','','','','',''),('616708333572307733',617,'61670833336','129','4.00','40','retail','0','2022-12-12 11:22:37','COLD','','','5','Cash',5.52,'10','','','6','','1','2022-12-12 08:22:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','948.00','944','Inclusive','branch','Inventory','','','','',''),('816708348493041203',618,'81670834842','124','1.00','30','retail','0','2022-12-12 11:47:22','','','','20','Cash',4.14,'30','','','8','','1','2022-12-12 08:47:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816708348572428432',619,'81670834842','129','2.00','20','retail','0','2022-12-12 11:47:29','','','','5','Cash',2.76,'10','','','8','','1','2022-12-12 08:47:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','944.00','942','Inclusive','branch','Inventory','','','','',''),('916708355056023253',620,'91670835498','129','1.00','10','retail','0','2022-12-12 11:58:18','','','','5','Cash',1.38,'10','','','9','','1','2022-12-12 08:58:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','942.00','941','Inclusive','branch','Inventory','','','','',''),('916708355223080002',621,'91670835498','124','1.00','30','retail','0','2022-12-12 11:58:25','','','','20','Cash',4.14,'30','','','9','','1','2022-12-12 08:58:44','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','105.00','104','Inclusive','branch','.','','','','',''),('816708372383233308',622,'81670837238','141','1.00','400','retail','0','2022-12-12 12:27:18','','','','210','Cash',55.17,'400','','','8','','1','2022-12-12 09:27:38','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708372450363222',623,'81670837238','143','1.00','22.5','retail','0','2022-12-12 12:27:25','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 09:27:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','184.00','183','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708372537038821',624,'81670837238','143','1.00','22.5','retail','0','2022-12-12 12:27:32','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 09:27:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','183.00','182','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708388422004237',625,'81670838841','119','1.00','250','retail','0','2022-12-12 12:54:01','','','','150','Cash',34.48,'250','','','8','','1','2022-12-12 09:54:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10.00','9','Inclusive','branch','.','','','','',''),('816708388472330378',626,'81670838841','141','1.00','400','retail','0','2022-12-12 12:54:06','','','','210','Cash',55.17,'400','','','8','','1','2022-12-12 09:54:21','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708388533230322',627,'81670838841','143','1.00','22.5','retail','0','2022-12-12 12:54:12','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 09:54:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','182.00','181','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708388577030330',628,'81670838841','143','1.00','22.5','retail','0','2022-12-12 12:54:16','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 09:54:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','181.00','180','Inclusive','branch','Inventory','1110','4000','5500','',''),('916708390297023323',629,'91670839017','129','10.00','100','retail','0','2022-12-12 12:56:57','','','','5','Cash',13.79,'10','','','9','','1','2022-12-12 09:57:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','941.00','931','Inclusive','branch','Inventory','','','','',''),('816708404422280222',630,'81670840441','120','1.00','200','retail','0','2022-12-12 13:20:41','','','','105','Cash',27.59,'200','','','8','','1','2022-12-12 10:20:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816708404450433245',631,'81670840441','143','1.00','22.5','retail','0','2022-12-12 13:20:44','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 10:20:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','180.00','179','Inclusive','branch','Inventory','1110','4000','5500','',''),('616708426033438032',632,'61670842584','129','3.00','30','retail','0','2022-12-12 13:56:43','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-12 10:56:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','931.00','928','Inclusive','branch','Inventory','','','','',''),('916708430003203034',633,'91670842991','129','2.00','20','retail','0','2022-12-12 14:03:11','','','','5','Cash',2.76,'10','','','9','','1','2022-12-12 11:03:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','928.00','926','Inclusive','branch','Inventory','','','','',''),('816708438243201273',634,'81670843824','120','1.00','200','retail','0','2022-12-12 14:17:04','','','','105','Cash',27.59,'200','','','8','','1','2022-12-12 11:17:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816708438314672033',635,'81670843824','143','1.00','22.5','retail','0','2022-12-12 14:17:10','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 11:17:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','179.00','178','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708440299024239',636,'81670844028','120','1.00','200','retail','0','2022-12-12 14:20:28','','','','105','Cash',27.59,'200','','','8','','1','2022-12-12 11:20:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816708440332034323',637,'81670844028','143','1.00','22.5','retail','0','2022-12-12 14:20:32','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 11:20:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','178.00','177','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708440393337030',638,'81670844028','132','1.00','50','retail','0','2022-12-12 14:20:38','','','','24','Cash',6.90,'50','','','8','','1','2022-12-12 11:20:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','73.00','72','Inclusive','branch','.','','','','',''),('816708445723727803',639,'81670844571','143','1.00','22.5','retail','0','2022-12-12 14:29:31','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 11:29:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','177.00','176','Inclusive','branch','Inventory','1110','4000','5500','',''),('616708462783763820',640,'61670846259','129','3.00','30','retail','0','2022-12-12 14:57:58','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-12 11:58:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','926.00','923','Inclusive','branch','Inventory','','','','',''),('616708464034320320',641,'61670846392','143','1.00','22.5','retail','0','2022-12-12 15:00:03','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-12 12:00:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','176.00','175','Inclusive','branch','Inventory','1110','4000','5500','',''),('616708476822370302',642,'61670847655','129','2.00','20','retail','0','2022-12-12 15:21:22','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-12 12:21:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','923.00','921','Inclusive','branch','Inventory','','','','',''),('616708477162222163',643,'61670847699','129','2.00','20','retail','0','2022-12-12 15:21:56','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-12 12:21:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','921.00','919','Inclusive','branch','Inventory','','','','',''),('616708487302310202',644,'61670848717','129','2.00','20','retail','0','2022-12-12 15:38:50','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-12 12:38:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','919.00','917','Inclusive','branch','Inventory','','','','',''),('616708490530633220',645,'61670849038','129','2.00','20','retail','0','2022-12-12 15:44:13','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-12 12:44:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','917.00','915','Inclusive','branch','Inventory','','','','',''),('816708492396330002',646,'81670849238','120','1.00','200','retail','0','2022-12-12 15:47:18','','','','105','Cash',27.59,'200','','','8','','1','2022-12-12 12:47:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816708492412103089',647,'81670849238','143','1.00','22.5','retail','0','2022-12-12 15:47:20','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 12:47:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','175.00','174','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708498782672802',648,'81670849877','120','1.00','200','retail','0','2022-12-12 15:57:57','','','','105','Cash',27.59,'200','','','8','','1','2022-12-12 12:58:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816708498832343300',649,'81670849877','143','1.00','22.5','retail','0','2022-12-12 15:58:02','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-12 12:58:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','174.00','173','Inclusive','branch','Inventory','1110','4000','5500','',''),('816708500020340023',650,'81670850002','27','1.00','250','retail','0','2022-12-12 16:00:02','','','','197','Cash',34.48,'250','','','8','','1','2022-12-12 13:00:54','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','.','','','','',''),('816708500480801383',651,'81670850002','135','1.00','60','retail','0','2022-12-12 16:00:47','','','','41','Cash',8.28,'60','','','8','','1','2022-12-12 13:00:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','42.00','41','Inclusive','branch','.','','','','',''),('816709050150332423',652,'81670905003','139','2.00','60','retail','0','2022-12-13 07:16:43','','','','20','Cash',8.28,'30','','','8','','1','2022-12-13 04:17:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','113.00','111','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709050252342503',653,'81670905003','124','2.00','60','retail','0','2022-12-13 07:16:55','','','','20','Cash',8.28,'30','','','8','','1','2022-12-13 04:17:08','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','105.00','103','Inclusive','branch','.','','','','',''),('816709051633482036',654,'81670905149','139','2.00','60','retail','0','2022-12-13 07:19:09','','','','20','Cash',8.28,'30','','','8','','1','2022-12-13 04:19:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','111.00','109','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709051840002170',655,'81670905149','124','2.00','60','retail','0','2022-12-13 07:19:23','','','','20','Cash',8.28,'30','','','8','','1','2022-12-13 04:19:47','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','106.00','104','Inclusive','branch','.','','','','',''),('816709082480980243',656,'81670908234','129','8.00','80','retail','0','2022-12-13 08:10:35','','','','5','Cash',11.03,'10','','','8','','1','2022-12-13 05:11:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'8','915.00','907','Inclusive','branch','Inventory','','','','',''),('816709082563123021',657,'81670908234','124','1.00','30','retail','0','2022-12-13 08:10:48','','','','20','Cash',4.14,'30','','','8','','1','2022-12-13 05:11:14','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('916709084151531333',658,'91670908408','26','1.00','250','retail','0','2022-12-13 08:13:28','','','','185','Cash',34.48,'250','','','9','','1','2022-12-13 05:13:37','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('616709085893000290',659,'61670908547','124','1.00','30','retail','0','2022-12-13 08:16:29','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-13 05:16:32','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('616709086422333242',660,'61670908631','124','1.00','30','retail','0','2022-12-13 08:17:22','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-13 05:17:25','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('616709089670107821',661,'61670908659','129','7.00','70','retail','0','2022-12-13 08:22:47','COLD','','','5','Cash',9.66,'10','','','6','','1','2022-12-13 05:22:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','907.00','900','Inclusive','branch','Inventory','','','','',''),('816709098940223392',662,'81670909885','139','2.00','60','retail','0','2022-12-13 08:38:05','','','','20','Cash',8.28,'30','','','8','','1','2022-12-13 05:38:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','109.00','107','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709099097243933',663,'81670909885','124','1.00','30','retail','0','2022-12-13 08:38:15','','','','20','Cash',4.14,'30','','','8','','1','2022-12-13 05:38:32','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('916709103912209239',664,'91670910379','129','4.00','40','retail','0','2022-12-13 08:46:19','','','','5','Cash',5.52,'10','','','9','','1','2022-12-13 05:46:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','900.00','896','Inclusive','branch','Inventory','','','','',''),('816709115412593033',665,'81670911533','147','1.00','20','retail','0','2022-12-13 09:05:33','','','','12','Cash',2.76,'20','','','8','','1','2022-12-13 06:05:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709115506084231',666,'81670911533','129','2.00','20','retail','0','2022-12-13 09:05:42','','','','5','Cash',2.76,'10','','','8','','1','2022-12-13 06:05:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','896.00','894','Inclusive','branch','Inventory','','','','',''),('916709116147423336',667,'91670911604','129','3.00','30','retail','0','2022-12-13 09:06:44','','','','5','Cash',4.14,'10','','','9','','1','2022-12-13 06:06:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','894.00','891','Inclusive','branch','Inventory','','','','',''),('916709122299220326',668,'91670912222','118','1.00','280','retail','0','2022-12-13 09:17:02','','','','175','Cash',38.62,'280','','','9','','1','2022-12-13 06:17:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','11.00','10','Inclusive','branch','.','','','','',''),('916709122783324022',669,'91670912242','118','1.00','280','retail','0','2022-12-13 09:17:30','','','','175','Cash',38.62,'280','','','9','','1','2022-12-13 06:18:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','10.00','9','Inclusive','branch','.','','','','',''),('616709208412213036',670,'61670920815','129','4.00','40','retail','0','2022-12-13 11:40:42','COLD','','','5','Cash',5.52,'10','','','6','','1','2022-12-13 08:40:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','891.00','887','Inclusive','branch','Inventory','','','','',''),('916709214790323102',671,'91670921462','129','10.00','100','retail','0','2022-12-13 11:51:02','','','','5','Cash',13.79,'10','','','9','','1','2022-12-13 08:55:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','887.00','877','Inclusive','branch','Inventory','','','','',''),('916709214982008230',672,'91670921462','124','4.00','120','retail','0','2022-12-13 11:51:19','','','','20','Cash',16.55,'30','','','9','','1','2022-12-13 08:55:53','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'4','106.00','102','Inclusive','branch','.','','','','',''),('916709215223403222',673,'91670921462','147','2.00','40','retail','0','2022-12-13 11:51:38','','','','12','Cash',5.52,'20','','','9','','1','2022-12-13 08:55:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','26.00','24','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709215488117225',674,'91670921462','139','8.00','240','retail','0','2022-12-13 11:52:02','','','','20','Cash',33.10,'30','','','9','','1','2022-12-13 08:55:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'8','107.00','99','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709216343100339',675,'91670921462','141','1.00','400','retail','0','2022-12-13 11:52:28','','','','210','Cash',55.17,'400','','','9','','1','2022-12-13 08:55:53','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709216440300420',676,'91670921462','120','1.00','200','retail','0','2022-12-13 11:53:54','','','','105','Cash',27.59,'200','','','9','','1','2022-12-13 08:55:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709216602624203',677,'91670921462','118','1.00','280','retail','0','2022-12-13 11:54:05','','','','175','Cash',38.62,'280','','','9','','1','2022-12-13 08:55:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','9.00','8','Inclusive','branch','.','','','','',''),('916709217003000220',678,'91670921462','59','1.00','220','retail','0','2022-12-13 11:54:21','','','','168','Cash',30.34,'220','','','9','','1','2022-12-13 08:55:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','44.00','43','Inclusive','branch','.','','','','',''),('916709217122130223',679,'91670921462','7','1.00','250','retail','0','2022-12-13 11:55:00','','','','192','Cash',34.48,'250','','','9','','1','2022-12-13 08:55:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','.','','','','',''),('916709217332723130',680,'91670921462','4','1.00','450','retail','0','2022-12-13 11:55:12','','','','320','Cash',62.07,'450','','','9','','1','2022-12-13 08:55:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','14.00','13','Inclusive','branch','.','','','','',''),('916709218373201003',681,'91670921795','129','43.00','430','retail','0','2022-12-13 11:56:35','','','','5','Cash',59.31,'10','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'43','877.00','834','Inclusive','branch','Inventory','','','','',''),('916709218502093232',682,'91670921795','139','2.00','60','retail','0','2022-12-13 11:57:17','','','','20','Cash',8.28,'30','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','99.00','97','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709218870387323',683,'91670921795','121','1.00','800','retail','0','2022-12-13 11:57:30','','','','420','Cash',110.34,'800','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709218963033020',684,'91670921795','121','1.00','800','retail','0','2022-12-13 11:58:08','','','','420','Cash',110.34,'800','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709219183246323',685,'91670921795','121','1.00','800','retail','0','2022-12-13 11:58:17','','','','420','Cash',110.34,'800','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709219293310929',686,'91670921795','121','1.00','800','retail','0','2022-12-13 11:58:38','','','','420','Cash',110.34,'800','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709219462392026',687,'91670921795','141','1.00','400','retail','0','2022-12-13 11:58:49','','','','210','Cash',55.17,'400','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709219582271912',688,'91670921795','120','1.00','200','retail','0','2022-12-13 11:59:07','','','','105','Cash',27.59,'200','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709220039309332',689,'91670921795','143','23.00','517.5','retail','0','2022-12-13 11:59:18','','','','15','Cash',71.38,'22.5','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'23','173.00','150','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709220222040232',690,'91670921795','57','8.00','1760','retail','0','2022-12-13 12:00:03','','','','186.68','Cash',242.76,'220','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'8','31.00','23','Inclusive','branch','.','','','','',''),('916709220333232297',691,'91670921795','60','4.00','880','retail','0','2022-12-13 12:00:23','','','','168','Cash',121.38,'220','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','9.00','5','Inclusive','branch','.','','','','',''),('916709220599093209',692,'91670921795','62','1.00','220','retail','0','2022-12-13 12:00:34','','','','172','Cash',30.34,'220','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','23.00','22','Inclusive','branch','.','','','','',''),('916709220680039020',693,'91670921795','56','1.00','220','retail','0','2022-12-13 12:00:59','','','','160.24','Cash',30.34,'220','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','20.00','19','Inclusive','branch','.','','','','',''),('916709220818438223',694,'91670921795','72','6.00','1320','retail','0','2022-12-13 12:01:08','','','','173','Cash',182.07,'220','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'6','25.00','19','Inclusive','branch','.','','','','',''),('916709220930230302',695,'91670921795','58','1.00','220','retail','0','2022-12-13 12:01:22','','','','172','Cash',30.34,'220','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','21.00','20','Inclusive','branch','.','','','','',''),('916709221033911233',696,'91670921795','12','1.00','750','retail','0','2022-12-13 12:01:33','','','','603','Cash',103.45,'750','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','5.00','4','Inclusive','branch','.','','','','',''),('916709221152032352',697,'91670921795','59','1.00','220','retail','0','2022-12-13 12:01:44','','','','168','Cash',30.34,'220','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','43.00','42','Inclusive','branch','.','','','','',''),('916709221402036202',698,'91670921795','7','2.00','500','retail','0','2022-12-13 12:02:04','','','','192','Cash',68.97,'250','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','7.00','5','Inclusive','branch','.','','','','',''),('916709221503222032',699,'91670921795','46','1.00','400','retail','0','2022-12-13 12:02:21','','','','301','Cash',55.17,'400','','','9','','1','2022-12-13 09:04:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','7.00','6','Inclusive','branch','.','','','','',''),('916709222166036322',700,'91670921795','133','13.00','1040','retail','0','2022-12-13 12:02:31','','','','41','Cash',143.45,'80','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'13','57.00','44','Inclusive','branch','.','','','','',''),('916709222412920213',701,'91670921795','131','4.00','200','retail','0','2022-12-13 12:03:36','','','','23','Cash',27.59,'50','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','21.00','17','Inclusive','branch','.','','','','',''),('916709222739239233',702,'91670921795','132','1.00','50','retail','0','2022-12-13 12:04:01','','','','24','Cash',6.90,'50','','','9','','1','2022-12-13 09:04:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','72.00','71','Inclusive','branch','.','','','','',''),('916709230912322973',703,'91670923078','119','1.00','250','retail','0','2022-12-13 12:17:58','','','','150','Cash',34.48,'250','','','9','','1','2022-12-13 09:18:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','9.00','8','Inclusive','branch','.','','','','',''),('916709231020003013',704,'91670923078','118','1.00','280','retail','0','2022-12-13 12:18:11','','','','175','Cash',38.62,'280','','','9','','1','2022-12-13 09:18:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','8.00','7','Inclusive','branch','.','','','','',''),('916709231256393220',705,'91670923115','124','1.00','30','retail','0','2022-12-13 12:18:35','','','','20','Cash',4.14,'30','','','9','','1','2022-12-13 09:18:48','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('816709253330336291',706,'81670925332','119','1.00','250','retail','0','2022-12-13 12:55:32','','','','150','Cash',34.48,'250','','','8','','1','2022-12-13 09:55:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','.','','','','',''),('816709253374222002',707,'81670925332','119','1.00','250','retail','0','2022-12-13 12:55:37','','','','150','Cash',34.48,'250','','','8','','1','2022-12-13 09:55:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','7.00','6','Inclusive','branch','.','','','','',''),('816709253423000332',708,'81670925332','143','1.00','22.5','retail','0','2022-12-13 12:55:41','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 09:55:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','150.00','149','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709253452570322',709,'81670925332','143','1.00','22.5','retail','0','2022-12-13 12:55:44','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 09:55:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','149.00','148','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709260889280939',710,'91670926080','94','1.00','250','retail','0','2022-12-13 13:08:00','','','','188','Cash',34.48,'250','','','9','','1','2022-12-13 10:08:16','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','.','','','','',''),('916709261130120061',711,'91670926106','129','2.00','20','retail','0','2022-12-13 13:08:26','','','','5','Cash',2.76,'10','','','9','','1','2022-12-13 10:08:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','834.00','832','Inclusive','branch','Inventory','','','','',''),('816709283760232322',712,'81670928367','129','3.00','30','retail','0','2022-12-13 13:46:07','','','','5','Cash',4.14,'10','','','8','','1','2022-12-13 10:46:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','832.00','829','Inclusive','branch','Inventory','','','','',''),('916709386200438323',713,'91670938607','58','1.00','220','retail','0','2022-12-13 16:36:47','','','','172','Cash',30.34,'220','','','9','','1','2022-12-13 13:37:10','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','20.00','19','Inclusive','branch','.','','','','',''),('916709386288822020',714,'91670938607','57','1.00','220','retail','0','2022-12-13 16:37:00','','','','186.68','Cash',30.34,'220','','','9','','1','2022-12-13 13:37:10','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','23.00','22','Inclusive','branch','.','','','','',''),('916709387243348223',715,'91670938685','143','4.00','90','retail','0','2022-12-13 16:38:33','','','','15','Cash',12.41,'22.5','','','9','','1','2022-12-13 13:39:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'4','148.00','144','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709388500600220',716,'91670938753','147','1.00','20','retail','0','2022-12-13 16:39:37','','','','12','Cash',2.76,'20','','','9','','1','2022-12-13 13:41:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709388822902329',717,'91670938753','129','15.00','150','retail','0','2022-12-13 16:40:51','','','','5','Cash',20.69,'10','','','9','','1','2022-12-13 13:41:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'15','829.00','814','Inclusive','branch','Inventory','','','','',''),('916709389063920089',718,'91670938896','129','2.00','20','retail','0','2022-12-13 16:41:36','','','','5','Cash',2.76,'10','','','9','','1','2022-12-13 13:41:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','814.00','812','Inclusive','branch','Inventory','','','','',''),('916709389302823032',719,'91670938923','121','1.00','800','retail','0','2022-12-13 16:42:03','','','','420','Cash',110.34,'800','','','9','','1','2022-12-13 13:42:18','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709389880900202',720,'91670938965','143','1.00','22.5','retail','0','2022-12-13 16:42:57','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-13 13:43:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','144.00','143','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709389989222032',721,'91670938965','120','1.00','200','retail','0','2022-12-13 16:43:08','','','','105','Cash',27.59,'200','','','9','','1','2022-12-13 13:43:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709390242920930',722,'91670939017','143','1.00','22.5','retail','0','2022-12-13 16:43:37','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-13 13:43:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','143.00','142','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709390322394232',723,'91670939017','120','1.00','200','retail','0','2022-12-13 16:43:44','','','','105','Cash',27.59,'200','','','9','','1','2022-12-13 13:43:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709390753229030',724,'91670939065','139','2.00','60','retail','0','2022-12-13 16:44:25','','','','20','Cash',8.28,'30','','','9','','1','2022-12-13 13:44:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','97.00','95','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709391050403930',725,'91670939092','129','2.00','20','retail','0','2022-12-13 16:44:52','','','','5','Cash',2.76,'10','','','9','','1','2022-12-13 13:45:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','812.00','810','Inclusive','branch','Inventory','','','','',''),('916709391272039323',726,'91670939119','129','3.00','30','retail','0','2022-12-13 16:45:19','','','','5','Cash',4.14,'10','','','9','','1','2022-12-13 13:45:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','810.00','807','Inclusive','branch','Inventory','','','','',''),('916709401893018000',727,'91670940181','148','1.00','301.5','retail','0','2022-12-13 17:03:01','','','','201','Cash',41.59,'301.5','','','9','','1','2022-12-13 14:03:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709421712703222',728,'81670942167','143','1.00','22.5','retail','0','2022-12-13 17:36:11','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 14:36:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','142.00','141','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709421730320320',729,'81670942167','143','1.00','22.5','retail','0','2022-12-13 17:36:12','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 14:36:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','141.00','140','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709422052835252',730,'81670942167','141','1.00','400','retail','0','2022-12-13 17:36:45','','','','210','Cash',55.17,'400','','','8','','1','2022-12-13 14:36:56','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709423939037303',731,'81670942382','57','1.00','220','retail','0','2022-12-13 17:39:42','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-13 14:39:56','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','22.00','21','Inclusive','branch','.','','','','',''),('816709425980320232',732,'81670942587','125','1.00','100','retail','0','2022-12-13 17:43:07','','','','50','Cash',13.79,'100','','','8','','1','2022-12-13 14:43:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','45.00','44','Inclusive','branch','.','','','','',''),('116709433545202142',733,'11670943346','141','1.00','400','retail','0','2022-12-13 17:55:55','','','','210','Cash',55.17,'400','','','1','','1','2022-12-13 14:55:57','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709436292432369',734,'81670943611','147','4.00','80','retail','0','2022-12-13 18:00:11','','','','12','Cash',11.03,'20','','','8','','1','2022-12-13 15:02:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'4','23.00','19','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709437044040262',735,'81670943611','124','7.00','210','retail','0','2022-12-13 18:00:30','','','','20','Cash',28.97,'30','','','8','','1','2022-12-13 15:02:16','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'7','106.00','99','Inclusive','branch','.','','','','',''),('816709437290333374',736,'81670943611','129','11.00','110','retail','0','2022-12-13 18:01:44','','','','5','Cash',15.17,'10','','','8','','1','2022-12-13 15:02:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'11','807.00','796','Inclusive','branch','Inventory','','','','',''),('816709440766206800',737,'81670944062','129','5.00','50','retail','0','2022-12-13 18:07:42','','','','5','Cash',6.90,'10','','','8','','1','2022-12-13 15:08:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','796.00','791','Inclusive','branch','Inventory','','','','',''),('816709440850333324',738,'81670944062','143','1.00','22.5','retail','0','2022-12-13 18:08:04','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 15:08:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','140.00','139','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709440930223209',739,'81670944062','143','1.00','22.5','retail','0','2022-12-13 18:08:12','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 15:08:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','139.00','138','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709441006423002',740,'81670944062','143','1.00','22.5','retail','0','2022-12-13 18:08:19','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 15:08:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','138.00','137','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709441036347304',741,'81670944062','143','1.00','22.5','retail','0','2022-12-13 18:08:22','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 15:08:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','137.00','136','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709441094316703',742,'81670944062','143','1.00','22.5','retail','0','2022-12-13 18:08:28','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-13 15:08:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','136.00','135','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709470523127070',743,'81670947033','145','1.00','99.5','retail','0','2022-12-13 18:57:13','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-13 15:57:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709470742432037',744,'81670947033','145','1.00','99.5','retail','0','2022-12-13 18:57:32','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-13 15:57:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709498572093642',745,'91670949844','59','1.00','220','retail','0','2022-12-13 19:44:04','','','','168','Cash',30.34,'220','','','9','','1','2022-12-13 16:44:20','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','42.00','41','Inclusive','branch','.','','','','',''),('916709504890223302',746,'91670950478','147','1.00','20','retail','0','2022-12-13 19:54:38','','','','12','Cash',2.76,'20','','','9','','1','2022-12-13 16:55:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709504984953097',747,'91670950478','129','2.00','20','retail','0','2022-12-13 19:54:49','','','','5','Cash',2.76,'10','','','9','','1','2022-12-13 16:55:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','791.00','789','Inclusive','branch','Inventory','','','','',''),('916709505287390323',748,'91670950510','129','1.00','10','retail','0','2022-12-13 19:55:19','','','','5','Cash',1.38,'10','','','9','','1','2022-12-13 16:55:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','789.00','788','Inclusive','branch','Inventory','','','','',''),('916709505373420333',749,'91670950510','147','1.00','20','retail','0','2022-12-13 19:55:29','','','','12','Cash',2.76,'20','','','9','','1','2022-12-13 16:55:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709505852849900',750,'91670950552','143','1.00','22.5','retail','0','2022-12-13 19:56:09','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-13 16:56:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','135.00','134','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709512612630933',751,'91670951252','129','2.00','20','retail','0','2022-12-13 20:07:33','','','','5','Cash',2.76,'10','','','9','','1','2022-12-13 17:07:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','788.00','786','Inclusive','branch','Inventory','','','','',''),('916709550232202203',752,'91670955015','20','1.00','250','retail','0','2022-12-13 21:10:15','','','','205','Cash',34.48,'250','','','9','','1','2022-12-13 18:10:26','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','.','','','','',''),('916709599932020303',753,'91670959983','120','1.00','200','retail','0','2022-12-13 22:33:03','','','','105','Cash',27.59,'200','','','9','','1','2022-12-13 19:33:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('916709600196300362',754,'91670960008','129','10.00','100','retail','0','2022-12-13 22:33:28','','','','5','Cash',13.79,'10','','','9','','1','2022-12-13 19:33:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','786.00','776','Inclusive','branch','Inventory','','','','',''),('916709600540320020',755,'91670960031','124','1.00','30','retail','0','2022-12-13 22:33:51','','','','20','Cash',4.14,'30','','','9','','1','2022-12-13 19:34:31','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('916709600699232021',756,'91670960031','147','1.00','20','retail','0','2022-12-13 22:34:14','','','','12','Cash',2.76,'20','','','9','','1','2022-12-13 19:34:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709933536633239',757,'81670993331','129','8.00','80','retail','0','2022-12-14 07:48:51','','','','5','Cash',11.03,'10','','','8','','1','2022-12-14 04:50:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'8','776.00','768','Inclusive','branch','Inventory','','','','',''),('816709933932133233',758,'81670993331','124','3.00','90','retail','0','2022-12-14 07:49:35','','','','20','Cash',12.41,'30','','','8','','1','2022-12-14 04:50:01','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','106.00','103','Inclusive','branch','.','','','','',''),('816709934650844028',759,'81670993450','129','5.00','50','retail','0','2022-12-14 07:50:50','','','','5','Cash',6.90,'10','','','8','','1','2022-12-14 04:51:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','768.00','763','Inclusive','branch','Inventory','','','','',''),('816709958762330020',760,'81670995866','146','1.00','30.06','retail','0','2022-12-14 08:31:06','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-14 05:31:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709958880763603',761,'81670995866','139','1.00','30','retail','0','2022-12-14 08:31:16','','','','20','Cash',4.14,'30','','','8','','1','2022-12-14 05:31:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709959123123823',762,'81670995899','129','1.00','10','retail','0','2022-12-14 08:31:39','','','','5','Cash',1.38,'10','','','8','','1','2022-12-14 05:31:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','763.00','762','Inclusive','branch','Inventory','','','','',''),('816709967272010030',763,'81670996720','129','2.00','20','retail','0','2022-12-14 08:45:20','','','','5','Cash',2.76,'10','','','8','','1','2022-12-14 05:45:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','762.00','760','Inclusive','branch','Inventory','','','','',''),('816709967340220733',764,'81670996720','124','1.00','30','retail','0','2022-12-14 08:45:27','','','','20','Cash',4.14,'30','','','8','','1','2022-12-14 05:45:36','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('816709967662060033',765,'81670996759','139','2.00','60','retail','0','2022-12-14 08:45:59','','','','20','Cash',8.28,'30','','','8','','1','2022-12-14 05:59:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','94.00','92','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709967801233332',766,'81670996759','146','2.00','60.12','retail','0','2022-12-14 08:46:06','','','','18','Cash',8.29,'30.06','','','8','','1','2022-12-14 05:59:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'2','2.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('816709975392333234',767,'81670996759','124','2.00','60','retail','0','2022-12-14 08:46:20','','','','20','Cash',8.28,'30','','','8','','1','2022-12-14 05:59:47','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','106.00','104','Inclusive','branch','.','','','','',''),('916709976102293204',768,'91670997600','129','2.00','20','retail','0','2022-12-14 09:00:00','','','','5','Cash',2.76,'10','','','9','','1','2022-12-14 06:00:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','760.00','758','Inclusive','branch','Inventory','','','','',''),('916709976272297269',769,'91670997618','129','1.00','10','retail','0','2022-12-14 09:00:18','','','','5','Cash',1.38,'10','','','9','','1','2022-12-14 06:00:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','758.00','757','Inclusive','branch','Inventory','','','','',''),('916709976330000360',770,'91670997618','139','1.00','30','retail','0','2022-12-14 09:00:27','','','','20','Cash',4.14,'30','','','9','','1','2022-12-14 06:00:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709976553237393',771,'91670997643','129','2.00','20','retail','0','2022-12-14 09:00:43','','','','5','Cash',2.76,'10','','','9','','1','2022-12-14 06:00:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','757.00','755','Inclusive','branch','Inventory','','','','',''),('916709976753242021',772,'91670997665','147','1.00','20','retail','0','2022-12-14 09:01:05','','','','12','Cash',2.76,'20','','','9','','1','2022-12-14 06:01:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','',''),('916709976822327026',773,'91670997665','129','2.00','20','retail','0','2022-12-14 09:01:15','','','','5','Cash',2.76,'10','','','9','','1','2022-12-14 06:01:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','755.00','753','Inclusive','branch','Inventory','','','','',''),('916710000212603000',774,'91671000012','7','1.00','250','retail','0','2022-12-14 09:40:12','','','','192','Cash',34.48,'250','','','9','','1','2022-12-14 06:40:23','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','.','','','','',''),('916710000434339210',775,'91671000031','129','5.00','50','retail','0','2022-12-14 09:40:32','','','','5','Cash',6.90,'10','','','9','','1','2022-12-14 06:40:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','753.00','748','Inclusive','branch','Inventory','','','','',''),('916710000639223332',776,'91671000056','124','1.00','30','retail','0','2022-12-14 09:40:56','','','','20','Cash',4.14,'30','','','9','','1','2022-12-14 06:41:15','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','106.00','105','Inclusive','branch','.','','','','',''),('916710000733710421',777,'91671000056','129','5.00','50','retail','0','2022-12-14 09:41:04','','','','5','Cash',6.90,'10','','','9','','1','2022-12-14 06:41:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','748.00','743','Inclusive','branch','Inventory','','','','',''),('916710001016300011',778,'91671000085','129','1.00','10','retail','0','2022-12-14 09:41:32','','','','5','Cash',1.38,'10','','','9','','1','2022-12-14 06:41:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','743.00','742','Inclusive','branch','Inventory','','','','',''),('816710002273012622',779,'81671000212','129','2.00','20','retail','0','2022-12-14 09:43:32','','','','5','Cash',2.76,'10','','','8','','1','2022-12-14 06:46:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','742.00','740','Inclusive','branch','Inventory','','','','',''),('616710007063000722',780,'61671000693','129','2.00','20','retail','0','2022-12-14 09:51:46','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-14 06:51:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','740.00','738','Inclusive','branch','Inventory','','','','',''),('816710012812000332',781,'81671001264','129','5.00','50','retail','0','2022-12-14 10:01:04','','','','5','Cash',6.90,'10','','','8','','1','2022-12-14 07:01:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','738.00','733','Inclusive','branch','Inventory','','','','',''),('816710013213333340',782,'81671001298','139','1.00','30','retail','0','2022-12-14 10:01:46','','','','20','Cash',4.14,'30','','','8','','1','2022-12-14 07:02:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710074662220373',783,'81671007451','129','10.00','100','retail','0','2022-12-14 11:44:11','','','','5','Cash',13.79,'10','','','8','','1','2022-12-14 08:44:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','733.00','723','Inclusive','branch','Inventory','','','','',''),('816710074914213334',784,'81671007479','129','3.00','30','retail','0','2022-12-14 11:44:39','','','','5','Cash',4.14,'10','','','8','','1','2022-12-14 08:45:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','723.00','720','Inclusive','branch','Inventory','','','','',''),('816710074997241731',785,'81671007479','147','1.00','20','retail','0','2022-12-14 11:44:51','','','','12','Cash',2.76,'20','','','8','','1','2022-12-14 08:45:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710104810808432',786,'81671010480','141','1.00','400','retail','0','2022-12-14 12:34:40','','','','210','Cash',55.17,'400','','','8','','1','2022-12-14 09:35:36','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710104853021227',787,'81671010480','143','1.00','22.5','retail','0','2022-12-14 12:34:44','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 09:35:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','134.00','133','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710104872120020',788,'81671010480','143','1.00','22.5','retail','0','2022-12-14 12:34:46','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 09:35:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','133.00','132','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710104940012134',789,'81671010480','132','1.00','50','retail','0','2022-12-14 12:34:53','','','','24','Cash',6.90,'50','','','8','','1','2022-12-14 09:35:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','71.00','70','Inclusive','branch','.','','','','',''),('816710105012110102',790,'81671010480','132','1.00','50','retail','0','2022-12-14 12:35:00','','','','24','Cash',6.90,'50','','','8','','1','2022-12-14 09:35:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','70.00','69','Inclusive','branch','.','','','','',''),('816710105240223323',791,'81671010480','27','1.00','250','retail','0','2022-12-14 12:35:01','','','','197','Cash',34.48,'250','','','8','','1','2022-12-14 09:35:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('816710123573373343',792,'81671012357','120','1.00','200','retail','0','2022-12-14 13:05:57','','','','105','Cash',27.59,'200','','','8','','1','2022-12-14 10:06:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710123603720033',793,'81671012357','143','1.00','22.5','retail','0','2022-12-14 13:05:59','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 10:06:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','132.00','131','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710123632302023',794,'81671012357','133','1.00','80','retail','0','2022-12-14 13:06:03','','','','41','Cash',11.03,'80','','','8','','1','2022-12-14 10:06:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','44.00','43','Inclusive','branch','.','','','','',''),('816710124230280822',795,'81671012423','120','1.00','200','retail','0','2022-12-14 13:07:03','','','','105','Cash',27.59,'200','','','8','','1','2022-12-14 10:07:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710124252300003',796,'81671012423','143','1.00','22.5','retail','0','2022-12-14 13:07:04','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 10:07:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','131.00','130','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710131043221610',797,'61671013088','129','2.00','20','retail','0','2022-12-14 13:18:24','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-14 10:18:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','720.00','718','Inclusive','branch','Inventory','','','','',''),('816710138796308003',798,'81671013871','129','1.00','10','retail','0','2022-12-14 13:31:11','','','','5','Cash',1.38,'10','','','8','','1','2022-12-14 10:31:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','718.00','717','Inclusive','branch','Inventory','','','','',''),('816710150310183173',799,'81671015030','133','1.00','80','retail','0','2022-12-14 13:50:30','','','','41','Cash',11.03,'80','','','8','','1','2022-12-14 10:50:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','43.00','42','Inclusive','branch','.','','','','',''),('816710174722273201',800,'81671017471','120','1.00','200','retail','0','2022-12-14 14:31:12','','','','105','Cash',27.59,'200','','','8','','1','2022-12-14 11:31:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710174753370271',801,'81671017471','143','1.00','22.5','retail','0','2022-12-14 14:31:14','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 11:31:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','130.00','129','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710175093720297',802,'81671017508','118','1.00','280','retail','0','2022-12-14 14:31:48','','','','175','Cash',38.62,'280','','','8','','1','2022-12-14 11:31:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','7.00','6','Inclusive','branch','.','','','','',''),('816710176180237273',803,'81671017593','129','10.00','100','retail','0','2022-12-14 14:33:13','','','','5','Cash',13.79,'10','','','8','','1','2022-12-14 11:33:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','717.00','707','Inclusive','branch','Inventory','','','','',''),('816710177867012102',804,'81671017779','147','1.00','20','retail','0','2022-12-14 14:36:19','','','','12','Cash',2.76,'20','','','8','','1','2022-12-14 11:36:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710177983922032',805,'81671017779','129','1.00','10','retail','0','2022-12-14 14:36:26','','','','5','Cash',1.38,'10','','','8','','1','2022-12-14 11:36:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','707.00','706','Inclusive','branch','Inventory','','','','',''),('816710188448220236',806,'81671018834','143','1.00','22.5','retail','0','2022-12-14 14:53:54','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 11:54:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','129.00','128','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710189812033723',807,'61671018961','129','4.00','40','retail','0','2022-12-14 14:56:21','COLD','','','5','Cash',5.52,'10','','','6','','1','2022-12-14 11:56:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','706.00','702','Inclusive','branch','Inventory','','','','',''),('816710190333032033',808,'81671019033','141','1.00','400','retail','0','2022-12-14 14:57:13','','','','210','Cash',55.17,'400','','','8','','1','2022-12-14 11:57:28','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710190362009930',809,'81671019033','120','1.00','200','retail','0','2022-12-14 14:57:16','','','','105','Cash',27.59,'200','','','8','','1','2022-12-14 11:57:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916710221517232036',810,'91671022133','129','3.00','30','retail','0','2022-12-14 15:48:53','','','','5','Cash',4.14,'10','','','9','','1','2022-12-14 12:49:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','702.00','699','Inclusive','branch','Inventory','','','','',''),('816710270628722387',811,'81671027062','120','1.00','200','retail','0','2022-12-14 17:11:02','','','','105','Cash',27.59,'200','','','8','','1','2022-12-14 14:11:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710270663227462',812,'81671027062','143','1.00','22.5','retail','0','2022-12-14 17:11:05','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 14:11:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','128.00','127','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710307213023712',813,'81671030706','129','6.00','60','retail','0','2022-12-14 18:11:46','','','','5','Cash',8.28,'10','','','8','','1','2022-12-14 15:12:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','699.00','693','Inclusive','branch','Inventory','','','','',''),('816710307607322020',814,'81671030732','129','2.00','20','retail','0','2022-12-14 18:12:12','','','','5','Cash',2.76,'10','','','8','','1','2022-12-14 15:13:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','693.00','691','Inclusive','branch','Inventory','','','','',''),('816710307950757037',815,'81671030732','147','1.00','20','retail','0','2022-12-14 18:12:40','','','','12','Cash',2.76,'20','','','8','','1','2022-12-14 15:13:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710333222032120',816,'61671033308','147','1.00','20','retail','0','2022-12-14 18:55:22','COLD','','','12','Cash',2.76,'20','','','6','','1','2022-12-14 15:55:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710333564012323',817,'61671033332','124','1.00','30','retail','0','2022-12-14 18:55:57','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-14 15:55:59','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('816710335572218386',818,'81671033556','120','1.00','200','retail','0','2022-12-14 18:59:16','','','','105','Cash',27.59,'200','','','8','','1','2022-12-14 15:59:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710335590432006',819,'81671033556','143','1.00','22.5','retail','0','2022-12-14 18:59:17','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-14 15:59:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','127.00','126','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710353662222732',820,'81671035356','129','4.00','40','retail','0','2022-12-14 19:29:16','','','','5','Cash',5.52,'10','','','8','','1','2022-12-14 16:29:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','691.00','687','Inclusive','branch','Inventory','','','','',''),('816710353833323222',821,'81671035356','57','1.00','220','retail','0','2022-12-14 19:29:27','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-14 16:29:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','21.00','20','Inclusive','branch','.','','','','',''),('616710374957623207',822,'61671037470','143','1.00','22.5','retail','0','2022-12-14 20:04:56','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-14 17:04:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','126.00','125','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710405982849003',823,'81671040588','59','1.00','220','retail','0','2022-12-14 20:56:28','','','','168','Cash',30.34,'220','','','8','','1','2022-12-14 17:56:50','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','41.00','40','Inclusive','branch','.','','','','',''),('816710406320206232',824,'81671040619','147','1.00','20','retail','0','2022-12-14 20:56:59','','','','12','Cash',2.76,'20','','','8','','1','2022-12-14 17:57:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710406394001302',825,'81671040619','129','1.00','10','retail','0','2022-12-14 20:57:13','','','','5','Cash',1.38,'10','','','8','','1','2022-12-14 17:57:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','687.00','686','Inclusive','branch','Inventory','','','','',''),('816710406652223006',826,'81671040650','57','2.00','440','retail','0','2022-12-14 20:57:30','','','','186.68','Cash',60.69,'220','','','8','','1','2022-12-14 17:59:57','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','20.00','18','Inclusive','branch','.','','','','',''),('816710406806086012',827,'81671040650','132','2.00','100','retail','0','2022-12-14 20:57:45','','','','24','Cash',13.79,'50','','','8','','1','2022-12-14 17:59:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','69.00','67','Inclusive','branch','.','','','','',''),('816710406920303920',828,'81671040650','148','1.00','301.5','retail','0','2022-12-14 20:58:01','','','','201','Cash',41.59,'301.5','','','8','','1','2022-12-14 17:59:57','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710407342230201',829,'81671040650','119','4.00','1000','retail','0','2022-12-14 20:58:13','','','','150','Cash',137.93,'250','','','8','','1','2022-12-14 17:59:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'4','6.00','2','Inclusive','branch','.','','','','',''),('816710407642230372',830,'81671040650','119','1.00','250','retail','0','2022-12-14 20:59:23','','','','150','Cash',34.48,'250','','','8','','1','2022-12-14 17:59:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','.','','','','',''),('816710407832024734',831,'81671040650','124','1.00','30','retail','0','2022-12-14 20:59:24','','','','20','Cash',4.14,'30','','','8','','1','2022-12-14 17:59:57','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('816710407913134400',832,'81671040650','129','3.00','30','retail','0','2022-12-14 20:59:43','','','','5','Cash',4.14,'10','','','8','','1','2022-12-14 17:59:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','686.00','683','Inclusive','branch','Inventory','','','','',''),('916710437361072632',833,'91671043729','147','1.00','20','retail','0','2022-12-14 21:48:49','','','','12','Cash',2.76,'20','','','9','','1','2022-12-14 18:49:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','',''),('916710437641906930',834,'91671043729','129','7.00','70','retail','0','2022-12-14 21:48:56','','','','5','Cash',9.66,'10','','','9','','1','2022-12-14 18:49:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','683.00','676','Inclusive','branch','Inventory','','','','',''),('916710437863203323',835,'91671043777','135','1.00','60','retail','0','2022-12-14 21:49:37','','','','41','Cash',8.28,'60','','','9','','1','2022-12-14 18:50:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','41.00','40','Inclusive','branch','.','','','','',''),('916710438079240360',836,'91671043777','129','10.00','100','retail','0','2022-12-14 21:49:47','','','','5','Cash',13.79,'10','','','9','','1','2022-12-14 18:50:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','676.00','666','Inclusive','branch','Inventory','','','','',''),('916710438323029290',837,'91671043823','129','10.00','100','retail','0','2022-12-14 21:50:23','','','','5','Cash',13.79,'10','','','9','','1','2022-12-14 18:50:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','666.00','656','Inclusive','branch','Inventory','','','','',''),('816710834040432232',838,'81671083385','129','3.00','30','retail','0','2022-12-15 08:49:45','','','','5','Cash',4.14,'10','','','8','','1','2022-12-15 05:50:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','656.00','653','Inclusive','branch','Inventory','','','','',''),('816710835518538502',839,'81671083513','129','2.00','20','retail','0','2022-12-15 08:52:16','','','','5','Cash',2.76,'10','','','8','','1','2022-12-15 05:52:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','653.00','651','Inclusive','branch','Inventory','','','','',''),('816710835692320022',840,'81671083513','132','1.00','50','retail','0','2022-12-15 08:52:48','','','','24','Cash',6.90,'50','','','8','','1','2022-12-15 05:52:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','67.00','66','Inclusive','branch','.','','','','',''),('816710835950338203',841,'81671083582','129','2.00','20','retail','0','2022-12-15 08:53:02','','','','5','Cash',2.76,'10','','','8','','1','2022-12-15 05:53:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','651.00','649','Inclusive','branch','Inventory','','','','',''),('816710836083333774',842,'81671083582','124','1.00','30','retail','0','2022-12-15 08:53:15','','','','20','Cash',4.14,'30','','','8','','1','2022-12-15 05:53:30','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('816710836983104082',843,'81671083680','129','6.00','60','retail','0','2022-12-15 08:54:40','','','','5','Cash',8.28,'10','','','8','','1','2022-12-15 05:55:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','649.00','643','Inclusive','branch','Inventory','','','','',''),('816710837210001233',844,'81671083680','132','1.00','50','retail','0','2022-12-15 08:55:20','','','','24','Cash',6.90,'50','','','8','','1','2022-12-15 05:55:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','66.00','65','Inclusive','branch','.','','','','',''),('816710837510236332',845,'81671083734','129','1.00','10','retail','0','2022-12-15 08:55:34','','','','5','Cash',1.38,'10','','','8','','1','2022-12-15 05:55:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','643.00','642','Inclusive','branch','Inventory','','','','',''),('816710837980033282',846,'81671083785','129','2.00','20','retail','0','2022-12-15 08:56:25','','','','5','Cash',2.76,'10','','','8','','1','2022-12-15 05:56:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','642.00','640','Inclusive','branch','Inventory','','','','',''),('816710838077181073',847,'81671083785','147','1.00','20','retail','0','2022-12-15 08:56:38','','','','12','Cash',2.76,'20','','','8','','1','2022-12-15 05:56:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710838463813030',848,'81671083835','129','2.00','20','retail','0','2022-12-15 08:57:15','','','','5','Cash',2.76,'10','','','8','','1','2022-12-15 05:57:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','640.00','638','Inclusive','branch','Inventory','','','','',''),('916710867110812382',849,'91671086700','129','3.00','30','retail','0','2022-12-15 09:45:00','','','','5','Cash',4.14,'10','','','9','','1','2022-12-15 06:45:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','638.00','635','Inclusive','branch','Inventory','','','','',''),('916710870123232002',850,'91671087005','124','1.00','30','retail','0','2022-12-15 09:50:05','','','','20','Cash',4.14,'30','','','9','','1','2022-12-15 06:50:13','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('616710879062462227',851,'61671087888','129','2.00','20','retail','0','2022-12-15 10:05:06','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-15 07:05:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','635.00','633','Inclusive','branch','Inventory','','','','',''),('816710932253320342',852,'81671093215','129','3.00','30','retail','0','2022-12-15 11:33:35','','','','5','Cash',4.14,'10','','','8','','1','2022-12-15 08:34:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','633.00','630','Inclusive','branch','Inventory','','','','',''),('816710932372334262',853,'81671093215','147','1.00','20','retail','0','2022-12-15 11:33:45','','','','12','Cash',2.76,'20','','','8','','1','2022-12-15 08:34:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710932583932230',854,'81671093250','129','2.00','20','retail','0','2022-12-15 11:34:10','','','','5','Cash',2.76,'10','','','8','','1','2022-12-15 08:34:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','630.00','628','Inclusive','branch','Inventory','','','','',''),('816710932742080100',855,'81671093250','124','1.00','30','retail','0','2022-12-15 11:34:18','','','','20','Cash',4.14,'30','','','8','','1','2022-12-15 08:34:37','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('816710932933013022',856,'81671093286','129','1.00','10','retail','0','2022-12-15 11:34:46','','','','5','Cash',1.38,'10','','','8','','1','2022-12-15 08:34:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','628.00','627','Inclusive','branch','Inventory','','','','',''),('816710940803722138',857,'81671094063','129','2.00','20','retail','0','2022-12-15 11:47:43','','','','5','Cash',2.76,'10','','','8','','1','2022-12-15 08:48:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','627.00','625','Inclusive','branch','Inventory','','','','',''),('816710940902339033',858,'81671094063','124','1.00','30','retail','0','2022-12-15 11:48:01','','','','20','Cash',4.14,'30','','','8','','1','2022-12-15 08:48:13','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('816710941153151081',859,'81671094105','129','2.00','20','retail','0','2022-12-15 11:48:25','','','','5','Cash',2.76,'10','','','8','','1','2022-12-15 08:48:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','625.00','623','Inclusive','branch','Inventory','','','','',''),('816710941496320303',860,'81671094148','133','1.00','80','retail','0','2022-12-15 11:49:08','','','','41','Cash',11.03,'80','','','8','','1','2022-12-15 08:49:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','42.00','41','Inclusive','branch','.','','','','',''),('916710942053323332',861,'91671094194','94','1.00','250','retail','0','2022-12-15 11:49:54','','','','188','Cash',34.48,'250','','','9','','1','2022-12-15 08:50:07','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('916710954179932723',862,'91671095405','129','3.00','30','retail','0','2022-12-15 12:10:05','','','','5','Cash',4.14,'10','','','9','','1','2022-12-15 09:10:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','623.00','620','Inclusive','branch','Inventory','','','','',''),('916710954240009302',863,'91671095405','147','1.00','20','retail','0','2022-12-15 12:10:17','','','','12','Cash',2.76,'20','','','9','','1','2022-12-15 09:10:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('916710954482344003',864,'91671095438','129','3.00','30','retail','0','2022-12-15 12:10:38','','','','5','Cash',4.14,'10','','','9','','1','2022-12-15 09:10:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','620.00','617','Inclusive','branch','Inventory','','','','',''),('916710957279945620',865,'91671095718','129','10.00','100','retail','0','2022-12-15 12:15:18','','','','5','Cash',13.79,'10','','','9','','1','2022-12-15 09:15:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','617.00','607','Inclusive','branch','Inventory','','','','',''),('916710958191962231',866,'91671095811','124','1.00','30','retail','0','2022-12-15 12:16:51','','','','20','Cash',4.14,'30','','','9','','1','2022-12-15 09:17:07','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('916710958263323030',867,'91671095811','129','3.00','30','retail','0','2022-12-15 12:16:59','','','','5','Cash',4.14,'10','','','9','','1','2022-12-15 09:17:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','607.00','604','Inclusive','branch','Inventory','','','','',''),('916710963834062317',868,'91671096377','129','2.00','20','retail','0','2022-12-15 12:26:17','','','','5','Cash',2.76,'10','','','9','','1','2022-12-15 09:26:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','604.00','602','Inclusive','branch','Inventory','','','','',''),('616710981363173246',869,'61671098056','141','1.00','400','retail','0','2022-12-15 12:56:25','COLD','','','210','Cash',55.17,'400','','','6','','1','2022-12-15 09:56:33','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710981592083319',870,'61671098056','143','2.00','45','retail','0','2022-12-15 12:56:25','COLD','','','15','Cash',6.21,'22.5','','','6','','1','2022-12-15 09:56:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','125.00','123','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710981842233282',871,'61671098056','133','1.00','80','retail','0','2022-12-15 12:56:25','COLD','','','41','Cash',11.03,'80','','','6','','1','2022-12-15 09:56:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','41.00','40','Inclusive','branch','.','','','','',''),('616710982274003206',872,'61671098207','129','3.00','30','retail','0','2022-12-15 12:57:07','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-15 09:57:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','602.00','599','Inclusive','branch','Inventory','','','','',''),('816710985480031823',873,'81671098526','118','4.00','1120','retail','0','2022-12-15 13:02:06','','','','175','Cash',154.48,'280','','','8','','1','2022-12-15 10:03:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'4','6.00','2','Inclusive','branch','.','','','','',''),('816710985740534380',874,'81671098526','143','4.00','90','retail','0','2022-12-15 13:02:29','','','','15','Cash',12.41,'22.5','','','8','','1','2022-12-15 10:03:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'4','123.00','119','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710985911193723',875,'81671098526','132','1.00','50','retail','0','2022-12-15 13:03:10','','','','24','Cash',6.90,'50','','','8','','1','2022-12-15 10:03:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','65.00','64','Inclusive','branch','.','','','','',''),('816710986193372222',876,'81671098608','135','1.00','60','retail','0','2022-12-15 13:03:28','','','','41','Cash',8.28,'60','','','8','','1','2022-12-15 10:03:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','40.00','39','Inclusive','branch','.','','','','',''),('816710986450582133',877,'81671098644','120','1.00','200','retail','0','2022-12-15 13:04:04','','','','105','Cash',27.59,'200','','','8','','1','2022-12-15 10:04:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710986500343352',878,'81671098644','120','1.00','200','retail','0','2022-12-15 13:04:09','','','','105','Cash',27.59,'200','','','8','','1','2022-12-15 10:04:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710986542133262',879,'81671098644','143','1.00','22.5','retail','0','2022-12-15 13:04:13','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-15 10:04:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','119.00','118','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710986572332730',880,'81671098644','143','1.00','22.5','retail','0','2022-12-15 13:04:16','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-15 10:04:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','118.00','117','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710986692113232',881,'81671098644','133','1.00','80','retail','0','2022-12-15 13:04:28','','','','41','Cash',11.03,'80','','','8','','1','2022-12-15 10:04:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','40.00','39','Inclusive','branch','.','','','','',''),('916710990213302221',882,'91671099001','129','3.00','30','retail','0','2022-12-15 13:10:09','','','','5','Cash',4.14,'10','','','9','','1','2022-12-15 10:10:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','599.00','596','Inclusive','branch','Inventory','','','','',''),('816710998669432236',883,'81671099866','120','1.00','200','retail','0','2022-12-15 13:24:26','','','','105','Cash',27.59,'200','','','8','','1','2022-12-15 10:24:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710998684198888',884,'81671099866','143','1.00','22.5','retail','0','2022-12-15 13:24:27','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-15 10:24:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','117.00','116','Inclusive','branch','Inventory','1110','4000','5500','',''),('816710998892630322',885,'81671099888','120','1.00','200','retail','0','2022-12-15 13:24:48','','','','105','Cash',27.59,'200','','','8','','1','2022-12-15 10:24:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816710998900433032',886,'81671099888','143','1.00','22.5','retail','0','2022-12-15 13:24:49','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-15 10:24:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','116.00','115','Inclusive','branch','Inventory','1110','4000','5500','',''),('916711001031024932',887,'91671100091','129','4.00','40','retail','0','2022-12-15 13:28:11','','','','5','Cash',5.52,'10','','','9','','1','2022-12-15 10:28:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','596.00','592','Inclusive','branch','Inventory','','','','',''),('916711027572332705',888,'91671102746','129','5.00','50','retail','0','2022-12-15 14:12:26','','','','5','Cash',6.90,'10','','','9','','1','2022-12-15 11:12:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','592.00','587','Inclusive','branch','Inventory','','','','',''),('816711050882018033',889,'81671105087','119','1.00','250','retail','0','2022-12-15 14:51:27','','','','150','Cash',34.48,'250','','','8','','1','2022-12-15 11:51:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','.','','','','',''),('816711051251224313',890,'81671105108','129','5.00','50','retail','0','2022-12-15 14:51:48','','','','5','Cash',6.90,'10','','','8','','1','2022-12-15 11:52:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','587.00','582','Inclusive','branch','Inventory','','','','',''),('916711093173631073',891,'91671109308','143','1.00','22.5','retail','0','2022-12-15 16:01:48','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-15 13:02:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','115.00','114','Inclusive','branch','Inventory','1110','4000','5500','',''),('916711093242126490',892,'91671109308','120','1.00','200','retail','0','2022-12-15 16:01:58','','','','105','Cash',27.59,'200','','','9','','1','2022-12-15 13:02:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916711126832602282',893,'91671112640','135','1.00','60','retail','0','2022-12-15 16:57:49','','','','41','Cash',8.28,'60','','','9','','1','2022-12-15 13:58:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','39.00','38','Inclusive','branch','.','','','','',''),('916711127033133367',894,'91671112694','129','5.00','50','retail','0','2022-12-15 16:58:14','','','','5','Cash',6.90,'10','','','9','','1','2022-12-15 13:58:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','582.00','577','Inclusive','branch','Inventory','','','','',''),('816711136440426233',895,'81671113644','143','1.00','22.5','retail','0','2022-12-15 17:14:04','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-15 14:14:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','114.00','113','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711136502403663',896,'81671113644','120','1.00','200','retail','0','2022-12-15 17:14:09','','','','105','Cash',27.59,'200','','','8','','1','2022-12-15 14:14:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('616711139740094003',897,'61671113959','133','1.00','80','retail','0','2022-12-15 17:19:34','COLD','','','41','Cash',11.03,'80','','','6','','1','2022-12-15 14:19:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','39.00','38','Inclusive','branch','.','','','','',''),('916711179183026232',898,'91671117907','129','3.00','30','retail','0','2022-12-15 18:25:07','','','','5','Cash',4.14,'10','','','9','','1','2022-12-15 15:25:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','577.00','574','Inclusive','branch','Inventory','','','','',''),('916711198882288290',899,'91671119880','129','5.00','50','retail','0','2022-12-15 18:58:00','','','','5','Cash',6.90,'10','','','9','','1','2022-12-15 15:58:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','574.00','569','Inclusive','branch','Inventory','','','','',''),('916711199132223230',900,'91671119900','129','2.00','20','retail','0','2022-12-15 18:58:20','','','','5','Cash',2.76,'10','','','9','','1','2022-12-15 15:58:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','569.00','567','Inclusive','branch','Inventory','','','','',''),('916711199359202300',901,'91671119921','147','1.00','20','retail','0','2022-12-15 18:58:41','','','','12','Cash',2.76,'20','','','9','','1','2022-12-15 15:58:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711199612211613',902,'81671119945','129','1.00','10','retail','0','2022-12-15 18:59:05','','','','5','Cash',1.38,'10','','','8','','1','2022-12-15 15:59:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','567.00','566','Inclusive','branch','Inventory','','','','',''),('816711199739860322',903,'81671119945','124','1.00','30','retail','0','2022-12-15 18:59:22','','','','20','Cash',4.14,'30','','','8','','1','2022-12-15 15:59:36','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('916711242040490922',904,'91671124192','129','1.00','10','retail','0','2022-12-15 20:09:52','','','','5','Cash',1.38,'10','','','9','','1','2022-12-15 17:10:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','566.00','565','Inclusive','branch','Inventory','','','','',''),('916711267882233232',905,'91671126780','139','2.00','60','retail','0','2022-12-15 20:53:00','','','','20','Cash',8.28,'30','','','9','','1','2022-12-15 17:53:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','90.00','88','Inclusive','branch','Inventory','1110','4000','5500','',''),('916711302502942535',906,'91671130241','147','2.00','40','retail','0','2022-12-15 21:50:41','','','','12','Cash',5.52,'20','','','9','','1','2022-12-15 18:50:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','5.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('916711302692623030',907,'91671130263','124','1.00','30','retail','0','2022-12-15 21:51:03','','','','20','Cash',4.14,'30','','','9','','1','2022-12-15 18:51:11','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('816711682902622443',908,'81671168270','129','9.00','90','retail','0','2022-12-16 08:24:30','','','','5','Cash',12.41,'10','','','8','','1','2022-12-16 05:24:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'9','565.00','556','Inclusive','branch','Inventory','','','','',''),('816711683080863120',909,'81671168299','129','2.00','20','retail','0','2022-12-16 08:24:59','','','','5','Cash',2.76,'10','','','8','','1','2022-12-16 05:25:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','556.00','554','Inclusive','branch','Inventory','','','','',''),('816711683180232112',910,'81671168299','147','1.00','20','retail','0','2022-12-16 08:25:09','','','','12','Cash',2.76,'20','','','8','','1','2022-12-16 05:25:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711683426328337',911,'81671168327','129','5.00','50','retail','0','2022-12-16 08:25:27','','','','5','Cash',6.90,'10','','','8','','1','2022-12-16 05:25:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','554.00','549','Inclusive','branch','Inventory','','','','',''),('816711684642622643',912,'81671168453','129','6.00','60','retail','0','2022-12-16 08:27:33','','','','5','Cash',8.28,'10','','','8','','1','2022-12-16 05:27:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','549.00','543','Inclusive','branch','Inventory','','','','',''),('816711685563333021',913,'81671168544','129','2.00','20','retail','0','2022-12-16 08:29:04','','','','5','Cash',2.76,'10','','','8','','1','2022-12-16 05:29:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','543.00','541','Inclusive','branch','Inventory','','','','',''),('816711690542333042',914,'81671169042','129','4.00','40','retail','0','2022-12-16 08:37:22','','','','5','Cash',5.52,'10','','','8','','1','2022-12-16 05:37:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','541.00','537','Inclusive','branch','Inventory','','','','',''),('616711702873078776',915,'61671170254','129','7.00','70','retail','0','2022-12-16 08:58:08','COLD','','','5','Cash',9.66,'10','','','6','','1','2022-12-16 05:58:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','537.00','530','Inclusive','branch','Inventory','','','','',''),('816711775302703332',916,'81671177514','129','2.00','20','retail','0','2022-12-16 10:58:34','','','','5','Cash',2.76,'10','','','8','','1','2022-12-16 07:59:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','530.00','528','Inclusive','branch','Inventory','','','','',''),('816711775442273281',917,'81671177514','124','2.00','60','retail','0','2022-12-16 10:58:50','','','','20','Cash',8.28,'30','','','8','','1','2022-12-16 07:59:10','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','107.00','105','Inclusive','branch','.','','','','',''),('816711776257338031',918,'81671177613','129','8.00','80','retail','0','2022-12-16 11:00:13','','','','5','Cash',11.03,'10','','','8','','1','2022-12-16 08:00:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'8','528.00','520','Inclusive','branch','Inventory','','','','',''),('816711776422327380',919,'81671177633','129','5.00','50','retail','0','2022-12-16 11:00:33','','','','5','Cash',6.90,'10','','','8','','1','2022-12-16 08:00:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','520.00','515','Inclusive','branch','Inventory','','','','',''),('816711779373233133',920,'81671177927','129','2.00','20','retail','0','2022-12-16 11:05:27','','','','5','Cash',2.76,'10','','','8','','1','2022-12-16 08:05:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','515.00','513','Inclusive','branch','Inventory','','','','',''),('816711789203322220',921,'81671178913','129','4.00','40','retail','0','2022-12-16 11:21:53','','','','5','Cash',5.52,'10','','','8','','1','2022-12-16 08:22:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','513.00','509','Inclusive','branch','Inventory','','','','',''),('916711791122323033',922,'91671179104','129','2.00','20','retail','0','2022-12-16 11:25:04','','','','5','Cash',2.76,'10','','','9','','1','2022-12-16 08:25:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','509.00','507','Inclusive','branch','Inventory','','','','',''),('816711809568462391',923,'81671180955','120','1.00','200','retail','0','2022-12-16 11:55:55','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 08:56:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816711809613140332',924,'81671180955','143','1.00','22.5','retail','0','2022-12-16 11:56:00','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 08:56:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','113.00','112','Inclusive','branch','Inventory','1110','4000','5500','',''),('616711862120416022',925,'61671186185','143','1.00','22.5','retail','0','2022-12-16 13:24:06','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-16 10:24:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','112.00','111','Inclusive','branch','Inventory','1110','4000','5500','',''),('616711862463706326',926,'61671186185','120','1.00','200','retail','0','2022-12-16 13:24:06','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-16 10:24:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916711868752630191',927,'91671186862','129','1.00','10','retail','0','2022-12-16 13:34:22','','','','5','Cash',1.38,'10','','','9','','1','2022-12-16 10:34:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','507.00','506','Inclusive','branch','Inventory','','','','',''),('816711869060008002',928,'81671186888','143','2.00','45','retail','0','2022-12-16 13:34:48','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-16 10:35:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','111.00','109','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711869193126393',929,'81671186888','141','1.00','400','retail','0','2022-12-16 13:35:06','','','','210','Cash',55.17,'400','','','8','','1','2022-12-16 10:35:31','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711869292303823',930,'81671186888','120','1.00','200','retail','0','2022-12-16 13:35:20','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 10:35:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816711897323032323',931,'81671189723','129','7.00','70','retail','0','2022-12-16 14:22:03','','','','5','Cash',9.66,'10','','','8','','1','2022-12-16 11:22:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','506.00','499','Inclusive','branch','Inventory','','','','',''),('816711897531332075',932,'81671189752','132','1.00','50','retail','0','2022-12-16 14:22:32','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 11:22:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','64.00','63','Inclusive','branch','.','','','','',''),('816711897570272530',933,'81671189752','132','1.00','50','retail','0','2022-12-16 14:22:36','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 11:22:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','63.00','62','Inclusive','branch','.','','','','',''),('916711902902900139',934,'91671190281','129','2.00','20','retail','0','2022-12-16 14:31:21','','','','5','Cash',2.76,'10','','','9','','1','2022-12-16 11:31:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','499.00','497','Inclusive','branch','Inventory','','','','',''),('816711914650030933',935,'81671191465','120','1.00','200','retail','0','2022-12-16 14:51:05','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 11:51:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816711914712223006',936,'81671191465','143','1.00','22.5','retail','0','2022-12-16 14:51:10','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 11:51:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','109.00','108','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711925990306902',937,'81671192598','120','1.00','200','retail','0','2022-12-16 15:09:58','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 12:10:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816711926290203021',938,'81671192598','143','1.00','22.5','retail','0','2022-12-16 15:10:28','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 12:10:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','108.00','107','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711926420630220',939,'81671192598','143','1.00','22.5','retail','0','2022-12-16 15:10:41','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 12:10:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','107.00','106','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711955681330033',940,'81671195567','120','1.00','200','retail','0','2022-12-16 15:59:27','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 12:59:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816711955732230312',941,'81671195567','143','1.00','22.5','retail','0','2022-12-16 15:59:32','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 12:59:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','106.00','105','Inclusive','branch','Inventory','1110','4000','5500','',''),('816711955771702001',942,'81671195567','133','1.00','80','retail','0','2022-12-16 15:59:36','','','','41','Cash',11.03,'80','','','8','','1','2022-12-16 12:59:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','38.00','37','Inclusive','branch','.','','','','',''),('816711955822022323',943,'81671195567','132','1.00','50','retail','0','2022-12-16 15:59:41','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 12:59:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','62.00','61','Inclusive','branch','.','','','','',''),('816711955833232842',944,'81671195567','132','1.00','50','retail','0','2022-12-16 15:59:42','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 12:59:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','61.00','60','Inclusive','branch','.','','','','',''),('816711955931920401',945,'81671195567','132','1.00','50','retail','0','2022-12-16 15:59:52','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 12:59:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','60.00','59','Inclusive','branch','.','','','','',''),('816711976452735310',946,'81671197636','129','2.00','20','retail','0','2022-12-16 16:33:56','','','','5','Cash',2.76,'10','','','8','','1','2022-12-16 13:34:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','497.00','495','Inclusive','branch','Inventory','','','','',''),('816711976543033629',947,'81671197636','124','1.00','30','retail','0','2022-12-16 16:34:05','','','','20','Cash',4.14,'30','','','8','','1','2022-12-16 13:34:16','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','107.00','106','Inclusive','branch','.','','','','',''),('816711977117796223',948,'81671197711','120','1.00','200','retail','0','2022-12-16 16:35:11','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 13:35:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816711977168130022',949,'81671197711','143','1.00','22.5','retail','0','2022-12-16 16:35:15','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 13:35:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','105.00','104','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712011630102233',950,'81671201162','141','1.00','400','retail','0','2022-12-16 17:32:42','','','','210','Cash',55.17,'400','','','8','','1','2022-12-16 14:33:04','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712011661278460',951,'81671201162','120','1.00','200','retail','0','2022-12-16 17:32:45','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 14:33:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712011721202020',952,'81671201162','143','1.00','22.5','retail','0','2022-12-16 17:32:52','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 14:33:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','104.00','103','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712011751383713',953,'81671201162','143','1.00','22.5','retail','0','2022-12-16 17:32:54','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 14:33:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','103.00','102','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712011780322034',954,'81671201162','143','1.00','22.5','retail','0','2022-12-16 17:32:57','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 14:33:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','102.00','101','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712012003203302',955,'81671201199','133','1.00','80','retail','0','2022-12-16 17:33:19','','','','41','Cash',11.03,'80','','','8','','1','2022-12-16 14:33:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','37.00','36','Inclusive','branch','.','','','','',''),('816712062762006303',956,'81671206258','129','2.00','20','retail','0','2022-12-16 18:57:38','','','','5','Cash',2.76,'10','','','8','','1','2022-12-16 15:57:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','495.00','493','Inclusive','branch','Inventory','','','','',''),('816712094809040902',957,'81671209480','120','1.00','200','retail','0','2022-12-16 19:51:20','','','','105','Cash',27.59,'200','','','8','','1','2022-12-16 16:51:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712094843322097',958,'81671209480','143','1.00','22.5','retail','0','2022-12-16 19:51:23','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 16:51:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','101.00','100','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712094893092003',959,'81671209480','132','1.00','50','retail','0','2022-12-16 19:51:28','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 16:51:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','59.00','58','Inclusive','branch','.','','','','',''),('816712094922303212',960,'81671209480','132','1.00','50','retail','0','2022-12-16 19:51:31','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 16:51:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','58.00','57','Inclusive','branch','.','','','','',''),('916712107260733634',961,'91671210717','147','2.00','40','retail','0','2022-12-16 20:11:57','','','','12','Cash',5.52,'20','','','9','','1','2022-12-16 17:12:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','2.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712107363790671',962,'91671210717','129','2.00','20','retail','0','2022-12-16 20:12:07','','','','5','Cash',2.76,'10','','','9','','1','2022-12-16 17:12:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','493.00','491','Inclusive','branch','Inventory','','','','',''),('916712107562622331',963,'91671210748','5','1.00','350','retail','0','2022-12-16 20:12:28','','','','236','Cash',48.28,'350','','','9','','1','2022-12-16 17:12:38','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','7.00','6','Inclusive','branch','.','','','','',''),('616712109093316332',964,'61671210893','120','1.00','200','retail','0','2022-12-16 20:15:20','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-16 17:15:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('616712109207202043',965,'61671210893','143','1.00','22.5','retail','0','2022-12-16 20:15:20','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-16 17:15:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712121290287402',966,'81671212128','141','1.00','400','retail','0','2022-12-16 20:35:28','','','','210','Cash',55.17,'400','','','8','','1','2022-12-16 17:35:40','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712121338233322',967,'81671212128','143','1.00','22.5','retail','0','2022-12-16 20:35:33','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 17:35:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712121366333283',968,'81671212128','143','1.00','22.5','retail','0','2022-12-16 20:35:35','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 17:35:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712121603313331',969,'81671212160','133','1.00','80','retail','0','2022-12-16 20:36:00','','','','41','Cash',11.03,'80','','','8','','1','2022-12-16 17:36:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','36.00','35','Inclusive','branch','.','','','','',''),('816712121652323235',970,'81671212160','124','1.00','30','retail','0','2022-12-16 20:36:04','','','','20','Cash',4.14,'30','','','8','','1','2022-12-16 17:36:16','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816712122078243122',971,'81671212196','7','1.00','250','retail','0','2022-12-16 20:36:36','','','','192','Cash',34.48,'250','','','8','','1','2022-12-16 17:36:51','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('816712133986233222',972,'81671213379','143','1.00','22.5','retail','0','2022-12-16 20:56:29','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-16 17:56:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712134253202032',973,'81671213425','132','1.00','50','retail','0','2022-12-16 20:57:05','','','','24','Cash',6.90,'50','','','8','','1','2022-12-16 17:57:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','57.00','56','Inclusive','branch','.','','','','',''),('816712134282806021',974,'81671213425','124','1.00','30','retail','0','2022-12-16 20:57:08','','','','20','Cash',4.14,'30','','','8','','1','2022-12-16 17:57:11','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916712189874229707',975,'91671218976','23','1.00','800','retail','0','2022-12-16 22:29:36','','','','645','Cash',110.34,'800','','','9','','1','2022-12-16 19:30:04','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','4.00','3','Inclusive','branch','.','','','','',''),('916712190000132603',976,'91671218976','9','1.00','750','retail','0','2022-12-16 22:29:47','','','','560','Cash',103.45,'750','','','9','','1','2022-12-16 19:30:04','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','4.00','3','Inclusive','branch','.','','','','',''),('916712190339321313',977,'91671219022','129','5.00','50','retail','0','2022-12-16 22:30:22','','','','5','Cash',6.90,'10','','','9','','1','2022-12-16 19:30:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','491.00','486','Inclusive','branch','Inventory','','','','',''),('916712190633003200',978,'91671219046','129','18.00','180','retail','0','2022-12-16 22:30:46','','','','5','Cash',24.83,'10','','','9','','1','2022-12-16 19:31:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'18','486.00','468','Inclusive','branch','Inventory','','','','',''),('916712190822012439',979,'91671219073','129','4.00','40','retail','0','2022-12-16 22:31:13','','','','5','Cash',5.52,'10','','','9','','1','2022-12-16 19:31:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','468.00','464','Inclusive','branch','Inventory','','','','',''),('816712518477018332',980,'81671251836','129','2.00','20','retail','0','2022-12-17 07:37:16','','','','5','Cash',2.76,'10','','','8','','1','2022-12-17 04:37:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','464.00','462','Inclusive','branch','Inventory','','','','',''),('816712518563331120',981,'81671251836','124','1.00','30','retail','0','2022-12-17 07:37:27','','','','20','Cash',4.14,'30','','','8','','1','2022-12-17 04:37:38','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816712528790380212',982,'81671252867','124','3.00','90','retail','0','2022-12-17 07:54:27','','','','20','Cash',12.41,'30','','','8','','1','2022-12-17 04:55:04','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','108.00','105','Inclusive','branch','.','','','','',''),('816712528887223137',983,'81671252867','129','2.00','20','retail','0','2022-12-17 07:54:40','','','','5','Cash',2.76,'10','','','8','','1','2022-12-17 04:55:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','462.00','460','Inclusive','branch','Inventory','','','','',''),('816712528990283490',984,'81671252867','139','2.00','60','retail','0','2022-12-17 07:54:49','','','','20','Cash',8.28,'30','','','8','','1','2022-12-17 04:55:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','88.00','86','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712536532768303',985,'81671253644','139','1.00','30','retail','0','2022-12-17 08:07:24','','','','20','Cash',4.14,'30','','','8','','1','2022-12-17 05:07:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712579292923296',986,'81671257917','129','10.00','100','retail','0','2022-12-17 09:18:37','','','','5','Cash',13.79,'10','','','8','','1','2022-12-17 06:18:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','460.00','450','Inclusive','branch','Inventory','','','','',''),('816712579472231742',987,'81671257938','129','3.00','30','retail','0','2022-12-17 09:18:58','','','','5','Cash',4.14,'10','','','8','','1','2022-12-17 06:19:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','450.00','447','Inclusive','branch','Inventory','','','','',''),('816712579673167739',988,'81671257954','139','1.00','30','retail','0','2022-12-17 09:19:14','','','','20','Cash',4.14,'30','','','8','','1','2022-12-17 06:19:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712579765732320',989,'81671257954','124','1.00','30','retail','0','2022-12-17 09:19:27','','','','20','Cash',4.14,'30','','','8','','1','2022-12-17 06:19:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816712580330330322',990,'81671257986','129','1.00','10','retail','0','2022-12-17 09:20:22','','','','5','Cash',1.38,'10','','','8','','1','2022-12-17 06:20:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','447.00','446','Inclusive','branch','Inventory','','','','',''),('816712655720362023',991,'81671265562','129','4.00','40','retail','0','2022-12-17 11:26:02','','','','5','Cash',5.52,'10','','','8','','1','2022-12-17 08:26:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','446.00','442','Inclusive','branch','Inventory','','','','',''),('816712655853202235',992,'81671265562','124','2.00','60','retail','0','2022-12-17 11:26:12','','','','20','Cash',8.28,'30','','','8','','1','2022-12-17 08:26:29','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','108.00','106','Inclusive','branch','.','','','','',''),('816712702684043033',993,'81671270267','141','1.00','400','retail','0','2022-12-17 12:44:27','','','','210','Cash',55.17,'400','','','8','','1','2022-12-17 09:44:37','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712702703303223',994,'81671270267','143','1.00','22.5','retail','0','2022-12-17 12:44:30','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 09:44:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712702746702200',995,'81671270267','143','1.00','22.5','retail','0','2022-12-17 12:44:33','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 09:44:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712703020180163',996,'81671270301','141','1.00','400','retail','0','2022-12-17 12:45:01','','','','210','Cash',55.17,'400','','','8','','1','2022-12-17 09:48:59','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712703064262240',997,'81671270301','143','1.00','22.5','retail','0','2022-12-17 12:45:05','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 09:48:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712703093233322',998,'81671270301','143','1.00','22.5','retail','0','2022-12-17 12:45:08','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 09:48:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712715052052822',999,'81671271504','143','1.00','22.5','retail','0','2022-12-17 13:05:04','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 10:05:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712715110425037',1000,'81671271504','143','1.00','22.5','retail','0','2022-12-17 13:05:10','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 10:05:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712736323903332',1001,'91671273616','124','1.00','30','retail','0','2022-12-17 13:40:24','','','','20','Cash',4.14,'30','','','9','','1','2022-12-17 10:40:47','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916712736452337023',1002,'91671273616','139','1.00','30','retail','0','2022-12-17 13:40:33','','','','20','Cash',4.14,'30','','','9','','1','2022-12-17 10:40:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712736673610623',1003,'91671273659','129','4.00','40','retail','0','2022-12-17 13:40:59','','','','5','Cash',5.52,'10','','','9','','1','2022-12-17 10:41:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','442.00','438','Inclusive','branch','Inventory','','','','',''),('916712736964902132',1004,'91671273683','129','5.00','50','retail','0','2022-12-17 13:41:23','','','','5','Cash',6.90,'10','','','9','','1','2022-12-17 10:41:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','438.00','433','Inclusive','branch','Inventory','','','','',''),('916712737077212372',1005,'91671273683','124','1.00','30','retail','0','2022-12-17 13:41:36','','','','20','Cash',4.14,'30','','','9','','1','2022-12-17 10:41:49','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916712737283332702',1006,'91671273721','129','2.00','20','retail','0','2022-12-17 13:42:01','','','','5','Cash',2.76,'10','','','9','','1','2022-12-17 10:42:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','433.00','431','Inclusive','branch','Inventory','','','','',''),('916712737942030220',1007,'91671273751','129','1.00','10','retail','0','2022-12-17 13:42:50','','','','5','Cash',1.38,'10','','','9','','1','2022-12-17 10:43:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','431.00','430','Inclusive','branch','Inventory','','','','',''),('916712738247233122',1008,'91671273817','129','3.00','30','retail','0','2022-12-17 13:43:37','','','','5','Cash',4.14,'10','','','9','','1','2022-12-17 10:43:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','430.00','427','Inclusive','branch','Inventory','','','','',''),('916712738472277203',1009,'91671273835','129','2.00','20','retail','0','2022-12-17 13:43:55','','','','5','Cash',2.76,'10','','','9','','1','2022-12-17 10:44:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','427.00','425','Inclusive','branch','Inventory','','','','',''),('916712738781720272',1010,'91671273863','129','4.00','40','retail','0','2022-12-17 13:44:23','','','','5','Cash',5.52,'10','','','9','','1','2022-12-17 10:44:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','425.00','421','Inclusive','branch','Inventory','','','','',''),('916712758162372122',1011,'91671275806','143','2.00','45','retail','0','2022-12-17 14:16:46','','','','15','Cash',6.21,'22.5','','','9','','1','2022-12-17 11:17:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','90.00','88','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712758270336430',1012,'91671275806','141','1.00','400','retail','0','2022-12-17 14:16:56','','','','210','Cash',55.17,'400','','','9','','1','2022-12-17 11:17:09','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712758473302332',1013,'91671275839','143','1.00','22.5','retail','0','2022-12-17 14:17:19','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-17 11:17:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','88.00','87','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712758571242312',1014,'91671275839','120','1.00','200','retail','0','2022-12-17 14:17:27','','','','105','Cash',27.59,'200','','','9','','1','2022-12-17 11:17:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916712758767132333',1015,'91671275869','143','1.00','22.5','retail','0','2022-12-17 14:17:49','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-17 11:18:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','87.00','86','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712758831230327',1016,'91671275869','120','1.00','200','retail','0','2022-12-17 14:17:56','','','','105','Cash',27.59,'200','','','9','','1','2022-12-17 11:18:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916712759092312105',1017,'91671275899','131','2.00','100','retail','0','2022-12-17 14:18:19','','','','23','Cash',13.79,'50','','','9','','1','2022-12-17 11:18:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','17.00','15','Inclusive','branch','.','','','','',''),('916712759183723293',1018,'91671275899','143','2.00','45','retail','0','2022-12-17 14:18:29','','','','15','Cash',6.21,'22.5','','','9','','1','2022-12-17 11:18:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','86.00','84','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712759252222920',1019,'91671275899','141','1.00','400','retail','0','2022-12-17 14:18:39','','','','210','Cash',55.17,'400','','','9','','1','2022-12-17 11:18:51','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712759523923292',1020,'91671275943','143','1.00','22.5','retail','0','2022-12-17 14:19:03','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-17 11:19:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','84.00','83','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712759606033220',1021,'91671275943','120','1.00','200','retail','0','2022-12-17 14:19:13','','','','105','Cash',27.59,'200','','','9','','1','2022-12-17 11:19:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916712759691059052',1022,'91671275943','133','1.00','80','retail','0','2022-12-17 14:19:21','','','','41','Cash',11.03,'80','','','9','','1','2022-12-17 11:19:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','35.00','34','Inclusive','branch','.','','','','',''),('916712763153100223',1023,'91671276308','143','1.00','22.5','retail','0','2022-12-17 14:25:08','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-17 11:25:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712763231626777',1024,'91671276308','120','1.00','200','retail','0','2022-12-17 14:25:15','','','','105','Cash',27.59,'200','','','9','','1','2022-12-17 11:25:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712779982790323',1025,'81671277997','120','1.00','200','retail','0','2022-12-17 14:53:17','','','','105','Cash',27.59,'200','','','8','','1','2022-12-17 11:53:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712780122240722',1026,'81671277997','131','1.00','50','retail','0','2022-12-17 14:53:31','','','','23','Cash',6.90,'50','','','8','','1','2022-12-17 11:53:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','15.00','14','Inclusive','branch','.','','','','',''),('816712780202232306',1027,'81671277997','143','1.00','22.5','retail','0','2022-12-17 14:53:40','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 11:53:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712780362037222',1028,'81671277997','57','1.00','220','retail','0','2022-12-17 14:53:41','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-17 11:53:59','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','18.00','17','Inclusive','branch','.','','','','',''),('816712780640630374',1029,'81671278063','120','1.00','200','retail','0','2022-12-17 14:54:23','','','','105','Cash',27.59,'200','','','8','','1','2022-12-17 11:54:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712780673222362',1030,'81671278063','143','1.00','22.5','retail','0','2022-12-17 14:54:26','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 11:54:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712781052232162',1031,'81671278105','141','1.00','400','retail','0','2022-12-17 14:55:05','','','','210','Cash',55.17,'400','','','8','','1','2022-12-17 11:55:22','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712781162323831',1032,'81671278105','143','1.00','22.5','retail','0','2022-12-17 14:55:15','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 11:55:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712781196210202',1033,'81671278105','143','1.00','22.5','retail','0','2022-12-17 14:55:18','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 11:55:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712801982312232',1034,'81671280197','141','1.00','400','retail','0','2022-12-17 15:29:57','','','','210','Cash',55.17,'400','','','8','','1','2022-12-17 12:30:20','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712802098233210',1035,'81671280197','143','1.00','22.5','retail','0','2022-12-17 15:30:09','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 12:30:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712802143024270',1036,'81671280197','143','1.00','22.5','retail','0','2022-12-17 15:30:13','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 12:30:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712802332302032',1037,'81671280232','120','1.00','200','retail','0','2022-12-17 15:30:32','','','','105','Cash',27.59,'200','','','8','','1','2022-12-17 12:30:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712802393802323',1038,'81671280232','143','1.00','22.5','retail','0','2022-12-17 15:30:38','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 12:30:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712812422314212',1039,'81671281241','120','1.00','200','retail','0','2022-12-17 15:47:21','','','','105','Cash',27.59,'200','','','8','','1','2022-12-17 12:47:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712812433832030',1040,'81671281241','143','1.00','22.5','retail','0','2022-12-17 15:47:22','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 12:47:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712815582225265',1041,'81671281557','133','1.00','80','retail','0','2022-12-17 15:52:37','','','','41','Cash',11.03,'80','','','8','','1','2022-12-17 12:52:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','34.00','33','Inclusive','branch','.','','','','',''),('616712884033003286',1042,'61671288385','60','2.00','440','retail','0','2022-12-17 17:46:44','COLD','','','168','Cash',60.69,'220','','','6','','1','2022-12-17 14:46:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','5.00','3','Inclusive','branch','.','','','','',''),('816712902852311232',1043,'81671290284','120','1.00','200','retail','0','2022-12-17 18:18:04','','','','105','Cash',27.59,'200','','','8','','1','2022-12-17 15:18:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712902870222877',1044,'81671290284','143','1.00','22.5','retail','0','2022-12-17 18:18:07','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 15:18:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712903251203212',1045,'81671290300','129','6.00','60','retail','0','2022-12-17 18:18:20','','','','5','Cash',8.28,'10','','','8','','1','2022-12-17 15:18:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','421.00','415','Inclusive','branch','Inventory','','','','',''),('816712903422320402',1046,'81671290333','129','3.00','30','retail','0','2022-12-17 18:18:53','','','','5','Cash',4.14,'10','','','8','','1','2022-12-17 15:19:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','415.00','412','Inclusive','branch','Inventory','','','','',''),('816712904313323300',1047,'81671290420','129','7.00','70','retail','0','2022-12-17 18:20:20','','','','5','Cash',9.66,'10','','','8','','1','2022-12-17 15:20:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','412.00','405','Inclusive','branch','Inventory','','','','',''),('816712940952220628',1048,'81671294087','145','1.00','99.5','retail','0','2022-12-17 19:21:27','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-17 16:21:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('816712941273061013',1049,'81671294126','120','1.00','200','retail','0','2022-12-17 19:22:06','','','','105','Cash',27.59,'200','','','8','','1','2022-12-17 16:22:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816712941301223093',1050,'81671294126','143','1.00','22.5','retail','0','2022-12-17 19:22:09','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 16:22:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712957143076332',1051,'91671295701','129','16.00','160','retail','0','2022-12-17 19:48:21','','','','5','Cash',22.07,'10','','','9','','1','2022-12-17 16:48:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'16','405.00','389','Inclusive','branch','Inventory','','','','',''),('916712957331033222',1052,'91671295723','129','5.00','50','retail','0','2022-12-17 19:48:43','','','','5','Cash',6.90,'10','','','9','','1','2022-12-17 16:48:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','389.00','384','Inclusive','branch','Inventory','','','','',''),('916712957682723120',1053,'91671295742','129','11.00','110','retail','0','2022-12-17 19:49:12','','','','5','Cash',15.17,'10','','','9','','1','2022-12-17 16:49:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'11','384.00','373','Inclusive','branch','Inventory','','','','',''),('916712983133203303',1054,'91671298298','124','1.00','30','retail','0','2022-12-17 20:31:38','','','','20','Cash',4.14,'30','','','9','','1','2022-12-17 17:32:10','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916712983250222732',1055,'91671298298','139','1.00','30','retail','0','2022-12-17 20:31:53','','','','20','Cash',4.14,'30','','','9','','1','2022-12-17 17:32:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','83.00','82','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712998011320743',1056,'91671299787','5','1.00','350','retail','0','2022-12-17 20:56:27','','','','236','Cash',48.28,'350','','','9','','1','2022-12-17 17:56:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','6.00','5','Inclusive','branch','.','','','','',''),('916712998112363612',1057,'91671299787','133','1.00','80','retail','0','2022-12-17 20:56:41','','','','41','Cash',11.03,'80','','','9','','1','2022-12-17 17:56:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','33.00','32','Inclusive','branch','.','','','','',''),('916712998338373203',1058,'91671299821','56','2.00','440','retail','0','2022-12-17 20:57:01','','','','160.24','Cash',60.69,'220','','','9','','1','2022-12-17 17:57:14','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','19.00','17','Inclusive','branch','.','','','','',''),('916712998572235221',1059,'91671299843','148','2.00','603','retail','0','2022-12-17 20:57:23','','','','201','Cash',83.17,'301.5','','','9','','1','2022-12-17 17:58:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712998755233302',1060,'91671299843','57','4.00','880','retail','0','2022-12-17 20:57:38','','','','186.68','Cash',121.38,'220','','','9','','1','2022-12-17 17:58:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','17.00','13','Inclusive','branch','.','','','','',''),('916712999004702003',1061,'91671299843','145','1.00','99.5','retail','0','2022-12-17 20:58:09','','','','50','Cash',13.72,'99.5','','','9','','1','2022-12-17 17:58:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712999349223133',1062,'91671299918','143','1.00','22.5','retail','0','2022-12-17 20:58:38','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-17 17:59:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','72.00','71','Inclusive','branch','Inventory','1110','4000','5500','',''),('916712999593225529',1063,'91671299918','133','1.00','80','retail','0','2022-12-17 20:59:03','','','','41','Cash',11.03,'80','','','9','','1','2022-12-17 17:59:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','32.00','31','Inclusive','branch','.','','','','',''),('916712999671203273',1064,'91671299918','46','1.00','400','retail','0','2022-12-17 20:59:19','','','','301','Cash',55.17,'400','','','9','','1','2022-12-17 17:59:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','6.00','5','Inclusive','branch','.','','','','',''),('916712999777322420',1065,'91671299918','131','1.00','50','retail','0','2022-12-17 20:59:27','','','','23','Cash',6.90,'50','','','9','','1','2022-12-17 17:59:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','14.00','13','Inclusive','branch','.','','','','',''),('816713022983720322',1066,'81671302297','143','1.00','22.5','retail','0','2022-12-17 21:38:17','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-17 18:38:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','71.00','70','Inclusive','branch','Inventory','1110','4000','5500','',''),('916713043697030623',1067,'91671304357','138','1.00','299','retail','0','2022-12-17 22:12:37','','','','230','Cash',41.24,'299','','','9','','1','2022-12-17 19:12:51','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',257.76,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713414260232324',1068,'81671341410','139','2.00','60','retail','0','2022-12-18 08:30:10','','','','20','Cash',8.28,'30','','','8','','1','2022-12-18 05:31:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','82.00','80','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713414448330722',1069,'81671341410','124','1.00','30','retail','0','2022-12-18 08:30:27','','','','20','Cash',4.14,'30','','','8','','1','2022-12-18 05:31:09','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816713414872371221',1070,'81671341478','129','3.00','30','retail','0','2022-12-18 08:31:18','','','','5','Cash',4.14,'10','','','8','','1','2022-12-18 05:31:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','373.00','370','Inclusive','branch','Inventory','','','','',''),('816713425542052223',1071,'81671342546','129','1.00','10','retail','0','2022-12-18 08:49:06','','','','5','Cash',1.38,'10','','','8','','1','2022-12-18 05:49:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','370.00','369','Inclusive','branch','Inventory','','','','',''),('816713425660226432',1072,'81671342546','124','1.00','30','retail','0','2022-12-18 08:49:15','','','','20','Cash',4.14,'30','','','8','','1','2022-12-18 05:49:28','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816713434410307300',1073,'81671343419','139','5.00','150','retail','0','2022-12-18 09:03:39','','','','20','Cash',20.69,'30','','','8','','1','2022-12-18 06:04:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'5','80.00','75','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713448723824432',1074,'81671344866','129','2.00','20','retail','0','2022-12-18 09:27:46','','','','5','Cash',2.76,'10','','','8','','1','2022-12-18 06:28:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','369.00','367','Inclusive','branch','Inventory','','','','',''),('816713472473833337',1075,'81671347247','143','1.00','22.5','retail','0','2022-12-18 10:07:27','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 07:07:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713495542332244',1076,'81671349554','120','1.00','200','retail','0','2022-12-18 10:45:54','','','','105','Cash',27.59,'200','','','8','','1','2022-12-18 07:46:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816713495597022343',1077,'81671349554','143','1.00','22.5','retail','0','2022-12-18 10:45:58','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 07:46:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','69.00','68','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713495863334222',1078,'81671349574','139','1.00','30','retail','0','2022-12-18 10:46:14','','','','20','Cash',4.14,'30','','','8','','1','2022-12-18 07:46:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','',''),('616713505897040631',1079,'61671350552','146','1.00','30.06','retail','0','2022-12-18 11:04:05','COLD','','','18','Cash',4.15,'30.06','','','6','','1','2022-12-18 08:04:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','',''),('616713506446422034',1080,'61671350552','129','3.00','30','retail','0','2022-12-18 11:04:05','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-18 08:04:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','367.00','364','Inclusive','branch','Inventory','','','','',''),('816713507951233123',1081,'81671350794','132','1.00','50','retail','0','2022-12-18 11:06:34','','','','24','Cash',6.90,'50','','','8','','1','2022-12-18 08:06:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','56.00','55','Inclusive','branch','.','','','','',''),('816713507992338600',1082,'81671350794','120','1.00','200','retail','0','2022-12-18 11:06:39','','','','105','Cash',27.59,'200','','','8','','1','2022-12-18 08:06:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916713571992375323',1083,'91671357188','129','5.00','50','retail','0','2022-12-18 12:53:08','','','','5','Cash',6.90,'10','','','9','','1','2022-12-18 09:53:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','364.00','359','Inclusive','branch','Inventory','','','','',''),('816713581812131320',1084,'81671358180','119','1.00','250','retail','0','2022-12-18 13:09:40','','','','150','Cash',34.48,'250','','','8','','1','2022-12-18 10:10:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','12.00','11','Inclusive','branch','.','','','','',''),('816713581852268226',1085,'81671358180','143','1.00','22.5','retail','0','2022-12-18 13:09:44','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 10:10:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','68.00','67','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713582400278422',1086,'81671358233','57','1.00','220','retail','0','2022-12-18 13:10:33','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-18 10:10:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','13.00','12','Inclusive','branch','.','','','','',''),('816713593781333333',1087,'81671359369','57','2.00','440','retail','0','2022-12-18 13:29:29','','','','186.68','Cash',60.69,'220','','','8','','1','2022-12-18 10:29:39','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','12.00','10','Inclusive','branch','.','','','','',''),('816713593922320325',1088,'81671359392','119','1.00','250','retail','0','2022-12-18 13:29:52','','','','150','Cash',34.48,'250','','','8','','1','2022-12-18 10:30:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','11.00','10','Inclusive','branch','.','','','','',''),('816713593960620330',1089,'81671359392','143','1.00','22.5','retail','0','2022-12-18 13:29:55','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 10:30:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','67.00','66','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713596642330003',1090,'81671359657','129','2.00','20','retail','0','2022-12-18 13:34:17','','','','5','Cash',2.76,'10','','','8','','1','2022-12-18 10:34:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','359.00','357','Inclusive','branch','Inventory','','','','',''),('816713596742367673',1091,'81671359657','124','1.00','30','retail','0','2022-12-18 13:34:24','','','','20','Cash',4.14,'30','','','8','','1','2022-12-18 10:34:37','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816713597002367333',1092,'81671359700','131','1.00','50','retail','0','2022-12-18 13:35:00','','','','23','Cash',6.90,'50','','','8','','1','2022-12-18 10:35:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','13.00','12','Inclusive','branch','.','','','','',''),('916713617342026431',1093,'91671361716','143','1.00','22.5','retail','0','2022-12-18 14:08:45','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-18 11:09:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','66.00','65','Inclusive','branch','Inventory','1110','4000','5500','',''),('916713617413106913',1094,'91671361716','120','1.00','200','retail','0','2022-12-18 14:08:54','','','','105','Cash',27.59,'200','','','9','','1','2022-12-18 11:09:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816713639919309903',1095,'81671363990','120','1.00','200','retail','0','2022-12-18 14:46:30','','','','105','Cash',27.59,'200','','','8','','1','2022-12-18 11:46:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816713639934201820',1096,'81671363990','143','1.00','22.5','retail','0','2022-12-18 14:46:33','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 11:46:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','65.00','64','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713640171223340',1097,'81671364006','57','1.00','220','retail','0','2022-12-18 14:46:46','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-18 11:46:58','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','10.00','9','Inclusive','branch','.','','','','',''),('816713676556722363',1098,'81671367654','143','1.00','22.5','retail','0','2022-12-18 15:47:34','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 12:47:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','64.00','63','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713678514135434',1099,'81671367851','120','1.00','200','retail','0','2022-12-18 15:50:51','','','','105','Cash',27.59,'200','','','8','','1','2022-12-18 12:50:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816713678533232523',1100,'81671367851','143','1.00','22.5','retail','0','2022-12-18 15:50:52','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 12:50:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','63.00','62','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713688080120037',1101,'81671368807','141','1.00','400','retail','0','2022-12-18 16:06:47','','','','210','Cash',55.17,'400','','','8','','1','2022-12-18 13:06:57','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713688118102013',1102,'81671368807','143','1.00','22.5','retail','0','2022-12-18 16:06:50','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 13:06:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','62.00','61','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713688122623230',1103,'81671368807','143','1.00','22.5','retail','0','2022-12-18 16:06:51','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 13:06:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','61.00','60','Inclusive','branch','Inventory','1110','4000','5500','',''),('916713700610360223',1104,'91671370053','143','2.00','45','retail','0','2022-12-18 16:27:33','','','','15','Cash',6.21,'22.5','','','9','','1','2022-12-18 13:27:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','60.00','58','Inclusive','branch','Inventory','1110','4000','5500','',''),('916713700704020223',1105,'91671370053','141','1.00','400','retail','0','2022-12-18 16:27:41','','','','210','Cash',55.17,'400','','','9','','1','2022-12-18 13:27:52','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713715924423633',1106,'81671371591','132','1.00','50','retail','0','2022-12-18 16:53:11','','','','24','Cash',6.90,'50','','','8','','1','2022-12-18 13:53:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','55.00','54','Inclusive','branch','.','','','','',''),('816713715970383512',1107,'81671371591','133','1.00','80','retail','0','2022-12-18 16:53:16','','','','41','Cash',11.03,'80','','','8','','1','2022-12-18 13:53:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','31.00','30','Inclusive','branch','.','','','','',''),('816713717380003162',1108,'81671371738','120','1.00','200','retail','0','2022-12-18 16:55:38','','','','105','Cash',27.59,'200','','','8','','1','2022-12-18 13:55:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816713723502202530',1109,'81671372349','141','1.00','400','retail','0','2022-12-18 17:05:49','','','','210','Cash',55.17,'400','','','8','','1','2022-12-18 14:06:02','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713723540230272',1110,'81671372349','143','1.00','22.5','retail','0','2022-12-18 17:05:53','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 14:06:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','58.00','57','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713723583200743',1111,'81671372349','143','1.00','22.5','retail','0','2022-12-18 17:05:57','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 14:06:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713727515332240',1112,'81671372750','120','1.00','200','retail','0','2022-12-18 17:12:30','','','','105','Cash',27.59,'200','','','8','','1','2022-12-18 14:12:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816713727540722173',1113,'81671372750','143','1.00','22.5','retail','0','2022-12-18 17:12:33','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 14:12:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','56.00','55','Inclusive','branch','Inventory','1110','4000','5500','',''),('616713752694237727',1114,'61671375258','120','1.00','200','retail','0','2022-12-18 17:54:40','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-18 14:54:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('616713752793647331',1115,'61671375258','143','1.00','22.5','retail','0','2022-12-18 17:54:40','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-18 14:54:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','55.00','54','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713754310333222',1116,'81671375430','135','1.00','60','retail','0','2022-12-18 17:57:10','','','','41','Cash',8.28,'60','','','8','','1','2022-12-18 14:57:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','38.00','37','Inclusive','branch','.','','','','',''),('816713754382327223',1117,'81671375430','133','1.00','80','retail','0','2022-12-18 17:57:17','','','','41','Cash',11.03,'80','','','8','','1','2022-12-18 14:57:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','30.00','29','Inclusive','branch','.','','','','',''),('816713754512302021',1118,'81671375430','130','1.00','100','retail','0','2022-12-18 17:57:30','','','','48','Cash',13.79,'100','','','8','','1','2022-12-18 14:57:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','20.00','19','Inclusive','branch','.','','','','',''),('816713754914061334',1119,'81671375491','120','1.00','200','retail','0','2022-12-18 17:58:11','','','','105','Cash',27.59,'200','','','8','','1','2022-12-18 14:58:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816713754973743154',1120,'81671375491','143','1.00','22.5','retail','0','2022-12-18 17:58:16','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-18 14:58:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','54.00','53','Inclusive','branch','Inventory','1110','4000','5500','',''),('816713755621236303',1121,'81671375515','27','1.00','250','retail','0','2022-12-18 17:59:04','','','','197','Cash',34.48,'250','','','8','','1','2022-12-18 14:59:26','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','.','','','','',''),('616713760266232202',1122,'61671376010','129','3.00','30','retail','0','2022-12-18 18:07:07','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-18 15:07:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','357.00','354','Inclusive','branch','Inventory','','','','',''),('816713769193032633',1123,'81671376905','27','1.00','250','retail','0','2022-12-18 18:21:45','','','','197','Cash',34.48,'250','','','8','','1','2022-12-18 15:22:01','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','.','','','','',''),('916713820943302438',1124,'91671382082','82','1.00','850','retail','0','2022-12-18 19:48:02','','','','680','Cash',117.24,'850','','','9','','1','2022-12-18 16:48:17','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',732.76,'1','2.00','1','Inclusive','branch','.','','','','',''),('816713874142232821',1125,'81671384497','129','10.00','100','retail','0','2022-12-18 20:28:17','','','','5','Cash',13.79,'10','','','8','','1','2022-12-18 18:16:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','354.00','344','Inclusive','branch','Inventory','','','','',''),('916713874403321237',1126,'91671387426','129','10.00','100','retail','0','2022-12-18 21:17:06','','','','5','Cash',13.79,'10','','','9','','1','2022-12-18 18:17:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','344.00','334','Inclusive','branch','Inventory','','','','',''),('916713874821237023',1127,'91671387473','129','5.00','50','retail','0','2022-12-18 21:17:53','','','','5','Cash',6.90,'10','','','9','','1','2022-12-18 18:18:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','334.00','329','Inclusive','branch','Inventory','','','','',''),('916713875012523223',1128,'91671387492','129','4.00','40','retail','0','2022-12-18 21:18:12','','','','5','Cash',5.52,'10','','','9','','1','2022-12-18 18:18:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','329.00','325','Inclusive','branch','Inventory','','','','',''),('816713875410343210',1129,'81671387531','129','5.00','50','retail','0','2022-12-18 21:18:51','','','','5','Cash',6.90,'10','','','8','','1','2022-12-18 18:19:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','325.00','320','Inclusive','branch','Inventory','','','','',''),('916713888102391330',1130,'91671388797','129','10.00','100','retail','0','2022-12-18 21:39:57','','','','5','Cash',13.79,'10','','','9','','1','2022-12-18 18:40:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','320.00','310','Inclusive','branch','Inventory','','','','',''),('916713888332811333',1131,'91671388821','129','5.00','50','retail','0','2022-12-18 21:40:21','','','','5','Cash',6.90,'10','','','9','','1','2022-12-18 18:40:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','310.00','305','Inclusive','branch','Inventory','','','','',''),('916713888688083234',1132,'91671388856','129','6.00','60','retail','0','2022-12-18 21:40:56','','','','5','Cash',8.28,'10','','','9','','1','2022-12-18 18:41:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','305.00','299','Inclusive','branch','Inventory','','','','',''),('816713889013002028',1133,'81671388882','45','1.00','1000','retail','0','2022-12-18 21:41:22','','','','830','Cash',137.93,'1000','','','8','','1','2022-12-18 18:42:39','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','3.00','2','Inclusive','branch','.','','','','',''),('816713889412217432',1134,'81671388882','130','1.00','100','retail','0','2022-12-18 21:42:20','','','','48','Cash',13.79,'100','','','8','','1','2022-12-18 18:42:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','19.00','18','Inclusive','branch','.','','','','',''),('916713892423827332',1135,'91671389236','59','1.00','220','retail','0','2022-12-18 21:47:16','','','','168','Cash',30.34,'220','','','9','','1','2022-12-18 18:47:25','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','40.00','39','Inclusive','branch','.','','','','',''),('916713892599532223',1136,'91671389251','133','1.00','80','retail','0','2022-12-18 21:47:31','','','','41','Cash',11.03,'80','','','9','','1','2022-12-18 18:47:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','29.00','28','Inclusive','branch','.','','','','',''),('916713892688020232',1137,'91671389251','132','1.00','50','retail','0','2022-12-18 21:47:40','','','','24','Cash',6.90,'50','','','9','','1','2022-12-18 18:47:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','54.00','53','Inclusive','branch','.','','','','',''),('916713892887223133',1138,'91671389281','146','2.00','60.12','retail','0','2022-12-18 21:48:01','','','','18','Cash',8.29,'30.06','','','9','','1','2022-12-18 18:48:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'2','29.00','27','Inclusive','branch','Inventory','1110','4000','5500','',''),('916713893123230272',1139,'91671389305','139','1.00','30','retail','0','2022-12-18 21:48:25','','','','20','Cash',4.14,'30','','','9','','1','2022-12-18 18:48:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','74.00','73','Inclusive','branch','Inventory','1110','4000','5500','',''),('916713898652222230',1140,'91671389850','143','4.00','90','retail','0','2022-12-18 21:57:30','','','','15','Cash',12.41,'22.5','','','9','','1','2022-12-18 18:58:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'4','53.00','49','Inclusive','branch','Inventory','1110','4000','5500','',''),('916713898789227173',1141,'91671389850','121','1.00','800','retail','0','2022-12-18 21:57:45','','','','420','Cash',110.34,'800','','','9','','1','2022-12-18 18:58:00','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916713919073273703',1142,'91671391897','27','1.00','250','retail','0','2022-12-18 22:31:37','','','','197','Cash',34.48,'250','','','9','','1','2022-12-18 19:31:49','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','.','','','','',''),('616714300053623335',1143,'61671429989','129','6.00','60','retail','0','2022-12-19 09:06:45','COLD','','','5','Cash',8.28,'10','','','6','','1','2022-12-19 06:06:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','299.00','293','Inclusive','branch','Inventory','','','','',''),('816714311072646343',1144,'81671431038','129','6.00','60','retail','0','2022-12-19 09:24:25','','','','5','Cash',8.28,'10','','','8','','1','2022-12-19 06:26:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','293.00','287','Inclusive','branch','Inventory','','','','',''),('816714311274207822',1145,'81671431038','147','1.00','20','retail','0','2022-12-19 09:25:08','','','','12','Cash',2.76,'20','','','8','','1','2022-12-19 06:26:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714311683622304',1146,'81671431038','124','1.00','30','retail','0','2022-12-19 09:25:47','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 06:26:10','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816714312922240342',1147,'81671431290','61','1.00','220','retail','0','2022-12-19 09:28:10','','','','168','Cash',30.34,'220','','','8','','1','2022-12-19 06:28:19','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','18.00','17','Inclusive','branch','.','','','','',''),('816714329492124038',1148,'81671432925','124','1.00','30','retail','0','2022-12-19 09:55:35','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 06:57:07','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816714330243021723',1149,'81671432925','139','1.00','30','retail','0','2022-12-19 09:56:51','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 06:57:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','73.00','72','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714370357623732',1150,'81671437027','129','2.00','20','retail','0','2022-12-19 11:03:47','','','','5','Cash',2.76,'10','','','8','','1','2022-12-19 08:04:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','287.00','285','Inclusive','branch','Inventory','','','','',''),('816714370457023622',1151,'81671437027','124','1.00','30','retail','0','2022-12-19 11:03:55','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 08:04:07','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816714403122242213',1152,'81671440311','141','1.00','400','retail','0','2022-12-19 11:58:31','','','','210','Cash',55.17,'400','','','8','','1','2022-12-19 08:58:48','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714403167202220',1153,'81671440311','143','1.00','22.5','retail','0','2022-12-19 11:58:36','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 08:58:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714403190703632',1154,'81671440311','143','1.00','22.5','retail','0','2022-12-19 11:58:39','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 08:58:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714403244334023',1155,'81671440311','143','1.00','22.5','retail','0','2022-12-19 11:58:43','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 08:58:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714408068033343',1156,'81671440805','143','1.00','22.5','retail','0','2022-12-19 12:06:45','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 09:06:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714419943634618',1157,'81671441994','120','1.00','200','retail','0','2022-12-19 12:26:34','','','','105','Cash',27.59,'200','','','8','','1','2022-12-19 09:26:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816714419982302121',1158,'81671441994','143','1.00','22.5','retail','0','2022-12-19 12:26:37','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 09:26:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714424152613404',1159,'81671442414','120','1.00','200','retail','0','2022-12-19 12:33:34','','','','105','Cash',27.59,'200','','','8','','1','2022-12-19 09:34:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816714424176778721',1160,'81671442414','119','1.00','250','retail','0','2022-12-19 12:33:36','','','','150','Cash',34.48,'250','','','8','','1','2022-12-19 09:34:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10.00','9','Inclusive','branch','.','','','','',''),('816714424258308633',1161,'81671442414','143','1.00','22.5','retail','0','2022-12-19 12:33:44','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 09:34:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714424282220324',1162,'81671442414','143','1.00','22.5','retail','0','2022-12-19 12:33:47','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 09:34:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714424474212020',1163,'81671442414','124','1.00','30','retail','0','2022-12-19 12:33:48','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 09:34:31','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816714424672332463',1164,'81671442414','139','2.00','60','retail','0','2022-12-19 12:34:07','','','','20','Cash',8.28,'30','','','8','','1','2022-12-19 09:34:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','72.00','70','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714425413302130',1165,'81671442535','124','1.00','30','retail','0','2022-12-19 12:35:35','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 09:35:43','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816714443796173117',1166,'81671444368','129','2.00','20','retail','0','2022-12-19 13:06:08','','','','5','Cash',2.76,'10','','','8','','1','2022-12-19 10:06:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','285.00','283','Inclusive','branch','Inventory','','','','',''),('816714443908619073',1167,'81671444368','124','1.00','30','retail','0','2022-12-19 13:06:20','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 10:06:49','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816714444023422021',1168,'81671444368','146','1.00','30.06','retail','0','2022-12-19 13:06:31','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-19 10:06:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714472290443232',1169,'81671447228','143','1.00','22.5','retail','0','2022-12-19 13:53:48','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 10:54:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714472333231440',1170,'81671447228','119','1.00','250','retail','0','2022-12-19 13:53:53','','','','150','Cash',34.48,'250','','','8','','1','2022-12-19 10:54:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','9.00','8','Inclusive','branch','.','','','','',''),('816714514700220024',1171,'81671451460','139','1.00','30','retail','0','2022-12-19 15:04:20','','','','20','Cash',4.14,'30','','','8','','1','2022-12-19 12:04:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','70.00','69','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714514812062302',1172,'81671451460','146','1.00','30.06','retail','0','2022-12-19 15:04:31','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-19 12:04:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','26.00','25','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714515466353281',1173,'81671451545','118','1.00','280','retail','0','2022-12-19 15:05:45','','','','175','Cash',38.62,'280','','','8','','1','2022-12-19 12:05:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','2.00','1','Inclusive','branch','.','','','','',''),('916714551862327882',1174,'91671455171','129','7.00','70','retail','0','2022-12-19 16:06:11','','','','5','Cash',9.66,'10','','','9','','1','2022-12-19 13:06:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','283.00','276','Inclusive','branch','Inventory','','','','',''),('916714552043033303',1175,'91671455196','129','3.00','30','retail','0','2022-12-19 16:06:36','','','','5','Cash',4.14,'10','','','9','','1','2022-12-19 13:06:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','276.00','273','Inclusive','branch','Inventory','','','','',''),('916714552225925533',1176,'91671455214','129','5.00','50','retail','0','2022-12-19 16:06:54','','','','5','Cash',6.90,'10','','','9','','1','2022-12-19 13:07:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','273.00','268','Inclusive','branch','Inventory','','','','',''),('916714552462036309',1177,'91671455232','129','20.00','200','retail','0','2022-12-19 16:07:12','','','','5','Cash',27.59,'10','','','9','','1','2022-12-19 13:07:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'20','268.00','248','Inclusive','branch','Inventory','','','','',''),('816714539504024215',1178,'81671453941','118','1.00','280','retail','0','2022-12-19 15:45:41','','','','175','Cash',38.62,'280','','','8','','1','2022-12-19 13:07:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','1.00','0','Inclusive','branch','.','','','','',''),('816714539585040330',1179,'81671453941','143','1.00','22.5','retail','0','2022-12-19 15:45:50','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 13:07:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714552702737322',1180,'81671453941','119','1.00','250','retail','0','2022-12-19 16:07:37','','','','150','Cash',34.48,'250','','','8','','1','2022-12-19 13:07:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','.','','','','',''),('916714552992295920',1181,'91671455289','143','2.00','45','retail','0','2022-12-19 16:08:10','','','','15','Cash',6.21,'22.5','','','9','','1','2022-12-19 13:08:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','40.00','38','Inclusive','branch','Inventory','1110','4000','5500','',''),('916714553181038623',1182,'91671455309','129','4.00','40','retail','0','2022-12-19 16:08:29','','','','5','Cash',5.52,'10','','','9','','1','2022-12-19 13:08:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','248.00','244','Inclusive','branch','Inventory','','','','',''),('816714553848822243',1183,'81671455377','147','1.00','20','retail','0','2022-12-19 16:09:37','','','','12','Cash',2.76,'20','','','8','','1','2022-12-19 13:09:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714553932213527',1184,'81671455377','129','3.00','30','retail','0','2022-12-19 16:09:45','','','','5','Cash',4.14,'10','','','8','','1','2022-12-19 13:09:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','244.00','241','Inclusive','branch','Inventory','','','','',''),('916714568011512213',1185,'91671456794','139','3.00','90','retail','0','2022-12-19 16:33:14','','','','20','Cash',12.41,'30','','','9','','1','2022-12-19 13:33:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'3','69.00','66','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714602222232302',1186,'81671460221','119','1.00','250','retail','0','2022-12-19 17:30:21','','','','150','Cash',34.48,'250','','','8','','1','2022-12-19 14:30:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','7.00','6','Inclusive','branch','.','','','','',''),('816714602263420803',1187,'81671460221','143','1.00','22.5','retail','0','2022-12-19 17:30:26','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 14:30:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','',''),('616714628444184332',1188,'61671462798','141','1.00','400','retail','0','2022-12-19 18:14:20','COLD','','','210','Cash',55.17,'400','','','6','','1','2022-12-19 15:14:22','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616714628604240477',1189,'61671462798','120','1.00','200','retail','0','2022-12-19 18:14:20','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-19 15:14:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816714638192433364',1190,'81671463818','141','1.00','400','retail','0','2022-12-19 18:30:18','','','','210','Cash',55.17,'400','','','8','','1','2022-12-19 15:30:27','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714638221334334',1191,'81671463818','143','1.00','22.5','retail','0','2022-12-19 18:30:21','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 15:30:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714638252202322',1192,'81671463818','143','1.00','22.5','retail','0','2022-12-19 18:30:24','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 15:30:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714640972201330',1193,'81671464096','119','1.00','250','retail','0','2022-12-19 18:34:56','','','','150','Cash',34.48,'250','','','8','','1','2022-12-19 15:35:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','6.00','5','Inclusive','branch','.','','','','',''),('816714656642032241',1194,'81671465663','120','1.00','200','retail','0','2022-12-19 19:01:03','','','','105','Cash',27.59,'200','','','8','','1','2022-12-19 16:01:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816714656678362546',1195,'81671465663','143','1.00','22.5','retail','0','2022-12-19 19:01:06','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 16:01:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714689080024330',1196,'81671468907','119','1.00','250','retail','0','2022-12-19 19:55:07','','','','150','Cash',34.48,'250','','','8','','1','2022-12-19 16:58:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','.','','','','',''),('816714689106814330',1197,'81671468907','143','1.00','22.5','retail','0','2022-12-19 19:55:09','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 16:58:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714689343238368',1198,'81671468907','57','1.00','220','retail','0','2022-12-19 19:55:10','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-19 16:58:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','9.00','8','Inclusive','branch','.','','','','',''),('816714689506213931',1199,'81671468907','74','1.00','220','retail','0','2022-12-19 19:55:34','','','','158.25','Cash',30.34,'220','','','8','','1','2022-12-19 16:58:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','19.00','18','Inclusive','branch','.','','','','',''),('816714689700863370',1200,'81671468907','135','1.00','60','retail','0','2022-12-19 19:55:50','','','','41','Cash',8.28,'60','','','8','','1','2022-12-19 16:58:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','37.00','36','Inclusive','branch','.','','','','',''),('816714689862168683',1201,'81671468907','145','1.00','99.5','retail','0','2022-12-19 19:56:10','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-19 16:58:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714690880030033',1202,'81671468907','136','1.00','100','retail','0','2022-12-19 19:58:07','','','','48','Cash',13.79,'100','','','8','','1','2022-12-19 16:58:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','43.00','42','Inclusive','branch','.','','','','',''),('816714705142231263',1203,'81671470505','59','1.00','220','retail','0','2022-12-19 20:21:45','','','','168','Cash',30.34,'220','','','8','','1','2022-12-19 17:22:08','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','39.00','38','Inclusive','branch','.','','','','',''),('816714705272521323',1204,'81671470505','129','6.00','60','retail','0','2022-12-19 20:21:55','','','','5','Cash',8.28,'10','','','8','','1','2022-12-19 17:22:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','241.00','235','Inclusive','branch','Inventory','','','','',''),('816714715256712220',1205,'81671471524','120','1.00','200','retail','0','2022-12-19 20:38:44','','','','105','Cash',27.59,'200','','','8','','1','2022-12-19 17:38:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816714715272246002',1206,'81671471524','143','1.00','22.5','retail','0','2022-12-19 20:38:46','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 17:38:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714715343734112',1207,'81671471524','133','1.00','80','retail','0','2022-12-19 20:38:53','','','','41','Cash',11.03,'80','','','8','','1','2022-12-19 17:38:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','28.00','27','Inclusive','branch','.','','','','',''),('816714715580000312',1208,'81671471546','139','2.00','60','retail','0','2022-12-19 20:39:06','','','','20','Cash',8.28,'30','','','8','','1','2022-12-19 17:41:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','66.00','64','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714716703730270',1209,'81671471546','146','1.00','30.06','retail','0','2022-12-19 20:39:19','','','','18','Cash',4.15,'30.06','','','8','','1','2022-12-19 17:41:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.91,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714716884206832',1210,'81671471687','132','1.00','50','retail','0','2022-12-19 20:41:27','','','','24','Cash',6.90,'50','','','8','','1','2022-12-19 17:41:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','53.00','52','Inclusive','branch','.','','','','',''),('816714727163320002',1211,'81671472716','120','1.00','200','retail','0','2022-12-19 20:58:36','','','','105','Cash',27.59,'200','','','8','','1','2022-12-19 17:58:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816714727187343232',1212,'81671472716','143','1.00','22.5','retail','0','2022-12-19 20:58:37','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-19 17:58:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','',''),('916714768626331222',1213,'91671476847','129','20.00','200','retail','0','2022-12-19 22:07:27','','','','5','Cash',27.59,'10','','','9','','1','2022-12-19 19:07:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'20','235.00','215','Inclusive','branch','Inventory','','','','',''),('916714768851260353',1214,'91671476872','129','15.00','150','retail','0','2022-12-19 22:07:52','','','','5','Cash',20.69,'10','','','9','','1','2022-12-19 19:08:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'15','215.00','200','Inclusive','branch','Inventory','','','','',''),('816714769126323363',1215,'81671476899','139','5.00','150','retail','0','2022-12-19 22:08:19','','','','20','Cash',20.69,'30','','','8','','1','2022-12-19 19:08:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'5','64.00','59','Inclusive','branch','Inventory','1110','4000','5500','',''),('816714769533636232',1216,'81671476930','124','2.00','60','retail','0','2022-12-19 22:08:50','','','','20','Cash',8.28,'30','','','8','','1','2022-12-19 19:09:16','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','108.00','106','Inclusive','branch','.','','','','',''),('816714769786373332',1217,'81671476968','124','3.00','90','retail','0','2022-12-19 22:09:28','','','','20','Cash',12.41,'30','','','8','','1','2022-12-19 19:09:40','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','108.00','105','Inclusive','branch','.','','','','',''),('916714769990222743',1218,'91671476991','141','1.00','400','retail','0','2022-12-19 22:09:51','','','','210','Cash',55.17,'400','','','9','','1','2022-12-19 19:10:09','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916714770077076012',1219,'91671476991','120','1.00','200','retail','0','2022-12-19 22:10:00','','','','105','Cash',27.59,'200','','','9','','1','2022-12-19 19:10:09','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816714770260063012',1220,'81671477017','133','1.00','80','retail','0','2022-12-19 22:10:17','','','','41','Cash',11.03,'80','','','8','','1','2022-12-19 19:10:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','27.00','26','Inclusive','branch','.','','','','',''),('816714770452333230',1221,'81671477035','58','1.00','220','retail','0','2022-12-19 22:10:35','','','','172','Cash',30.34,'220','','','8','','1','2022-12-19 19:10:48','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','19.00','18','Inclusive','branch','.','','','','',''),('916714770652236135',1222,'91671477056','48','2.00','800','retail','0','2022-12-19 22:10:56','','','','305','Cash',110.34,'400','','','9','','1','2022-12-19 19:11:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'2','7.00','5','Inclusive','branch','.','','','','',''),('916714770764224432',1223,'91671477056','57','3.00','660','retail','0','2022-12-19 22:11:05','','','','186.68','Cash',91.03,'220','','','9','','1','2022-12-19 19:11:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','8.00','5','Inclusive','branch','.','','','','',''),('816714771002326021',1224,'81671477091','131','2.00','100','retail','0','2022-12-19 22:11:31','','','','23','Cash',13.79,'50','','','8','','1','2022-12-19 19:11:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','12.00','10','Inclusive','branch','.','','','','',''),('616715132593122223',1225,'61671513247','129','3.00','30','retail','0','2022-12-20 08:14:19','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-20 05:14:27','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','200.00','197','Inclusive','branch','Inventory','','','','',''),('816715139523323328',1226,'81671513930','129','2.00','20','retail','0','2022-12-20 08:25:41','','','','5','Cash',2.76,'10','','','8','','1','2022-12-20 05:26:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','197.00','195','Inclusive','branch','Inventory','','','','',''),('816715139712222279',1227,'81671513930','124','1.00','30','retail','0','2022-12-20 08:25:52','','','','20','Cash',4.14,'30','','','8','','1','2022-12-20 05:26:17','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916715156592530239',1228,'91671515648','129','3.00','30','retail','0','2022-12-20 08:54:08','','','','5','Cash',4.14,'10','','','9','','1','2022-12-20 05:54:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','195.00','192','Inclusive','branch','Inventory','','','','',''),('616715179142312243',1229,'61671517896','129','6.00','60','retail','0','2022-12-20 09:32:05','COLD','','','5','Cash',8.28,'10','','','6','','1','2022-12-20 06:32:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','192.00','186','Inclusive','branch','Inventory','','','','',''),('616715179243212733',1230,'61671517896','147','1.00','20','retail','0','2022-12-20 09:32:05','COLD','','','12','Cash',2.76,'20','','','6','','1','2022-12-20 06:32:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','98.00','97','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715187647234122',1231,'61671518746','129','2.00','20','retail','0','2022-12-20 09:46:05','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-20 06:46:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','186.00','184','Inclusive','branch','Inventory','','','','',''),('916715187933131323',1232,'91671518778','129','1.00','10','retail','0','2022-12-20 09:46:18','','','','5','Cash',1.38,'10','','','9','','1','2022-12-20 06:46:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','184.00','183','Inclusive','branch','Inventory','','','','',''),('616715193914623373',1233,'61671519370','129','2.00','20','retail','0','2022-12-20 09:56:32','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-20 06:56:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','183.00','181','Inclusive','branch','Inventory','','','','',''),('916715196193323306',1234,'91671519608','124','1.00','30','retail','0','2022-12-20 10:00:08','','','','20','Cash',4.14,'30','','','9','','1','2022-12-20 07:00:22','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816715208258322161',1235,'81671520810','129','2.00','20','retail','0','2022-12-20 10:20:10','','','','5','Cash',2.76,'10','','','8','','1','2022-12-20 07:20:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','181.00','179','Inclusive','branch','Inventory','','','','',''),('816715208363532330',1236,'81671520810','147','1.00','20','retail','0','2022-12-20 10:20:25','','','','12','Cash',2.76,'20','','','8','','1','2022-12-20 07:20:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715208693206030',1237,'81671520867','141','1.00','400','retail','0','2022-12-20 10:21:07','','','','210','Cash',55.17,'400','','','8','','1','2022-12-20 07:21:35','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715208733012022',1238,'81671520867','143','1.00','22.5','retail','0','2022-12-20 10:21:12','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 07:21:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715208778233330',1239,'81671520867','143','1.00','22.5','retail','0','2022-12-20 10:21:16','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 07:21:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715208862078232',1240,'81671520867','133','1.00','80','retail','0','2022-12-20 10:21:25','','','','41','Cash',11.03,'80','','','8','','1','2022-12-20 07:21:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','26.00','25','Inclusive','branch','.','','','','',''),('816715210400833102',1241,'81671521021','129','10.00','100','retail','0','2022-12-20 10:23:41','','','','5','Cash',13.79,'10','','','8','','1','2022-12-20 07:24:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','179.00','169','Inclusive','branch','Inventory','','','','',''),('816715231914220053',1242,'81671523184','129','2.00','20','retail','0','2022-12-20 10:59:44','','','','5','Cash',2.76,'10','','','8','','1','2022-12-20 08:00:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','169.00','167','Inclusive','branch','Inventory','','','','',''),('816715231992177028',1243,'81671523184','124','1.00','30','retail','0','2022-12-20 10:59:52','','','','20','Cash',4.14,'30','','','8','','1','2022-12-20 08:00:23','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816715232193092203',1244,'81671523184','124','1.00','30','retail','0','2022-12-20 10:59:59','','','','20','Cash',4.14,'30','','','8','','1','2022-12-20 08:00:23','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816715232412250022',1245,'81671523230','124','3.00','90','retail','0','2022-12-20 11:00:30','','','','20','Cash',12.41,'30','','','8','','1','2022-12-20 08:01:17','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','108.00','105','Inclusive','branch','.','','','','',''),('816715232512323233',1246,'81671523230','129','4.00','40','retail','0','2022-12-20 11:00:42','','','','5','Cash',5.52,'10','','','8','','1','2022-12-20 08:01:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','167.00','163','Inclusive','branch','Inventory','','','','',''),('816715235375313333',1247,'81671523536','130','1.00','100','retail','0','2022-12-20 11:05:36','','','','48','Cash',13.79,'100','','','8','','1','2022-12-20 08:06:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','18.00','17','Inclusive','branch','.','','','','',''),('816715235423152880',1248,'81671523536','131','1.00','50','retail','0','2022-12-20 11:05:41','','','','23','Cash',6.90,'50','','','8','','1','2022-12-20 08:06:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','10.00','9','Inclusive','branch','.','','','','',''),('816715235453232563',1249,'81671523536','131','1.00','50','retail','0','2022-12-20 11:05:44','','','','23','Cash',6.90,'50','','','8','','1','2022-12-20 08:06:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','9.00','8','Inclusive','branch','.','','','','',''),('816715235503233102',1250,'81671523536','121','1.00','800','retail','0','2022-12-20 11:05:49','','','','420','Cash',110.34,'800','','','8','','1','2022-12-20 08:06:11','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816715235650360552',1251,'81671523536','143','1.00','22.5','retail','0','2022-12-20 11:06:04','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 08:06:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','29.00','28','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715235688232033',1252,'81671523536','143','1.00','22.5','retail','0','2022-12-20 11:06:07','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 08:06:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','28.00','27','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715244480323862',1253,'81671524447','141','1.00','400','retail','0','2022-12-20 11:20:47','','','','210','Cash',55.17,'400','','','8','','1','2022-12-20 08:20:50','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916715252015329220',1254,'91671525191','129','2.00','20','retail','0','2022-12-20 11:33:11','','','','5','Cash',2.76,'10','','','9','','1','2022-12-20 08:33:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','163.00','161','Inclusive','branch','Inventory','','','','',''),('916715252083290103',1255,'91671525191','124','1.00','30','retail','0','2022-12-20 11:33:21','','','','20','Cash',4.14,'30','','','9','','1','2022-12-20 08:33:30','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916715263233329323',1256,'91671526316','129','6.00','60','retail','0','2022-12-20 11:51:56','','','','5','Cash',8.28,'10','','','9','','1','2022-12-20 08:52:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','161.00','155','Inclusive','branch','Inventory','','','','',''),('916715263372032633',1257,'91671526330','129','5.00','50','retail','0','2022-12-20 11:52:10','','','','5','Cash',6.90,'10','','','9','','1','2022-12-20 08:52:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','155.00','150','Inclusive','branch','Inventory','','','','',''),('816715296757202232',1258,'81671529674','141','1.00','400','retail','0','2022-12-20 12:47:54','','','','210','Cash',55.17,'400','','','8','','1','2022-12-20 09:49:13','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715296940035002',1259,'81671529674','145','2.00','199','retail','0','2022-12-20 12:47:55','','','','50','Cash',27.45,'99.5','','','8','','1','2022-12-20 09:49:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'2','6.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715298278310943',1260,'81671529759','124','1.00','30','retail','0','2022-12-20 12:50:16','','','','20','Cash',4.14,'30','','','8','','1','2022-12-20 09:50:47','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816715298444312717',1261,'81671529759','124','1.00','30','retail','0','2022-12-20 12:50:27','','','','20','Cash',4.14,'30','','','8','','1','2022-12-20 09:50:47','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('616715329123332312',1262,'61671532899','141','1.00','400','retail','0','2022-12-20 13:42:10','COLD','','','210','Cash',55.17,'400','','','6','','1','2022-12-20 10:42:19','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715329303432103',1263,'61671532899','143','2.00','45','retail','0','2022-12-20 13:42:10','COLD','','','15','Cash',6.21,'22.5','','','6','','1','2022-12-20 10:42:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','27.00','25','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715338545212205',1264,'61671533845','120','1.00','200','retail','0','2022-12-20 13:57:35','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-20 10:57:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('616715338824068223',1265,'61671533872','143','1.00','22.5','retail','0','2022-12-20 13:58:03','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-20 10:58:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','',''),('916715355093725322',1266,'91671535411','143','1.00','22.5','retail','0','2022-12-20 14:23:31','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-20 11:26:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','',''),('916715355331313430',1267,'91671535411','120','1.00','200','retail','0','2022-12-20 14:25:10','','','','105','Cash',27.59,'200','','','9','','1','2022-12-20 11:26:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916715356011324332',1268,'91671535411','57','2.00','440','retail','0','2022-12-20 14:26:21','','','','186.68','Cash',60.69,'220','','','9','','1','2022-12-20 11:26:52','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','5.00','3','Inclusive','branch','.','','','','',''),('816715356902311060',1269,'81671535689','119','1.00','250','retail','0','2022-12-20 14:28:09','','','','150','Cash',34.48,'250','','','8','','1','2022-12-20 11:28:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('816715356936921033',1270,'81671535689','143','1.00','22.5','retail','0','2022-12-20 14:28:12','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 11:28:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','23.00','22','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715358200212030',1271,'81671535820','141','1.00','400','retail','0','2022-12-20 14:30:20','','','','210','Cash',55.17,'400','','','8','','1','2022-12-20 11:30:23','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715358478733030',1272,'81671535830','145','2.00','199','retail','0','2022-12-20 14:30:30','','','','50','Cash',27.45,'99.5','','','8','','1','2022-12-20 11:30:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'2','4.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715358973114393',1273,'61671535888','143','1.00','22.5','retail','0','2022-12-20 14:31:37','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-20 11:31:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','22.00','21','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715359204023625',1274,'61671535911','143','1.00','22.5','retail','0','2022-12-20 14:32:11','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-20 11:32:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','21.00','20','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715359316392543',1275,'61671535911','120','1.00','200','retail','0','2022-12-20 14:32:11','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-20 11:32:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('616715416520222222',1276,'61671541640','143','1.00','22.5','retail','0','2022-12-20 16:07:45','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-20 13:08:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715416652072253',1277,'61671541640','141','1.00','400','retail','0','2022-12-20 16:07:45','COLD','','','210','Cash',55.17,'400','','','6','','1','2022-12-20 13:08:08','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715509522350133',1278,'61671550943','143','1.00','22.5','retail','0','2022-12-20 18:42:32','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-20 15:42:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','',''),('616715509820326212',1279,'61671550972','120','1.00','200','retail','0','2022-12-20 18:43:02','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-20 15:43:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816715537860033627',1280,'81671553785','141','1.00','400','retail','0','2022-12-20 19:29:45','','','','210','Cash',55.17,'400','','','8','','1','2022-12-20 16:30:11','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715537903503743',1281,'81671553785','120','1.00','200','retail','0','2022-12-20 19:29:49','','','','105','Cash',27.59,'200','','','8','','1','2022-12-20 16:30:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816715537976573023',1282,'81671553785','143','1.00','22.5','retail','0','2022-12-20 19:29:56','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 16:30:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715538002063613',1283,'81671553785','143','1.00','22.5','retail','0','2022-12-20 19:29:59','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 16:30:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715538033233383',1284,'81671553785','143','1.00','22.5','retail','0','2022-12-20 19:30:02','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 16:30:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','',''),('916715579019921933',1285,'91671557893','134','1.00','60','retail','0','2022-12-20 20:38:13','','','','41','Cash',8.28,'60','','','9','','1','2022-12-20 17:38:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','48.00','47','Inclusive','branch','.','','','','',''),('816715618606082212',1286,'81671561850','129','10.00','100','retail','0','2022-12-20 21:44:10','','','','5','Cash',13.79,'10','','','8','','1','2022-12-20 18:44:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','150.00','140','Inclusive','branch','Inventory','','','','',''),('816715618802622022',1287,'81671561869','129','10.00','100','retail','0','2022-12-20 21:44:29','','','','5','Cash',13.79,'10','','','8','','1','2022-12-20 18:44:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','140.00','130','Inclusive','branch','Inventory','','','','',''),('916715619102010212',1288,'91671561889','129','5.00','50','retail','0','2022-12-20 21:44:49','','','','5','Cash',6.90,'10','','','9','','1','2022-12-20 18:45:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','130.00','125','Inclusive','branch','Inventory','','','','',''),('916715619410037532',1289,'91671561930','129','12.00','120','retail','0','2022-12-20 21:45:30','','','','5','Cash',16.55,'10','','','9','','1','2022-12-20 18:45:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'12','125.00','113','Inclusive','branch','Inventory','','','','',''),('816715619686120619',1290,'81671561960','129','5.00','50','retail','0','2022-12-20 21:46:00','','','','5','Cash',6.90,'10','','','8','','1','2022-12-20 18:46:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','113.00','108','Inclusive','branch','Inventory','','','','',''),('816715619906623032',1291,'81671561980','143','1.00','22.5','retail','0','2022-12-20 21:46:20','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-20 18:46:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715620133303621',1292,'81671562005','141','1.00','400','retail','0','2022-12-20 21:46:45','','','','210','Cash',55.17,'400','','','8','','1','2022-12-20 18:46:56','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816715620303124256',1293,'81671562023','124','1.00','30','retail','0','2022-12-20 21:47:03','','','','20','Cash',4.14,'30','','','8','','1','2022-12-20 18:47:11','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816715620512322310',1294,'81671562042','119','3.00','750','retail','0','2022-12-20 21:47:22','','','','150','Cash',103.45,'250','','','8','','1','2022-12-20 18:47:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'3','3.00','0','Inclusive','branch','.','','','','',''),('816715620697038363',1295,'81671562060','7','1.00','250','retail','0','2022-12-20 21:47:41','','','','192','Cash',34.48,'250','','','8','','1','2022-12-20 18:47:51','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','.','','','','',''),('816716043590122338',1296,'81671604351','129','2.00','20','retail','0','2022-12-21 09:32:31','','','','5','Cash',2.76,'10','','','8','','1','2022-12-21 06:32:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','108.00','106','Inclusive','branch','Inventory','','','','',''),('816716043663332123',1297,'81671604351','124','1.00','30','retail','0','2022-12-21 09:32:40','','','','20','Cash',4.14,'30','','','8','','1','2022-12-21 06:32:49','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816716043853236686',1298,'81671604376','147','1.00','20','retail','0','2022-12-21 09:32:56','','','','12','Cash',2.76,'20','','','8','','1','2022-12-21 06:33:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','96.00','95','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716044090493222',1299,'81671604399','129','4.00','40','retail','0','2022-12-21 09:33:19','','','','5','Cash',5.52,'10','','','8','','1','2022-12-21 06:33:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','106.00','102','Inclusive','branch','Inventory','','','','',''),('816716050222207221',1300,'81671605011','129','5.00','50','retail','0','2022-12-21 09:43:31','','','','5','Cash',6.90,'10','','','8','','1','2022-12-21 06:43:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','102.00','97','Inclusive','branch','Inventory','','','','',''),('816716064930232234',1301,'81671606429','124','1.00','30','retail','0','2022-12-21 10:07:09','','','','20','Cash',4.14,'30','','','8','','1','2022-12-21 07:08:25','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816716065036602122',1302,'81671606429','129','2.00','20','retail','0','2022-12-21 10:08:13','','','','5','Cash',2.76,'10','','','8','','1','2022-12-21 07:08:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','97.00','95','Inclusive','branch','Inventory','','','','',''),('616716094103306323',1303,'61671609398','129','1.00','10','retail','0','2022-12-21 10:56:50','COLD','','','5','Cash',1.38,'10','','','6','','1','2022-12-21 07:56:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','95.00','94','Inclusive','branch','Inventory','','','','',''),('816716100247133342',1304,'81671610012','129','2.00','20','retail','0','2022-12-21 11:06:53','','','','5','Cash',2.76,'10','','','8','','1','2022-12-21 08:07:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','94.00','92','Inclusive','branch','Inventory','','','','',''),('816716106012203862',1305,'81671610591','139','2.00','60','retail','0','2022-12-21 11:16:31','','','','20','Cash',8.28,'30','','','8','','1','2022-12-21 08:16:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','59.00','57','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716106090700211',1306,'81671610591','124','1.00','30','retail','0','2022-12-21 11:16:41','','','','20','Cash',4.14,'30','','','8','','1','2022-12-21 08:16:53','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816716141492232322',1307,'81671614132','129','3.00','30','retail','0','2022-12-21 12:15:32','','','','5','Cash',4.14,'10','','','8','','1','2022-12-21 09:16:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','92.00','89','Inclusive','branch','Inventory','','','','',''),('816716141614130326',1308,'81671614132','147','1.00','20','retail','0','2022-12-21 12:15:49','','','','12','Cash',2.76,'20','','','8','','1','2022-12-21 09:16:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','95.00','94','Inclusive','branch','Inventory','1110','4000','5500','',''),('916716142982312627',1309,'91671614291','124','1.00','30','retail','0','2022-12-21 12:18:11','','','','20','Cash',4.14,'30','','','9','','1','2022-12-21 09:18:20','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916716143130600333',1310,'91671614306','129','2.00','20','retail','0','2022-12-21 12:18:26','','','','5','Cash',2.76,'10','','','9','','1','2022-12-21 09:18:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','89.00','87','Inclusive','branch','Inventory','','','','',''),('816716163261230636',1311,'81671616325','120','1.00','200','retail','0','2022-12-21 12:52:05','','','','105','Cash',27.59,'200','','','8','','1','2022-12-21 09:52:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716163297092223',1312,'81671616325','143','1.00','22.5','retail','0','2022-12-21 12:52:09','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 09:52:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('616716165477624320',1313,'61671616525','129','2.00','20','retail','0','2022-12-21 12:55:47','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-21 09:55:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','87.00','85','Inclusive','branch','Inventory','','','','',''),('616716165772532030',1314,'61671616558','129','2.00','20','retail','0','2022-12-21 12:56:34','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-21 09:56:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','85.00','83','Inclusive','branch','Inventory','','','','',''),('616716165946213413',1315,'61671616558','124','1.00','30','retail','0','2022-12-21 12:56:34','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-21 09:56:37','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816716172913386302',1316,'81671617281','124','1.00','30','retail','0','2022-12-21 13:08:01','','','','20','Cash',4.14,'30','','','8','','1','2022-12-21 10:08:23','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816716173003133028',1317,'81671617281','129','2.00','20','retail','0','2022-12-21 13:08:12','','','','5','Cash',2.76,'10','','','8','','1','2022-12-21 10:08:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','83.00','81','Inclusive','branch','Inventory','','','','',''),('816716193913932000',1318,'81671619390','121','1.00','800','retail','0','2022-12-21 13:43:10','','','','420','Cash',110.34,'800','','','8','','1','2022-12-21 10:43:24','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716193942232300',1319,'81671619390','143','1.00','22.5','retail','0','2022-12-21 13:43:14','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 10:43:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716193974930713',1320,'81671619390','143','1.00','22.5','retail','0','2022-12-21 13:43:16','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 10:43:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716194008028280',1321,'81671619390','143','1.00','22.5','retail','0','2022-12-21 13:43:19','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 10:43:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716194237233402',1322,'81671619422','120','1.00','200','retail','0','2022-12-21 13:43:42','','','','105','Cash',27.59,'200','','','8','','1','2022-12-21 10:43:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716194294290364',1323,'81671619422','141','1.00','400','retail','0','2022-12-21 13:43:48','','','','210','Cash',55.17,'400','','','8','','1','2022-12-21 10:43:59','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716194323383237',1324,'81671619422','143','1.00','22.5','retail','0','2022-12-21 13:43:52','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 10:43:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716194354833273',1325,'81671619422','143','1.00','22.5','retail','0','2022-12-21 13:43:54','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 10:43:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716202748700342',1326,'81671620273','120','1.00','200','retail','0','2022-12-21 13:57:53','','','','105','Cash',27.59,'200','','','8','','1','2022-12-21 10:57:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716202777773702',1327,'81671620273','143','1.00','22.5','retail','0','2022-12-21 13:57:57','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 10:57:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('616716208733302700',1328,'61671620865','143','1.00','22.5','retail','0','2022-12-21 14:08:05','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-21 11:08:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('616716208853232232',1329,'61671620865','120','1.00','200','retail','0','2022-12-21 14:08:05','COLD','','','105','Cash',27.59,'200','','','6','','1','2022-12-21 11:08:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716270141032371',1330,'81671627013','141','1.00','400','retail','0','2022-12-21 15:50:13','','','','210','Cash',55.17,'400','','','8','','1','2022-12-21 12:51:04','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716270303377362',1331,'81671627013','120','1.00','200','retail','0','2022-12-21 15:50:29','','','','105','Cash',27.59,'200','','','8','','1','2022-12-21 12:51:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716270354730532',1332,'81671627013','143','1.00','22.5','retail','0','2022-12-21 15:50:34','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 12:51:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716270382222622',1333,'81671627013','143','1.00','22.5','retail','0','2022-12-21 15:50:37','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 12:51:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716270483303062',1334,'81671627013','143','1.00','22.5','retail','0','2022-12-21 15:50:48','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 12:51:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716326223033883',1335,'81671632622','120','1.00','200','retail','0','2022-12-21 17:23:42','','','','105','Cash',27.59,'200','','','8','','1','2022-12-21 14:23:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716326272033682',1336,'81671632622','143','1.00','22.5','retail','0','2022-12-21 17:23:46','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 14:23:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616716346112223621',1337,'61671634602','143','1.00','22.5','retail','0','2022-12-21 17:57:23','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-21 14:57:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616716349033132201',1338,'61671634891','129','3.00','30','retail','0','2022-12-21 18:01:44','COLD','','','5','Cash',4.14,'10','','','6','','1','2022-12-21 15:01:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','81.00','78','Inclusive','branch','Inventory','','','','',''),('816716353720212235',1339,'81671635371','131','1.00','50','retail','0','2022-12-21 18:09:31','','','','23','Cash',6.90,'50','','','8','','1','2022-12-21 15:09:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','8.00','7','Inclusive','branch','.','','','','',''),('816716353922333022',1340,'81671635371','132','1.00','50','retail','0','2022-12-21 18:09:51','','','','24','Cash',6.90,'50','','','8','','1','2022-12-21 15:09:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','52.00','51','Inclusive','branch','.','','','','',''),('816716373543323322',1341,'81671637353','120','1.00','200','retail','0','2022-12-21 18:42:33','','','','105','Cash',27.59,'200','','','8','','1','2022-12-21 15:42:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716373573232707',1342,'81671637353','143','1.00','22.5','retail','0','2022-12-21 18:42:36','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-21 15:42:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('916716390102220213',1343,'91671639002','139','1.00','30','retail','0','2022-12-21 19:10:02','','','','20','Cash',4.14,'30','','','9','','1','2022-12-21 16:10:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','57.00','56','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716408691022433',1344,'81671640868','120','1.00','200','retail','0','2022-12-21 19:41:08','','','','105','Cash',27.59,'200','','','8','','1','2022-12-21 16:41:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716412463273337',1345,'81671641245','121','1.00','800','retail','0','2022-12-21 19:47:25','','','','420','Cash',110.34,'800','','','8','','1','2022-12-21 16:49:11','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816716412882334283',1346,'81671641245','139','6.00','180','retail','0','2022-12-21 19:47:41','','','','20','Cash',24.83,'30','','','8','','1','2022-12-21 16:49:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'6','56.00','50','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716413047204040',1347,'81671641245','124','1.00','30','retail','0','2022-12-21 19:48:08','','','','20','Cash',4.14,'30','','','8','','1','2022-12-21 16:49:11','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816716414112213632',1348,'81671641400','145','1.00','99.5','retail','0','2022-12-21 19:50:00','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-21 16:50:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716470330363323',1349,'81671647022','7','1.00','250','retail','0','2022-12-21 21:23:42','','','','192','Cash',34.48,'250','','','8','','1','2022-12-21 18:26:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','.','','','','',''),('816716470752203424',1350,'81671647022','133','1.00','80','retail','0','2022-12-21 21:24:34','','','','41','Cash',11.03,'80','','','8','','1','2022-12-21 18:26:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','25.00','24','Inclusive','branch','.','','','','',''),('816716470986302032',1351,'81671647022','132','1.00','50','retail','0','2022-12-21 21:24:57','','','','24','Cash',6.90,'50','','','8','','1','2022-12-21 18:26:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','51.00','50','Inclusive','branch','.','','','','',''),('816716471090247382',1352,'81671647022','132','1.00','50','retail','0','2022-12-21 21:25:08','','','','24','Cash',6.90,'50','','','8','','1','2022-12-21 18:26:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','50.00','49','Inclusive','branch','.','','','','',''),('816716471121704333',1353,'81671647022','132','1.00','50','retail','0','2022-12-21 21:25:11','','','','24','Cash',6.90,'50','','','8','','1','2022-12-21 18:26:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','49.00','48','Inclusive','branch','.','','','','',''),('816716471568436220',1354,'81671647022','57','3.00','660','retail','0','2022-12-21 21:25:34','','','','186.68','Cash',91.03,'220','','','8','','1','2022-12-21 18:26:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','3.00','0','Inclusive','branch','.','','','','',''),('816716471862118217',1355,'81671647022','124','1.00','30','retail','0','2022-12-21 21:25:56','','','','20','Cash',4.14,'30','','','8','','1','2022-12-21 18:26:34','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816716472191239302',1356,'81671647203','7','1.00','250','retail','0','2022-12-21 21:26:43','','','','192','Cash',34.48,'250','','','8','','1','2022-12-21 18:27:02','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','.','','','','',''),('916716508932302931',1357,'91671650879','129','22.00','220','retail','0','2022-12-21 22:27:59','','','','5','Cash',30.34,'10','','','9','','1','2022-12-21 19:28:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'22','78.00','56','Inclusive','branch','Inventory','','','','',''),('816716509426220101',1358,'81671650906','129','17.00','170','retail','0','2022-12-21 22:28:34','','','','5','Cash',23.45,'10','','','8','','1','2022-12-21 19:29:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'17','56.00','39','Inclusive','branch','Inventory','','','','',''),('816716509647082480',1359,'81671650954','129','10.00','100','retail','0','2022-12-21 22:29:14','','','','5','Cash',13.79,'10','','','8','','1','2022-12-21 19:29:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','39.00','29','Inclusive','branch','Inventory','','','','',''),('816716509850092400',1360,'81671650973','129','5.00','50','retail','0','2022-12-21 22:29:33','','','','5','Cash',6.90,'10','','','8','','1','2022-12-21 19:29:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','29.00','24','Inclusive','branch','Inventory','','','','',''),('916716510083223003',1361,'91671650998','129','5.00','50','retail','0','2022-12-21 22:29:58','','','','5','Cash',6.90,'10','','','9','','1','2022-12-21 19:30:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','24.00','19','Inclusive','branch','Inventory','','','','',''),('816716510363423324',1362,'81671651024','124','6.00','180','retail','0','2022-12-21 22:30:24','','','','20','Cash',24.83,'30','','','8','','1','2022-12-21 19:30:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'6','108.00','102','Inclusive','branch','.','','','','',''),('816716510523013283',1363,'81671651045','147','1.00','20','retail','0','2022-12-21 22:30:45','','','','12','Cash',2.76,'20','','','8','','1','2022-12-21 19:30:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','',''),('916716510755053330',1364,'91671651069','148','1.00','301.5','retail','0','2022-12-21 22:31:09','','','','201','Cash',41.59,'301.5','','','9','','1','2022-12-21 19:31:20','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('616716855453550333',1365,'61671685529','129','9.00','90','retail','0','2022-12-22 08:05:46','COLD','','','5','Cash',12.41,'10','','','6','','1','2022-12-22 05:05:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'9','19.00','10','Inclusive','branch','Inventory','','','','',''),('816716921303123712',1366,'81671692119','129','3.00','30','retail','0','2022-12-22 09:55:19','','','','5','Cash',4.14,'10','','','8','','1','2022-12-22 06:55:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','10.00','7','Inclusive','branch','Inventory','','','','',''),('816716921436233303',1367,'81671692119','147','1.00','20','retail','0','2022-12-22 09:55:31','','','','12','Cash',2.76,'20','','','8','','1','2022-12-22 06:55:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716932962462363',1368,'81671693295','143','1.00','22.5','retail','0','2022-12-22 10:14:55','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 07:15:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','200.00','199','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716933023220231',1369,'81671693295','143','1.00','22.5','retail','0','2022-12-22 10:15:01','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 07:15:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','199.00','198','Inclusive','branch','Inventory','1110','4000','5500','',''),('816716933059099299',1370,'81671693295','143','1.00','22.5','retail','0','2022-12-22 10:15:04','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 07:15:10','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','198.00','197','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717058005382617',1371,'81671705799','143','1.00','22.5','retail','0','2022-12-22 13:43:19','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 10:43:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','197.00','196','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717058461380332',1372,'81671705820','139','2.00','60','retail','0','2022-12-22 13:43:40','','','','20','Cash',8.28,'30','','','8','','1','2022-12-22 10:44:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','50.00','48','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717058610624603',1373,'81671705820','124','1.00','30','retail','0','2022-12-22 13:44:06','','','','20','Cash',4.14,'30','','','8','','1','2022-12-22 10:44:28','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816717082083410331',1374,'81671708207','143','1.00','22.5','retail','0','2022-12-22 14:23:27','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 11:23:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','196.00','195','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717082370323340',1375,'81671708236','143','1.00','22.5','retail','0','2022-12-22 14:23:56','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 11:24:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','195.00','194','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717082422030240',1376,'81671708236','143','1.00','22.5','retail','0','2022-12-22 14:24:02','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 11:24:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','194.00','193','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717091323022022',1377,'81671709130','141','1.00','400','retail','0','2022-12-22 14:38:50','','','','225','Cash',55.17,'400','','','8','','1','2022-12-22 11:38:56','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717091583892021',1378,'81671709156','120','1.00','200','retail','0','2022-12-22 14:39:16','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 11:39:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717091888001311',1379,'81671709186','141','1.00','400','retail','0','2022-12-22 14:39:46','','','','225','Cash',55.17,'400','','','8','','1','2022-12-22 11:40:01','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717091933202897',1380,'81671709186','120','1.00','200','retail','0','2022-12-22 14:39:53','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 11:40:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717092363002023',1381,'81671709235','121','1.00','800','retail','0','2022-12-22 14:40:35','','','','450','Cash',110.34,'800','','','8','','1','2022-12-22 11:40:39','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717093523025338',1382,'81671709351','120','1.00','200','retail','0','2022-12-22 14:42:31','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 11:42:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717094547433274',1383,'81671709452','120','1.00','200','retail','0','2022-12-22 14:44:12','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 11:44:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717094794333220',1384,'81671709477','120','1.00','200','retail','0','2022-12-22 14:44:37','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 11:44:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717095565336931',1385,'81671709554','120','1.00','200','retail','0','2022-12-22 14:45:54','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 11:45:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717096460023264',1386,'81671709626','129','4.00','40','retail','0','2022-12-22 14:47:06','','','','5','Cash',5.52,'10','','','8','','1','2022-12-22 11:47:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','7.00','3','Inclusive','branch','Inventory','','','','',''),('816717113151021333',1387,'81671711314','120','1.00','200','retail','0','2022-12-22 15:15:14','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 12:15:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717113183307022',1388,'81671711314','143','1.00','22.5','retail','0','2022-12-22 15:15:17','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 12:15:20','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','193.00','192','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717120760308700',1389,'81671712075','133','1.00','80','retail','0','2022-12-22 15:27:55','','','','41','Cash',11.03,'80','','','8','','1','2022-12-22 12:28:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','24.00','23','Inclusive','branch','.','','','','',''),('816717120791300330',1390,'81671712075','133','1.00','80','retail','0','2022-12-22 15:27:58','','','','41','Cash',11.03,'80','','','8','','1','2022-12-22 12:28:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','23.00','22','Inclusive','branch','.','','','','',''),('816717158464723107',1391,'81671715833','6','1.00','750','retail','0','2022-12-22 16:30:33','','','','542','Cash',103.45,'750','','','8','','1','2022-12-22 13:30:50','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','7.00','6','Inclusive','branch','.','','','','',''),('816717158682028126',1392,'81671715857','129','2.00','20','retail','0','2022-12-22 16:30:57','','','','5','Cash',2.76,'10','','','8','','1','2022-12-22 13:31:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','3.00','1','Inclusive','branch','Inventory','','','','',''),('816717158742312103',1393,'81671715857','124','1.00','30','retail','0','2022-12-22 16:31:09','','','','20','Cash',4.14,'30','','','8','','1','2022-12-22 13:31:16','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816717174000703003',1394,'81671717399','133','1.00','80','retail','0','2022-12-22 16:56:39','','','','41','Cash',11.03,'80','','','8','','1','2022-12-22 13:56:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','22.00','21','Inclusive','branch','.','','','','',''),('816717174121022330',1395,'81671717399','59','1.00','220','retail','0','2022-12-22 16:56:41','','','','168','Cash',30.34,'220','','','8','','1','2022-12-22 13:56:55','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','38.00','37','Inclusive','branch','.','','','','',''),('816717178093232182',1396,'81671717808','120','1.00','200','retail','0','2022-12-22 17:03:28','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 14:03:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717178123100880',1397,'81671717808','143','1.00','22.5','retail','0','2022-12-22 17:03:31','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 14:03:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','192.00','191','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717228063380227',1398,'81671722772','59','1.00','220','retail','0','2022-12-22 18:26:14','','','','168','Cash',30.34,'220','','','8','','1','2022-12-22 15:27:02','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','37.00','36','Inclusive','branch','.','','','','',''),('816717242080204300',1399,'81671724199','145','1.00','99.5','retail','0','2022-12-22 18:49:59','','','','50','Cash',13.72,'99.5','','','8','','1','2022-12-22 15:50:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717247160422220',1400,'91671724704','124','1.00','30','retail','0','2022-12-22 18:58:24','','','','20','Cash',4.14,'30','','','9','','1','2022-12-22 15:58:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816717249440303189',1401,'81671724943','61','1.00','220','retail','0','2022-12-22 19:02:23','','','','168','Cash',30.34,'220','','','8','','1','2022-12-22 16:16:25','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','17.00','16','Inclusive','branch','.','','','','',''),('816717257280220367',1402,'81671724943','74','1.00','220','retail','0','2022-12-22 19:02:25','','','','158.25','Cash',30.34,'220','','','8','','1','2022-12-22 16:16:25','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','18.00','17','Inclusive','branch','.','','','','',''),('816717257707221233',1403,'81671724943','120','1.00','200','retail','0','2022-12-22 19:16:09','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-22 16:16:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717257763362340',1404,'81671724943','143','1.00','22.5','retail','0','2022-12-22 19:16:15','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 16:16:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','191.00','190','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717257823372273',1405,'81671724943','132','1.00','50','retail','0','2022-12-22 19:16:21','','','','24','Cash',6.90,'50','','','8','','1','2022-12-22 16:16:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','48.00','47','Inclusive','branch','.','','','','',''),('816717315556137223',1406,'81671731555','133','1.00','80','retail','0','2022-12-22 20:52:35','','','','41','Cash',11.03,'80','','','8','','1','2022-12-22 17:53:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','21.00','20','Inclusive','branch','.','','','','',''),('816717315802282753',1407,'81671731555','60','2.00','440','retail','0','2022-12-22 20:52:36','','','','168','Cash',60.69,'220','','','8','','1','2022-12-22 17:53:55','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','3.00','1','Inclusive','branch','.','','','','',''),('816717316268002013',1408,'81671731555','62','1.00','220','retail','0','2022-12-22 20:53:46','','','','172','Cash',30.34,'220','','','8','','1','2022-12-22 17:53:55','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','22.00','21','Inclusive','branch','.','','','','',''),('816717326873221032',1409,'81671732686','141','1.00','400','retail','0','2022-12-22 21:11:26','','','','225','Cash',55.17,'400','','','8','','1','2022-12-22 18:11:43','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717326967303230',1410,'81671732686','143','1.00','22.5','retail','0','2022-12-22 21:11:35','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 18:11:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','190.00','189','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717327000222333',1411,'81671732686','143','1.00','22.5','retail','0','2022-12-22 21:11:39','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-22 18:11:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','189.00','188','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717349694722403',1412,'81671734968','132','1.00','50','retail','0','2022-12-22 21:49:28','','','','24','Cash',6.90,'50','','','8','','1','2022-12-22 18:49:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','47.00','46','Inclusive','branch','.','','','','',''),('916717361253322027',1413,'91671736114','12','1.00','750','retail','0','2022-12-22 22:08:34','','','','603','Cash',103.45,'750','','','9','','1','2022-12-22 19:09:01','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','4.00','3','Inclusive','branch','.','','','','',''),('916717361382136013',1414,'91671736114','130','1.00','100','retail','0','2022-12-22 22:08:45','','','','48','Cash',13.79,'100','','','9','','1','2022-12-22 19:09:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','17.00','16','Inclusive','branch','.','','','','',''),('916717361612760363',1415,'91671736150','90','1.00','650','retail','0','2022-12-22 22:09:10','','','','455','Cash',89.66,'650','','','9','','1','2022-12-22 19:09:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',560.34,'1','4.00','3','Inclusive','branch','.','','','','',''),('916717361960139272',1416,'91671736188','141','1.00','400','retail','0','2022-12-22 22:09:48','','','','225','Cash',55.17,'400','','','9','','1','2022-12-22 19:10:18','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717362153122303',1417,'91671736188','143','4.00','90','retail','0','2022-12-22 22:09:56','','','','15','Cash',12.41,'22.5','','','9','','1','2022-12-22 19:10:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'4','188.00','184','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717362843032383',1418,'81671736230','139','2.00','60','retail','0','2022-12-22 22:11:09','','','','20','Cash',8.28,'30','','','8','','1','2022-12-22 19:11:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','48.00','46','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717363633903020',1419,'91671736308','66','1.00','250','retail','0','2022-12-22 22:12:33','','','','210','Cash',34.48,'250','','','9','','1','2022-12-22 19:12:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','12.00','11','Inclusive','branch','.','','','','',''),('816717364173323030',1420,'81671736376','61','2.00','440','retail','0','2022-12-22 22:13:03','','','','168','Cash',60.69,'220','','','8','','1','2022-12-22 19:13:39','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','16.00','14','Inclusive','branch','.','','','','',''),('816717364403308832',1421,'81671736428','74','2.00','440','retail','0','2022-12-22 22:13:48','','','','158.25','Cash',60.69,'220','','','8','','1','2022-12-22 19:14:03','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','17.00','15','Inclusive','branch','.','','','','',''),('816717364660266631',1422,'81671736455','59','1.00','220','retail','0','2022-12-22 22:14:15','','','','168','Cash',30.34,'220','','','8','','1','2022-12-22 19:14:29','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','36.00','35','Inclusive','branch','.','','','','',''),('816717364942832233',1423,'81671736485','131','1.00','50','retail','0','2022-12-22 22:14:45','','','','23','Cash',6.90,'50','','','8','','1','2022-12-22 19:14:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','7.00','6','Inclusive','branch','.','','','','',''),('616717717623326246',1424,'61671771749','47','1.00','750','retail','0','2022-12-23 08:02:42','COLD','','','587','Cash',103.45,'750','','','6','','1','2022-12-23 05:38:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','3.00','2','Inclusive','branch','.','','','','',''),('916717739210369221',1425,'91671773914','124','1.00','30','retail','0','2022-12-23 08:38:34','','','','20','Cash',4.14,'30','','','9','','1','2022-12-23 05:38:53','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916717739751070190',1426,'91671773942','139','5.00','150','retail','0','2022-12-23 08:39:12','','','','20','Cash',20.69,'30','','','9','','1','2022-12-23 05:39:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'5','46.00','41','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717740103033362',1427,'81671773990','147','1.00','20','retail','0','2022-12-23 08:39:50','','','','12','Cash',2.76,'20','','','8','','1','2022-12-23 05:40:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','92.00','91','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717844012320214',1428,'81671784393','124','2.00','60','retail','0','2022-12-23 11:33:13','','','','20','Cash',8.28,'30','','','8','','1','2022-12-23 08:33:24','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','108.00','106','Inclusive','branch','.','','','','',''),('816717844170223733',1429,'81671784410','124','1.00','30','retail','0','2022-12-23 11:33:30','','','','20','Cash',4.14,'30','','','8','','1','2022-12-23 08:33:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916717844563423290',1430,'91671784445','124','1.00','30','retail','0','2022-12-23 11:34:05','','','','20','Cash',4.14,'30','','','9','','1','2022-12-23 08:34:18','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816717871711848724',1431,'81671787163','120','1.00','200','retail','0','2022-12-23 12:19:23','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-23 09:19:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717871790721211',1432,'81671787163','143','1.00','22.5','retail','0','2022-12-23 12:19:31','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 09:19:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','184.00','183','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717883033704213',1433,'81671788295','132','1.00','50','retail','0','2022-12-23 12:38:15','','','','24','Cash',6.90,'50','','','8','','1','2022-12-23 09:38:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','46.00','45','Inclusive','branch','.','','','','',''),('116717914891320902',1434,'11671791478','148','1.00','301.5','retail','0','2022-12-23 13:31:29','','','','201','Cash',41.59,'301.5','','','1','','1','2022-12-23 10:31:31','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('116717918553433907',1435,'11671791841','141','1.00','400','retail','0','2022-12-23 13:37:50','','','','225','Cash',55.17,'400','','','1','','1','2022-12-23 10:37:52','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('116717918692600003',1436,'11671791841','143','2.00','45','retail','0','2022-12-23 13:37:50','','','','15','Cash',6.21,'22.5','','','1','','1','2022-12-23 10:37:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','183.00','181','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717922012923340',1437,'91671792195','143','1.00','22.5','retail','0','2022-12-23 13:43:15','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-23 10:43:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','181.00','180','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717922073103302',1438,'91671792195','120','1.00','200','retail','0','2022-12-23 13:43:21','','','','112.5','Cash',27.59,'200','','','9','','1','2022-12-23 10:43:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('116717924622271323',1439,'11671792448','129','1.00','10','retail','0','2022-12-23 13:47:42','','','','5','Cash',1.38,'10','','','1','','1','2022-12-23 10:47:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','1.00','0','Inclusive','branch','Inventory','','','','',''),('916717925101312707',1440,'91671792504','143','1.00','22.5','retail','0','2022-12-23 13:48:24','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-23 10:48:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','180.00','179','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717925192223942',1441,'91671792504','120','1.00','200','retail','0','2022-12-23 13:48:31','','','','112.5','Cash',27.59,'200','','','9','','1','2022-12-23 10:48:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('116717935243337304',1442,'11671793512','119','1.00','250','retail','0','2022-12-23 14:05:34','','','','150','Cash',34.48,'250','','','1','','1','2022-12-23 11:05:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','.','','','','',''),('116717935333336923',1443,'11671793512','143','1.00','22.5','retail','0','2022-12-23 14:05:34','','','','15','Cash',3.10,'22.5','','','1','','1','2022-12-23 11:05:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','179.00','178','Inclusive','branch','Inventory','1110','4000','5500','',''),('116717936053213130',1444,'11671793594','121','1.00','800','retail','0','2022-12-23 14:06:46','','','','450','Cash',110.34,'800','','','1','','1','2022-12-23 11:09:08','2','16','returned','3','new','Kg','','2022-12-23 14:09:08','1','yes','','0','','','VATABLE',689.66,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('116717937749723000',1445,'11671793754','120','1.00','200','retail','0','2022-12-23 14:09:43','','','','112.5','Cash',27.59,'200','','','1','','1','2022-12-23 11:09:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('116717937830174032',1446,'11671793754','143','1.00','22.5','retail','0','2022-12-23 14:09:43','','','','15','Cash',3.10,'22.5','','','1','','1','2022-12-23 11:09:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','178.00','177','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717939699331323',1447,'91671793962','132','1.00','50','retail','0','2022-12-23 14:12:42','','','','24','Cash',6.90,'50','','','9','','1','2022-12-23 11:13:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','45.00','44','Inclusive','branch','.','','','','',''),('916717939772220237',1448,'91671793962','133','1.00','80','retail','0','2022-12-23 14:12:50','','','','41','Cash',11.03,'80','','','9','','1','2022-12-23 11:13:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','20.00','19','Inclusive','branch','.','','','','',''),('916717941783302220',1449,'91671794166','129','10.00','100','retail','0','2022-12-23 14:16:06','','','','5','Cash',13.79,'10','','','9','','1','2022-12-23 11:16:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','5000.00','4990','Inclusive','branch','Inventory','','','','',''),('916717941972290913',1450,'91671794191','129','1.00','10','retail','0','2022-12-23 14:16:31','','','','5','Cash',1.38,'10','','','9','','1','2022-12-23 11:16:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','4990.00','4989','Inclusive','branch','Inventory','','','','',''),('916717942182220970',1451,'91671794212','129','2.00','20','retail','0','2022-12-23 14:16:52','','','','5','Cash',2.76,'10','','','9','','1','2022-12-23 11:17:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4989.00','4987','Inclusive','branch','Inventory','','','','',''),('916717942381323226',1452,'91671794228','129','3.00','30','retail','0','2022-12-23 14:17:08','','','','5','Cash',4.14,'10','','','9','','1','2022-12-23 11:17:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4987.00','4984','Inclusive','branch','Inventory','','','','',''),('916717942471722323',1453,'91671794228','139','1.00','30','retail','0','2022-12-23 14:17:19','','','','20','Cash',4.14,'30','','','9','','1','2022-12-23 11:17:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','',''),('916717942633906406',1454,'91671794257','129','1.00','10','retail','0','2022-12-23 14:17:37','','','','5','Cash',1.38,'10','','','9','','1','2022-12-23 11:17:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','4984.00','4983','Inclusive','branch','Inventory','','','','',''),('816717942853522326',1455,'81671794277','129','3.00','30','retail','0','2022-12-23 14:17:57','','','','5','Cash',4.14,'10','','','8','','1','2022-12-23 11:18:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4983.00','4980','Inclusive','branch','Inventory','','','','',''),('816717942993022737',1456,'81671794293','129','2.00','20','retail','0','2022-12-23 14:18:13','','','','5','Cash',2.76,'10','','','8','','1','2022-12-23 11:18:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4980.00','4978','Inclusive','branch','Inventory','','','','',''),('816717943174692222',1457,'81671794309','129','5.00','50','retail','0','2022-12-23 14:18:29','','','','5','Cash',6.90,'10','','','8','','1','2022-12-23 11:18:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4978.00','4973','Inclusive','branch','Inventory','','','','',''),('816717943344033232',1458,'81671794326','129','3.00','30','retail','0','2022-12-23 14:18:46','','','','5','Cash',4.14,'10','','','8','','1','2022-12-23 11:18:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4973.00','4970','Inclusive','branch','Inventory','','','','',''),('816717943793326003',1459,'81671794371','129','3.00','30','retail','0','2022-12-23 14:19:31','','','','5','Cash',4.14,'10','','','8','','1','2022-12-23 11:19:42','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4970.00','4967','Inclusive','branch','Inventory','','','','',''),('116717949622332714',1460,'11671794952','145','2.00','199','retail','0','2022-12-23 14:29:22','','','','50','Cash',27.45,'99.5','','','1','','1','2022-12-23 11:30:31','2','16','returned','3','new','pcs','','2022-12-23 14:30:31','1','yes','','0','','','VATABLE',85.78,'2','100.00','98','Inclusive','branch','Inventory','1110','4000','5500','',''),('116717950413610053',1461,'11671795034','145','1.00','99.5','retail','0','2022-12-23 14:30:41','','','','50','Cash',13.72,'99.5','','','1','','1','2022-12-23 11:30:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','',''),('616717951580122452',1462,'61671795140','143','1.00','22.5','retail','0','2022-12-23 14:32:50','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-23 11:32:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','177.00','176','Inclusive','branch','Inventory','1110','4000','5500','',''),('616717951705124372',1463,'61671795140','120','1.00','200','retail','0','2022-12-23 14:32:50','COLD','','','112.5','Cash',27.59,'200','','','6','','1','2022-12-23 11:32:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916717953506392052',1464,'91671795342','120','1.00','200','retail','0','2022-12-23 14:35:42','','','','112.5','Cash',27.59,'200','','','9','','1','2022-12-23 11:35:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('616717959186262226',1465,'61671795900','145','1.00','99.5','retail','0','2022-12-23 14:45:18','COLD','','','50','Cash',13.72,'99.5','','','6','','1','2022-12-23 11:45:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','99.00','98','Inclusive','branch','Inventory','1110','4000','5500','',''),('616717963520622662',1466,'61671796344','143','1.00','22.5','retail','0','2022-12-23 14:52:33','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-23 11:52:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','176.00','175','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717964642073422',1467,'81671796463','133','1.00','80','retail','0','2022-12-23 14:54:23','','','','41','Cash',11.03,'80','','','8','','1','2022-12-23 11:56:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','19.00','18','Inclusive','branch','.','','','','',''),('816717964713801203',1468,'81671796463','133','1.00','80','retail','0','2022-12-23 14:54:30','','','','41','Cash',11.03,'80','','','8','','1','2022-12-23 11:56:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','18.00','17','Inclusive','branch','.','','','','',''),('816717965039323230',1469,'81671796463','72','2.00','440','retail','0','2022-12-23 14:54:31','','','','173','Cash',60.69,'220','','','8','','1','2022-12-23 11:56:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','19.00','17','Inclusive','branch','.','','','','',''),('916717965962632231',1470,'91671796590','129','2.00','20','retail','0','2022-12-23 14:56:30','','','','5','Cash',2.76,'10','','','9','','1','2022-12-23 11:56:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4967.00','4965','Inclusive','branch','Inventory','','','','',''),('816717967255221353',1471,'81671796716','27','1.00','250','retail','0','2022-12-23 14:58:36','','','','197','Cash',34.48,'250','','','8','','1','2022-12-23 11:58:49','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','.','','','','',''),('916717970833232121',1472,'91671797058','135','1.00','60','retail','0','2022-12-23 15:04:18','','','','41','Cash',8.28,'60','','','9','','1','2022-12-23 12:04:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','36.00','35','Inclusive','branch','.','','','','',''),('816717979379230024',1473,'81671797936','120','1.00','200','retail','0','2022-12-23 15:18:56','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-23 12:19:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717979411933190',1474,'81671797936','143','1.00','22.5','retail','0','2022-12-23 15:19:00','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 12:19:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','175.00','174','Inclusive','branch','Inventory','1110','4000','5500','',''),('816717979590223931',1475,'81671797951','129','1.00','10','retail','0','2022-12-23 15:19:11','','','','5','Cash',1.38,'10','','','8','','1','2022-12-23 12:19:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','4965.00','4964','Inclusive','branch','Inventory','','','','',''),('816717983361630248',1476,'81671798335','120','1.00','200','retail','0','2022-12-23 15:25:35','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-23 12:25:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717983396347332',1477,'81671798335','143','1.00','22.5','retail','0','2022-12-23 15:25:39','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 12:25:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','174.00','173','Inclusive','branch','Inventory','1110','4000','5500','',''),('616717987822322221',1478,'61671798753','143','1.00','22.5','retail','0','2022-12-23 15:33:11','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-23 12:33:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','173.00','172','Inclusive','branch','Inventory','1110','4000','5500','',''),('616717987907771738',1479,'61671798753','120','1.00','200','retail','0','2022-12-23 15:33:11','COLD','','','112.5','Cash',27.59,'200','','','6','','1','2022-12-23 12:33:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('616717992302300203',1480,'61671799216','143','3.00','67.5','retail','0','2022-12-23 15:40:42','COLD','','','15','Cash',9.31,'22.5','','','6','','1','2022-12-23 12:40:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'3','172.00','169','Inclusive','branch','Inventory','1110','4000','5500','',''),('616717992420103323',1481,'61671799216','121','1.00','800','retail','0','2022-12-23 15:40:42','COLD','','','450','Cash',110.34,'800','','','6','','1','2022-12-23 12:40:48','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','7.50','6.5','Inclusive','branch','Inventory','5500','5500','5920','',''),('816717995163113352',1482,'81671799515','118','1.00','280','retail','0','2022-12-23 15:45:15','','','','175','Cash',38.62,'280','','','8','','1','2022-12-23 12:45:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','5.00','4','Inclusive','branch','.','','','','',''),('816717995210081005',1483,'81671799515','132','1.00','50','retail','0','2022-12-23 15:45:21','','','','24','Cash',6.90,'50','','','8','','1','2022-12-23 12:45:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','44.00','43','Inclusive','branch','.','','','','',''),('616717998350651376',1484,'61671799826','143','1.00','22.5','retail','0','2022-12-23 15:50:58','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-23 12:51:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','169.00','168','Inclusive','branch','Inventory','1110','4000','5500','',''),('616718008390222332',1485,'61671800799','150','1.00','38.8','retail','0','2022-12-23 16:07:19','COLD','','','20','Cash',5.35,'38.8','','','6','','1','2022-12-23 13:07:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',33.45,'1','100.00','99','Inclusive','branch','Inventory','1110','4000','5500','',''),('616718017982133321',1486,'61671801789','129','2.00','20','retail','0','2022-12-23 16:23:18','COLD','','','5','Cash',2.76,'10','','','6','','1','2022-12-23 13:23:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4964.00','4962','Inclusive','branch','Inventory','','','','',''),('816718018977131072',1487,'81671801896','141','1.00','400','retail','0','2022-12-23 16:24:56','','','','225','Cash',55.17,'400','','','8','','1','2022-12-23 13:25:07','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718019010426132',1488,'81671801896','124','1.00','30','retail','0','2022-12-23 16:25:00','','','','20','Cash',4.14,'30','','','8','','1','2022-12-23 13:25:07','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('816718019041040628',1489,'81671801896','124','1.00','30','retail','0','2022-12-23 16:25:03','','','','20','Cash',4.14,'30','','','8','','1','2022-12-23 13:25:07','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','108.00','107','Inclusive','branch','.','','','','',''),('916718021711230102',1490,'91671802161','124','1.00','30','retail','0','2022-12-23 16:29:21','','','','20','Cash',4.14,'30','','','9','','1','2022-12-23 13:29:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('916718021782281038',1491,'91671802161','129','2.00','20','retail','0','2022-12-23 16:29:31','','','','5','Cash',2.76,'10','','','9','','1','2022-12-23 13:29:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4962.00','4960','Inclusive','branch','Inventory','','','','',''),('816718022233380383',1492,'81671802222','143','1.00','22.5','retail','0','2022-12-23 16:30:22','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 13:30:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','168.00','167','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718022266037033',1493,'81671802222','143','1.00','22.5','retail','0','2022-12-23 16:30:25','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 13:30:28','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','167.00','166','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718063446413303',1494,'81671806023','56','1.00','220','retail','0','2022-12-23 17:33:43','','','','160.24','Cash',30.34,'220','','','8','','1','2022-12-23 14:39:41','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','17.00','16','Inclusive','branch','.','','','','',''),('816718063522323822',1495,'81671806023','141','1.00','400','retail','0','2022-12-23 17:39:11','','','','225','Cash',55.17,'400','','','8','','1','2022-12-23 14:39:41','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718063542372000',1496,'81671806023','120','1.00','200','retail','0','2022-12-23 17:39:13','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-23 14:39:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718063733377372',1497,'81671806023','143','1.00','22.5','retail','0','2022-12-23 17:39:32','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 14:39:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','166.00','165','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718063752338332',1498,'81671806023','143','1.00','22.5','retail','0','2022-12-23 17:39:34','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 14:39:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','165.00','164','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718063782320733',1499,'81671806023','143','1.00','22.5','retail','0','2022-12-23 17:39:37','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 14:39:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','164.00','163','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718080820000820',1500,'81671808076','129','2.00','20','retail','0','2022-12-23 18:07:56','','','','5','Cash',2.76,'10','','','8','','1','2022-12-23 15:08:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4960.00','4958','Inclusive','branch','Inventory','','','','',''),('816718081002330310',1501,'81671808076','147','1.00','20','retail','0','2022-12-23 18:08:03','','','','12','Cash',2.76,'20','','','8','','1','2022-12-23 15:08:22','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','91.00','90','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718104500040003',1502,'81671810441','57','1.00','220','retail','0','2022-12-23 18:47:21','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-23 15:47:47','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','100.00','99','Inclusive','branch','.','','','','',''),('816718104650670023',1503,'81671810441','133','1.00','80','retail','0','2022-12-23 18:47:31','','','','41','Cash',11.03,'80','','','8','','1','2022-12-23 15:47:47','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','17.00','16','Inclusive','branch','.','','','','',''),('816718139570070721',1504,'81671813956','141','1.00','400','retail','0','2022-12-23 19:45:56','','','','225','Cash',55.17,'400','','','8','','1','2022-12-23 16:46:06','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718139591309203',1505,'81671813956','143','1.00','22.5','retail','0','2022-12-23 19:45:58','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 16:46:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','163.00','162','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718139633032601',1506,'81671813956','143','1.00','22.5','retail','0','2022-12-23 19:46:03','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 16:46:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','162.00','161','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718139823833303',1507,'81671813981','120','1.00','200','retail','0','2022-12-23 19:46:21','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-23 16:46:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718139841248834',1508,'81671813981','143','1.00','22.5','retail','0','2022-12-23 19:46:23','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 16:46:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','161.00','160','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718140616322400',1509,'81671814060','141','1.00','400','retail','0','2022-12-23 19:47:40','','','','225','Cash',55.17,'400','','','8','','1','2022-12-23 16:47:51','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718140652020242',1510,'81671814060','143','1.00','22.5','retail','0','2022-12-23 19:47:45','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 16:47:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','160.00','159','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718140683813016',1511,'81671814060','143','1.00','22.5','retail','0','2022-12-23 19:47:48','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 16:47:51','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','159.00','158','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718167817022812',1512,'91671816772','129','5.00','50','retail','0','2022-12-23 20:32:52','','','','5','Cash',6.90,'10','','','9','','1','2022-12-23 17:33:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4958.00','4953','Inclusive','branch','Inventory','','','','',''),('916718168332396032',1513,'91671816793','147','1.00','20','retail','0','2022-12-23 20:33:13','','','','12','Cash',2.76,'20','','','9','','1','2022-12-23 17:34:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','90.00','89','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718168443233331',1514,'91671816793','129','2.00','20','retail','0','2022-12-23 20:33:54','','','','5','Cash',2.76,'10','','','9','','1','2022-12-23 17:34:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4953.00','4951','Inclusive','branch','Inventory','','','','',''),('816718177188203138',1515,'81671817717','120','1.00','200','retail','0','2022-12-23 20:48:37','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-23 17:48:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718177213323702',1516,'81671817717','143','1.00','22.5','retail','0','2022-12-23 20:48:40','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-23 17:48:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','158.00','157','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718197733832203',1517,'81671819728','58','4.00','880','retail','0','2022-12-23 21:22:08','','','','172','Cash',121.38,'220','','','8','','1','2022-12-23 18:22:56','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','18.00','14','Inclusive','branch','.','','','','',''),('916718259083230239',1518,'91671825894','147','1.00','20','retail','0','2022-12-23 23:04:54','','','','12','Cash',2.76,'20','','','9','','1','2022-12-23 20:05:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','89.00','88','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718259400370121',1519,'91671825928','118','1.00','280','retail','0','2022-12-23 23:05:28','','','','175','Cash',38.62,'280','','','9','','1','2022-12-23 20:05:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','4.00','3','Inclusive','branch','.','','','','',''),('916718259678971222',1520,'91671825953','145','2.00','199','retail','0','2022-12-23 23:05:54','','','','50','Cash',27.45,'99.5','','','9','','1','2022-12-23 20:06:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'2','98.00','96','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718260082433202',1521,'91671825987','138','1.00','299','retail','0','2022-12-23 23:06:27','','','','230','Cash',41.24,'299','','','9','','1','2022-12-23 20:06:51','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',257.76,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718260980233402',1522,'91671826072','129','37.00','370','retail','0','2022-12-23 23:07:52','','','','5','Cash',51.03,'10','','','9','','1','2022-12-23 20:08:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'37','4951.00','4914','Inclusive','branch','Inventory','','','','',''),('916718261630312823',1523,'91671826122','141','1.00','400','retail','0','2022-12-23 23:08:42','','','','225','Cash',55.17,'400','','','9','','1','2022-12-23 20:09:44','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718261792333220',1524,'91671826122','120','1.00','200','retail','0','2022-12-23 23:09:23','','','','112.5','Cash',27.59,'200','','','9','','1','2022-12-23 20:09:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916718262183262208',1525,'91671826194','143','6.00','135','retail','0','2022-12-23 23:09:54','','','','15','Cash',18.62,'22.5','','','9','','1','2022-12-23 20:10:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'6','157.00','151','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718262733133233',1526,'91671826233','118','1.00','280','retail','0','2022-12-23 23:10:54','','','','175','Cash',38.62,'280','','','9','','1','2022-12-23 20:11:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','3.00','2','Inclusive','branch','.','','','','',''),('116718584733330403',1527,'11671858450','129','10.00','100','retail','0','2022-12-24 08:07:53','','','','5','Cash',13.79,'10','','','1','','1','2022-12-24 05:08:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4914.00','4904','Inclusive','branch','Inventory','','','','',''),('616718595533632366',1528,'61671859543','129','5.00','50','retail','0','2022-12-24 08:25:53','COLD','','','5','Cash',6.90,'10','','','6','','1','2022-12-24 05:25:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4904.00','4899','Inclusive','branch','Inventory','','','','',''),('816718598233082232',1529,'81671859809','129','2.00','20','retail','0','2022-12-24 08:30:09','','','','5','Cash',2.76,'10','','','8','','1','2022-12-24 05:30:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4899.00','4897','Inclusive','branch','Inventory','','','','',''),('816718598762333180',1530,'81671859868','7','1.00','250','retail','0','2022-12-24 08:31:08','','','','192','Cash',34.48,'250','','','8','','1','2022-12-24 05:31:54','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','.','','','','',''),('816718599068299232',1531,'81671859868','120','1.00','200','retail','0','2022-12-24 08:31:45','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 05:31:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718599115803123',1532,'81671859868','135','1.00','60','retail','0','2022-12-24 08:31:50','','','','41','Cash',8.28,'60','','','8','','1','2022-12-24 05:31:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','35.00','34','Inclusive','branch','.','','','','',''),('916718613343332332',1533,'91671861326','124','1.00','30','retail','0','2022-12-24 08:55:26','','','','20','Cash',4.14,'30','','','9','','1','2022-12-24 05:55:45','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('916718613439106323',1534,'91671861326','129','2.00','20','retail','0','2022-12-24 08:55:34','','','','5','Cash',2.76,'10','','','9','','1','2022-12-24 05:55:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4897.00','4895','Inclusive','branch','Inventory','','','','',''),('816718614063303303',1535,'81671861405','141','1.00','400','retail','0','2022-12-24 08:56:45','','','','225','Cash',55.17,'400','','','8','','1','2022-12-24 05:56:57','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718614113832621',1536,'81671861405','143','1.00','22.5','retail','0','2022-12-24 08:56:50','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 05:56:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','151.00','150','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718614144338020',1537,'81671861405','143','1.00','22.5','retail','0','2022-12-24 08:56:54','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 05:56:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','150.00','149','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718614323336623',1538,'81671861424','139','1.00','30','retail','0','2022-12-24 08:57:04','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 05:57:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718614446120440',1539,'81671861424','124','1.00','30','retail','0','2022-12-24 08:57:12','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 05:57:26','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('616718615113313221',1540,'61671861493','139','2.00','60','retail','0','2022-12-24 08:59:16','COLD','','','20','Cash',8.28,'30','','','6','','1','2022-12-24 05:59:23','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','39.00','37','Inclusive','branch','Inventory','1110','4000','5500','',''),('616718615562410663',1541,'61671861493','124','1.00','30','retail','0','2022-12-24 08:59:16','COLD','','','20','Cash',4.14,'30','','','6','','1','2022-12-24 05:59:23','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('616718649643323303',1542,'61671864947','147','2.00','40','retail','0','2022-12-24 09:56:21','COLD','','','12','Cash',5.52,'20','','','6','','1','2022-12-24 06:56:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','88.00','86','Inclusive','branch','Inventory','1110','4000','5500','',''),('616718649810321203',1543,'61671864947','129','7.00','70','retail','0','2022-12-24 09:56:21','COLD','','','5','Cash',9.66,'10','','','6','','1','2022-12-24 06:56:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'7','4895.00','4888','Inclusive','branch','Inventory','','','','',''),('616718650442582020',1544,'61671865004','143','1.00','22.5','retail','0','2022-12-24 09:58:11','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-24 06:58:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','149.00','148','Inclusive','branch','Inventory','1110','4000','5500','',''),('616718650566230348',1545,'61671865004','141','1.00','400','retail','0','2022-12-24 09:58:11','COLD','','','225','Cash',55.17,'400','','','6','','1','2022-12-24 06:58:16','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616718650903112230',1546,'61671865004','143','1.00','22.5','retail','0','2022-12-24 09:58:11','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-24 06:58:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','148.00','147','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718654602128207',1547,'81671865460','143','1.00','22.5','retail','0','2022-12-24 10:04:20','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 07:04:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','147.00','146','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718654643303045',1548,'81671865460','143','1.00','22.5','retail','0','2022-12-24 10:04:24','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 07:04:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','146.00','145','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718661920393223',1549,'81671866191','119','1.00','250','retail','0','2022-12-24 10:16:31','','','','150','Cash',34.48,'250','','','8','','1','2022-12-24 07:16:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','7.00','6','Inclusive','branch','.','','','','',''),('816718662012332037',1550,'81671866191','143','1.00','22.5','retail','0','2022-12-24 10:16:40','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 07:16:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','145.00','144','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718680308223330',1551,'91671868021','139','2.00','60','retail','0','2022-12-24 10:47:01','','','','20','Cash',8.28,'30','','','9','','1','2022-12-24 07:47:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','37.00','35','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718689143138102',1552,'81671868913','143','1.00','22.5','retail','0','2022-12-24 11:01:53','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 08:02:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','144.00','143','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718689153206063',1553,'81671868913','143','1.00','22.5','retail','0','2022-12-24 11:01:54','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 08:02:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','143.00','142','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718689183733323',1554,'81671868913','143','1.00','22.5','retail','0','2022-12-24 11:01:58','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 08:02:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','142.00','141','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718705760102200',1555,'91671870561','147','1.00','20','retail','0','2022-12-24 11:29:21','','','','12','Cash',2.76,'20','','','9','','1','2022-12-24 08:29:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','86.00','85','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718705952084027',1556,'91671870561','139','1.00','30','retail','0','2022-12-24 11:29:36','','','','20','Cash',4.14,'30','','','9','','1','2022-12-24 08:29:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718706158373239',1557,'91671870606','124','1.00','30','retail','0','2022-12-24 11:30:06','','','','20','Cash',4.14,'30','','','9','','1','2022-12-24 08:30:30','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('916718706272233022',1558,'91671870606','139','1.00','30','retail','0','2022-12-24 11:30:16','','','','20','Cash',4.14,'30','','','9','','1','2022-12-24 08:30:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718706472732234',1559,'81671870637','141','1.00','400','retail','0','2022-12-24 11:30:37','','','','225','Cash',55.17,'400','','','8','','1','2022-12-24 08:30:59','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718706572287300',1560,'81671870637','120','1.00','200','retail','0','2022-12-24 11:30:48','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 08:30:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718718972797331',1561,'81671871896','141','1.00','400','retail','0','2022-12-24 11:51:36','','','','225','Cash',55.17,'400','','','8','','1','2022-12-24 08:51:55','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718719042020231',1562,'81671871896','143','1.00','22.5','retail','0','2022-12-24 11:51:43','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 08:51:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','141.00','140','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718719078248073',1563,'81671871896','143','1.00','22.5','retail','0','2022-12-24 11:51:47','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 08:51:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','140.00','139','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718719942923203',1564,'81671871986','143','2.00','45','retail','0','2022-12-24 11:53:06','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-24 08:53:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','139.00','137','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718720130232322',1565,'81671871986','119','1.00','250','retail','0','2022-12-24 11:53:15','','','','150','Cash',34.48,'250','','','8','','1','2022-12-24 08:53:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','6.00','5','Inclusive','branch','.','','','','',''),('816718720232237321',1566,'81671871986','120','1.00','200','retail','0','2022-12-24 11:53:33','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 08:53:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718721066030038',1567,'81671872085','124','1.00','30','retail','0','2022-12-24 11:54:45','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 08:55:19','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816718721172073327',1568,'81671872085','129','2.00','20','retail','0','2022-12-24 11:55:07','','','','5','Cash',2.76,'10','','','8','','1','2022-12-24 08:55:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4888.00','4886','Inclusive','branch','Inventory','','','','',''),('816718747013330702',1569,'81671874700','120','1.00','200','retail','0','2022-12-24 12:38:20','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 09:38:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718747053600203',1570,'81671874700','143','1.00','22.5','retail','0','2022-12-24 12:38:24','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 09:38:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','137.00','136','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718747617028763',1571,'81671874761','133','1.00','80','retail','0','2022-12-24 12:39:21','','','','41','Cash',11.03,'80','','','8','','1','2022-12-24 09:39:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','16.00','15','Inclusive','branch','.','','','','',''),('916718756167043374',1572,'91671875608','143','2.00','45','retail','0','2022-12-24 12:53:28','','','','15','Cash',6.21,'22.5','','','9','','1','2022-12-24 09:53:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','136.00','134','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718756234515330',1573,'91671875608','141','1.00','400','retail','0','2022-12-24 12:53:36','','','','225','Cash',55.17,'400','','','9','','1','2022-12-24 09:53:46','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('916718756474027776',1574,'91671875642','56','1.00','220','retail','0','2022-12-24 12:54:02','','','','160.24','Cash',30.34,'220','','','9','','1','2022-12-24 09:54:09','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','16.00','15','Inclusive','branch','.','','','','',''),('816718757082877224',1575,'81671875660','133','2.00','160','retail','0','2022-12-24 12:54:42','','','','41','Cash',22.07,'80','','','8','','1','2022-12-24 09:55:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'2','15.00','13','Inclusive','branch','.','','','','',''),('816718766853133373',1576,'81671876668','129','2.00','20','retail','0','2022-12-24 13:11:08','','','','5','Cash',2.76,'10','','','8','','1','2022-12-24 10:11:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4886.00','4884','Inclusive','branch','Inventory','','','','',''),('816718767042433303',1577,'81671876668','124','1.00','30','retail','0','2022-12-24 13:11:26','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 10:11:46','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816718775633080730',1578,'81671877562','120','1.00','200','retail','0','2022-12-24 13:26:02','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 10:26:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718775673520236',1579,'81671877562','143','1.00','22.5','retail','0','2022-12-24 13:26:06','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 10:26:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','134.00','133','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718780280033088',1580,'81671878020','129','4.00','40','retail','0','2022-12-24 13:33:40','','','','5','Cash',5.52,'10','','','8','','1','2022-12-24 10:33:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','4884.00','4880','Inclusive','branch','Inventory','','','','',''),('816718780430202037',1581,'81671878036','129','2.00','20','retail','0','2022-12-24 13:33:56','','','','5','Cash',2.76,'10','','','8','','1','2022-12-24 10:34:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4880.00','4878','Inclusive','branch','Inventory','','','','',''),('916718974962749327',1582,'91671897482','124','3.00','90','retail','0','2022-12-24 18:58:02','','','','20','Cash',12.41,'30','','','9','','1','2022-12-24 15:58:53','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','109.00','106','Inclusive','branch','.','','','','',''),('916718975060820226',1583,'91671897482','56','1.00','220','retail','0','2022-12-24 18:58:16','','','','160.24','Cash',30.34,'220','','','9','','1','2022-12-24 15:58:53','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','15.00','14','Inclusive','branch','.','','','','',''),('916718975173008197',1584,'91671897482','118','4.00','1120','retail','0','2022-12-24 18:58:26','','','','175','Cash',154.48,'280','','','9','','1','2022-12-24 15:58:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'4','13.00','9','Inclusive','branch','.','','','','',''),('916718975489022523',1585,'91671897541','7','1.00','250','retail','0','2022-12-24 18:59:01','','','','192','Cash',34.48,'250','','','9','','1','2022-12-24 15:59:21','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','.','','','','',''),('916718975562605022',1586,'91671897541','133','1.00','80','retail','0','2022-12-24 18:59:08','','','','41','Cash',11.03,'80','','','9','','1','2022-12-24 15:59:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','13.00','12','Inclusive','branch','.','','','','',''),('816718979163233334',1587,'81671897909','133','1.00','80','retail','0','2022-12-24 19:05:09','','','','41','Cash',11.03,'80','','','8','','1','2022-12-24 16:05:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','12.00','11','Inclusive','branch','.','','','','',''),('816718979242790213',1588,'81671897909','118','1.00','280','retail','0','2022-12-24 19:05:17','','','','175','Cash',38.62,'280','','','8','','1','2022-12-24 16:05:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','9.00','8','Inclusive','branch','.','','','','',''),('816718980173382323',1589,'81671898007','133','2.00','160','retail','0','2022-12-24 19:06:47','','','','41','Cash',22.07,'80','','','8','','1','2022-12-24 16:07:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'2','11.00','9','Inclusive','branch','.','','','','',''),('816718980310733310',1590,'81671898007','145','3.00','298.5','retail','0','2022-12-24 19:06:57','','','','50','Cash',41.17,'99.5','','','8','','1','2022-12-24 16:07:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'3','96.00','93','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718980593714223',1591,'81671898007','119','5.00','1250','retail','0','2022-12-24 19:07:11','','','','150','Cash',172.41,'250','','','8','','1','2022-12-24 16:07:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'5','5.00','0','Inclusive','branch','.','','','','',''),('916718980843804382',1592,'91671898077','120','1.00','200','retail','0','2022-12-24 19:07:57','','','','112.5','Cash',27.59,'200','','','9','','1','2022-12-24 16:08:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916718980941390320',1593,'91671898077','118','1.00','280','retail','0','2022-12-24 19:08:05','','','','175','Cash',38.62,'280','','','9','','1','2022-12-24 16:08:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','8.00','7','Inclusive','branch','.','','','','',''),('916718981112739312',1594,'91671898104','130','1.00','100','retail','0','2022-12-24 19:08:24','','','','48','Cash',13.79,'100','','','9','','1','2022-12-24 16:08:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','16.00','15','Inclusive','branch','.','','','','',''),('816718981323920222',1595,'81671898125','60','1.00','220','retail','0','2022-12-24 19:08:45','','','','168','Cash',30.34,'220','','','8','','1','2022-12-24 16:08:54','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','1.00','0','Inclusive','branch','.','','','','',''),('916718981502323136',1596,'91671898140','145','1.00','99.5','retail','0','2022-12-24 19:09:00','','','','50','Cash',13.72,'99.5','','','9','','1','2022-12-24 16:09:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718981803338231',1597,'81671898159','150','2.00','77.6','retail','0','2022-12-24 19:09:19','','','','20','Cash',10.70,'38.8','','','8','','1','2022-12-24 16:10:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',33.45,'2','99.00','97','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718982004332183',1598,'81671898159','143','2.00','45','retail','0','2022-12-24 19:09:41','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-24 16:10:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','133.00','131','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718982293390340',1599,'81671898217','129','10.00','100','retail','0','2022-12-24 19:10:17','','','','5','Cash',13.79,'10','','','8','','1','2022-12-24 16:10:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4878.00','4868','Inclusive','branch','Inventory','','','','',''),('816718982452403320',1600,'81671898237','147','1.00','20','retail','0','2022-12-24 19:10:37','','','','12','Cash',2.76,'20','','','8','','1','2022-12-24 16:10:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','85.00','84','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718982571224327',1601,'81671898237','129','3.00','30','retail','0','2022-12-24 19:10:46','','','','5','Cash',4.14,'10','','','8','','1','2022-12-24 16:10:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4868.00','4865','Inclusive','branch','Inventory','','','','',''),('816718996660239310',1602,'81671899665','120','1.00','200','retail','0','2022-12-24 19:34:25','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 16:34:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816718996672210309',1603,'81671899665','143','1.00','22.5','retail','0','2022-12-24 19:34:27','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 16:34:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','130.00','129','Inclusive','branch','Inventory','1110','4000','5500','',''),('816718996932321996',1604,'81671899665','57','1.00','220','retail','0','2022-12-24 19:34:52','','','','186.68','Cash',30.34,'220','','','8','','1','2022-12-24 16:34:56','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','99.00','98','Inclusive','branch','.','','','','',''),('816719004987700462',1605,'81671900497','120','1.00','200','retail','0','2022-12-24 19:48:17','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 16:48:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719005001362503',1606,'81671900497','143','1.00','22.5','retail','0','2022-12-24 19:48:19','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 16:48:24','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','129.00','128','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719009538323023',1607,'81671900953','132','1.00','50','retail','0','2022-12-24 19:55:53','','','','24','Cash',6.90,'50','','','8','','1','2022-12-24 16:57:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','43.00','42','Inclusive','branch','.','','','','',''),('816719009652323826',1608,'81671900953','118','1.00','280','retail','0','2022-12-24 19:56:04','','','','175','Cash',38.62,'280','','','8','','1','2022-12-24 16:57:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','5.00','4','Inclusive','branch','.','','','','',''),('816719009800242203',1609,'81671900953','131','1.00','50','retail','0','2022-12-24 19:56:19','','','','23','Cash',6.90,'50','','','8','','1','2022-12-24 16:57:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','6.00','5','Inclusive','branch','.','','','','',''),('816719010412086273',1610,'81671900953','74','1.00','220','retail','0','2022-12-24 19:56:33','','','','158.25','Cash',30.34,'220','','','8','','1','2022-12-24 16:57:25','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','15.00','14','Inclusive','branch','.','','','','',''),('816719030263620282',1611,'81671903025','141','1.00','400','retail','0','2022-12-24 20:30:25','','','','225','Cash',55.17,'400','','','8','','1','2022-12-24 17:30:29','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719030414002900',1612,'81671903041','141','1.00','400','retail','0','2022-12-24 20:30:41','','','','225','Cash',55.17,'400','','','8','','1','2022-12-24 17:30:44','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616719032161239779',1613,'61671903105','83','1.00','350','retail','0','2022-12-24 20:34:09','COLD','','','270','Cash',48.28,'350','','','6','','1','2022-12-24 17:34:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','6.00','5','Inclusive','branch','.','','','','',''),('616719032490022312',1614,'61671903105','87','1.00','800','retail','0','2022-12-24 20:34:09','COLD','','','525','Cash',110.34,'800','','','6','','1','2022-12-24 17:34:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','6.00','5','Inclusive','branch','.','','','','',''),('616719033212324331',1615,'61671903310','66','2.00','500','retail','0','2022-12-24 20:40:09','COLD','','','210','Cash',68.97,'250','','','6','','1','2022-12-24 17:40:20','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','11.00','9','Inclusive','branch','.','','','','',''),('616719036093331630',1616,'61671903310','69','2.00','500','retail','0','2022-12-24 20:40:09','COLD','','','180','Cash',68.97,'250','','','6','','1','2022-12-24 17:40:20','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','5.00','3','Inclusive','branch','.','','','','',''),('616719038943022060',1617,'61671903886','143','1.00','22.5','retail','0','2022-12-24 20:44:54','COLD','','','15','Cash',3.10,'22.5','','','6','','1','2022-12-24 17:44:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','128.00','127','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719041021342069',1618,'81671904063','124','1.00','30','retail','0','2022-12-24 20:48:05','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 17:48:58','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719041170023202',1619,'81671904063','139','1.00','30','retail','0','2022-12-24 20:48:23','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 17:48:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719041360334031',1620,'81671904063','124','1.00','30','retail','0','2022-12-24 20:48:37','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 17:48:58','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719041542002230',1621,'81671904153','118','1.00','280','retail','0','2022-12-24 20:49:14','','','','175','Cash',38.62,'280','','','8','','1','2022-12-24 17:49:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','4.00','3','Inclusive','branch','.','','','','',''),('816719043092029390',1622,'81671904288','129','10.00','100','retail','0','2022-12-24 20:51:28','','','','5','Cash',13.79,'10','','','8','','1','2022-12-24 17:51:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4865.00','4855','Inclusive','branch','Inventory','','','','',''),('816719043313300332',1623,'81671904318','129','10.00','100','retail','0','2022-12-24 20:51:58','','','','5','Cash',13.79,'10','','','8','','1','2022-12-24 17:52:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4855.00','4845','Inclusive','branch','Inventory','','','','',''),('816719043934012126',1624,'81671904365','129','5.00','50','retail','0','2022-12-24 20:52:45','','','','5','Cash',6.90,'10','','','8','','1','2022-12-24 17:53:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4845.00','4840','Inclusive','branch','Inventory','','','','',''),('816719044133436240',1625,'81671904402','129','5.00','50','retail','0','2022-12-24 20:53:22','','','','5','Cash',6.90,'10','','','8','','1','2022-12-24 17:53:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4840.00','4835','Inclusive','branch','Inventory','','','','',''),('816719044373342400',1626,'81671904423','129','8.00','80','retail','0','2022-12-24 20:53:43','','','','5','Cash',11.03,'10','','','8','','1','2022-12-24 17:53:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'8','4835.00','4827','Inclusive','branch','Inventory','','','','',''),('816719046943083089',1627,'81671904685','59','1.00','220','retail','0','2022-12-24 20:58:05','','','','168','Cash',30.34,'220','','','8','','1','2022-12-24 17:58:16','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','35.00','34','Inclusive','branch','.','','','','',''),('816719061070331033',1628,'81671906106','133','1.00','80','retail','0','2022-12-24 21:21:46','','','','41','Cash',11.03,'80','','','8','','1','2022-12-24 18:21:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','9.00','8','Inclusive','branch','.','','','','',''),('816719061101030222',1629,'81671906106','133','1.00','80','retail','0','2022-12-24 21:21:49','','','','41','Cash',11.03,'80','','','8','','1','2022-12-24 18:21:52','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','8.00','7','Inclusive','branch','.','','','','',''),('816719072626432033',1630,'81671907252','124','1.00','30','retail','0','2022-12-24 21:40:52','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 18:41:21','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719072733320290',1631,'81671907252','118','1.00','280','retail','0','2022-12-24 21:41:12','','','','175','Cash',38.62,'280','','','8','','1','2022-12-24 18:41:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','3.00','2','Inclusive','branch','.','','','','',''),('816719072788260723',1632,'81671907252','118','1.00','280','retail','0','2022-12-24 21:41:17','','','','175','Cash',38.62,'280','','','8','','1','2022-12-24 18:41:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','2.00','1','Inclusive','branch','.','','','','',''),('816719073171019023',1633,'81671907304','124','1.00','30','retail','0','2022-12-24 21:41:44','','','','20','Cash',4.14,'30','','','8','','1','2022-12-24 18:41:59','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719078874087840',1634,'81671907880','145','2.00','199','retail','0','2022-12-24 21:51:20','','','','50','Cash',27.45,'99.5','','','8','','1','2022-12-24 18:53:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',85.78,'2','92.00','90','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719079030242334',1635,'81671907880','57','4.00','880','retail','0','2022-12-24 21:51:27','','','','186.68','Cash',121.38,'220','','','8','','1','2022-12-24 18:53:07','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'4','98.00','94','Inclusive','branch','.','','','','',''),('816719079412310230',1636,'81671907880','141','1.00','400','retail','0','2022-12-24 21:52:20','','','','225','Cash',55.17,'400','','','8','','1','2022-12-24 18:53:07','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719079462603237',1637,'81671907880','143','1.00','22.5','retail','0','2022-12-24 21:52:25','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-24 18:53:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','127.00','126','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719079500209202',1638,'81671907880','133','1.00','80','retail','0','2022-12-24 21:52:29','','','','41','Cash',11.03,'80','','','8','','1','2022-12-24 18:53:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','7.00','6','Inclusive','branch','.','','','','',''),('816719079552008203',1639,'81671907880','132','1.00','50','retail','0','2022-12-24 21:52:34','','','','24','Cash',6.90,'50','','','8','','1','2022-12-24 18:53:07','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','42.00','41','Inclusive','branch','.','','','','',''),('916719148203200023',1640,'91671914809','120','1.00','200','retail','0','2022-12-24 23:46:49','','','','112.5','Cash',27.59,'200','','','9','','1','2022-12-24 20:47:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('916719148384032310',1641,'91671914830','120','1.00','200','retail','0','2022-12-24 23:47:10','','','','112.5','Cash',27.59,'200','','','9','','1','2022-12-24 20:47:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('916719148442323943',1642,'91671914830','143','1.00','22.5','retail','0','2022-12-24 23:47:18','','','','15','Cash',3.10,'22.5','','','9','','1','2022-12-24 20:47:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','127.00','126','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719148629938823',1643,'81671914855','139','3.00','90','retail','0','2022-12-24 23:47:35','','','','20','Cash',12.41,'30','','','8','','1','2022-12-24 20:47:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'3','32.00','29','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719148797901700',1644,'81671914871','147','2.00','40','retail','0','2022-12-24 23:47:51','','','','12','Cash',5.52,'20','','','8','','1','2022-12-24 20:48:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'2','84.00','82','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719149263231201',1645,'81671914891','131','1.00','50','retail','0','2022-12-24 23:48:30','','','','23','Cash',6.90,'50','','','8','','1','2022-12-24 20:48:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','5.00','4','Inclusive','branch','.','','','','',''),('816719149333222077',1646,'81671914891','118','1.00','280','retail','0','2022-12-24 23:48:47','','','','175','Cash',38.62,'280','','','8','','1','2022-12-24 20:48:55','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','3.00','2','Inclusive','branch','.','','','','',''),('916719149553299310',1647,'91671914943','118','1.00','280','retail','0','2022-12-24 23:49:03','','','','175','Cash',38.62,'280','','','9','','1','2022-12-24 20:49:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','2.00','1','Inclusive','branch','.','','','','',''),('816719150042337421',1648,'81671914988','120','1.00','200','retail','0','2022-12-24 23:49:48','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-24 20:50:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719150227220032',1649,'81671915016','56','1.00','220','retail','0','2022-12-24 23:50:16','','','','160.24','Cash',30.34,'220','','','8','','1','2022-12-24 20:50:24','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','14.00','13','Inclusive','branch','.','','','','',''),('816719558183095343',1650,'81671955793','129','6.00','60','retail','0','2022-12-25 11:09:53','','','','5','Cash',8.28,'10','','','8','','1','2022-12-25 08:10:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','4827.00','4821','Inclusive','branch','Inventory','','','','',''),('816719558330303015',1651,'81671955793','124','4.00','120','retail','0','2022-12-25 11:10:18','','','','20','Cash',16.55,'30','','','8','','1','2022-12-25 08:10:36','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'4','109.00','105','Inclusive','branch','.','','','','',''),('816719558646202223',1652,'81671955853','139','4.00','120','retail','0','2022-12-25 11:10:53','','','','20','Cash',16.55,'30','','','8','','1','2022-12-25 08:13:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'4','29.00','25','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719560162036122',1653,'81671955853','120','1.00','200','retail','0','2022-12-25 11:11:05','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-25 08:13:38','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719561201231300',1654,'81671956111','141','1.00','400','retail','0','2022-12-25 11:15:11','','','','225','Cash',55.17,'400','','','8','','1','2022-12-25 08:15:56','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719561282082200',1655,'81671956111','143','1.00','22.5','retail','0','2022-12-25 11:15:20','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 08:15:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','126.00','125','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719561398330203',1656,'81671956111','124','2.00','60','retail','0','2022-12-25 11:15:28','','','','20','Cash',8.28,'30','','','8','','1','2022-12-25 08:15:56','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','109.00','107','Inclusive','branch','.','','','','',''),('816719561533002902',1657,'81671956111','129','8.00','80','retail','0','2022-12-25 11:15:39','','','','5','Cash',11.03,'10','','','8','','1','2022-12-25 08:15:56','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'8','4821.00','4813','Inclusive','branch','Inventory','','','','',''),('916719561773100012',1658,'91671956170','27','1.00','250','retail','0','2022-12-25 11:16:10','','','','197','Cash',34.48,'250','','','9','','1','2022-12-25 08:16:19','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','2.00','1','Inclusive','branch','.','','','','',''),('816719561990022239',1659,'81671956186','124','1.00','30','retail','0','2022-12-25 11:16:26','','','','20','Cash',4.14,'30','','','8','','1','2022-12-25 08:16:41','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('916719562273766703',1660,'91671956215','124','3.00','90','retail','0','2022-12-25 11:16:55','','','','20','Cash',12.41,'30','','','9','','1','2022-12-25 08:17:49','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'3','109.00','106','Inclusive','branch','.','','','','',''),('916719562553007513',1661,'91671956215','129','4.00','40','retail','0','2022-12-25 11:17:19','','','','5','Cash',5.52,'10','','','9','','1','2022-12-25 08:17:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','4813.00','4809','Inclusive','branch','Inventory','','','','',''),('916719562667390132',1662,'91671956215','139','1.00','30','retail','0','2022-12-25 11:17:35','','','','20','Cash',4.14,'30','','','9','','1','2022-12-25 08:17:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','25.00','24','Inclusive','branch','Inventory','1110','4000','5500','',''),('916719562913323309',1663,'91671956279','147','1.00','20','retail','0','2022-12-25 11:17:59','','','','12','Cash',2.76,'20','','','9','','1','2022-12-25 08:18:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','82.00','81','Inclusive','branch','Inventory','1110','4000','5500','',''),('916719563093707202',1664,'91671956279','129','5.00','50','retail','0','2022-12-25 11:18:12','','','','5','Cash',6.90,'10','','','9','','1','2022-12-25 08:18:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4809.00','4804','Inclusive','branch','Inventory','','','','',''),('916719563340036333',1665,'91671956322','124','1.00','30','retail','0','2022-12-25 11:18:42','','','','20','Cash',4.14,'30','','','9','','1','2022-12-25 08:19:08','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('916719563456706243',1666,'91671956322','129','4.00','40','retail','0','2022-12-25 11:18:54','','','','5','Cash',5.52,'10','','','9','','1','2022-12-25 08:19:08','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','4804.00','4800','Inclusive','branch','Inventory','','','','',''),('816719563653282620',1667,'81671956358','124','1.00','30','retail','0','2022-12-25 11:19:18','','','','20','Cash',4.14,'30','','','8','','1','2022-12-25 08:19:41','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719563780009934',1668,'81671956358','139','1.00','30','retail','0','2022-12-25 11:19:25','','','','20','Cash',4.14,'30','','','8','','1','2022-12-25 08:19:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','24.00','23','Inclusive','branch','Inventory','1110','4000','5500','',''),('916719589803903890',1669,'91671958964','92','1.00','1700','retail','0','2022-12-25 12:02:44','','','','1200','Cash',234.48,'1700','','','9','','1','2022-12-25 09:03:02','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1465.52,'1','2.00','1','Inclusive','branch','.','','','','',''),('816719623047370982',1670,'81671962303','120','1.00','200','retail','0','2022-12-25 12:58:23','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-25 09:58:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','2.00','1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719623061332200',1671,'81671962303','143','1.00','22.5','retail','0','2022-12-25 12:58:25','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 09:58:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','125.00','124','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719673782273381',1672,'81671967371','57','2.00','440','retail','0','2022-12-25 14:22:51','','','','186.68','Cash',60.69,'220','','','8','','1','2022-12-25 11:23:02','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','94.00','92','Inclusive','branch','.','','','','',''),('816719675260256720',1673,'81671967526','141','1.00','400','retail','0','2022-12-25 14:25:26','','','','225','Cash',55.17,'400','','','8','','1','2022-12-25 11:25:36','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719675301257020',1674,'81671967526','143','1.00','22.5','retail','0','2022-12-25 14:25:29','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 11:25:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','124.00','123','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719675332592672',1675,'81671967526','143','1.00','22.5','retail','0','2022-12-25 14:25:32','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 11:25:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','123.00','122','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719680502232590',1676,'81671968049','141','1.00','400','retail','0','2022-12-25 14:34:09','','','','225','Cash',55.17,'400','','','8','','1','2022-12-25 11:34:12','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',344.83,'1','0.00','-1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719680760090233',1677,'81671968075','131','1.00','50','retail','0','2022-12-25 14:34:35','','','','23','Cash',6.90,'50','','','8','','1','2022-12-25 11:34:40','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','4.00','3','Inclusive','branch','.','','','','',''),('816719719230399139',1678,'81671971923','118','1.00','280','retail','0','2022-12-25 15:38:43','','','','175','Cash',38.62,'280','','','8','','1','2022-12-25 12:38:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',241.38,'1','1.00','0','Inclusive','branch','.','','','','',''),('816719719271426330',1679,'81671971923','143','1.00','22.5','retail','0','2022-12-25 15:38:46','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 12:38:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','122.00','121','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719744791123244',1680,'81671974471','124','1.00','30','retail','0','2022-12-25 16:21:11','','','','20','Cash',4.14,'30','','','8','','1','2022-12-25 13:21:30','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719744880303234',1681,'81671974471','129','2.00','20','retail','0','2022-12-25 16:21:19','','','','5','Cash',2.76,'10','','','8','','1','2022-12-25 13:21:30','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4800.00','4798','Inclusive','branch','Inventory','','','','',''),('916719845133322852',1682,'91671984204','78','1.00','2000','retail','0','2022-12-25 19:03:24','','','','1667','Cash',275.86,'2000','','','9','','1','2022-12-25 16:08:59','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1724.14,'1','2.00','1','Inclusive','branch','.','','','','',''),('816719892653221293',1683,'81671989265','120','1.00','200','retail','0','2022-12-25 20:27:45','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-25 17:28:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','1.00','0','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719892727237283',1684,'81671989265','143','1.00','22.5','retail','0','2022-12-25 20:27:51','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 17:28:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','121.00','120','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719892779327426',1685,'81671989265','130','1.00','100','retail','0','2022-12-25 20:27:56','','','','48','Cash',13.79,'100','','','8','','1','2022-12-25 17:28:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','15.00','14','Inclusive','branch','.','','','','',''),('816719893033232333',1686,'81671989302','121','1.00','800','retail','0','2022-12-25 20:28:22','','','','450','Cash',110.34,'800','','','8','','1','2022-12-25 17:29:57','2','16','new','3','new','Kg','','','','yes','','0','','','VATABLE',689.66,'1','6.50','5.5','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719893060236863',1687,'81671989302','143','1.00','22.5','retail','0','2022-12-25 20:28:26','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 17:29:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','120.00','119','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719893091212902',1688,'81671989302','143','1.00','22.5','retail','0','2022-12-25 20:28:28','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 17:29:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','119.00','118','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719893273202923',1689,'81671989302','124','1.00','30','retail','0','2022-12-25 20:28:46','','','','20','Cash',4.14,'30','','','8','','1','2022-12-25 17:29:57','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719893470233299',1690,'81671989302','129','2.00','20','retail','0','2022-12-25 20:28:47','','','','5','Cash',2.76,'10','','','8','','1','2022-12-25 17:29:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4798.00','4796','Inclusive','branch','Inventory','','','','',''),('816719893612381021',1691,'81671989302','74','2.00','440','retail','0','2022-12-25 20:29:08','','','','158.25','Cash',60.69,'220','','','8','','1','2022-12-25 17:29:57','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','14.00','12','Inclusive','branch','.','','','','',''),('816719893861230927',1692,'81671989302','135','1.00','60','retail','0','2022-12-25 20:29:45','','','','41','Cash',8.28,'60','','','8','','1','2022-12-25 17:29:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','34.00','33','Inclusive','branch','.','','','','',''),('816719894504003358',1693,'81671989449','120','1.00','200','retail','0','2022-12-25 20:30:49','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-25 17:30:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719894519491923',1694,'81671989449','143','1.00','22.5','retail','0','2022-12-25 20:30:51','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 17:30:54','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','118.00','117','Inclusive','branch','Inventory','1110','4000','5500','',''),('616719905213132922',1695,'61671990496','57','1.00','220','retail','0','2022-12-25 20:50:09','COLD','','','186.68','Cash',30.34,'220','','','6','','1','2022-12-25 17:50:17','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','92.00','91','Inclusive','branch','.','','','','',''),('616719906092022703',1696,'61671990496','136','1.00','100','retail','0','2022-12-25 20:50:09','COLD','','','48','Cash',13.79,'100','','','6','','1','2022-12-25 17:50:17','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','42.00','41','Inclusive','branch','.','','','','',''),('616719907811738233',1697,'61671990715','134','1.00','60','retail','0','2022-12-25 20:53:01','COLD','','','41','Cash',8.28,'60','','','6','','1','2022-12-25 17:53:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','47.00','46','Inclusive','branch','.','','','','',''),('816719909983323093',1698,'81671990997','124','1.00','30','retail','0','2022-12-25 20:56:37','','','','20','Cash',4.14,'30','','','8','','1','2022-12-25 17:57:35','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816719910053365003',1699,'81671990997','129','1.00','10','retail','0','2022-12-25 20:56:38','','','','5','Cash',1.38,'10','','','8','','1','2022-12-25 17:57:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','4796.00','4795','Inclusive','branch','Inventory','','','','',''),('816719910140100092',1700,'81671990997','132','1.00','50','retail','0','2022-12-25 20:56:53','','','','24','Cash',6.90,'50','','','8','','1','2022-12-25 17:57:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','41.00','40','Inclusive','branch','.','','','','',''),('816719918117323101',1701,'81671991798','139','3.00','90','retail','0','2022-12-25 21:09:58','','','','20','Cash',12.41,'30','','','8','','1','2022-12-25 18:10:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'3','23.00','20','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719918401292201',1702,'81671991823','129','10.00','100','retail','0','2022-12-25 21:10:23','','','','5','Cash',13.79,'10','','','8','','1','2022-12-25 18:10:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4795.00','4785','Inclusive','branch','Inventory','','','','',''),('816719918682239903',1703,'81671991850','129','11.00','110','retail','0','2022-12-25 21:10:50','','','','5','Cash',15.17,'10','','','8','','1','2022-12-25 18:11:12','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'11','4785.00','4774','Inclusive','branch','Inventory','','','','',''),('816719918971020299',1704,'81671991879','129','10.00','100','retail','0','2022-12-25 21:11:19','','','','5','Cash',13.79,'10','','','8','','1','2022-12-25 18:11:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4774.00','4764','Inclusive','branch','Inventory','','','','',''),('816719919193912602',1705,'81671991905','129','10.00','100','retail','0','2022-12-25 21:11:45','','','','5','Cash',13.79,'10','','','8','','1','2022-12-25 18:12:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4764.00','4754','Inclusive','branch','Inventory','','','','',''),('816719926443108223',1706,'81671992618','7','1.00','250','retail','0','2022-12-25 21:23:51','','','','192','Cash',34.48,'250','','','8','','1','2022-12-25 18:24:19','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','.','','','','',''),('816719930002393002',1707,'81671992999','120','1.00','200','retail','0','2022-12-25 21:29:59','','','','112.5','Cash',27.59,'200','','','8','','1','2022-12-25 18:30:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',172.41,'1','0.00','-1','Inclusive','branch','Inventory','5500','5500','5920','',''),('816719930152028313',1708,'81671992999','143','1.00','22.5','retail','0','2022-12-25 21:30:14','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 18:30:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','117.00','116','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719930190210002',1709,'81671992999','143','1.00','22.5','retail','0','2022-12-25 21:30:18','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 18:30:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','116.00','115','Inclusive','branch','Inventory','1110','4000','5500','',''),('816719930233202213',1710,'81671992999','143','1.00','22.5','retail','0','2022-12-25 21:30:22','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-25 18:30:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','115.00','114','Inclusive','branch','Inventory','1110','4000','5500','',''),('916719936423202376',1711,'91671993634','136','1.00','100','retail','0','2022-12-25 21:40:34','','','','48','Cash',13.79,'100','','','9','','1','2022-12-25 18:40:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','41.00','40','Inclusive','branch','.','','','','',''),('916719936513239013',1712,'91671993634','133','1.00','80','retail','0','2022-12-25 21:40:42','','','','41','Cash',11.03,'80','','','9','','1','2022-12-25 18:40:53','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','6.00','5','Inclusive','branch','.','','','','',''),('816719936719377232',1713,'81671993662','132','2.00','100','retail','0','2022-12-25 21:41:02','','','','24','Cash',13.79,'50','','','8','','1','2022-12-25 18:41:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','40.00','38','Inclusive','branch','.','','','','',''),('816719936792939321',1714,'81671993662','130','1.00','100','retail','0','2022-12-25 21:41:11','','','','48','Cash',13.79,'100','','','8','','1','2022-12-25 18:41:21','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','14.00','13','Inclusive','branch','.','','','','',''),('816719936943323910',1715,'81671993687','147','1.00','20','retail','0','2022-12-25 21:41:27','','','','12','Cash',2.76,'20','','','8','','1','2022-12-25 18:41:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','81.00','80','Inclusive','branch','Inventory','1110','4000','5500','',''),('916719972233232203',1716,'91671994970','74','8.00','1760','retail','0','2022-12-25 22:02:50','','','','158.25','Cash',242.76,'220','','','9','','1','2022-12-25 19:42:45','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'8','12.00','4','Inclusive','branch','.','','','','',''),('916719972372330322',1717,'91671994970','132','1.00','50','retail','0','2022-12-25 22:40:23','','','','24','Cash',6.90,'50','','','9','','1','2022-12-25 19:42:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','38.00','37','Inclusive','branch','.','','','','',''),('916719972582272938',1718,'91671994970','6','2.00','1500','retail','0','2022-12-25 22:40:37','','','','542','Cash',206.90,'750','','','9','','1','2022-12-25 19:42:45','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'2','9.00','7','Inclusive','branch','.','','','','',''),('916719972732710370',1719,'91671994970','72','2.00','440','retail','0','2022-12-25 22:40:59','','','','173','Cash',60.69,'220','','','9','','1','2022-12-25 19:42:45','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','17.00','15','Inclusive','branch','.','','','','',''),('916719972966323207',1720,'91671994970','58','2.00','440','retail','0','2022-12-25 22:41:25','','','','172','Cash',60.69,'220','','','9','','1','2022-12-25 19:42:45','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','14.00','12','Inclusive','branch','.','','','','',''),('816720345540322035',1721,'81672034537','139','4.00','120','retail','0','2022-12-26 09:02:17','','','','20','Cash',16.55,'30','','','8','','1','2022-12-26 06:05:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'4','20.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('816720345762208040',1722,'81672034537','124','4.00','120','retail','0','2022-12-26 09:02:35','','','','20','Cash',16.55,'30','','','8','','1','2022-12-26 06:05:58','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'4','109.00','105','Inclusive','branch','.','','','','',''),('816720347002222030',1723,'81672034537','130','1.00','100','retail','0','2022-12-26 09:04:59','','','','48','Cash',13.79,'100','','','8','','1','2022-12-26 06:05:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','13.00','12','Inclusive','branch','.','','','','',''),('816720347020001432',1724,'81672034537','130','1.00','100','retail','0','2022-12-26 09:05:02','','','','48','Cash',13.79,'100','','','8','','1','2022-12-26 06:05:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','12.00','11','Inclusive','branch','.','','','','',''),('816720347483038333',1725,'81672034537','132','4.00','200','retail','0','2022-12-26 09:05:03','','','','24','Cash',27.59,'50','','','8','','1','2022-12-26 06:05:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','37.00','33','Inclusive','branch','.','','','','',''),('816720347941332443',1726,'81672034779','129','10.00','100','retail','0','2022-12-26 09:06:19','','','','5','Cash',13.79,'10','','','8','','1','2022-12-26 06:06:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'10','4754.00','4744','Inclusive','branch','Inventory','','','','',''),('816720348622222003',1727,'81672034852','147','1.00','20','retail','0','2022-12-26 09:07:32','','','','12','Cash',2.76,'20','','','8','','1','2022-12-26 06:07:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','80.00','79','Inclusive','branch','Inventory','1110','4000','5500','',''),('816720348743722342',1728,'81672034852','129','3.00','30','retail','0','2022-12-26 09:07:42','','','','5','Cash',4.14,'10','','','8','','1','2022-12-26 06:07:57','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4744.00','4741','Inclusive','branch','Inventory','','','','',''),('616720350022032000',1729,'61672034988','138','2.00','598','retail','0','2022-12-26 09:10:03','COLD','','','230','Cash',82.48,'299','','','6','','1','2022-12-26 06:10:06','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',257.76,'2','19.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('916720784489302232',1730,'91672078426','139','3.00','90','retail','0','2022-12-26 21:13:46','','','','20','Cash',12.41,'30','','','9','','1','2022-12-26 18:19:37','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'3','16.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('916720784620323033',1731,'91672078426','124','2.00','60','retail','0','2022-12-26 21:14:08','','','','20','Cash',8.28,'30','','','9','','1','2022-12-26 18:19:37','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','109.00','107','Inclusive','branch','.','','','','',''),('816720788103308300',1732,'81672078786','133','1.00','80','retail','0','2022-12-26 21:19:46','','','','41','Cash',11.03,'80','','','8','','1','2022-12-26 18:21:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','5.00','4','Inclusive','branch','.','','','','',''),('816720788238203020',1733,'81672078786','132','1.00','50','retail','0','2022-12-26 21:20:10','','','','24','Cash',6.90,'50','','','8','','1','2022-12-26 18:21:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','33.00','32','Inclusive','branch','.','','','','',''),('816720788452202222',1734,'81672078786','133','1.00','80','retail','0','2022-12-26 21:20:23','','','','41','Cash',11.03,'80','','','8','','1','2022-12-26 18:21:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','4.00','3','Inclusive','branch','.','','','','',''),('816720788563324230',1735,'81672078786','132','1.00','50','retail','0','2022-12-26 21:20:46','','','','24','Cash',6.90,'50','','','8','','1','2022-12-26 18:21:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','32.00','31','Inclusive','branch','.','','','','',''),('816720789033022363',1736,'81672078890','48','1.00','400','retail','0','2022-12-26 21:21:30','','','','305','Cash',55.17,'400','','','8','','1','2022-12-26 18:21:48','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','.','','','','',''),('916720789493322070',1737,'91672078915','59','1.00','220','retail','0','2022-12-26 21:21:55','','','','168','Cash',30.34,'220','','','9','','1','2022-12-26 18:22:32','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','34.00','33','Inclusive','branch','.','','','','',''),('816721328502833233',1738,'81672132826','129','2.00','20','retail','0','2022-12-27 12:20:40','','','','5','Cash',2.76,'10','','','8','','1','2022-12-27 09:21:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4741.00','4739','Inclusive','branch','Inventory','','','','',''),('816721328612280280',1739,'81672132826','147','1.00','20','retail','0','2022-12-27 12:20:50','','','','12','Cash',2.76,'20','','','8','','1','2022-12-27 09:21:03','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','79.00','78','Inclusive','branch','Inventory','1110','4000','5500','',''),('816721328788083221',1740,'81672132870','129','2.00','20','retail','0','2022-12-27 12:21:10','','','','5','Cash',2.76,'10','','','8','','1','2022-12-27 09:21:26','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4739.00','4737','Inclusive','branch','Inventory','','','','',''),('816721328842812483',1741,'81672132870','124','1.00','30','retail','0','2022-12-27 12:21:18','','','','20','Cash',4.14,'30','','','8','','1','2022-12-27 09:21:26','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816721331342202602',1742,'81672133125','129','6.00','60','retail','0','2022-12-27 12:25:25','','','','5','Cash',8.28,'10','','','8','','1','2022-12-27 09:25:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','4737.00','4731','Inclusive','branch','Inventory','','','','',''),('816721331452114332',1743,'81672133125','124','2.00','60','retail','0','2022-12-27 12:25:35','','','','20','Cash',8.28,'30','','','8','','1','2022-12-27 09:25:49','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','109.00','107','Inclusive','branch','.','','','','',''),('816721333092206213',1744,'81672133304','124','1.00','30','retail','0','2022-12-27 12:28:24','','','','20','Cash',4.14,'30','','','8','','1','2022-12-27 09:28:39','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816721333174133833',1745,'81672133304','129','2.00','20','retail','0','2022-12-27 12:28:29','','','','5','Cash',2.76,'10','','','8','','1','2022-12-27 09:28:39','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4731.00','4729','Inclusive','branch','Inventory','','','','',''),('816721346523510363',1746,'81672134642','129','4.00','40','retail','0','2022-12-27 12:50:42','','','','5','Cash',5.52,'10','','','8','','1','2022-12-27 09:51:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'4','4729.00','4725','Inclusive','branch','Inventory','','','','',''),('816721346626327666',1747,'81672134642','147','1.00','20','retail','0','2022-12-27 12:50:52','','','','12','Cash',2.76,'20','','','8','','1','2022-12-27 09:51:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','78.00','77','Inclusive','branch','Inventory','1110','4000','5500','',''),('816721346737320022',1748,'81672134642','124','1.00','30','retail','0','2022-12-27 12:51:03','','','','20','Cash',4.14,'30','','','8','','1','2022-12-27 09:51:15','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816721369246232223',1749,'81672136915','59','2.00','440','retail','0','2022-12-27 13:28:35','','','','168','Cash',60.69,'220','','','8','','1','2022-12-27 10:29:16','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','33.00','31','Inclusive','branch','.','','','','',''),('816721369353223223',1750,'81672136915','143','1.00','22.5','retail','0','2022-12-27 13:28:55','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-27 10:29:16','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','114.00','113','Inclusive','branch','Inventory','1110','4000','5500','',''),('916721691313339222',1751,'91672169088','10','1.00','550','retail','0','2022-12-27 22:25:16','','','','400','Cash',75.86,'550','','','9','','1','2022-12-27 19:25:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',474.14,'1','5.00','4','Inclusive','branch','.','','','','',''),('916721692007229336',1752,'91672169140','129','51.00','510','retail','0','2022-12-27 22:25:40','','','','5','Cash',70.34,'10','','','9','','1','2022-12-27 19:26:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'51','4725.00','4674','Inclusive','branch','Inventory','','','','',''),('816721692412030222',1753,'81672169220','46','2.00','800','retail','0','2022-12-27 22:27:00','','','','301','Cash',110.34,'400','','','8','','1','2022-12-27 19:28:17','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'2','5.00','3','Inclusive','branch','.','','','','',''),('816721692592329374',1754,'81672169220','59','1.00','220','retail','0','2022-12-27 22:27:21','','','','168','Cash',30.34,'220','','','8','','1','2022-12-27 19:28:17','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','31.00','30','Inclusive','branch','.','','','','',''),('816721692942032201',1755,'81672169220','4','1.00','450','retail','0','2022-12-27 22:27:55','','','','320','Cash',62.07,'450','','','8','','1','2022-12-27 19:28:17','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',387.93,'1','13.00','12','Inclusive','branch','.','','','','',''),('816721693153723202',1756,'81672169306','90','1.00','650','retail','0','2022-12-27 22:28:26','','','','455','Cash',89.66,'650','','','8','','1','2022-12-27 19:28:48','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',560.34,'1','3.00','2','Inclusive','branch','.','','','','',''),('816721693536932275',1757,'81672169343','134','1.00','60','retail','0','2022-12-27 22:29:03','','','','41','Cash',8.28,'60','','','8','','1','2022-12-27 19:31:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','46.00','45','Inclusive','branch','.','','','','',''),('816721693640232303',1758,'81672169343','130','1.00','100','retail','0','2022-12-27 22:29:14','','','','48','Cash',13.79,'100','','','8','','1','2022-12-27 19:31:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','11.00','10','Inclusive','branch','.','','','','',''),('816721694449322033',1759,'81672169343','132','4.00','200','retail','0','2022-12-27 22:29:24','','','','24','Cash',27.59,'50','','','8','','1','2022-12-27 19:31:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','31.00','27','Inclusive','branch','.','','','','',''),('816721694522013392',1760,'81672169343','133','1.00','80','retail','0','2022-12-27 22:30:44','','','','41','Cash',11.03,'80','','','8','','1','2022-12-27 19:31:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','3.00','2','Inclusive','branch','.','','','','',''),('816721694866622332',1761,'81672169343','132','1.00','50','retail','0','2022-12-27 22:30:52','','','','24','Cash',6.90,'50','','','8','','1','2022-12-27 19:31:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','27.00','26','Inclusive','branch','.','','','','',''),('816721694943622423',1762,'81672169343','133','1.00','80','retail','0','2022-12-27 22:31:27','','','','41','Cash',11.03,'80','','','8','','1','2022-12-27 19:31:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','2.00','1','Inclusive','branch','.','','','','',''),('816721695123203601',1763,'81672169505','150','1.00','38.8','retail','0','2022-12-27 22:31:46','','','','20','Cash',5.35,'38.8','','','8','','1','2022-12-27 19:32:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',33.45,'1','97.00','96','Inclusive','branch','Inventory','1110','4000','5500','',''),('816721695193031302',1764,'81672169505','143','1.00','22.5','retail','0','2022-12-27 22:31:52','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-27 19:32:01','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','113.00','112','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722034580253633',1765,'81672203433','124','1.00','30','retail','0','2022-12-28 07:57:13','','','','20','Cash',4.14,'30','','','8','','1','2022-12-28 04:57:59','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722034754707332',1766,'81672203433','129','3.00','30','retail','0','2022-12-28 07:57:39','','','','5','Cash',4.14,'10','','','8','','1','2022-12-28 04:57:59','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4674.00','4671','Inclusive','branch','Inventory','','','','',''),('816722048902220032',1767,'81672204881','129','2.00','20','retail','0','2022-12-28 08:21:21','','','','5','Cash',2.76,'10','','','8','','1','2022-12-28 05:21:32','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4671.00','4669','Inclusive','branch','Inventory','','','','',''),('816722131033203232',1768,'81672213083','129','2.00','20','retail','0','2022-12-28 10:38:03','','','','5','Cash',2.76,'10','','','8','','1','2022-12-28 07:38:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4669.00','4667','Inclusive','branch','Inventory','','','','',''),('816722131218623822',1769,'81672213083','124','1.00','30','retail','0','2022-12-28 10:38:24','','','','20','Cash',4.14,'30','','','8','','1','2022-12-28 07:38:44','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722131482336703',1770,'81672213137','129','2.00','20','retail','0','2022-12-28 10:38:57','','','','5','Cash',2.76,'10','','','8','','1','2022-12-28 07:39:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4667.00','4665','Inclusive','branch','Inventory','','','','',''),('816722131562533623',1771,'81672213137','124','1.00','30','retail','0','2022-12-28 10:39:08','','','','20','Cash',4.14,'30','','','8','','1','2022-12-28 07:39:18','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722436014200323',1772,'81672243600','133','1.00','80','retail','0','2022-12-28 19:06:40','','','','41','Cash',11.03,'80','','','8','','1','2022-12-28 16:06:48','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','1.00','0','Inclusive','branch','.','','','','',''),('816722583310402223',1773,'81672258306','129','86.00','860','retail','0','2022-12-28 23:11:46','','','','5','Cash',118.62,'10','','','8','','1','2022-12-28 20:12:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'86','4665.00','4579','Inclusive','branch','Inventory','','','','',''),('816722583761332230',1774,'81672258352','132','1.00','50','retail','0','2022-12-28 23:12:45','','','','24','Cash',6.90,'50','','','8','','1','2022-12-28 20:13:02','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','26.00','25','Inclusive','branch','.','','','','',''),('816722583968372363',1775,'81672258388','130','1.00','100','retail','0','2022-12-28 23:13:08','','','','48','Cash',13.79,'100','','','8','','1','2022-12-28 20:13:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','10.00','9','Inclusive','branch','.','','','','',''),('816722584131038383',1776,'81672258405','132','1.00','50','retail','0','2022-12-28 23:13:25','','','','24','Cash',6.90,'50','','','8','','1','2022-12-28 20:13:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','25.00','24','Inclusive','branch','.','','','','',''),('816722584420240074',1777,'81672258434','139','5.00','150','retail','0','2022-12-28 23:13:55','','','','20','Cash',20.69,'30','','','8','','1','2022-12-28 20:14:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'5','13.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722584622400300',1778,'81672258454','143','2.00','45','retail','0','2022-12-28 23:14:14','','','','15','Cash',6.21,'22.5','','','8','','1','2022-12-28 20:14:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'2','112.00','110','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722584727732820',1779,'81672258454','150','2.00','77.6','retail','0','2022-12-28 23:14:22','','','','20','Cash',10.70,'38.8','','','8','','1','2022-12-28 20:14:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',33.45,'2','96.00','94','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722584903209222',1780,'81672258483','124','2.00','60','retail','0','2022-12-28 23:14:43','','','','20','Cash',8.28,'30','','','8','','1','2022-12-28 20:14:52','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','109.00','107','Inclusive','branch','.','','','','',''),('816722585220305032',1781,'81672258500','10','1.00','550','retail','0','2022-12-28 23:15:00','','','','400','Cash',75.86,'550','','','8','','1','2022-12-28 20:16:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',474.14,'1','4.00','3','Inclusive','branch','.','','','','',''),('816722585318810242',1782,'81672258500','59','1.00','220','retail','0','2022-12-28 23:15:22','','','','168','Cash',30.34,'220','','','8','','1','2022-12-28 20:16:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','30.00','29','Inclusive','branch','.','','','','',''),('816722585644234822',1783,'81672258500','58','1.00','220','retail','0','2022-12-28 23:15:48','','','','172','Cash',30.34,'220','','','8','','1','2022-12-28 20:16:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','12.00','11','Inclusive','branch','.','','','','',''),('816722585863230182',1784,'81672258500','61','2.00','440','retail','0','2022-12-28 23:16:05','','','','168','Cash',60.69,'220','','','8','','1','2022-12-28 20:16:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','14.00','12','Inclusive','branch','.','','','','',''),('816722585960004323',1785,'81672258500','27','1.00','250','retail','0','2022-12-28 23:16:26','','','','197','Cash',34.48,'250','','','8','','1','2022-12-28 20:16:46','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','1.00','0','Inclusive','branch','.','','','','',''),('816722905132563313',1786,'81672290497','129','1.00','10','retail','0','2022-12-29 08:08:17','','','','5','Cash',1.38,'10','','','8','','1','2022-12-29 05:08:36','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','4579.00','4578','Inclusive','branch','Inventory','','','','',''),('816722905424502332',1787,'81672290530','124','1.00','30','retail','0','2022-12-29 08:08:50','','','','20','Cash',4.14,'30','','','8','','1','2022-12-29 05:09:15','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722905500020352',1788,'81672290530','139','1.00','30','retail','0','2022-12-29 08:09:02','','','','20','Cash',4.14,'30','','','8','','1','2022-12-29 05:09:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722925932342325',1789,'81672292583','129','3.00','30','retail','0','2022-12-29 08:43:03','','','','5','Cash',4.14,'10','','','8','','1','2022-12-29 05:43:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4578.00','4575','Inclusive','branch','Inventory','','','','',''),('816722926022309330',1790,'81672292583','124','1.00','30','retail','0','2022-12-29 08:43:14','','','','20','Cash',4.14,'30','','','8','','1','2022-12-29 05:43:34','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722926112223931',1791,'81672292583','124','1.00','30','retail','0','2022-12-29 08:43:22','','','','20','Cash',4.14,'30','','','8','','1','2022-12-29 05:43:34','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722927392920202',1792,'81672292731','139','2.00','60','retail','0','2022-12-29 08:45:31','','','','20','Cash',8.28,'30','','','8','','1','2022-12-29 05:46:06','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'2','7.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722927552513203',1793,'81672292731','124','1.00','30','retail','0','2022-12-29 08:45:40','','','','20','Cash',4.14,'30','','','8','','1','2022-12-29 05:46:06','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722938732228333',1794,'81672293857','129','6.00','60','retail','0','2022-12-29 09:04:17','','','','5','Cash',8.28,'10','','','8','','1','2022-12-29 06:04:35','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'6','4575.00','4569','Inclusive','branch','Inventory','','','','',''),('816722939012200692',1795,'81672293885','125','1.00','100','retail','0','2022-12-29 09:04:45','','','','50','Cash',13.79,'100','','','8','','1','2022-12-29 06:05:04','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','44.00','43','Inclusive','branch','.','','','','',''),('816722940982022263',1796,'81672294088','124','1.00','30','retail','0','2022-12-29 09:08:08','','','','20','Cash',4.14,'30','','','8','','1','2022-12-29 06:08:21','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816722974011021020',1797,'81672297390','139','4.00','120','retail','0','2022-12-29 10:03:10','','','','20','Cash',16.55,'30','','','8','','1','2022-12-29 07:03:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'4','5.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722974136600242',1798,'81672297390','147','1.00','20','retail','0','2022-12-29 10:03:21','','','','12','Cash',2.76,'20','','','8','','1','2022-12-29 07:03:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','77.00','76','Inclusive','branch','Inventory','1110','4000','5500','',''),('816722974210330231',1799,'81672297390','124','1.00','30','retail','0','2022-12-29 10:03:33','','','','20','Cash',4.14,'30','','','8','','1','2022-12-29 07:03:45','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816723201872221823',1800,'81672320085','131','2.00','100','retail','0','2022-12-29 16:22:50','','','','23','Cash',13.79,'50','','','8','','1','2022-12-29 13:23:11','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','3.00','1','Inclusive','branch','.','','','','',''),('616723349802223490',1801,'61672334970','138','1.00','299','retail','0','2022-12-29 20:29:40','COLD','','','230','Cash',41.24,'299','','','6','','1','2022-12-29 17:29:42','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',257.76,'1','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('816723440111034322',1802,'81672343940','135','1.00','60','retail','0','2022-12-29 23:00:00','','','','41','Cash',8.28,'60','','','8','','1','2022-12-29 20:00:13','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','33.00','32','Inclusive','branch','.','','','','',''),('816723440867323830',1803,'81672344030','129','65.00','650','retail','0','2022-12-29 23:00:51','','','','5','Cash',89.66,'10','','','8','','1','2022-12-29 20:02:05','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'65','4569.00','4504','Inclusive','branch','Inventory','','','','',''),('816723441493003207',1804,'81672344133','129','5.00','50','retail','0','2022-12-29 23:02:13','','','','5','Cash',6.90,'10','','','8','','1','2022-12-29 20:02:31','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4504.00','4499','Inclusive','branch','Inventory','','','','',''),('816723441672820223',1805,'81672344158','129','5.00','50','retail','0','2022-12-29 23:02:38','','','','5','Cash',6.90,'10','','','8','','1','2022-12-29 20:02:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4499.00','4494','Inclusive','branch','Inventory','','','','',''),('816723441920823223',1806,'81672344182','124','4.00','120','retail','0','2022-12-29 23:03:02','','','','20','Cash',16.55,'30','','','8','','1','2022-12-29 20:03:15','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'4','109.00','105','Inclusive','branch','.','','','','',''),('916723442229632300',1807,'91672344206','23','1.00','800','retail','0','2022-12-29 23:03:32','','','','645','Cash',110.34,'800','','','9','','1','2022-12-29 20:04:16','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','3.00','2','Inclusive','branch','.','','','','',''),('916723442480220214',1808,'91672344206','3','1.00','800','retail','0','2022-12-29 23:03:43','','','','624','Cash',110.34,'800','','','9','','1','2022-12-29 20:04:16','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','2.00','1','Inclusive','branch','.','','','','',''),('816723442712032282',1809,'81672344263','62','1.00','220','retail','0','2022-12-29 23:04:23','','','','172','Cash',30.34,'220','','','8','','1','2022-12-29 20:05:00','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','21.00','20','Inclusive','branch','.','','','','',''),('816723442877223222',1810,'81672344263','59','3.00','660','retail','0','2022-12-29 23:04:31','','','','168','Cash',91.03,'220','','','8','','1','2022-12-29 20:05:00','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','29.00','26','Inclusive','branch','.','','','','',''),('816723442963200447',1811,'81672344263','56','1.00','220','retail','0','2022-12-29 23:04:47','','','','160.24','Cash',30.34,'220','','','8','','1','2022-12-29 20:05:00','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','13.00','12','Inclusive','branch','.','','','','',''),('816724259452723228',1812,'81672425906','61','1.00','220','retail','0','2022-12-30 21:45:06','','','','168','Cash',30.34,'220','','','8','','1','2022-12-30 18:47:38','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','12.00','11','Inclusive','branch','.','','','','',''),('816724260164073802',1813,'81672425906','58','1.00','220','retail','0','2022-12-30 21:46:07','','','','172','Cash',30.34,'220','','','8','','1','2022-12-30 18:47:38','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','11.00','10','Inclusive','branch','.','','','','',''),('816724260464042600',1814,'81672425906','10','1.00','550','retail','0','2022-12-30 21:46:56','','','','400','Cash',75.86,'550','','','8','','1','2022-12-30 18:47:38','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',474.14,'1','3.00','2','Inclusive','branch','.','','','','',''),('816724261677212033',1815,'81672426078','59','1.00','220','retail','0','2022-12-30 21:47:58','','','','168','Cash',30.34,'220','','','8','','1','2022-12-30 18:51:25','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','26.00','25','Inclusive','branch','.','','','','',''),('816724261872832403',1816,'81672426078','94','1.00','250','retail','0','2022-12-30 21:49:28','','','','188','Cash',34.48,'250','','','8','','1','2022-12-30 18:51:25','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','.','','','','',''),('816724263212323037',1817,'81672426293','10','1.00','550','retail','0','2022-12-30 21:51:33','','','','400','Cash',75.86,'550','','','8','','1','2022-12-30 18:52:04','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',474.14,'1','2.00','1','Inclusive','branch','.','','','','',''),('816724263554023635',1818,'81672426341','147','1.00','20','retail','0','2022-12-30 21:52:21','','','','12','Cash',2.76,'20','','','8','','1','2022-12-30 18:52:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','76.00','75','Inclusive','branch','Inventory','1110','4000','5500','',''),('816724267949922494',1819,'81672426394','129','84.00','840','retail','0','2022-12-30 21:53:14','','','','5','Cash',115.86,'10','','','8','','1','2022-12-30 18:59:58','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'84','4494.00','4410','Inclusive','branch','Inventory','','','','',''),('816724268233386200',1820,'81672426811','129','5.00','50','retail','0','2022-12-30 22:00:11','','','','5','Cash',6.90,'10','','','8','','1','2022-12-30 19:00:25','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'5','4410.00','4405','Inclusive','branch','Inventory','','','','',''),('816724268462802432',1821,'81672426845','132','1.00','50','retail','0','2022-12-30 22:00:45','','','','24','Cash',6.90,'50','','','8','','1','2022-12-30 19:01:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','24.00','23','Inclusive','branch','.','','','','',''),('816724268542025405',1822,'81672426845','132','1.00','50','retail','0','2022-12-30 22:00:53','','','','24','Cash',6.90,'50','','','8','','1','2022-12-30 19:01:00','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','23.00','22','Inclusive','branch','.','','','','',''),('816724269122100033',1823,'81672426880','143','1.00','22.5','retail','0','2022-12-30 22:01:20','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-30 19:02:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','110.00','109','Inclusive','branch','Inventory','1110','4000','5500','',''),('816724269253729210',1824,'81672426880','150','1.00','38.8','retail','0','2022-12-30 22:01:53','','','','20','Cash',5.35,'38.8','','','8','','1','2022-12-30 19:02:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',33.45,'1','94.00','93','Inclusive','branch','Inventory','1110','4000','5500','',''),('816724269474318332',1825,'81672426880','143','1.00','22.5','retail','0','2022-12-30 22:02:05','','','','15','Cash',3.10,'22.5','','','8','','1','2022-12-30 19:02:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',19.40,'1','109.00','108','Inclusive','branch','Inventory','1110','4000','5500','',''),('816724269663163469',1826,'81672426880','150','1.00','38.8','retail','0','2022-12-30 22:02:27','','','','20','Cash',5.35,'38.8','','','8','','1','2022-12-30 19:02:49','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',33.45,'1','93.00','92','Inclusive','branch','Inventory','1110','4000','5500','',''),('616724287043326744',1827,'61672428660','9','1.00','750','retail','0','2022-12-30 22:31:44','COLD','','','560','Cash',103.45,'750','','','6','','1','2022-12-30 19:31:47','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','3.00','2','Inclusive','branch','.','','','','',''),('816724610632323230',1828,'81672461040','124','2.00','60','retail','0','2022-12-31 07:30:40','','','','20','Cash',8.28,'30','','','8','','1','2022-12-31 04:31:50','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','109.00','107','Inclusive','branch','.','','','','',''),('816724610991063492',1829,'81672461040','139','1.00','30','retail','0','2022-12-31 07:31:15','','','','20','Cash',4.14,'30','','','8','','1','2022-12-31 04:31:50','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',25.86,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('816724657102205337',1830,'81672465693','124','1.00','30','retail','0','2022-12-31 08:48:13','','','','20','Cash',4.14,'30','','','8','','1','2022-12-31 05:48:41','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816724657190942523',1831,'81672465693','129','2.00','20','retail','0','2022-12-31 08:48:30','','','','5','Cash',2.76,'10','','','8','','1','2022-12-31 05:48:41','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4405.00','4403','Inclusive','branch','Inventory','','','','',''),('816724657623227273',1832,'81672465753','129','2.00','20','retail','0','2022-12-31 08:49:13','','','','5','Cash',2.76,'10','','','8','','1','2022-12-31 05:49:34','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4403.00','4401','Inclusive','branch','Inventory','','','','',''),('816724657720300233',1833,'81672465753','124','1.00','30','retail','0','2022-12-31 08:49:22','','','','20','Cash',4.14,'30','','','8','','1','2022-12-31 05:49:34','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816724683260031320',1834,'81672468317','124','2.00','60','retail','0','2022-12-31 09:31:57','','','','20','Cash',8.28,'30','','','8','','1','2022-12-31 06:32:19','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'2','109.00','107','Inclusive','branch','.','','','','',''),('816724683372074130',1835,'81672468317','129','1.00','10','retail','0','2022-12-31 09:32:06','','','','5','Cash',1.38,'10','','','8','','1','2022-12-31 06:32:19','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'1','4401.00','4400','Inclusive','branch','Inventory','','','','',''),('816724748948220279',1836,'81672474887','124','1.00','30','retail','0','2022-12-31 11:21:27','','','','20','Cash',4.14,'30','','','8','','1','2022-12-31 08:21:43','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816724749012302470',1837,'81672474887','129','2.00','20','retail','0','2022-12-31 11:21:35','','','','5','Cash',2.76,'10','','','8','','1','2022-12-31 08:21:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4400.00','4398','Inclusive','branch','Inventory','','','','',''),('816724755240453204',1838,'81672475516','129','2.00','20','retail','0','2022-12-31 11:31:56','','','','5','Cash',2.76,'10','','','8','','1','2022-12-31 08:32:14','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'2','4398.00','4396','Inclusive','branch','Inventory','','','','',''),('816724755322347307',1839,'81672475516','124','1.00','30','retail','0','2022-12-31 11:32:05','','','','20','Cash',4.14,'30','','','8','','1','2022-12-31 08:32:14','2','16','new','3','new','ltr','','','','yes','','0','','','VATABLE',25.86,'1','109.00','108','Inclusive','branch','.','','','','',''),('816724756083122032',1840,'81672475577','129','3.00','30','retail','0','2022-12-31 11:33:13','','','','5','Cash',4.14,'10','','','8','','1','2022-12-31 08:33:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',8.62,'3','4396.00','4393','Inclusive','branch','Inventory','','','','',''),('816724756220202332',1841,'81672475577','147','1.00','20','retail','0','2022-12-31 11:33:28','','','','12','Cash',2.76,'20','','','8','','1','2022-12-31 08:33:45','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',17.24,'1','75.00','74','Inclusive','branch','Inventory','1110','4000','5500','',''),('116730662892410122',1842,'11673066278','94','1.00','250','retail','0','2023-01-07 07:45:36','','','','188','Cash',34.48,'250','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','6.00','5','Inclusive','branch','.','','','','',''),('116730663034602003',1843,'11673066278','72','1.00','220','retail','0','2023-01-07 07:45:36','','','','173','Cash',30.34,'220','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','2.00','1','Inclusive','branch','.','','','','',''),('116730663141223130',1844,'11673066278','94','1.00','250','retail','0','2023-01-07 07:45:36','','','','188','Cash',34.48,'250','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','5.00','4','Inclusive','branch','.','','','','',''),('116730663296276233',1845,'11673066278','148','1.00','301.5','retail','0','2023-01-07 07:45:36','','','','201','Cash',41.59,'301.5','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('116730663442242360',1846,'11673066278','57','2.00','440','retail','0','2023-01-07 07:45:36','','','','186.68','Cash',60.69,'220','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','54.00','52','Inclusive','branch','.','','','','',''),('116730663643640322',1847,'11673066278','57','1.00','220','retail','0','2023-01-07 07:45:36','','','','186.68','Cash',30.34,'220','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','52.00','51','Inclusive','branch','.','','','','',''),('116730663733000333',1848,'11673066278','74','1.00','220','retail','0','2023-01-07 07:45:36','','','','158.25','Cash',30.34,'220','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','4.00','3','Inclusive','branch','.','','','','',''),('116730664146032011',1849,'11673066278','69','1.00','250','retail','0','2023-01-07 07:45:36','','','','180','Cash',34.48,'250','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','9.00','8','Inclusive','branch','.','','','','',''),('116730664260443633',1850,'11673066278','9','1.00','750','retail','0','2023-01-07 07:45:36','','','','560','Cash',103.45,'750','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','8.00','7','Inclusive','branch','.','','','','',''),('116730664432340233',1851,'11673066278','60','1.00','220','retail','0','2023-01-07 07:45:36','','','','168','Cash',30.34,'220','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','82.00','81','Inclusive','branch','.','','','','',''),('116730664601334220',1852,'11673066278','69','1.00','250','retail','0','2023-01-07 07:45:36','','','','180','Cash',34.48,'250','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','8.00','7','Inclusive','branch','.','','','','',''),('116730664808612333',1853,'11673066278','68','1.00','250','retail','0','2023-01-07 07:45:36','','','','210','Cash',34.48,'250','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','12.00','11','Inclusive','branch','.','','','','',''),('116730664902340232',1854,'11673066278','9','1.00','750','retail','0','2023-01-07 07:45:36','','','','560','Cash',103.45,'750','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','7.00','6','Inclusive','branch','.','','','','',''),('116730665032120302',1855,'11673066278','94','1.00','250','retail','0','2023-01-07 07:45:36','','','','188','Cash',34.48,'250','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('116730665156001646',1856,'11673066278','8','1.00','1500','retail','0','2023-01-07 07:45:36','','','','1160','Cash',206.90,'1500','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','3.00','2','Inclusive','branch','.','','','','',''),('116730665761106132',1857,'11673066278','148','1.00','301.5','retail','0','2023-01-07 07:45:36','','','','201','Cash',41.59,'301.5','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('116730665983362373',1858,'11673066278','57','2.00','440','retail','0','2023-01-07 07:45:36','','','','186.68','Cash',60.69,'220','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','51.00','49','Inclusive','branch','.','','','','',''),('116730666092232233',1859,'11673066278','94','1.00','250','retail','0','2023-01-07 07:45:36','','','','188','Cash',34.48,'250','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','3.00','2','Inclusive','branch','.','','','','',''),('116730666663610001',1860,'11673066278','48','1.00','400','retail','0','2023-01-07 07:45:36','','','','305','Cash',55.17,'400','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'1','5.00','4','Inclusive','branch','.','','','','',''),('116730667353326270',1861,'11673066278','148','1.00','301.5','retail','0','2023-01-07 07:45:36','','','','201','Cash',41.59,'301.5','','','1','','1','2023-01-07 04:47:36','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('116731555825201502',1862,'11673155304','130','2.00','200','retail','0','2023-01-08 10:56:52','','','','48','Cash',27.59,'100','','','1','','1','2023-01-08 07:57:33','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','9.00','7','Inclusive','branch','.','','','','',''),('116731555925403232',1863,'11673155304','74','7.00','1540','retail','0','2023-01-08 10:56:52','','','','158.25','Cash',212.41,'220','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1327.59,'','12.00','5','Inclusive','branch','.','','','','',''),('116731641500403236',1864,'11673155304','61','1.00','220','retail','0','2023-01-08 10:56:52','','','','168','Cash',30.34,'220','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'','11.00','10','Inclusive','branch','.','','','','',''),('116731641886316030',1865,'11673155304','58','5.00','1100','retail','0','2023-01-08 10:56:52','','','','172','Cash',151.72,'220','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'5','82.00','77','Inclusive','branch','.','','','','',''),('116731642132230324',1866,'11673155304','17','2.00','3600','retail','0','2023-01-08 10:56:52','','','','1309','Cash',496.55,'1800','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1551.72,'2','4.00','2','Inclusive','branch','.','','','','',''),('116731642540331360',1867,'11673155304','69','4.00','1000','retail','0','2023-01-08 10:56:52','','','','180','Cash',137.93,'250','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',862.07,'','7.00','3','Inclusive','branch','.','','','','',''),('116731642831330212',1868,'11673155304','27','1.00','250','retail','0','2023-01-08 10:56:52','','','','197','Cash',34.48,'250','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','4.00','3','Inclusive','branch','.','','','','',''),('116731643032321120',1869,'11673155304','57','3.00','660','retail','0','2023-01-08 10:56:52','','','','186.68','Cash',91.03,'220','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','49.00','46','Inclusive','branch','.','','','','',''),('116731643660310060',1870,'11673155304','87','1.00','800','retail','0','2023-01-08 10:56:52','','','','525','Cash',110.34,'800','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',689.66,'1','4.00','3','Inclusive','branch','.','','','','',''),('116731644013003231',1871,'11673155304','84','1.00','1000','retail','0','2023-01-08 10:56:52','','','','800','Cash',137.93,'1000','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','2.00','1','Inclusive','branch','.','','','','',''),('116731644131330146',1872,'11673155304','94','1.00','250','retail','0','2023-01-08 10:56:52','','','','188','Cash',34.48,'250','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','12.00','11','Inclusive','branch','.','','','','',''),('116731644240032142',1873,'11673155304','6','1.00','750','retail','0','2023-01-08 10:56:52','','','','542','Cash',103.45,'750','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','6.00','5','Inclusive','branch','.','','','','',''),('116731644352330000',1874,'11673155304','60','1.00','220','retail','0','2023-01-08 10:56:52','','','','168','Cash',30.34,'220','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','81.00','80','Inclusive','branch','.','','','','',''),('116731644784072244',1875,'11673155304','66','3.00','750','retail','0','2023-01-08 10:56:52','','','','210','Cash',103.45,'250','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'','5.00','2','Inclusive','branch','.','','','','',''),('116731644952031333',1876,'11673155304','68','2.00','500','retail','0','2023-01-08 10:56:52','','','','210','Cash',68.97,'250','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',431.03,'','11.00','9','Inclusive','branch','.','','','','',''),('116731645583452522',1877,'11673155304','7','1.00','250','retail','0','2023-01-08 10:56:52','','','','192','Cash',34.48,'250','','','1','','1','2023-01-08 07:57:33','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','13.00','12','Inclusive','branch','.','','','','',''),('116736221873262234',1878,'11673622172','94','1.00','250','retail','0','2023-01-13 18:13:18','','','','188','Cash',34.48,'250','','','1','','1','2023-01-13 15:13:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','11.00','10','Inclusive','branch','.','','','','',''),('116736221992619012',1879,'11673622172','84','1.00','1000','retail','0','2023-01-13 18:13:18','','','','800','Cash',137.93,'1000','','','1','','1','2023-01-13 15:13:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','1.00','0','Inclusive','branch','.','','','','',''),('116736222116213347',1880,'11673622172','60','1.00','220','retail','0','2023-01-13 18:13:18','','','','168','Cash',30.34,'220','','','1','','1','2023-01-13 15:13:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','80.00','79','Inclusive','branch','.','','','','',''),('116736222240203004',1881,'11673622172','57','1.00','220','retail','0','2023-01-13 18:13:18','','','','186.68','Cash',30.34,'220','','','1','','1','2023-01-13 15:13:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','46.00','45','Inclusive','branch','.','','','','',''),('116736222632023216',1882,'11673622172','91','2.00','700','retail','0','2023-01-13 18:13:18','','','','300','Cash',96.55,'350','','','1','','1','2023-01-13 15:13:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',603.45,'','5.00','3','Inclusive','branch','.','','','','',''),('116736227973713227',1883,'11673622172','151','1.00','249.55','retail','0','2023-01-13 18:13:18','','','','217','Cash',34.42,'249.55','','','1','','1','2023-01-13 15:13:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.13,'1','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','',''),('116736228284232212',1884,'11673622815','132','1.00','50','retail','0','2023-01-13 18:14:07','','','','24','Cash',6.90,'50','','','1','','1','2023-01-13 15:14:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','159.00','158','Inclusive','branch','.','','','','',''),('116736228372202223',1885,'11673622815','133','1.00','80','retail','0','2023-01-13 18:14:07','','','','41','Cash',11.03,'80','','','1','','1','2023-01-13 15:14:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','48.00','47','Inclusive','branch','.','','','','',''),('116736228464630261',1886,'11673622815','134','1.00','60','retail','0','2023-01-13 18:14:07','','','','41','Cash',8.28,'60','','','1','','1','2023-01-13 15:14:18','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','57.00','56','Inclusive','branch','.','','','','',''),('116736228922422203',1887,'11673622859','9','1.00','750','retail','0','2023-01-13 18:18:53','','','','560','Cash',103.45,'750','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',646.55,'1','6.00','5','Inclusive','branch','.','','','','',''),('116736229066362621',1888,'11673622859','61','1.00','220','retail','0','2023-01-13 18:18:53','','','','168','Cash',30.34,'220','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','10.00','9','Inclusive','branch','.','','','','',''),('116736230372363033',1889,'11673622859','84','1.00','1000','retail','0','2023-01-13 18:18:53','','','','800','Cash',137.93,'1000','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',862.07,'1','4.00','3','Inclusive','branch','.','','','','',''),('116736230523626320',1890,'11673622859','7','1.00','250','retail','0','2023-01-13 18:18:53','','','','192','Cash',34.48,'250','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','12.00','11','Inclusive','branch','.','','','','',''),('116736230711303331',1891,'11673622859','91','1.00','350','retail','0','2023-01-13 18:18:53','','','','300','Cash',48.28,'350','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','3.00','2','Inclusive','branch','.','','','','',''),('116736230851727133',1892,'11673622859','72','1.00','220','retail','0','2023-01-13 18:18:53','','','','173','Cash',30.34,'220','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','9.00','8','Inclusive','branch','.','','','','',''),('116736231056032043',1893,'11673622859','48','2.00','800','retail','0','2023-01-13 18:18:53','','','','305','Cash',110.34,'400','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',344.83,'2','4.00','2','Inclusive','branch','.','','','','',''),('116736231202630234',1894,'11673622859','57','2.00','440','retail','0','2023-01-13 18:18:53','','','','186.68','Cash',60.69,'220','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','45.00','43','Inclusive','branch','.','','','','',''),('116736231322313031',1895,'11673622859','73','2.00','300','retail','0','2023-01-13 18:18:53','','','','110','Cash',41.38,'150','','','1','','1','2023-01-13 15:19:34','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',129.31,'2','5.00','3','Inclusive','branch','.','','','','',''),('116736232063333734',1896,'11673623179','132','3.00','150','retail','0','2023-01-13 18:20:30','','','','24','Cash',20.69,'50','','','1','','1','2023-01-13 15:20:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','158.00','155','Inclusive','branch','.','','','','',''),('116736232181223113',1897,'11673623179','133','2.00','160','retail','0','2023-01-13 18:20:30','','','','41','Cash',22.07,'80','','','1','','1','2023-01-13 15:20:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'2','47.00','45','Inclusive','branch','.','','','','',''),('116736232292222232',1898,'11673623179','130','1.00','100','retail','0','2023-01-13 18:20:30','','','','48','Cash',13.79,'100','','','1','','1','2023-01-13 15:20:46','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','7.00','6','Inclusive','branch','.','','','','',''),('116736233403030421',1899,'11673623246','7','2.00','500','retail','0','2023-01-13 18:24:00','','','','192','Cash',68.97,'250','','','1','','1','2023-01-13 15:25:32','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','11.00','9','Inclusive','branch','.','','','','',''),('116736233947013322',1900,'11673623246','91','1.00','350','retail','0','2023-01-13 18:24:00','','','','300','Cash',48.28,'350','','','1','','1','2023-01-13 15:25:32','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','2.00','1','Inclusive','branch','.','','','','',''),('116736234053323363',1901,'11673623246','148','1.00','301.5','retail','0','2023-01-13 18:24:00','','','','201','Cash',41.59,'301.5','','','1','','1','2023-01-13 15:25:32','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',259.91,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('116736234273432103',1902,'11673623246','57','2.00','440','retail','0','2023-01-13 18:24:00','','','','186.68','Cash',60.69,'220','','','1','','1','2023-01-13 15:25:32','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','43.00','41','Inclusive','branch','.','','','','',''),('116736234400334324',1903,'11673623246','94','1.00','250','retail','0','2023-01-13 18:24:00','','','','188','Cash',34.48,'250','','','1','','1','2023-01-13 15:25:32','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','10.00','9','Inclusive','branch','.','','','','',''),('116736235432723421',1904,'11673623533','132','2.00','100','retail','0','2023-01-13 18:27:19','','','','24','Cash',13.79,'50','','','1','','1','2023-01-13 15:27:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'','155.00','153','Inclusive','branch','.','','','','',''),('116736235673361233',1905,'11673623533','133','2.00','160','retail','0','2023-01-13 18:27:19','','','','41','Cash',22.07,'80','','','1','','1','2023-01-13 15:27:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'2','45.00','43','Inclusive','branch','.','','','','',''),('116736235836203123',1906,'11673623533','130','2.00','200','retail','0','2023-01-13 18:27:19','','','','48','Cash',27.59,'100','','','1','','1','2023-01-13 15:27:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'2','6.00','4','Inclusive','branch','.','','','','',''),('116736236091643026',1907,'11673623533','130','1.00','100','retail','0','2023-01-13 18:27:19','','','','48','Cash',13.79,'100','','','1','','1','2023-01-13 15:27:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','4.00','3','Inclusive','branch','.','','','','',''),('116736236272034004',1908,'11673623533','136','1.00','100','retail','0','2023-01-13 18:27:19','','','','48','Cash',13.79,'100','','','1','','1','2023-01-13 15:27:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',86.21,'1','40.00','39','Inclusive','branch','.','','','','',''),('116736236383310343',1909,'11673623533','135','1.00','60','retail','0','2023-01-13 18:27:19','','','','41','Cash',8.28,'60','','','1','','1','2023-01-13 15:27:29','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',51.72,'1','44.00','43','Inclusive','branch','.','','','','',''),('116736237016012323',1910,'11673623649','132','3.00','150','retail','0','2023-01-13 18:30:56','','','','24','Cash',20.69,'50','','','1','','1','2023-01-13 15:31:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'3','153.00','150','Inclusive','branch','.','','','','',''),('116736237203621704',1911,'11673623649','59','1.00','220','retail','0','2023-01-13 18:30:56','','','','168','Cash',30.34,'220','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','7.00','6','Inclusive','branch','.','','','','',''),('116736237323033602',1912,'11673623649','133','1.00','80','retail','0','2023-01-13 18:30:56','','','','41','Cash',11.03,'80','','','1','','1','2023-01-13 15:31:15','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'1','43.00','42','Inclusive','branch','.','','','','',''),('116736237471741233',1913,'11673623649','8','1.00','1500','retail','0','2023-01-13 18:30:56','','','','1160','Cash',206.90,'1500','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',1293.10,'1','3.00','2','Inclusive','branch','.','','','','',''),('116736237572222523',1914,'11673623649','66','2.00','500','retail','0','2023-01-13 18:30:56','','','','210','Cash',68.97,'250','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',431.03,'','5.00','3','Inclusive','branch','.','','','','',''),('116736237747222223',1915,'11673623649','59','1.00','220','retail','0','2023-01-13 18:30:56','','','','168','Cash',30.34,'220','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','6.00','5','Inclusive','branch','.','','','','',''),('116736237862423330',1916,'11673623649','7','2.00','500','retail','0','2023-01-13 18:30:56','','','','192','Cash',68.97,'250','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','9.00','7','Inclusive','branch','.','','','','',''),('116736237987703239',1917,'11673623649','57','2.00','440','retail','0','2023-01-13 18:30:56','','','','186.68','Cash',60.69,'220','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','41.00','39','Inclusive','branch','.','','','','',''),('116736238167032231',1918,'11673623649','58','2.00','440','retail','0','2023-01-13 18:30:56','','','','172','Cash',60.69,'220','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','77.00','75','Inclusive','branch','.','','','','',''),('116736238340226027',1919,'11673623649','60','1.00','220','retail','0','2023-01-13 18:30:56','','','','168','Cash',30.34,'220','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','79.00','78','Inclusive','branch','.','','','','',''),('116736238432320303',1920,'11673623649','91','1.00','350','retail','0','2023-01-13 18:30:56','','','','300','Cash',48.28,'350','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','1.00','0','Inclusive','branch','.','','','','',''),('116736238564223233',1921,'11673623649','74','3.00','660','retail','0','2023-01-13 18:30:56','','','','158.25','Cash',91.03,'220','','','1','','1','2023-01-13 15:31:15','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','5.00','2','Inclusive','branch','.','','','','',''),('116736239012339322',1922,'11673623876','132','1.00','50','retail','0','2023-01-13 18:33:35','','','','24','Cash',6.90,'50','','','1','','1','2023-01-13 15:33:43','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'1','150.00','149','Inclusive','branch','.','','','','',''),('116736239113233207',1923,'11673623876','72','1.00','220','retail','0','2023-01-13 18:33:35','','','','173','Cash',30.34,'220','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','8.00','7','Inclusive','branch','.','','','','',''),('116736239296233012',1924,'11673623876','57','7.00','1540','retail','0','2023-01-13 18:33:35','','','','186.68','Cash',212.41,'220','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'7','39.00','32','Inclusive','branch','.','','','','',''),('116736239410421272',1925,'11673623876','72','1.00','220','retail','0','2023-01-13 18:33:35','','','','173','Cash',30.34,'220','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','7.00','6','Inclusive','branch','.','','','','',''),('116736239563362233',1926,'11673623876','5','1.00','350','retail','0','2023-01-13 18:33:35','','','','236','Cash',48.28,'350','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','5.00','4','Inclusive','branch','.','','','','',''),('116736239650212203',1927,'11673623876','94','1.00','250','retail','0','2023-01-13 18:33:35','','','','188','Cash',34.48,'250','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','9.00','8','Inclusive','branch','.','','','','',''),('116736239770333230',1928,'11673623876','60','2.00','440','retail','0','2023-01-13 18:33:35','','','','168','Cash',60.69,'220','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','78.00','76','Inclusive','branch','.','','','','',''),('116736239953606390',1929,'11673623876','58','2.00','440','retail','0','2023-01-13 18:33:35','','','','172','Cash',60.69,'220','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','75.00','73','Inclusive','branch','.','','','','',''),('116736240056002230',1930,'11673623876','67','1.00','250','retail','0','2023-01-13 18:33:35','','','','170','Cash',34.48,'250','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'1','14.00','13','Inclusive','branch','.','','','','',''),('116736240141141431',1931,'11673623876','7','2.00','500','retail','0','2023-01-13 18:33:35','','','','192','Cash',68.97,'250','','','1','','1','2023-01-13 15:33:43','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',215.52,'2','7.00','5','Inclusive','branch','.','','','','',''),('116736240496221200',1932,'11673624024','132','4.00','200','retail','0','2023-01-13 18:34:38','','','','24','Cash',27.59,'50','','','1','','1','2023-01-13 15:34:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'4','149.00','145','Inclusive','branch','.','','','','',''),('116736240604703302',1933,'11673624024','133','2.00','160','retail','0','2023-01-13 18:34:38','','','','41','Cash',22.07,'80','','','1','','1','2023-01-13 15:34:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',68.97,'2','42.00','40','Inclusive','branch','.','','','','',''),('116736240786370472',1934,'11673624024','131','2.00','100','retail','0','2023-01-13 18:34:38','','','','23','Cash',13.79,'50','','','1','','1','2023-01-13 15:34:44','2','16','new','3','new','pcs','','','','yes','','0','','','VATABLE',43.10,'2','13.00','11','Inclusive','branch','.','','','','',''),('116736826292622323',1935,'11673682619','72','1.00','220','retail','0','2023-01-14 10:53:47','','','','173','Cash',30.34,'220','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','6.00','5','Inclusive','branch','.','','','','',''),('116736826455325235',1936,'11673682619','57','3.00','660','retail','0','2023-01-14 10:53:47','','','','186.68','Cash',91.03,'220','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'3','32.00','29','Inclusive','branch','.','','','','',''),('116736826633213373',1937,'11673682619','5','1.00','350','retail','0','2023-01-14 10:53:47','','','','236','Cash',48.28,'350','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',301.72,'1','4.00','3','Inclusive','branch','.','','','','',''),('116736826892326233',1938,'11673682619','52','1.00','3000','retail','0','2023-01-14 10:53:47','','','','2625','Cash',413.79,'3000','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',2586.21,'1','2.00','1','Inclusive','branch','.','','','','',''),('116736827823213220',1939,'11673682619','61','2.00','440','retail','0','2023-01-14 10:53:47','','','','168','Cash',60.69,'220','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'2','9.00','7','Inclusive','branch','.','','','','',''),('116736827922333413',1940,'11673682619','74','1.00','220','retail','0','2023-01-14 10:53:47','','','','158.25','Cash',30.34,'220','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','2.00','1','Inclusive','branch','.','','','','',''),('116736828114743237',1941,'11673682619','58','1.00','220','retail','0','2023-01-14 10:53:47','','','','172','Cash',30.34,'220','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',189.66,'1','73.00','72','Inclusive','branch','.','','','','',''),('116736828267330230',1942,'11673682619','90','1.00','650','retail','0','2023-01-14 10:53:47','','','','455','Cash',89.66,'650','','','1','','1','2023-01-14 07:54:13','1','1','new','3','new','pcs','','','','yes','','0','','','VATABLE',560.34,'1','4.00','3','Inclusive','branch','.','','','','',''); /*!40000 ALTER TABLE `sales_order` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderkitchen` -- DROP TABLE IF EXISTS `sales_orderkitchen`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderkitchen` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` varchar(50) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderkitchen` -- LOCK TABLES `sales_orderkitchen` WRITE; /*!40000 ALTER TABLE `sales_orderkitchen` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderkitchen` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_orderraw` -- DROP TABLE IF EXISTS `sales_orderraw`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_orderraw` ( `myinvoice` varchar(50) DEFAULT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` decimal(10,2) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` 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=780 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderraw` -- LOCK TABLES `sales_orderraw` WRITE; /*!40000 ALTER TABLE `sales_orderraw` DISABLE KEYS */; INSERT INTO `sales_orderraw` VALUES ('516396829920062232',302,'51639682967','COU750',2.00,'0','retail','0','2021-12-16 22:29:27','COLD','','','444','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','14','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'2','18.00','16','Inclusive','branch','Inventory','1110','4000','5500'),('516396830623332233',303,'51639682967','WE500',25.00,'0','retail','0','2021-12-16 22:29:53','COLD','','','165','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','1','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'25','48.00','23','Inclusive','branch','Inventory','1110','4000','5500'),('516396831072334206',304,'51639682967','BEST250',3.00,'0','retail','0','2021-12-16 22:31:03','COLD','','','255','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','9','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'3','53.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('516396831273923132',305,'51639682967','BEST750',1.00,'0','retail','0','2021-12-16 22:31:47','COLD','','','682','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','9','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('516396832944122301',306,'51639682967','CH250',94.00,'0','retail','0','2021-12-16 22:32:08','COLD','','','176','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'94','120.00','26','Inclusive','branch','Inventory','1110','4000','5500'),('516396833283033233',307,'51639682967','CH750',6.00,'0','retail','0','2021-12-16 22:34:55','COLD','','','480','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'6','24.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('516396834112233431',308,'51639682967','NAT1LTR',3.00,'0','retail','0','2021-12-16 22:35:29','COLD','','','147','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','5','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'3','10.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('516396834773903233',309,'51639682967','KIB250',89.00,'0','retail','0','2021-12-16 22:36:52','COLD','','','172','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'89','110.00','21','Inclusive','branch','Inventory','1110','4000','5500'),('516396835043230632',310,'51639682967','KIB350',7.00,'0','retail','0','2021-12-16 22:37:58','COLD','','','247','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'7','12.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('516396835343022443',311,'51639682967','KIB750',4.00,'0','retail','0','2021-12-16 22:38:25','COLD','','','456','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'4','7.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('516396835922310233',312,'51639682967','VA250',56.00,'0','retail','0','2021-12-16 22:38:55','COLD','','','232','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','13','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'56','70.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('516396836440223003',313,'51639682967','VA750',9.00,'0','retail','0','2021-12-16 22:39:53','COLD','','','600','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','13','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'9','23.00','14','Inclusive','branch','Inventory','1110','4000','5500'),('516396836772365062',314,'51639682967','CM250',3.00,'0','retail','0','2021-12-16 22:40:45','COLD','','','248','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','11','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'3','7.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('516396837171239106',315,'51639682967','KANE750',3.00,'0','retail','0','2021-12-16 22:41:17','COLD','','','472','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','6','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'3','5.00','2','Inclusive','branch','Inventory','1110','4000','5500'),('516396837413260174',316,'51639682967','VAT750ML',1.00,'0','retail','0','2021-12-16 22:41:57','COLD','','','1160','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','9','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('516396837622375233',317,'51639682967','CELLA750',3.00,'0','retail','0','2021-12-16 22:42:21','COLD','','','715','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','8','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'3','8.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('516396837803202303',318,'51639682967','CLUB250',1.00,'0','retail','0','2021-12-16 22:42:42','COLD','','','192','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','8','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('516396838288632330',319,'51639682967','VIC250',14.00,'7000','retail','0','2021-12-16 22:43:00','COLD','','','337','Cash',949.15,'500','','','1','','1','2021-12-17 06:22:39','','14','returned','1','new','pcs','','','1','yes','','118.64','','','VATABLE',5932.20,'14','24.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('516396838591286652',320,'51639682967','VIC350',3.00,'1957.5','retail','0','2021-12-16 22:43:48','COLD','','','522','Cash',265.42,'652.5','','','1','','1','2021-12-17 06:22:39','','14','returned','1','new','pcs','','','1','yes','','33.18','','','VATABLE',1658.90,'3','12.00','9','Inclusive','branch','Inventory','1110','4000','5500'),('516396838743333320',321,'51639682967','VIC750',2.00,'3000','retail','0','2021-12-16 22:44:19','COLD','','','1027','Cash',406.78,'1500','','','1','','1','2021-12-17 06:22:39','','14','returned','1','new','pcs','','','1','yes','','50.85','','','VATABLE',2542.37,'2','12.00','10','Inclusive','branch','Inventory','1110','4000','5500'),('516396839122090360',322,'51639682967','ALV350',41.00,'0','retail','0','2021-12-16 22:44:35','COLD','','','86.58','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','15','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'41','91.00','50','Inclusive','branch','Inventory','1110','4000','5500'),('516396839353583355',323,'51639682967','MR250',10.00,'0','retail','0','2021-12-16 22:45:12','COLD','','','175','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','9','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'10','28.00','18','Inclusive','branch','Inventory','1110','4000','5500'),('516396839730239338',324,'51639682967','4TH750',2.00,'1610.24','retail','0','2021-12-16 22:45:35','COLD','','','629','Cash',218.34,'805.12','','','1','','1','2021-12-17 06:22:39','1','8','returned','1','new','pcs','','','1','yes','','27.29','','','VATABLE',1364.61,'2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('516396839942332306',325,'51639682967','OR250',2.00,'0','retail','0','2021-12-16 22:46:13','COLD','','','192','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','6','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'2','3.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('516396840162353163',326,'51639682967','B7350',1.00,'0','retail','0','2021-12-16 22:46:34','COLD','','','512','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','9','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('516396840651508293',327,'51639682967','KC250',42.00,'9702','retail','0','2021-12-16 22:46:57','COLD','','','220','Cash',1315.53,'231','','','1','','1','2021-12-17 06:22:39','1','6','returned','1','new','pcs','','','1','yes','','164.44','','','VATABLE',8222.03,'42','86.00','44','Inclusive','branch','Inventory','1110','4000','5500'),('516396840802222022',328,'51639682967','KC350',2.00,'0','retail','0','2021-12-16 22:47:46','COLD','','','280','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','6','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'2','8.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('516396841070230332',329,'51639682967','KC750',14.00,'0','retail','0','2021-12-16 22:48:01','COLD','','','560','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','1','6','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'14','29.00','15','Inclusive','branch','Inventory','1110','4000','5500'),('516396841530132443',330,'51639682967','RICH350',1.00,'0','retail','0','2021-12-16 22:48:27','COLD','','','512','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','14','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500'),('516396841783084320',331,'51639682967','RICH250',10.00,'0','retail','0','2021-12-16 22:49:13','COLD','','','360','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','14','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'10','10.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('516396841880325232',332,'51639682967','RICH750',1.00,'0','retail','0','2021-12-16 22:49:38','COLD','','','1080','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','14','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('516396842103342166',333,'51639682967','SMVK250',7.00,'2704.8','retail','0','2021-12-16 22:49:48','COLD','','','368','Cash',366.75,'386.4','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','45.84','','','VATABLE',2292.20,'7','10.00','3','Inclusive','branch','Inventory','1110','4000','5500'),('516396842469120106',334,'51639682967','SMVK750',2.00,'2268','retail','0','2021-12-16 22:50:10','COLD','','','1080','Cash',307.53,'1134','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','38.44','','','VATABLE',1922.03,'2','2.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('516396842592231632',335,'51639682967','SMVK350',1.00,'517.32','retail','0','2021-12-16 22:50:46','COLD','','','479','Cash',70.15,'517.32','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','8.77','','','VATABLE',438.41,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500'),('516396842752202084',336,'51639682967','TRI250',54.00,'0','retail','0','2021-12-16 22:50:59','COLD','','','162','Cash',0.00,'0','','','1','','1','2021-12-17 06:22:39','','10','returned','1','new','pcs','','','1','yes','','0.00','','','VATABLE',0.00,'54','55.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('516396843093309023',337,'51639682967','ALL75',1.00,'864','retail','0','2021-12-16 22:51:16','COLD','','','800','Cash',117.15,'864','','','1','','1','2021-12-17 06:22:39','','9','returned','1','new','pcs','','','1','yes','','14.64','','','VATABLE',732.20,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500'),('516397264140204133',422,'51639724111','RICH750',1.00,'0','retail','0','2021-12-17 10:33:09','COLD','','','1080','Cash',0.00,'0','','','5','','1','2021-12-17 07:33:34','','14','new','1','new','pcs','','','','yes','','0.00','','','VATABLE',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500'),('516397264362922653',423,'51639726250','RICH250',1.00,'0','retail','0','2021-12-17 10:30:50','COLD','','','360','Cash',0.00,'0','','','5','','1','2021-12-17 07:33:56','','14','new','1','new','pcs','','','','yes','','0.00','','','VATABLE',0.00,'1','20.00','19','Inclusive','branch','Inventory','1110','4000','5500'),('516397264654337236',424,'51639724111','RICH350',1.00,'0','retail','0','2021-12-17 10:33:35','COLD','','','512','Cash',0.00,'0','','','5','','1','2021-12-17 07:34:25','','14','new','1','new','pcs','','','','yes','','0.00','','','VATABLE',0.00,'1','9.00','8','Inclusive','branch','Inventory','1110','4000','5500'),('516397265014303030',425,'51639724111','CM250',1.00,'0','retail','0','2021-12-17 10:34:25','COLD','','','248','Cash',0.00,'0','','','5','','1','2021-12-17 07:35:01','','11','new','1','new','pcs','','','','yes','','0.00','','','VATABLE',0.00,'1','7.00','6','Inclusive','branch','Inventory','1110','4000','5500'),('516398052495439330',583,'51639724111','YATTA01LTR',20.00,'5624.8','retail','0','2021-12-18 08:26:52','COLD','','','178','Cash',762.68,'281.24','','','5','','1','2021-12-18 05:27:29','','15','new','1','new','pcs','','','','yes','','95.34','','','VATABLE',4766.78,'20','20.00','0','Inclusive','branch','Inventory','1110','4000','5500'),('516399782592909805',779,'51639724111','YATTA01LTR',46.00,'12937.04','retail','0','2021-12-20 08:30:23','COLD','','','178','Cash',1754.17,'281.24','','','5','','1','2021-12-20 05:30:59','','15','new','1','new','pcs','','','','yes','','219.27','','','VATABLE',10963.59,'46','46.00','0','Inclusive','branch','Inventory','1110','4000','5500'); /*!40000 ALTER TABLE `sales_orderraw` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_reading` -- DROP TABLE IF EXISTS `sales_reading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_reading` ( `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `id` int(30) NOT NULL AUTO_INCREMENT, `status` varchar(30) NOT NULL DEFAULT 'new', `category` varchar(30) NOT NULL, `maincategory` varchar(10) NOT NULL, `start` varchar(100) NOT NULL, `close` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_reading` -- LOCK TABLES `sales_reading` WRITE; /*!40000 ALTER TABLE `sales_reading` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_reading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreading` -- DROP TABLE IF EXISTS `salesreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreading` -- LOCK TABLES `salesreading` WRITE; /*!40000 ALTER TABLE `salesreading` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreport` -- DROP TABLE IF EXISTS `salesreport`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreport` ( `id` int(50) NOT NULL, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `title` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `reportdate` varchar(50) NOT NULL, `recommendation` text NOT NULL, `controller` varchar(40) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreport` -- LOCK TABLES `salesreport` WRITE; /*!40000 ALTER TABLE `salesreport` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreport` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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,'0723996542','2021-12-09 12:57:27pm','Hello, this is to inform you that your invoice worth Ksh 11,642.00 with Invoice No 1 and REF No 51638984145 due on 09/12/2021 has been generated. Thank you for shopping with us. Click this link to print your Digital invoice: https://kjwinesbumala.robisearch.com/printinvoice?refnumber=51638984145','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) NOT NULL, `lastname` varchar(15) NOT NULL, `msisdn` int(20) 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, 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, `menutype` varchar(30) NOT NULL DEFAULT 'Left', `receiptlogo` varchar(10) NOT NULL DEFAULT 'no', `bankcode` varchar(20) NOT NULL DEFAULT 'no', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smsconfig` -- LOCK TABLES `smsconfig` WRITE; /*!40000 ALTER TABLE `smsconfig` DISABLE KEYS */; INSERT INTO `smsconfig` VALUES (1,'76','0763a9ef91068d1723cf54a8b95bf1c5fc003cbb3a84ebe2f24d5ae9bb8f4318','Robisearch','','<H1 style=\"margin:0px;\">KALI CLUB</H1>\r\nP.O BOX 159-59404 BUMALA\r\nTELEPHONE:0738637711/0708325411\r\n','254738637711','BUMALA','support@robisearch.com','ROBISEARCHPOS','<H1 style=\"margin:0px;\">KALI CLUB</H1>\r\nP.O BOX 159-59404 BUMALA\r\nTELEPHONE:0738637711/0708325411\r\n','KJ WINES','e7bd1efe6cee0b56cf3b31d7fb5d01c7','254708325411','522522','Ksh','VAT','16','levy','2','RO0001',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2021-01-181610945860.png','1','1 ','','6','2022-12-02 16:31:03','yes','no','no','no','8y+Er3wYzUgpSlxqxLOzNtZztLsMreHQdt72UYvmfqjiNAu3PQcCcWvx8W85OF5pKuoHuV5fc+Ak/XHfPn2WeQ==','<center><h2>TILL NO:9971281</h2></center>','<h3>Terms and Conditions.</h3>\r\n1. Period of warranty is strictly 1 Year .<br>\r\n','no','You have not paid your pending balance or you have not paid your annual maintenance fees. Kindly send the payment through our Playbill no:522522 and Acc No:117121120 for you to continue enjoying our services.','FGa6IIjnKnlnO6Edy+LS+9CYgJJ4RE9IxivkfvCzSFc/gIGzhMmAq0WID/TPMKj2InQkkutWs43k1xd7cs6QoQ==','100','Current','Current','00:00','23:59','CompleteTouch','Two With Automatic Logout','Before Receipt','thank you for shopping with us. From Robisearch LTD.','yes','yes','Advanta','ROBISEARCH','Robisearch@2018','ROBISEARCH','<b>About Robisearch Ltd</b><br>\r\nRobisearch Ltd is an ICT youth based company that begun in 2011 as a result of innovations that transform lives globally. We are innovator behind Biometric lands system and digital birth card system that could help fight terrorisms. We are a member of the Nairobi Chambers (KNCCI) organization and AGPO. We offer attachment /internships opportunity to 60 students on annual basis as a way of creating job opportunity to youths in Kenya. We have great experience in dealing with customers having handled over 500 customers’ country wide. Some of services are:<p class=\"text-center\">\r\n<h3>OUR SERVICES</h3>\r\nBelow are some of our services and solutions:<br>\r\n• Biometric system for schools and business : Price= From Ksh.50,000<br>\r\n• Bulk Sms services(Bulksms ChapChap) : Price= From Ksh.5,000<br>\r\n• Best Erp/Point of Sale/ Inventory Control Software : Price= From Ksh.50,000<br>\r\n• Property Management software that conforms to the Big 4 government agenda. : Price= From Ksh.100,000<br>\r\n\r\nNOTE: You can give discount upto 20% of the above selling price.\r\n</p>\r\n\r\n<p>\r\nOur Vision<br>\r\nTransforming the world through innovation<br>\r\nOur Mission<br>\r\nTo be the best ICT company offering innovate services globally.\r\nBiometric Systems rely mostly on information about a person to identify the person in such a way that specific data about unique biological traits are relied upon to work effectively.\r\nThe biometric School attendance system. This is an innovative system which is used by schools to track student movements. The system sends sms alert to the parents whenever students checks in and out of the schools. The system is also used as digital register to record students and staff attendances instead of manual signing of class register as well as managing payroll based on attendance. The system is also being used by business owners to get sms alert whenever employees checks in and out of the office. There are so many schools using this system and we recommend the same to any school and business. Some of them are JKUAT,Pumwani Hosiptal, Loreto Girls Kiambu,Mandera boys, Kwale boys, Kipsigis girls. Kericho TTC etc.\r\n<br>\r\n\r\n<br>Point of Sale(ROBIPOS) manages sales for any sales related businesses. This system helps business owners to track their daily sales and profit using their phones wherever they are. It has Lipa Na MPESA real time and sms alert. Sms is automatically sends to the computer whenever customer pays through any mobile payment. Also the customer gets automatic thank you message upon payment.\r\nThis system has been integrated with many modules that manages day to day transactions in our client’s business. The system has many functionalities but not limited to the following: Inventory tracking, sales management, customer management, products management, receipting, human resource, accounting module and can real-time Lipa na Mpesa module. \r\nThe sales management system can be used in diverse businesses like wholesales, boutiques, electrical and electronics, minimarts, supermarkets, cosmetic shops, jeweler shops and any retail businesses.\r\nOur POS system helps <br>\r\n? Improve our customer’s experience by serving them in a fast and convenient way<br>\r\n? Management of stock<br>\r\n? Presentable documents such as receipts, orders and reports are issued to customers of our clients.<br>\r\n? Storage and retrieval of documents is made easier<br>\r\n? Accuracy; scanning is more accurate than punching in numbers from a sticker or expecting the cashier to manually remember what each item costs.\r\n? Analysis ;<br>\r\n? POS let our clients manage inventory, flag items for reorder and analyze sales patterns.<br>\r\nBulksms ChapChap is a bulk sms software which can be used to send sms/reminders to customers. It’s the most feasible and essential strategy to target a mass audience as a marketing and communication tool. Whether launching a new product or would like a nationwide announcement, or whether you want to remind people of a certain meeting or deal, our bulk sms manages all the requirements from start to finish. The system can be used by anybody to manage their dairies since you can store all your appointments and activities then system will send you sms whenever that time reaches. \r\nOur bulk sms comes with advantages such as;<br>\r\n? Instant delivery of messages<br>\r\n? Flexible platform that can send over 10,000 sms once<br>\r\n? The systems comes with a reminder to notify one of any pending deals<br>\r\n? Sms can be stored, easily forwarded or tracked using delivery reports<br>\r\n? Lower cost and time to be delivered than a phone call.<br>\r\n? It is more reliable than emailing as the chances of the recipient reading the message is very high<br>\r\n? Limitless market potential<br>\r\nOur clients include;Bulk sms: JKUAT, Elimu TV, Uwezo Fund, Moi forces Academy<br>\r\nBiometric: JKUAT, Orero Boys, Kayole High school<br>\r\nPoint of sale: Luna Park, Victoria Falls, Garrison Teachers College, Ndumia Group<br>\r\nwww.robisearch.com<br>\r\nhttp://www.bulksmschapchap.com/<br>\r\n\r\n\r\n</p>\r\n<p>\r\nFeel free to contact us: <br>\r\n<a href=\"http://www.robisearch.com/\">www.robisearch.com</a> <br>\r\nEmail :info@robisearch.com<br>\r\nPhone: 0780655987<br>\r\nPhone: 0716413386<br>\r\nOur Offices are Nairobi-Nara and Juja town<br>\r\n Experiencing any problem? Send an email to <a href=\"mailto:info@robisearch.com\">info@robisearch.com</a> or <a href=\"mailto:robisearch@gmail.com\">robisearch@gmail.com</a> or follow us on <a href=\"https://www.facebook.com/Robiearch?fref=ts\">Facebook</a> or on <a href=\"https://twitter.com/robisearch\">Twitter.</a> . You can also view more on <a href=\"http://www.robisearch.com/\"> our website</a>\r\n\r\n</p></b>\r\n ','<B> Reseller/Agent Benefits</b>\r\n <br>\r\n1. Earn Commisiions <br>\r\n2. Get best offers <br>\r\n3. Get Incentives <br>\r\n \r\n <B> Reseller/Agent Categories</b>\r\n We pay according to your effort hence it is based on commission.<br>\r\n 1. You will get 10% of what you sell on Monthly basis if you make between 1-5 sales per month.<br>\r\n 2. You will get 20% of what you sell on Monthly basis if you make between 6-20 sales per month.<br>\r\n 3. You will get 30% of what you sell on Monthly basis if you make above 21 sales per month.<br>\r\n','1110','4000','5500','06:30','00:45','no','General',10,'user/viewsales','deactivate','category','D:\\\\xampp\\\\htdocs\\\\ATT2000.mdb','702006','https://pos.wifimatt.com/getpayment','https://pos.wifimatt.com/verifypayment','application/json','UYlkylGuzGjZxpMNz2rmGGYc6N5wslzp','HSGog9FsAchErCLj','From Robisearch LTD','no',NULL,'Left','no','no'); /*!40000 ALTER TABLE `smsconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `smstemplate` -- DROP TABLE IF EXISTS `smstemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `smstemplate` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `smstemplate` -- LOCK TABLES `smstemplate` WRITE; /*!40000 ALTER TABLE `smstemplate` DISABLE KEYS */; INSERT INTO `smstemplate` VALUES (1,'Closing Day1','Your daughter has been released for December holiday today.1','2020-04-25 09:20:01am','active','1','','1'),(2,'Opening Day','Your Daughter Has Just Arrived To School ','2019-02-23 10:17:16am','active','1','','1'),(3,'Closing Day','Your daughter has been released for December holiday today.','2018-10-24 05:51:21pm','active','1','','1'),(4,'MIDTERM','Parents/Guardians who came for Thanks Giving day will be allowed to leave with their daughters for half-term, others will leave on 17/02/19.','2019-02-16 02:32:21pm','active','1','','1'),(5,'Opening Day','Almost all the students turned up from April Holiday recess','2019-04-30 04:30:08pm','active','1','','1'),(6,'Board meeting','There will be a board meeting for the directors.','2019-05-18 03:02:06pm','active','1','','1'); /*!40000 ALTER TABLE `smstemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `splitbill` -- DROP TABLE IF EXISTS `splitbill`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `splitbill` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `dateposted` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `invoice` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `batchno` int(11) NOT NULL, `description` text NOT NULL, `salesid` int(11) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `price` decimal(10,2) DEFAULT NULL, `originalinvoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB 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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `statement` -- LOCK TABLES `statement` WRITE; /*!40000 ALTER TABLE `statement` DISABLE KEYS */; INSERT INTO `statement` VALUES (1,'5720','0','11670219873','2022-12-05 08:58:53',0.00,0.00,'','1','1','n/a','','70','3','10','','N/A','0','0','EXEMPTED'); /*!40000 ALTER TABLE `statement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `status` -- DROP TABLE IF EXISTS `status`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `status` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `status` -- LOCK TABLES `status` WRITE; /*!40000 ALTER TABLE `status` DISABLE KEYS */; INSERT INTO `status` VALUES (1,'New'),(2,'Waiting Approval'),(3,'Approved'),(4,'Rejected'),(5,'Pending'),(6,'Returned'); /*!40000 ALTER TABLE `status` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stock` -- DROP TABLE IF EXISTS `stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stock` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `total` decimal(10,2) NOT NULL, `sold` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `price` decimal(10,2) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `branchid` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `unsold` varchar(50) NOT NULL, `returned` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=138 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stock` -- LOCK TABLES `stock` WRITE; /*!40000 ALTER TABLE `stock` DISABLE KEYS */; INSERT INTO `stock` VALUES (1,'137',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(2,'136',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','2',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(3,'135',13.00,0.00,13.00,0.00,13.00,0.00,0.00,'3','2',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(4,'134',16.00,0.00,16.00,0.00,16.00,0.00,0.00,'3','2',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(5,'133',80.00,0.00,80.00,0.00,80.00,0.00,0.00,'3','2',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(6,'132',80.00,0.00,80.00,0.00,80.00,0.00,0.00,'3','2',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(7,'131',20.00,0.00,20.00,0.00,20.00,0.00,0.00,'3','2',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(8,'130',13.00,0.00,13.00,0.00,13.00,0.00,0.00,'3','2',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(9,'129',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(10,'128',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(11,'127',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(12,'126',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(13,'125',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(14,'124',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(15,'123',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(16,'122',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(17,'121',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(18,'120',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(19,'119',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(20,'118',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(21,'117',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','2',1,1,'2022-12-03','',0,'06:26:37','',''),(22,'116',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(23,'115',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(24,'114',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(25,'113',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(26,'112',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(27,'111',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(28,'110',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(29,'109',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(30,'108',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(31,'107',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(32,'106',12.00,0.00,12.00,0.00,12.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(33,'105',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(34,'104',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(35,'103',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(36,'102',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(37,'101',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(38,'100',8.00,0.00,8.00,0.00,8.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(39,'99',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(40,'98',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(41,'97',17.00,0.00,17.00,0.00,17.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(42,'96',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(43,'95',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(44,'94',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(45,'93',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(46,'92',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(47,'91',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(48,'90',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(49,'89',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(50,'88',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','0',1,'06:26:37','0','0'),(51,'87',6.00,0.00,6.00,0.00,6.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(52,'86',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(53,'85',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(54,'84',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(55,'83',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(56,'82',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(57,'81',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(58,'80',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(59,'79',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(60,'78',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(61,'77',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(62,'76',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(63,'75',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(64,'74',7.00,0.00,7.00,0.00,7.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(65,'73',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(66,'72',7.00,0.00,7.00,0.00,7.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(67,'71',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(68,'70',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(69,'69',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(70,'68',20.00,0.00,20.00,0.00,20.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(71,'67',9.00,0.00,9.00,0.00,9.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(72,'66',9.00,0.00,9.00,0.00,9.00,0.00,0.00,'3','1',1,1,'2022-12-03','0',1,'06:26:37','0','0'),(73,'65',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(74,'64',19.00,0.00,19.00,0.00,19.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(75,'63',10.00,0.00,10.00,0.00,10.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(76,'62',24.00,0.00,24.00,0.00,24.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(77,'61',35.00,0.00,35.00,0.00,35.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(78,'60',22.00,0.00,22.00,0.00,22.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(79,'59',44.00,0.00,44.00,0.00,44.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(80,'58',30.00,0.00,30.00,0.00,30.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(81,'57',43.00,0.00,43.00,0.00,43.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(82,'56',20.00,0.00,20.00,0.00,20.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(83,'55',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(84,'54',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(85,'53',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(86,'52',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(87,'51',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(88,'50',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(89,'49',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(90,'48',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(91,'47',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(92,'46',8.00,0.00,8.00,0.00,8.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(93,'45',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(94,'44',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(95,'43',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(96,'42',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','0',1,'06:26:37','0','0'),(97,'41',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(98,'40',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(99,'39',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(100,'38',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(101,'37',8.00,0.00,8.00,0.00,8.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(102,'36',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(103,'35',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(104,'34',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(105,'33',10.00,0.00,10.00,0.00,10.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(106,'32',10.00,0.00,10.00,0.00,20.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','10'),(107,'31',18.00,0.00,18.00,0.00,18.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(108,'30',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(109,'29',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(110,'28',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(111,'27',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(112,'26',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(113,'25',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(114,'24',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(115,'23',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(116,'22',14.00,0.00,14.00,0.00,14.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(117,'21',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(118,'20',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(119,'19',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(120,'18',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(121,'17',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(122,'16',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(123,'15',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(124,'14',1.00,0.00,1.00,0.00,1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(125,'13',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(126,'12',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(127,'11',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(128,'10',4.00,0.00,4.00,0.00,4.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(129,'9',5.00,0.00,5.00,0.00,5.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(130,'8',3.00,0.00,3.00,0.00,3.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(131,'7',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(132,'6',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(133,'5',8.00,0.00,8.00,0.00,8.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(134,'4',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(135,'3',2.00,0.00,2.00,0.00,2.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',1,'06:26:37','0','0'),(136,'2',0.00,0.00,0.00,0.00,0.00,0.00,0.00,'3','1',1,1,'2022-12-03','',0,'06:26:37','',''),(137,'1',1.00,0.00,1.00,2.00,-1.00,0.00,0.00,'3','1',1,1,'2022-12-03','2/12/2022',6,'06:26:37','2/12/2022','0'); /*!40000 ALTER TABLE `stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktaking` -- DROP TABLE IF EXISTS `stocktaking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktaking` ( `id` int(10) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `open` decimal(10,2) NOT NULL, `added` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(10) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'open', `userid` int(30) NOT NULL, `companyid` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `closedate` varchar(10) NOT NULL, `updatedby` int(10) NOT NULL, `postedtime` varchar(30) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4725 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,'RB250',216.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(2,'DEL01L',24.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(3,'Wp750',12.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(4,'Wp250',24.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(5,'GMK250',24.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(6,'JWB750',1.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(7,'LEM1.5LTR',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(8,'LIME500',10.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(9,'JWB500',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(10,'JWDB750',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(11,'JWDB01',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(12,'LAWS01',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(13,'BLAC01',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(14,'GOR700',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(15,'SINGL01L',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(16,'SINGL750',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(17,'FAM750',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(18,'BAZ330',44.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(19,'BAZ500',44.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(20,'Asc750',9.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(21,'AMA750',4.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(22,'King300',42.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(23,'YATTA01LTR',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(24,'VIC350',22.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(25,'VIC250',27.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(26,'ALL75',3.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(27,'SMVK750',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(28,'SMVK350',6.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(29,'SMVK250',3.00,1.00,-2.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(30,'Blac750ml',9.00,6.00,-3.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(31,'Blac350',2.00,12.00,10.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(32,'KK250',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(33,'SMK1LTR',3.00,0.00,-3.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(34,'GUS500ML',62.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(35,'BALO500ML',19.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(36,'VIC750',15.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(37,'ORC1LTR',13.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(38,'TRI250',84.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(39,'GUA250',156.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(40,'CAR250',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(41,'GIL750',9.00,12.00,3.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(42,'GIL350',6.00,12.00,6.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(43,'GIL250',4.00,20.00,16.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(44,'KANE750',14.00,9.00,-5.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(45,'KANE250',120.00,82.00,-38.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(46,'ALV350',55.00,42.00,-13.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(47,'BC750',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(48,'BC250',1.00,1.00,0.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(49,'BEST750',7.00,1.00,-6.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(50,'BEST250',52.00,24.00,-28.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(51,'CLUB250',4.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(52,'NAP750',11.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(53,'NAP250',24.00,0.00,-24.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(54,'CAP1LTR',8.00,37.00,29.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(55,'COU750',15.00,5.00,-10.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(56,'COU250',0.00,0.00,0.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(57,'NAT1LTR',5.00,5.00,0.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(58,'CM750',18.00,12.00,-6.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(59,'CM250',103.00,45.00,-58.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(60,'OR250',3.00,1.00,-2.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(61,'VA750',33.00,22.00,-11.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(62,'VA250',127.00,0.00,-127.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(63,'SUP250',98.00,63.00,-35.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(64,'MR750',8.00,7.00,-1.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(65,'MR250',51.00,29.00,-22.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(66,'HUN750',36.00,19.00,-17.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(67,'HUN350',35.00,5.00,-30.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(68,'HUN250',168.00,79.00,-89.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(69,'KIB750',22.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(70,'KIB350',50.00,16.00,-34.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(71,'KIB250',120.00,19.00,-101.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(72,'VAT750ML',4.00,2.00,-2.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(73,'VAT350',1.00,3.00,2.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(74,'B7750',0.00,6.00,6.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(75,'B7350',5.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',0),(76,'B7250',5.00,18.00,13.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(77,'WE500',30.00,32.00,2.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(78,'RICH750',2.00,9.00,7.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(79,'RICH350',7.00,4.00,-3.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(80,'RICH250',29.00,0.00,-29.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(81,'KC750',49.00,12.00,-37.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(82,'KC350',22.00,8.00,-14.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(83,'CH750',46.00,24.00,-22.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(84,'CH250',286.00,120.00,-166.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',0),(85,'4TH750',11.00,1.00,-10.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(86,'CELLA750',7.00,0.00,0.00,1,'branch',1,1,'2021-12-23','',0,'13:28:50','open',1),(87,'KC250',97.00,850.00,753.00,1,'branch',1,1,'2021-12-23','2021-12-23',1,'13:28:50','open',1),(88,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(89,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(90,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(91,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(92,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(93,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(94,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(95,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(96,'129',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(97,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(98,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(99,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(100,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(101,'124',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(102,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(103,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(104,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(105,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(106,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(107,'118',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(108,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',2),(109,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(110,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(111,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(112,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(113,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(114,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(115,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(116,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(117,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(118,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(119,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(120,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(121,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(122,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(123,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(124,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(125,'100',0.00,8.00,8.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(126,'99',0.00,6.00,6.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(127,'98',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(128,'97',0.00,17.00,17.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(129,'96',0.00,4.00,4.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(130,'95',0.00,4.00,4.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(131,'94',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(132,'93',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(133,'92',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(134,'91',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(135,'90',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(136,'89',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(137,'88',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(138,'87',0.00,6.00,6.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(139,'86',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(140,'85',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(141,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(142,'83',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(143,'82',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(144,'81',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(145,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(146,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(147,'78',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(148,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(149,'76',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(150,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(151,'74',0.00,9.00,9.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(152,'73',0.00,6.00,6.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(153,'72',0.00,8.00,8.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(154,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(155,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(156,'69',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(157,'68',0.00,20.00,20.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(158,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(159,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(160,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(161,'64',0.00,26.00,26.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(162,'63',0.00,8.00,8.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(163,'62',0.00,26.00,26.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(164,'61',0.00,37.00,37.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(165,'60',0.00,29.00,29.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(166,'59',0.00,49.00,49.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(167,'58',0.00,31.00,31.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(168,'57',0.00,51.00,51.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(169,'56',0.00,20.00,20.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(170,'55',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(171,'54',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(172,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(173,'52',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(174,'51',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(175,'50',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(176,'49',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(177,'48',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(178,'47',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(179,'46',0.00,8.00,8.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(180,'45',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(181,'44',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(182,'43',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(183,'42',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(184,'41',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(185,'40',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(186,'39',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(187,'38',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(188,'37',0.00,8.00,8.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(189,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'10:29:10','open',1),(190,'35',0.00,4.00,4.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(191,'34',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(192,'33',0.00,10.00,10.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(193,'32',0.00,10.00,10.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(194,'31',0.00,18.00,18.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(195,'30',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(196,'29',0.00,4.00,4.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(197,'28',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(198,'27',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(199,'26',0.00,4.00,4.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(200,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(201,'24',0.00,4.00,4.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(202,'23',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(203,'22',0.00,15.00,15.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(204,'21',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(205,'20',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(206,'19',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(207,'18',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(208,'17',0.00,4.00,4.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(209,'16',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(210,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(211,'14',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(212,'13',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(213,'12',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(214,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(215,'10',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(216,'9',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(217,'8',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(218,'7',0.00,3.00,3.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(219,'6',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(220,'5',0.00,8.00,8.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(221,'4',0.00,5.00,5.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(222,'3',0.00,2.00,2.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(223,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(224,'1',0.00,1.00,1.00,3,'branch',1,1,'2022-12-04','2022-12-04',1,'10:29:10','open',1),(225,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(226,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(227,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(228,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(229,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(230,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(231,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(232,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(233,'129',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(234,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(235,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(236,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(237,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(238,'124',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(239,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(240,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(241,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(242,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(243,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(244,'118',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(245,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-04','',0,'18:22:13','open',2),(246,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(247,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(248,'136',0.00,48.00,48.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(249,'135',0.00,48.00,48.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(250,'134',0.00,48.00,48.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(251,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(252,'132',0.00,90.00,90.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(253,'131',0.00,24.00,24.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(254,'130',0.00,24.00,24.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(255,'129',0.00,1500.00,1500.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(256,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(257,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(258,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(259,'125',0.00,50.00,50.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(260,'124',103.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(261,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(262,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(263,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(264,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(265,'119',0.00,8.00,8.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(266,'118',0.00,6.00,6.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',2),(267,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',2),(268,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(269,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(270,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(271,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(272,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(273,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(274,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(275,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(276,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(277,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(278,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(279,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(280,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(281,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(282,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(283,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(284,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(285,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(286,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(287,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(288,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(289,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(290,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(291,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(292,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(293,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(294,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(295,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(296,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(297,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(298,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(299,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(300,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(301,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(302,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(303,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(304,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(305,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(306,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(307,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(308,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(309,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(310,'74',9.00,20.00,11.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',1),(311,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(312,'72',8.00,20.00,12.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',1),(313,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(314,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(315,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(316,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(317,'67',0.00,12.00,12.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',1),(318,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(319,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(320,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(321,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(322,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(323,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(324,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(325,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(326,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(327,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(328,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(329,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(330,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(331,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(332,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(333,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(334,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(335,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(336,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(337,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(338,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(339,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(340,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(341,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(342,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(343,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(344,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(345,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(346,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(347,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(348,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(349,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(350,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(351,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(352,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(353,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(354,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(355,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(356,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(357,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(358,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(359,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(360,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(361,'23',2.00,5.00,3.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',1),(362,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(363,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(364,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(365,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(366,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(367,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(368,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(369,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(370,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(371,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(372,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(373,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(374,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(375,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(376,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(377,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(378,'6',2.00,7.00,5.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:23:16','open',1),(379,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(380,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(381,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(382,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(383,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:23:16','open',1),(384,'139',150.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(385,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(386,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(387,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(388,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(389,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(390,'133',0.00,90.00,90.00,3,'branch',1,1,'2022-12-05','2022-12-05',1,'07:29:45','open',2),(391,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(392,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(393,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(394,'129',1500.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(395,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(396,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(397,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(398,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(399,'124',103.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(400,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(401,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(402,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(403,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(404,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(405,'118',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(406,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',2),(407,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(408,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(409,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(410,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(411,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(412,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(413,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(414,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(415,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(416,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(417,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(418,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(419,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(420,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(421,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(422,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(423,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(424,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(425,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(426,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(427,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(428,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(429,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(430,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(431,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(432,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(433,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(434,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(435,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(436,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(437,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(438,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(439,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(440,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(441,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(442,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(443,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(444,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(445,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(446,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(447,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(448,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(449,'74',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(450,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(451,'72',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(452,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(453,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(454,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(455,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(456,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(457,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(458,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(459,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(460,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(461,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(462,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(463,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(464,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(465,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(466,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(467,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(468,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(469,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(470,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(471,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(472,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(473,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(474,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(475,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(476,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(477,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(478,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(479,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(480,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(481,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(482,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(483,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(484,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(485,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(486,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(487,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(488,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(489,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(490,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(491,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(492,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(493,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(494,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(495,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(496,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(497,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(498,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(499,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(500,'23',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(501,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(502,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(503,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(504,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(505,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(506,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(507,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(508,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(509,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(510,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(511,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(512,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(513,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(514,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(515,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(516,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(517,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(518,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(519,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(520,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(521,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(522,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:29:45','open',1),(523,'139',150.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(524,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(525,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(526,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(527,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(528,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(529,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(530,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(531,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(532,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(533,'129',1500.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(534,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(535,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(536,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(537,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(538,'124',103.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(539,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(540,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(541,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(542,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(543,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(544,'118',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(545,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',2),(546,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(547,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(548,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(549,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(550,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(551,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(552,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(553,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(554,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(555,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(556,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(557,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(558,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(559,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(560,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(561,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(562,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(563,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(564,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(565,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(566,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(567,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(568,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(569,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(570,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(571,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(572,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(573,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(574,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(575,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(576,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(577,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(578,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(579,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(580,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(581,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(582,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(583,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(584,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(585,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(586,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(587,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(588,'74',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(589,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(590,'72',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(591,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(592,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(593,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(594,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(595,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(596,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(597,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(598,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(599,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(600,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(601,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(602,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(603,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(604,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(605,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(606,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(607,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(608,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(609,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(610,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(611,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(612,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(613,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(614,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(615,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(616,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(617,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(618,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(619,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(620,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(621,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(622,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(623,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(624,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(625,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(626,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(627,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(628,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(629,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(630,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(631,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(632,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(633,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(634,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(635,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(636,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(637,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(638,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(639,'23',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(640,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(641,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(642,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(643,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(644,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(645,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(646,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(647,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(648,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(649,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(650,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(651,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(652,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(653,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(654,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(655,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(656,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(657,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(658,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(659,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(660,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(661,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'07:37:54','open',1),(662,'142',0.00,16.07,16.07,3,'branch',1,1,'2022-12-05','2022-12-05',1,'08:35:06','open',2),(663,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(664,'139',144.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(665,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(666,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(667,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(668,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(669,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(670,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(671,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(672,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(673,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(674,'129',1487.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(675,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(676,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(677,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(678,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(679,'124',103.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(680,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(681,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(682,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(683,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(684,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(685,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(686,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',2),(687,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(688,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(689,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(690,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(691,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(692,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(693,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(694,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(695,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(696,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(697,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(698,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(699,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(700,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(701,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(702,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(703,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(704,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(705,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(706,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(707,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(708,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(709,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(710,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(711,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(712,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(713,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(714,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(715,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(716,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(717,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(718,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(719,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(720,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(721,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(722,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(723,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(724,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(725,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(726,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(727,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(728,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(729,'74',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(730,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(731,'72',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(732,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(733,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(734,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(735,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(736,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(737,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(738,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(739,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(740,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(741,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(742,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(743,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(744,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(745,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(746,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(747,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(748,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(749,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(750,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(751,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(752,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(753,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(754,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(755,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(756,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(757,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(758,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(759,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(760,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(761,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(762,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(763,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(764,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(765,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(766,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(767,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(768,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(769,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(770,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(771,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(772,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(773,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(774,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(775,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(776,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(777,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(778,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(779,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(780,'23',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(781,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(782,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(783,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(784,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(785,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(786,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(787,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(788,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(789,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(790,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(791,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(792,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(793,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(794,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(795,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(796,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(797,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(798,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(799,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(800,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(801,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(802,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:35:06','open',1),(803,'142',0.16,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(804,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(805,'139',144.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(806,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(807,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(808,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(809,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(810,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(811,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(812,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(813,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(814,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(815,'129',1485.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(816,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(817,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(818,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(819,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(820,'124',103.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(821,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(822,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(823,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(824,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(825,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(826,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(827,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',2),(828,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(829,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(830,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(831,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(832,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(833,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(834,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(835,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(836,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(837,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(838,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(839,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(840,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(841,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(842,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(843,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(844,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(845,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(846,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(847,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(848,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(849,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(850,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(851,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(852,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(853,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(854,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(855,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(856,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(857,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(858,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(859,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(860,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(861,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(862,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(863,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(864,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(865,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(866,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(867,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(868,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(869,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(870,'74',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(871,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(872,'72',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(873,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(874,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(875,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(876,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(877,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(878,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(879,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(880,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(881,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(882,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(883,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(884,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(885,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(886,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(887,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(888,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(889,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(890,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(891,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(892,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(893,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(894,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(895,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(896,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(897,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(898,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(899,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(900,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(901,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(902,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(903,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(904,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(905,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(906,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(907,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(908,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(909,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(910,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(911,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(912,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(913,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(914,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(915,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(916,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(917,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(918,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(919,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(920,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(921,'23',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(922,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(923,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(924,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(925,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(926,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(927,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(928,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(929,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(930,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(931,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(932,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(933,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(934,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(935,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(936,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(937,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(938,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(939,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(940,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(941,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(942,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(943,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:41:29','open',1),(944,'142',0.16,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(945,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(946,'139',144.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(947,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(948,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(949,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(950,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(951,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(952,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(953,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(954,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(955,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(956,'129',1485.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(957,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(958,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(959,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(960,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(961,'124',103.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(962,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(963,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(964,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(965,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(966,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(967,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(968,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',2),(969,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(970,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(971,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(972,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(973,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(974,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(975,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(976,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(977,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(978,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(979,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(980,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(981,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(982,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(983,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(984,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(985,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(986,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(987,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(988,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(989,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(990,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(991,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(992,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(993,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(994,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(995,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(996,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(997,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(998,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(999,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1000,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1001,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1002,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1003,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1004,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1005,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1006,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1007,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1008,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1009,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1010,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1011,'74',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1012,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1013,'72',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1014,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1015,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1016,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1017,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1018,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1019,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1020,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1021,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1022,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1023,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1024,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1025,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1026,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1027,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1028,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1029,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1030,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1031,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1032,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1033,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1034,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1035,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1036,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1037,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1038,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1039,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1040,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1041,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1042,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1043,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1044,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1045,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1046,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1047,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1048,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1049,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1050,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1051,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1052,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1053,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1054,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1055,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1056,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1057,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1058,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1059,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1060,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1061,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1062,'23',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1063,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1064,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1065,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1066,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1067,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1068,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1069,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1070,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1071,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1072,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1073,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1074,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1075,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1076,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1077,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1078,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1079,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1080,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1081,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1082,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1083,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1084,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'08:42:09','open',1),(1085,'143',312.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1086,'142',16.07,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1087,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1088,'139',143.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1089,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1090,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1091,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1092,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1093,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1094,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1095,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1096,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1097,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1098,'129',1472.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1099,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1100,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1101,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1102,'125',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1103,'124',103.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1104,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1105,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1106,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1107,'120',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1108,'119',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1109,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1110,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',2),(1111,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1112,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1113,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1114,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1115,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1116,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1117,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1118,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1119,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1120,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1121,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1122,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1123,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1124,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1125,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1126,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1127,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1128,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1129,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1130,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1131,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1132,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1133,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1134,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1135,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1136,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1137,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1138,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1139,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1140,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1141,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1142,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1143,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1144,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1145,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1146,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1147,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1148,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1149,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1150,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1151,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1152,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1153,'74',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1154,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1155,'72',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1156,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1157,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1158,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1159,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1160,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1161,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1162,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1163,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1164,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1165,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1166,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1167,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1168,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1169,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1170,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1171,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1172,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1173,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1174,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1175,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1176,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1177,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1178,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1179,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1180,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1181,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1182,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1183,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1184,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1185,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1186,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1187,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1188,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1189,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1190,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1191,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1192,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1193,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1194,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1195,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1196,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1197,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1198,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1199,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1200,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1201,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1202,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1203,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1204,'23',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1205,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1206,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1207,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1208,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1209,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1210,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1211,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1212,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1213,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1214,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1215,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1216,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1217,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1218,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1219,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1220,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1221,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1222,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1223,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1224,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1225,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1226,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'09:34:28','open',1),(1227,'143',311.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1228,'142',16.07,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1229,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1230,'139',140.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1231,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1232,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1233,'136',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1234,'135',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1235,'134',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1236,'133',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1237,'132',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1238,'131',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1239,'130',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1240,'129',1461.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1241,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1242,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1243,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1244,'125',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1245,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1246,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1247,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1248,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1249,'120',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1250,'119',7.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1251,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1252,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',2),(1253,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1254,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1255,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1256,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1257,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1258,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1259,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1260,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1261,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1262,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1263,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1264,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1265,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1266,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1267,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1268,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1269,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1270,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1271,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1272,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1273,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1274,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1275,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1276,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1277,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1278,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1279,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1280,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1281,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1282,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1283,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1284,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1285,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1286,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1287,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1288,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1289,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1290,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1291,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1292,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1293,'76',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1294,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1295,'74',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1296,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1297,'72',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1298,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1299,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1300,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1301,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1302,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1303,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1304,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1305,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1306,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1307,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1308,'61',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1309,'60',25.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1310,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1311,'58',31.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1312,'57',51.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1313,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1314,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1315,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1316,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1317,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1318,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1319,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1320,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1321,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1322,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1323,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1324,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1325,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1326,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1327,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1328,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1329,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1330,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1331,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1332,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1333,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1334,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1335,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1336,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1337,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1338,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1339,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1340,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1341,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1342,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1343,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1344,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1345,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1346,'23',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1347,'22',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1348,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1349,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1350,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1351,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1352,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1353,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1354,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1355,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1356,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1357,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1358,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1359,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1360,'9',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1361,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1362,'7',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1363,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1364,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1365,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1366,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1367,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1368,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'12:01:46','open',1),(1369,'143',294.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1370,'142',14.07,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1371,'141',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1372,'139',138.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1373,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1374,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1375,'136',46.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1376,'135',47.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1377,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1378,'133',83.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1379,'132',86.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1380,'131',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1381,'130',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1382,'129',1447.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1383,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1384,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1385,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1386,'125',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1387,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1388,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1389,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1390,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1391,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1392,'119',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1393,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1394,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',2),(1395,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1396,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1397,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1398,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1399,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1400,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1401,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1402,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1403,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1404,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1405,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1406,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1407,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1408,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1409,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1410,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1411,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1412,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1413,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1414,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1415,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1416,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1417,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1418,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1419,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1420,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1421,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1422,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1423,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1424,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1425,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1426,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1427,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1428,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1429,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1430,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1431,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1432,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1433,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1434,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1435,'76',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1436,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1437,'74',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1438,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1439,'72',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1440,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1441,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1442,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1443,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1444,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1445,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1446,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1447,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1448,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1449,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1450,'61',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1451,'60',21.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1452,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1453,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1454,'57',43.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1455,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1456,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1457,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1458,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1459,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1460,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1461,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1462,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1463,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1464,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1465,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1466,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1467,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1468,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1469,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1470,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1471,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1472,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1473,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1474,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1475,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1476,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1477,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1478,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1479,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1480,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1481,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1482,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1483,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1484,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1485,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1486,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1487,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1488,'23',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1489,'22',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1490,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1491,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1492,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1493,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1494,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1495,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1496,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1497,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1498,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1499,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1500,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1501,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1502,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1503,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1504,'7',7.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1505,'6',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1506,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1507,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1508,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1509,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1510,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'17:46:09','open',1),(1511,'143',293.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1512,'142',13.57,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1513,'141',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1514,'139',138.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1515,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1516,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1517,'136',46.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1518,'135',47.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1519,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1520,'133',81.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1521,'132',86.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1522,'131',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1523,'130',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1524,'129',1446.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1525,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1526,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1527,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1528,'125',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1529,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1530,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1531,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1532,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1533,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1534,'119',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1535,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1536,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',2),(1537,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1538,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1539,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1540,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1541,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1542,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1543,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1544,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1545,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1546,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1547,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1548,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1549,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1550,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1551,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1552,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1553,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1554,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1555,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1556,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1557,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1558,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1559,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1560,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1561,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1562,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1563,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1564,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1565,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1566,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1567,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1568,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1569,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1570,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1571,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1572,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1573,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1574,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1575,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1576,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1577,'76',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1578,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1579,'74',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1580,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1581,'72',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1582,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1583,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1584,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1585,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1586,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1587,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1588,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1589,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1590,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1591,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1592,'61',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1593,'60',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1594,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1595,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1596,'57',42.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1597,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1598,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1599,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1600,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1601,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1602,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1603,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1604,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1605,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1606,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1607,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1608,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1609,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1610,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1611,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1612,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1613,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1614,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1615,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1616,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1617,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1618,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1619,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1620,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1621,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1622,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1623,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1624,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1625,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1626,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1627,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1628,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1629,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1630,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1631,'22',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1632,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1633,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1634,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1635,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1636,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1637,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1638,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1639,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1640,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1641,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1642,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1643,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1644,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1645,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1646,'7',7.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1647,'6',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1648,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1649,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1650,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1651,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1652,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:01','open',1),(1653,'143',293.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1654,'142',13.57,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1655,'141',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1656,'139',138.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1657,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1658,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1659,'136',46.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1660,'135',47.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1661,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1662,'133',81.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1663,'132',86.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1664,'131',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1665,'130',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1666,'129',1446.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1667,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1668,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1669,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1670,'125',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1671,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1672,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1673,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1674,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1675,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1676,'119',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1677,'118',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1678,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',2),(1679,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1680,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1681,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1682,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1683,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1684,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1685,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1686,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1687,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1688,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1689,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1690,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1691,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1692,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1693,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1694,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1695,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1696,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1697,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1698,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1699,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1700,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1701,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1702,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1703,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1704,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1705,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1706,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1707,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1708,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1709,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1710,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1711,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1712,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1713,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1714,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1715,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1716,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1717,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1718,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1719,'76',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1720,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1721,'74',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1722,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1723,'72',16.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1724,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1725,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1726,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1727,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1728,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1729,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1730,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1731,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1732,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1733,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1734,'61',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1735,'60',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1736,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1737,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1738,'57',42.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1739,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1740,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1741,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1742,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1743,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1744,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1745,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1746,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1747,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1748,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1749,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1750,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1751,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1752,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1753,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1754,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1755,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1756,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1757,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1758,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1759,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1760,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1761,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1762,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1763,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1764,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1765,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1766,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1767,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1768,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1769,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1770,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1771,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1772,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1773,'22',13.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1774,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1775,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1776,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1777,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1778,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1779,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1780,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1781,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1782,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1783,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1784,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1785,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1786,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1787,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1788,'7',7.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1789,'6',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1790,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1791,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1792,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1793,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1794,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:25:30','open',1),(1795,'143',293.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1796,'142',13.57,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1797,'141',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1798,'139',138.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1799,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1800,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1801,'136',46.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1802,'135',47.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1803,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1804,'133',80.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1805,'132',86.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1806,'131',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1807,'130',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1808,'129',1446.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1809,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1810,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1811,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1812,'125',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1813,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1814,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1815,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1816,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1817,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1818,'119',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1819,'118',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1820,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',2),(1821,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1822,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1823,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1824,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1825,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1826,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1827,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1828,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1829,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1830,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1831,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1832,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1833,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1834,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1835,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1836,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1837,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1838,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1839,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1840,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1841,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1842,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1843,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1844,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1845,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1846,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1847,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1848,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1849,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1850,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1851,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1852,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1853,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1854,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1855,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1856,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1857,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1858,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1859,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1860,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1861,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1862,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1863,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1864,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1865,'72',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1866,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1867,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1868,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1869,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1870,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1871,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1872,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1873,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1874,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1875,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1876,'61',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1877,'60',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1878,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1879,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1880,'57',39.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1881,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1882,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1883,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1884,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1885,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1886,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1887,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1888,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1889,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1890,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1891,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1892,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1893,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1894,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1895,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1896,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1897,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1898,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1899,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1900,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1901,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1902,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1903,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1904,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1905,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1906,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1907,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1908,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1909,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1910,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1911,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1912,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1913,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1914,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1915,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1916,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1917,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1918,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1919,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1920,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1921,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1922,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1923,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1924,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1925,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1926,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1927,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1928,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1929,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1930,'7',7.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1931,'6',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1932,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1933,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1934,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1935,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1936,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'18:50:09','open',1),(1937,'143',293.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1938,'142',13.57,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1939,'141',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1940,'139',138.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1941,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1942,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1943,'136',46.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1944,'135',47.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1945,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1946,'133',80.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1947,'132',86.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1948,'131',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1949,'130',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1950,'129',1446.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1951,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1952,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1953,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1954,'125',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1955,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1956,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1957,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1958,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1959,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1960,'119',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1961,'118',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1962,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',2),(1963,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1964,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1965,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1966,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1967,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1968,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1969,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1970,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1971,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1972,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1973,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1974,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1975,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1976,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1977,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1978,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1979,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1980,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1981,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1982,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1983,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1984,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1985,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1986,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1987,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1988,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1989,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1990,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1991,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1992,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1993,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1994,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1995,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1996,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1997,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1998,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(1999,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2000,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2001,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2002,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2003,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2004,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2005,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2006,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2007,'72',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2008,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2009,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2010,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2011,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2012,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2013,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2014,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2015,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2016,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2017,'62',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2018,'61',21.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2019,'60',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2020,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2021,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2022,'57',39.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2023,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2024,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2025,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2026,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2027,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2028,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2029,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2030,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2031,'48',9.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2032,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2033,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2034,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2035,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2036,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2037,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2038,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2039,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2040,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2041,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2042,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2043,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2044,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2045,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2046,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2047,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2048,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2049,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2050,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2051,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2052,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2053,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2054,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2055,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2056,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2057,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2058,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2059,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2060,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2061,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2062,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2063,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2064,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2065,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2066,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2067,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2068,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2069,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2070,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2071,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2072,'7',7.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2073,'6',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2074,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2075,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2076,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2077,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2078,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'19:35:57','open',1),(2079,'143',292.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2080,'142',13.32,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2081,'141',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2082,'139',138.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2083,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2084,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2085,'136',46.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2086,'135',47.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2087,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2088,'133',80.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2089,'132',85.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2090,'131',24.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2091,'130',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2092,'129',1446.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2093,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2094,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2095,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2096,'125',48.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2097,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2098,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2099,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2100,'121',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2101,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2102,'119',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2103,'118',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2104,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',2),(2105,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2106,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2107,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2108,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2109,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2110,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2111,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2112,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2113,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2114,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2115,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2116,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2117,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2118,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2119,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2120,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2121,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2122,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2123,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2124,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2125,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2126,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2127,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2128,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2129,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2130,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2131,'90',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2132,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2133,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2134,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2135,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2136,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2137,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2138,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2139,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2140,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2141,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2142,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2143,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2144,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2145,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2146,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2147,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2148,'73',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2149,'72',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2150,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2151,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2152,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2153,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2154,'67',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2155,'66',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2156,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2157,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2158,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2159,'62',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2160,'61',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2161,'60',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2162,'59',49.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2163,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2164,'57',37.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2165,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2166,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2167,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2168,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2169,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2170,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2171,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2172,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2173,'48',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2174,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2175,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2176,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2177,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2178,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2179,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2180,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2181,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2182,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2183,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2184,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2185,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2186,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2187,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2188,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2189,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2190,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2191,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2192,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2193,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2194,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2195,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2196,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2197,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2198,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2199,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2200,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2201,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2202,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2203,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2204,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2205,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2206,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2207,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2208,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2209,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2210,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2211,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2212,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2213,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2214,'7',7.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2215,'6',6.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2216,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2217,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2218,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2219,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2220,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-05','',0,'20:18:51','open',1),(2221,'147',50.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2222,'146',16.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2223,'145',19.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2224,'144',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2225,'143',263.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2226,'142',5.57,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2227,'141',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2228,'139',131.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2229,'138',23.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2230,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2231,'136',44.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2232,'135',44.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2233,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2234,'133',74.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2235,'132',82.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2236,'131',22.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2237,'130',23.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2238,'129',1294.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2239,'128',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2240,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2241,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2242,'125',47.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2243,'124',105.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2244,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2245,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2246,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2247,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2248,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2249,'118',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2250,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',2),(2251,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2252,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2253,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2254,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2255,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2256,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2257,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2258,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2259,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2260,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2261,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2262,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2263,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2264,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2265,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2266,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2267,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2268,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2269,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2270,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2271,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2272,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2273,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2274,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2275,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2276,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2277,'90',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2278,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2279,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2280,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2281,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2282,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2283,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2284,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2285,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2286,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2287,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2288,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2289,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2290,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2291,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2292,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2293,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2294,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2295,'72',25.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2296,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2297,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2298,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2299,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2300,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2301,'66',0.00,12.00,12.00,3,'branch',1,1,'2022-12-08','2022-12-08',1,'08:24:31','open',1),(2302,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2303,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2304,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2305,'62',23.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2306,'61',18.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2307,'60',13.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2308,'59',46.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2309,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2310,'57',35.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2311,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2312,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2313,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2314,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2315,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2316,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2317,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2318,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2319,'48',7.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2320,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2321,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2322,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2323,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2324,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2325,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2326,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2327,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2328,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2329,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2330,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2331,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2332,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2333,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2334,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2335,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2336,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2337,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2338,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2339,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2340,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2341,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2342,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2343,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2344,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2345,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2346,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2347,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2348,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2349,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2350,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2351,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2352,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2353,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2354,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2355,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2356,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2357,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2358,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2359,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2360,'7',6.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2361,'6',6.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2362,'5',8.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2363,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2364,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2365,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2366,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-08','',0,'08:24:31','open',1),(2367,'147',45.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2368,'146',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2369,'145',14.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2370,'144',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2371,'143',231.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2372,'142',11.50,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2373,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2374,'139',122.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2375,'138',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2376,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2377,'136',43.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2378,'135',44.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2379,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2380,'133',66.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2381,'132',74.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2382,'131',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2383,'130',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2384,'129',1152.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2385,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2386,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2387,'125',46.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2388,'124',106.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2389,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2390,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2391,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2392,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2393,'119',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2394,'118',13.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2395,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',2),(2396,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2397,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2398,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2399,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2400,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2401,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2402,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2403,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2404,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2405,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2406,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2407,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2408,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2409,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2410,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2411,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2412,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2413,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2414,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2415,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2416,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2417,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2418,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2419,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2420,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2421,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2422,'90',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2423,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2424,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2425,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2426,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2427,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2428,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2429,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2430,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2431,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2432,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2433,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2434,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2435,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2436,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2437,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2438,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2439,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2440,'72',25.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2441,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2442,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2443,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2444,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2445,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2446,'66',12.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2447,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2448,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2449,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2450,'62',23.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2451,'61',18.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2452,'60',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2453,'59',46.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2454,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2455,'57',35.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2456,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2457,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2458,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2459,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2460,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2461,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2462,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2463,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2464,'48',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2465,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2466,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2467,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2468,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2469,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2470,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2471,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2472,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2473,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2474,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2475,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2476,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2477,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2478,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2479,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2480,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2481,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2482,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2483,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2484,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2485,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2486,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2487,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2488,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2489,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2490,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2491,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2492,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2493,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2494,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2495,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2496,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2497,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2498,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2499,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2500,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2501,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2502,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2503,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2504,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2505,'7',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2506,'6',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2507,'5',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2508,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2509,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2510,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2511,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:15:44','open',1),(2512,'147',45.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2513,'146',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2514,'145',14.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2515,'144',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2516,'143',231.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2517,'142',11.50,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2518,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2519,'139',122.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2520,'138',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2521,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2522,'136',43.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2523,'135',44.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2524,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2525,'133',66.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2526,'132',74.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2527,'131',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2528,'130',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2529,'129',1152.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2530,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2531,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2532,'125',46.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2533,'124',106.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2534,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2535,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2536,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2537,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2538,'119',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2539,'118',13.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2540,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',2),(2541,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2542,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2543,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2544,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2545,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2546,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2547,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2548,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2549,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2550,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2551,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2552,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2553,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2554,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2555,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2556,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2557,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2558,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2559,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2560,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2561,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2562,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2563,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2564,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2565,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2566,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2567,'90',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2568,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2569,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2570,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2571,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2572,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2573,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2574,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2575,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2576,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2577,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2578,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2579,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2580,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2581,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2582,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2583,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2584,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2585,'72',25.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2586,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2587,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2588,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2589,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2590,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2591,'66',12.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2592,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2593,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2594,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2595,'62',23.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2596,'61',18.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2597,'60',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2598,'59',46.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2599,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2600,'57',35.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2601,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2602,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2603,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2604,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2605,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2606,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2607,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2608,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2609,'48',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2610,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2611,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2612,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2613,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2614,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2615,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2616,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2617,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2618,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2619,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2620,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2621,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2622,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2623,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2624,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2625,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2626,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2627,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2628,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2629,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2630,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2631,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2632,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2633,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2634,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2635,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2636,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2637,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2638,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2639,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2640,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2641,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2642,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2643,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2644,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2645,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2646,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2647,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2648,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2649,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2650,'7',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2651,'6',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2652,'5',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2653,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2654,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2655,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2656,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:16:42','open',1),(2657,'147',45.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2658,'146',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2659,'145',14.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2660,'144',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2661,'143',231.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2662,'142',11.50,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2663,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2664,'139',122.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2665,'138',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2666,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2667,'136',43.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2668,'135',44.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2669,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2670,'133',66.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2671,'132',74.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2672,'131',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2673,'130',22.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2674,'129',1152.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2675,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2676,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2677,'125',46.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2678,'124',106.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2679,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2680,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2681,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2682,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2683,'119',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2684,'118',13.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2685,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',2),(2686,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2687,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2688,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2689,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2690,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2691,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2692,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2693,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2694,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2695,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2696,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2697,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2698,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2699,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2700,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2701,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2702,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2703,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2704,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2705,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2706,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2707,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2708,'94',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2709,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2710,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2711,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2712,'90',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2713,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2714,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2715,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2716,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2717,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2718,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2719,'83',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2720,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2721,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2722,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2723,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2724,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2725,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2726,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2727,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2728,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2729,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2730,'72',25.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2731,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2732,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2733,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2734,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2735,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2736,'66',12.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2737,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2738,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2739,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2740,'62',23.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2741,'61',18.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2742,'60',11.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2743,'59',46.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2744,'58',23.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2745,'57',35.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2746,'56',20.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2747,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2748,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2749,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2750,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2751,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2752,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2753,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2754,'48',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2755,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2756,'46',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2757,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2758,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2759,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2760,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2761,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2762,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2763,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2764,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2765,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2766,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2767,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2768,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2769,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2770,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2771,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2772,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2773,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2774,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2775,'27',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2776,'26',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2777,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2778,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2779,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2780,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2781,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2782,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2783,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2784,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2785,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2786,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2787,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2788,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2789,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2790,'12',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2791,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2792,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2793,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2794,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2795,'7',4.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2796,'6',7.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2797,'5',7.00,7.00,0.00,3,'branch',1,1,'2022-12-09','2022-12-09',1,'15:17:38','open',1),(2798,'4',15.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2799,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2800,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2801,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-09','',0,'15:17:38','open',1),(2802,'148',10.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2803,'147',23.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2804,'146',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2805,'145',11.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2806,'144',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2807,'143',144.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2808,'142',0.25,17.00,16.75,3,'branch',1,1,'2022-12-13','2022-12-13',1,'16:41:08','open',2),(2809,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2810,'139',97.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2811,'138',21.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2812,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2813,'136',43.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2814,'135',41.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2815,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2816,'133',44.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2817,'132',71.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2818,'131',17.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2819,'130',20.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2820,'129',829.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2821,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2822,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2823,'125',45.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2824,'124',106.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2825,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2826,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2827,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2828,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2829,'119',6.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2830,'118',7.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2831,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',2),(2832,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2833,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2834,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2835,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2836,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2837,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2838,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2839,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2840,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2841,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2842,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2843,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2844,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2845,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2846,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2847,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2848,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2849,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2850,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2851,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2852,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2853,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2854,'94',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2855,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2856,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2857,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2858,'90',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2859,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2860,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2861,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2862,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2863,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2864,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2865,'83',6.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2866,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2867,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2868,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2869,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2870,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2871,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2872,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2873,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2874,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2875,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2876,'72',19.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2877,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2878,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2879,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2880,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2881,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2882,'66',12.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2883,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2884,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2885,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2886,'62',22.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2887,'61',18.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2888,'60',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2889,'59',42.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2890,'58',19.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2891,'57',22.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2892,'56',19.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2893,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2894,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2895,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2896,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2897,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2898,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2899,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2900,'48',7.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2901,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2902,'46',6.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2903,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2904,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2905,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2906,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2907,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2908,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2909,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2910,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2911,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2912,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2913,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2914,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2915,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2916,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2917,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2918,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2919,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2920,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2921,'27',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2922,'26',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2923,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2924,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2925,'23',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2926,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2927,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2928,'20',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2929,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2930,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2931,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2932,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2933,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2934,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2935,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2936,'12',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2937,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2938,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2939,'9',4.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2940,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2941,'7',5.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2942,'6',7.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2943,'5',7.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2944,'4',13.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2945,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2946,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2947,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-13','',0,'16:41:08','open',1),(2948,'148',6.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2949,'147',0.00,100.00,100.00,3,'branch',1,1,'2022-12-18','2022-12-18',1,'10:31:20','open',2),(2950,'146',0.00,30.00,30.00,3,'branch',1,1,'2022-12-18','2022-12-18',1,'10:31:20','open',2),(2951,'145',7.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2952,'144',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2953,'143',69.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2954,'142',10.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2955,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2956,'139',75.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2957,'138',20.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2958,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2959,'136',43.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2960,'135',38.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2961,'134',48.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2962,'133',31.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2963,'132',56.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2964,'131',13.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2965,'130',20.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2966,'129',367.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2967,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2968,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2969,'125',44.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2970,'124',108.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2971,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2972,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2973,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2974,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2975,'119',0.00,12.00,12.00,3,'branch',1,1,'2022-12-18','2022-12-18',1,'10:31:20','open',2),(2976,'118',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2977,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',2),(2978,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2979,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2980,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2981,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2982,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2983,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2984,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2985,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2986,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2987,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2988,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2989,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2990,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2991,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2992,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2993,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2994,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2995,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2996,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2997,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2998,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(2999,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3000,'94',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3001,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3002,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3003,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3004,'90',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3005,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3006,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3007,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3008,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3009,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3010,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3011,'83',6.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3012,'82',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3013,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3014,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3015,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3016,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3017,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3018,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3019,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3020,'74',19.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3021,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3022,'72',19.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3023,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3024,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3025,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3026,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3027,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3028,'66',12.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3029,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3030,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3031,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3032,'62',22.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3033,'61',18.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3034,'60',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3035,'59',40.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3036,'58',19.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3037,'57',13.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3038,'56',17.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3039,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3040,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3041,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3042,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3043,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3044,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3045,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3046,'48',7.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3047,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3048,'46',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3049,'45',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3050,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3051,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3052,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3053,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3054,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3055,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3056,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3057,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3058,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3059,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3060,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3061,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3062,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3063,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3064,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3065,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3066,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3067,'27',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3068,'26',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3069,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3070,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3071,'23',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3072,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3073,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3074,'20',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3075,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3076,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3077,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3078,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3079,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3080,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3081,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3082,'12',4.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3083,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3084,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3085,'9',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3086,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3087,'7',3.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3088,'6',7.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3089,'5',5.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3090,'4',13.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3091,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3092,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3093,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-18','',0,'10:31:20','open',1),(3094,'149',6.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3095,'148',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3096,'147',93.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3097,'146',24.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3098,'145',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3099,'144',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3100,'143',0.00,200.00,200.00,3,'branch',1,1,'2022-12-22','2022-12-22',1,'07:12:25','open',2),(3101,'142',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3102,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3103,'139',50.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3104,'138',20.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3105,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3106,'136',42.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3107,'135',36.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3108,'134',47.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3109,'133',24.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3110,'132',48.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3111,'131',7.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3112,'130',17.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3113,'129',19.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3114,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3115,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3116,'125',44.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3117,'124',108.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3118,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3119,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3120,'121',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3121,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3122,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3123,'118',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3124,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',2),(3125,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3126,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3127,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3128,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3129,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3130,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3131,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3132,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3133,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3134,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3135,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3136,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3137,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3138,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3139,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3140,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3141,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3142,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3143,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3144,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3145,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3146,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3147,'94',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3148,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3149,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3150,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3151,'90',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3152,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3153,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3154,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3155,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3156,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3157,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3158,'83',6.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3159,'82',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3160,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3161,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3162,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3163,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3164,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3165,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3166,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3167,'74',18.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3168,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3169,'72',19.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3170,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3171,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3172,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3173,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3174,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3175,'66',12.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3176,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3177,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3178,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3179,'62',22.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3180,'61',17.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3181,'60',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3182,'59',38.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3183,'58',18.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3184,'57',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3185,'56',17.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3186,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3187,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3188,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3189,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3190,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3191,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3192,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3193,'48',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3194,'47',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3195,'46',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3196,'45',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3197,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3198,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3199,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3200,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3201,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3202,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3203,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3204,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3205,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3206,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3207,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3208,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3209,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3210,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3211,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3212,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3213,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3214,'27',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3215,'26',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3216,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3217,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3218,'23',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3219,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3220,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3221,'20',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3222,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3223,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3224,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3225,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3226,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3227,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3228,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3229,'12',4.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3230,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3231,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3232,'9',3.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3233,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3234,'7',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3235,'6',7.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3236,'5',5.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3237,'4',13.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3238,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3239,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3240,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-22','',0,'07:12:25','open',1),(3241,'150',99.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3242,'149',6.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3243,'148',4.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3244,'147',85.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3245,'146',24.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3246,'145',96.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3247,'144',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3248,'143',141.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3249,'142',0.25,10.00,9.75,3,'branch',1,1,'2022-12-24','2022-12-24',1,'11:29:34','open',2),(3250,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3251,'139',35.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3252,'138',19.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3253,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3254,'136',42.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3255,'135',34.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3256,'134',47.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3257,'133',16.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3258,'132',43.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3259,'131',6.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3260,'130',16.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3261,'129',4888.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3262,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3263,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3264,'125',44.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3265,'124',109.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3266,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3267,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3268,'121',6.50,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3269,'120',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3270,'119',6.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3271,'118',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3272,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',2),(3273,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3274,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3275,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3276,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3277,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3278,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3279,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3280,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3281,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3282,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3283,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3284,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3285,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3286,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3287,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3288,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3289,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3290,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3291,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3292,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3293,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3294,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3295,'94',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3296,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3297,'92',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3298,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3299,'90',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3300,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3301,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3302,'87',6.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3303,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3304,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3305,'84',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3306,'83',6.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3307,'82',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3308,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3309,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3310,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3311,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3312,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3313,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3314,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3315,'74',15.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3316,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3317,'72',17.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3318,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3319,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3320,'69',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3321,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3322,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3323,'66',11.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3324,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3325,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3326,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3327,'62',21.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3328,'61',14.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3329,'60',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3330,'59',35.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3331,'58',14.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3332,'57',99.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3333,'56',16.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3334,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3335,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3336,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3337,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3338,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3339,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3340,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3341,'48',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3342,'47',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3343,'46',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3344,'45',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3345,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3346,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3347,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3348,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3349,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3350,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3351,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3352,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3353,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3354,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3355,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3356,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3357,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3358,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3359,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3360,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3361,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3362,'27',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3363,'26',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3364,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3365,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3366,'23',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3367,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3368,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3369,'20',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3370,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3371,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3372,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3373,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3374,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3375,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3376,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3377,'12',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3378,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3379,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3380,'9',3.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3381,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3382,'7',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3383,'6',9.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3384,'5',5.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3385,'4',13.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3386,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3387,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3388,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-24','',0,'11:29:34','open',1),(3389,'150',97.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3390,'149',6.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3391,'148',4.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3392,'147',81.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3393,'146',24.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3394,'145',90.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3395,'144',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3396,'143',122.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3397,'142',1.75,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3398,'141',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3399,'139',23.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3400,'138',19.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3401,'137',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3402,'136',42.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3403,'135',34.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3404,'134',47.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3405,'133',6.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3406,'132',41.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3407,'131',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3408,'130',15.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3409,'129',4800.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3410,'127',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3411,'126',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3412,'125',44.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3413,'124',109.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3414,'123',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3415,'122',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3416,'121',6.50,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3417,'120',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3418,'119',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3419,'118',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3420,'117',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',2),(3421,'116',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3422,'115',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3423,'114',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3424,'113',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3425,'112',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3426,'111',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3427,'110',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3428,'109',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3429,'108',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3430,'107',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3431,'106',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3432,'105',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3433,'104',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3434,'103',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3435,'102',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3436,'101',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3437,'100',8.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3438,'99',6.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3439,'98',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3440,'97',17.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3441,'96',4.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3442,'95',4.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3443,'94',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3444,'93',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3445,'92',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3446,'91',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3447,'90',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3448,'89',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3449,'88',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3450,'87',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3451,'86',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3452,'85',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3453,'84',0.00,5.00,5.00,3,'branch',1,1,'2022-12-25','2022-12-25',1,'15:20:47','open',1),(3454,'83',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3455,'82',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3456,'81',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3457,'80',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3458,'79',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3459,'78',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3460,'77',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3461,'76',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3462,'75',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3463,'74',14.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3464,'73',11.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3465,'72',17.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3466,'71',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3467,'70',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3468,'69',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3469,'68',14.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3470,'67',11.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3471,'66',9.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3472,'65',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3473,'64',26.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3474,'63',8.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3475,'62',21.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3476,'61',14.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3477,'60',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3478,'59',34.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3479,'58',14.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3480,'57',92.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3481,'56',13.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3482,'55',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3483,'54',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3484,'53',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3485,'52',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3486,'51',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3487,'50',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3488,'49',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3489,'48',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3490,'47',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3491,'46',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3492,'45',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3493,'44',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3494,'43',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3495,'42',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3496,'41',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3497,'40',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3498,'39',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3499,'38',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3500,'37',8.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3501,'36',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3502,'35',4.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3503,'34',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3504,'33',10.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3505,'32',10.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3506,'31',18.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3507,'30',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3508,'29',4.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3509,'28',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3510,'27',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3511,'26',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3512,'25',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3513,'24',4.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3514,'23',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3515,'22',12.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3516,'21',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3517,'20',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3518,'19',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3519,'18',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3520,'17',4.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3521,'16',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3522,'15',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3523,'14',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3524,'13',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3525,'12',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3526,'11',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3527,'10',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3528,'9',3.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3529,'8',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3530,'7',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3531,'6',9.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3532,'5',5.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3533,'4',13.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3534,'3',2.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3535,'2',0.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3536,'1',1.00,0.00,0.00,3,'branch',1,1,'2022-12-25','',0,'15:20:47','open',1),(3537,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3538,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3539,'148',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3540,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3541,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3542,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3543,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3544,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3545,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3546,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3547,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3548,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3549,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3550,'136',40.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3551,'135',32.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3552,'134',45.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3553,'133',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3554,'132',22.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3555,'131',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3556,'130',9.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3557,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3558,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3559,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3560,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3561,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3562,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3563,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3564,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3565,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3566,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3567,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3568,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',2),(3569,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3570,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3571,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3572,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3573,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3574,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3575,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3576,'109',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3577,'108',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3578,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3579,'106',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3580,'105',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3581,'104',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3582,'103',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3583,'102',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3584,'101',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3585,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3586,'99',6.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3587,'98',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3588,'97',17.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3589,'96',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3590,'95',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3591,'94',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3592,'93',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3593,'92',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3594,'91',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3595,'90',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3596,'89',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3597,'88',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3598,'87',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3599,'86',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3600,'85',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3601,'84',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3602,'83',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3603,'82',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3604,'81',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3605,'80',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3606,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3607,'78',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3608,'77',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3609,'76',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3610,'75',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3611,'74',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3612,'73',11.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3613,'72',15.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3614,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3615,'70',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3616,'69',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3617,'68',14.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3618,'67',11.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3619,'66',9.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3620,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3621,'64',26.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3622,'63',8.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3623,'62',20.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3624,'61',11.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3625,'60',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3626,'59',25.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3627,'58',10.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3628,'57',91.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3629,'56',12.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3630,'55',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3631,'54',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3632,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3633,'52',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3634,'51',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3635,'50',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3636,'49',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3637,'48',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3638,'47',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3639,'46',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3640,'45',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3641,'44',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3642,'43',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3643,'42',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3644,'41',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3645,'40',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3646,'39',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3647,'38',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3648,'37',8.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3649,'36',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3650,'35',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3651,'34',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3652,'33',10.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3653,'32',10.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3654,'31',18.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3655,'30',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3656,'29',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3657,'28',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3658,'27',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3659,'26',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3660,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3661,'24',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3662,'23',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3663,'22',12.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3664,'21',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3665,'20',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3666,'19',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3667,'18',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3668,'17',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3669,'16',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3670,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3671,'14',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3672,'13',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3673,'12',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3674,'11',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3675,'10',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3676,'9',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3677,'8',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3678,'7',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3679,'6',7.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3680,'5',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3681,'4',12.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3682,'3',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3683,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3684,'1',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'14:46:07','open',1),(3685,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3686,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3687,'148',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3688,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3689,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3690,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3691,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3692,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3693,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3694,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3695,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3696,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3697,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3698,'136',40.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3699,'135',32.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3700,'134',45.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3701,'133',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3702,'132',22.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3703,'131',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3704,'130',9.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3705,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3706,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3707,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3708,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3709,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3710,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3711,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3712,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3713,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3714,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3715,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3716,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',2),(3717,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3718,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3719,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3720,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3721,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3722,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3723,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3724,'109',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3725,'108',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3726,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3727,'106',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3728,'105',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3729,'104',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3730,'103',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3731,'102',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3732,'101',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3733,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3734,'99',6.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3735,'98',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3736,'97',17.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3737,'96',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3738,'95',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3739,'94',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3740,'93',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3741,'92',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3742,'91',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3743,'90',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3744,'89',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3745,'88',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3746,'87',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3747,'86',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3748,'85',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3749,'84',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3750,'83',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3751,'82',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3752,'81',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3753,'80',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3754,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3755,'78',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3756,'77',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3757,'76',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3758,'75',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3759,'74',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3760,'73',11.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3761,'72',15.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3762,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3763,'70',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3764,'69',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3765,'68',14.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3766,'67',11.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3767,'66',9.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3768,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3769,'64',26.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3770,'63',8.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3771,'62',20.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3772,'61',11.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3773,'60',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3774,'59',25.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3775,'58',10.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3776,'57',91.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3777,'56',12.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3778,'55',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3779,'54',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3780,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3781,'52',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3782,'51',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3783,'50',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3784,'49',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3785,'48',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3786,'47',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3787,'46',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3788,'45',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3789,'44',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3790,'43',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3791,'42',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3792,'41',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3793,'40',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3794,'39',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3795,'38',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3796,'37',8.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3797,'36',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3798,'35',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3799,'34',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3800,'33',10.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3801,'32',10.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3802,'31',18.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3803,'30',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3804,'29',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3805,'28',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3806,'27',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3807,'26',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3808,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3809,'24',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3810,'23',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3811,'22',12.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3812,'21',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3813,'20',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3814,'19',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3815,'18',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3816,'17',4.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3817,'16',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3818,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3819,'14',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3820,'13',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3821,'12',3.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3822,'11',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3823,'10',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3824,'9',2.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3825,'8',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3826,'7',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3827,'6',7.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3828,'5',5.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3829,'4',12.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3830,'3',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3831,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3832,'1',1.00,0.00,0.00,3,'branch',1,1,'2023-01-05','',0,'15:35:29','open',1),(3833,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3834,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3835,'148',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3836,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3837,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3838,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3839,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3840,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3841,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3842,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3843,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3844,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3845,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3846,'136',40.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3847,'135',32.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3848,'134',45.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3849,'133',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3850,'132',22.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3851,'131',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3852,'130',9.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3853,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3854,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3855,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3856,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3857,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3858,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3859,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3860,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3861,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3862,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3863,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3864,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',2),(3865,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3866,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3867,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3868,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3869,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3870,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3871,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3872,'109',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3873,'108',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3874,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3875,'106',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3876,'105',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3877,'104',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3878,'103',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3879,'102',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3880,'101',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3881,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3882,'99',6.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3883,'98',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3884,'97',17.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3885,'96',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3886,'95',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3887,'94',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3888,'93',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3889,'92',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3890,'91',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3891,'90',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3892,'89',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3893,'88',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3894,'87',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3895,'86',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3896,'85',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3897,'84',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3898,'83',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3899,'82',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3900,'81',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3901,'80',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3902,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3903,'78',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3904,'77',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3905,'76',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3906,'75',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3907,'74',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3908,'73',11.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3909,'72',15.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3910,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3911,'70',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3912,'69',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3913,'68',14.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3914,'67',11.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3915,'66',9.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3916,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3917,'64',26.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3918,'63',8.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3919,'62',20.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3920,'61',11.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3921,'60',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3922,'59',25.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3923,'58',10.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3924,'57',91.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3925,'56',12.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3926,'55',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3927,'54',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3928,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3929,'52',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3930,'51',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3931,'50',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3932,'49',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3933,'48',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3934,'47',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3935,'46',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3936,'45',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3937,'44',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3938,'43',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3939,'42',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3940,'41',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3941,'40',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3942,'39',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3943,'38',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3944,'37',8.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3945,'36',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3946,'35',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3947,'34',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3948,'33',10.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3949,'32',10.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3950,'31',18.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3951,'30',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3952,'29',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3953,'28',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3954,'27',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3955,'26',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3956,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3957,'24',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3958,'23',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3959,'22',12.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3960,'21',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3961,'20',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3962,'19',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3963,'18',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3964,'17',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3965,'16',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3966,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3967,'14',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3968,'13',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3969,'12',3.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3970,'11',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3971,'10',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3972,'9',2.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3973,'8',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3974,'7',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3975,'6',7.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3976,'5',5.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3977,'4',12.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3978,'3',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3979,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3980,'1',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:12:07','open',1),(3981,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3982,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(3983,'148',4.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(3984,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3985,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3986,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3987,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3988,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3989,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3990,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3991,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3992,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(3993,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3994,'136',40.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3995,'135',32.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3996,'134',45.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3997,'133',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(3998,'132',22.00,159.00,137.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',2),(3999,'131',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4000,'130',9.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4001,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4002,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4003,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4004,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4005,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4006,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4007,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4008,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4009,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4010,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4011,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4012,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',2),(4013,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4014,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4015,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4016,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4017,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4018,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4019,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4020,'109',0.00,2.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4021,'108',0.00,1.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4022,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4023,'106',0.00,12.00,12.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4024,'105',0.00,3.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4025,'104',0.00,3.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4026,'103',0.00,1.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4027,'102',0.00,2.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4028,'101',0.00,2.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4029,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4030,'99',6.00,8.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4031,'98',2.00,0.00,-2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4032,'97',17.00,17.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4033,'96',4.00,4.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4034,'95',4.00,4.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4035,'94',2.00,6.00,4.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4036,'93',3.00,6.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4037,'92',1.00,2.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4038,'91',5.00,5.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4039,'90',2.00,4.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4040,'89',3.00,4.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4041,'88',1.00,1.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4042,'87',5.00,4.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4043,'86',0.00,1.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4044,'85',5.00,0.00,-5.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4045,'84',5.00,2.00,-3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4046,'83',5.00,5.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4047,'82',1.00,3.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4048,'81',1.00,3.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4049,'80',0.00,2.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4050,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4051,'78',1.00,3.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4052,'77',0.00,1.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4053,'76',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4054,'75',0.00,6.00,6.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4055,'74',4.00,4.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4056,'73',11.00,5.00,-6.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4057,'72',15.00,2.00,-13.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4058,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4059,'70',0.00,4.00,4.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4060,'69',3.00,9.00,6.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4061,'68',14.00,12.00,-2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4062,'67',11.00,14.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4063,'66',9.00,8.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4064,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4065,'64',26.00,16.00,-10.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4066,'63',8.00,12.00,4.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4067,'62',20.00,39.00,19.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4068,'61',11.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4069,'60',0.00,82.00,82.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4070,'59',25.00,7.00,-18.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4071,'58',10.00,82.00,72.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4072,'57',91.00,54.00,-37.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4073,'56',12.00,5.00,-7.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4074,'55',1.00,1.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4075,'54',2.00,2.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4076,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4077,'52',2.00,2.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4078,'51',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4079,'50',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4080,'49',5.00,5.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4081,'48',4.00,5.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4082,'47',2.00,0.00,-2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4083,'46',3.00,7.00,4.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4084,'45',2.00,4.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4085,'44',2.00,2.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4086,'43',2.00,1.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4087,'42',1.00,2.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4088,'41',2.00,3.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4089,'40',3.00,0.00,-3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4090,'39',1.00,3.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4091,'38',1.00,0.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4092,'37',8.00,16.00,8.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4093,'36',0.00,4.00,4.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4094,'35',4.00,4.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4095,'34',5.00,5.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4096,'33',10.00,10.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4097,'32',10.00,10.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4098,'31',18.00,18.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4099,'30',1.00,1.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4100,'29',4.00,4.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4101,'28',1.00,1.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4102,'27',0.00,4.00,4.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4103,'26',3.00,6.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4104,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4105,'24',4.00,3.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4106,'23',2.00,8.00,6.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4107,'22',12.00,6.00,-6.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4108,'21',2.00,2.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4109,'20',1.00,0.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4110,'19',2.00,0.00,-2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4111,'18',1.00,0.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4112,'17',4.00,4.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4113,'16',3.00,3.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4114,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4115,'14',1.00,1.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4116,'13',2.00,5.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4117,'12',3.00,3.00,0.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4118,'11',0.00,1.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4119,'10',1.00,2.00,1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4120,'9',2.00,8.00,6.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4121,'8',1.00,3.00,2.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4122,'7',0.00,3.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4123,'6',7.00,6.00,-1.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4124,'5',5.00,0.00,-5.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4125,'4',12.00,5.00,-7.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4126,'3',1.00,4.00,3.00,3,'branch',1,1,'2023-01-06','2023-01-06',1,'08:13:06','open',1),(4127,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4128,'1',1.00,0.00,0.00,3,'branch',1,1,'2023-01-06','',0,'08:13:06','open',1),(4129,'151',11.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4130,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4131,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4132,'148',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4133,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4134,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4135,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4136,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4137,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4138,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4139,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4140,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4141,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4142,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4143,'136',39.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4144,'135',43.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4145,'134',56.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4146,'133',40.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4147,'132',145.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4148,'131',11.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4149,'130',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4150,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4151,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4152,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4153,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4154,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4155,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4156,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4157,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4158,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4159,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4160,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4161,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',2),(4162,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4163,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4164,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4165,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4166,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4167,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4168,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4169,'109',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4170,'108',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4171,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4172,'106',12.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4173,'105',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4174,'104',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4175,'103',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4176,'102',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4177,'101',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4178,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4179,'99',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4180,'98',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4181,'97',17.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4182,'96',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4183,'95',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4184,'94',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4185,'93',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4186,'92',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4187,'91',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4188,'90',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4189,'89',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4190,'88',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4191,'87',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4192,'86',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4193,'85',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4194,'84',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4195,'83',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4196,'82',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4197,'81',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4198,'80',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4199,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4200,'78',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4201,'77',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4202,'76',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4203,'75',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4204,'74',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4205,'73',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4206,'72',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4207,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4208,'70',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4209,'69',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4210,'68',9.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4211,'67',13.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4212,'66',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4213,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4214,'64',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4215,'63',12.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4216,'62',39.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4217,'61',7.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4218,'60',76.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4219,'59',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4220,'58',72.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4221,'57',29.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4222,'56',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4223,'55',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4224,'54',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4225,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4226,'52',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4227,'51',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4228,'50',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4229,'49',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4230,'48',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4231,'47',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4232,'46',7.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4233,'45',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4234,'44',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4235,'43',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4236,'42',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4237,'41',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4238,'40',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4239,'39',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4240,'38',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4241,'37',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4242,'36',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4243,'35',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4244,'34',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4245,'33',10.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4246,'32',10.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4247,'31',18.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4248,'30',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4249,'29',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4250,'28',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4251,'27',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4252,'26',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4253,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4254,'24',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4255,'23',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4256,'22',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4257,'21',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4258,'20',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4259,'19',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4260,'18',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4261,'17',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4262,'16',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4263,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4264,'14',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4265,'13',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4266,'12',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4267,'11',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4268,'10',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4269,'9',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4270,'8',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4271,'7',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4272,'6',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4273,'5',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4274,'4',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4275,'3',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4276,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4277,'1',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:30:29','open',1),(4278,'151',11.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4279,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4280,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4281,'148',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4282,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4283,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4284,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4285,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4286,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4287,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4288,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4289,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4290,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4291,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4292,'136',39.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4293,'135',43.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4294,'134',56.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4295,'133',40.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4296,'132',145.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4297,'131',11.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4298,'130',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4299,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4300,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4301,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4302,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4303,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4304,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4305,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4306,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4307,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4308,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4309,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4310,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',2),(4311,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4312,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4313,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4314,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4315,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4316,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4317,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4318,'109',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4319,'108',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4320,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4321,'106',12.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4322,'105',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4323,'104',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4324,'103',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4325,'102',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4326,'101',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4327,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4328,'99',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4329,'98',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4330,'97',17.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4331,'96',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4332,'95',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4333,'94',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4334,'93',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4335,'92',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4336,'91',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4337,'90',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4338,'89',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4339,'88',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4340,'87',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4341,'86',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4342,'85',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4343,'84',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4344,'83',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4345,'82',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4346,'81',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4347,'80',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4348,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4349,'78',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4350,'77',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4351,'76',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4352,'75',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4353,'74',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4354,'73',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4355,'72',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4356,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4357,'70',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4358,'69',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4359,'68',9.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4360,'67',13.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4361,'66',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4362,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4363,'64',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4364,'63',12.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4365,'62',39.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4366,'61',7.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4367,'60',76.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4368,'59',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4369,'58',72.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4370,'57',29.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4371,'56',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4372,'55',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4373,'54',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4374,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4375,'52',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4376,'51',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4377,'50',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4378,'49',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4379,'48',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4380,'47',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4381,'46',7.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4382,'45',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4383,'44',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4384,'43',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4385,'42',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4386,'41',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4387,'40',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4388,'39',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4389,'38',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4390,'37',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4391,'36',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4392,'35',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4393,'34',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4394,'33',10.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4395,'32',10.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4396,'31',18.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4397,'30',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4398,'29',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4399,'28',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4400,'27',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4401,'26',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4402,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4403,'24',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4404,'23',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4405,'22',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4406,'21',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4407,'20',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4408,'19',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4409,'18',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4410,'17',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4411,'16',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4412,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4413,'14',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4414,'13',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4415,'12',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4416,'11',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4417,'10',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4418,'9',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4419,'8',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4420,'7',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4421,'6',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4422,'5',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4423,'4',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4424,'3',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4425,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4426,'1',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:34:30','open',1),(4427,'151',11.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4428,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4429,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4430,'148',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4431,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4432,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4433,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4434,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4435,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4436,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4437,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4438,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4439,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4440,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4441,'136',39.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4442,'135',43.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4443,'134',56.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4444,'133',40.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4445,'132',145.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4446,'131',11.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4447,'130',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4448,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4449,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4450,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4451,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4452,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4453,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4454,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4455,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4456,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4457,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4458,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4459,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',2),(4460,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4461,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4462,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4463,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4464,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4465,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4466,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4467,'109',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4468,'108',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4469,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4470,'106',12.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4471,'105',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4472,'104',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4473,'103',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4474,'102',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4475,'101',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4476,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4477,'99',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4478,'98',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4479,'97',17.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4480,'96',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4481,'95',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4482,'94',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4483,'93',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4484,'92',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4485,'91',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4486,'90',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4487,'89',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4488,'88',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4489,'87',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4490,'86',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4491,'85',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4492,'84',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4493,'83',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4494,'82',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4495,'81',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4496,'80',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4497,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4498,'78',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4499,'77',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4500,'76',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4501,'75',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4502,'74',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4503,'73',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4504,'72',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4505,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4506,'70',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4507,'69',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4508,'68',9.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4509,'67',13.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4510,'66',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4511,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4512,'64',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4513,'63',12.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4514,'62',39.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4515,'61',7.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4516,'60',76.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4517,'59',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4518,'58',72.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4519,'57',29.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4520,'56',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4521,'55',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4522,'54',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4523,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4524,'52',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4525,'51',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4526,'50',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4527,'49',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4528,'48',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4529,'47',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4530,'46',7.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4531,'45',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4532,'44',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4533,'43',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4534,'42',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4535,'41',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4536,'40',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4537,'39',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4538,'38',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4539,'37',16.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4540,'36',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4541,'35',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4542,'34',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4543,'33',10.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4544,'32',10.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4545,'31',18.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4546,'30',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4547,'29',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4548,'28',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4549,'27',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4550,'26',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4551,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4552,'24',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4553,'23',8.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4554,'22',6.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4555,'21',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4556,'20',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4557,'19',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4558,'18',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4559,'17',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4560,'16',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4561,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4562,'14',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4563,'13',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4564,'12',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4565,'11',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4566,'10',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4567,'9',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4568,'8',2.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4569,'7',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4570,'6',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4571,'5',3.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4572,'4',5.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4573,'3',4.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4574,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4575,'1',1.00,0.00,0.00,3,'branch',1,1,'2023-04-10','',0,'18:41:56','open',1),(4576,'151',11.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4577,'150',92.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4578,'149',6.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4579,'148',5.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4580,'147',74.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4581,'146',24.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4582,'145',90.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4583,'144',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4584,'143',108.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4585,'142',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4586,'141',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4587,'139',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4588,'138',16.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4589,'137',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4590,'136',39.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4591,'135',43.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4592,'134',56.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4593,'133',40.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4594,'132',145.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4595,'131',11.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4596,'130',3.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4597,'129',4393.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4598,'127',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4599,'126',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4600,'125',43.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4601,'124',109.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4602,'123',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4603,'122',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4604,'121',5.50,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4605,'120',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4606,'119',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4607,'118',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4608,'117',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',2),(4609,'116',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4610,'115',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4611,'114',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4612,'113',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4613,'112',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4614,'111',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4615,'110',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4616,'109',2.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4617,'108',1.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4618,'107',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4619,'106',12.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4620,'105',3.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4621,'104',3.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4622,'103',1.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4623,'102',2.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4624,'101',2.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4625,'100',8.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4626,'99',8.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4627,'98',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4628,'97',17.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4629,'96',4.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4630,'95',4.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4631,'94',8.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4632,'93',6.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4633,'92',2.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4634,'91',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4635,'90',3.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4636,'89',4.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4637,'88',1.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4638,'87',3.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4639,'86',1.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4640,'85',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4641,'84',3.00,0.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4642,'83',5.00,0.00,-5.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4643,'82',3.00,0.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4644,'81',3.00,3.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4645,'80',2.00,2.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4646,'79',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4647,'78',3.00,0.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4648,'77',1.00,3.00,2.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4649,'76',0.00,1.00,1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4650,'75',6.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4651,'74',1.00,32.00,31.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4652,'73',3.00,0.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4653,'72',5.00,2.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4654,'71',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4655,'70',4.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4656,'69',3.00,4.00,1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4657,'68',9.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4658,'67',13.00,1.00,-12.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4659,'66',3.00,4.00,1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4660,'65',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4661,'64',16.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4662,'63',12.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4663,'62',39.00,20.00,-19.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4664,'61',7.00,31.00,24.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4665,'60',76.00,41.00,-35.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4666,'59',5.00,8.00,3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4667,'58',72.00,29.00,-43.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4668,'57',29.00,56.00,27.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4669,'56',5.00,0.00,-5.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4670,'55',1.00,0.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4671,'54',2.00,2.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4672,'53',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4673,'52',1.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4674,'51',1.00,0.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4675,'50',1.00,0.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4676,'49',5.00,3.00,-2.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4677,'48',2.00,3.00,1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4678,'47',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4679,'46',7.00,0.00,-7.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4680,'45',4.00,0.00,-4.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4681,'44',2.00,2.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4682,'43',1.00,1.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4683,'42',2.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4684,'41',3.00,2.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4685,'40',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4686,'39',3.00,0.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4687,'38',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4688,'37',16.00,16.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4689,'36',4.00,4.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4690,'35',4.00,4.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4691,'34',5.00,5.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4692,'33',10.00,10.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4693,'32',10.00,10.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4694,'31',18.00,18.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4695,'30',1.00,1.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4696,'29',4.00,4.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4697,'28',1.00,1.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4698,'27',3.00,0.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4699,'26',6.00,5.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4700,'25',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4701,'24',3.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4702,'23',8.00,3.00,-5.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4703,'22',6.00,0.00,-6.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4704,'21',2.00,1.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4705,'20',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4706,'19',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4707,'18',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4708,'17',2.00,2.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4709,'16',3.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4710,'15',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4711,'14',1.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4712,'13',5.00,3.00,-2.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4713,'12',3.00,0.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4714,'11',1.00,0.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4715,'10',5.00,2.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4716,'9',5.00,0.00,-5.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4717,'8',2.00,0.00,-2.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4718,'7',5.00,20.00,15.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4719,'6',5.00,2.00,-3.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4720,'5',3.00,8.00,5.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4721,'4',5.00,4.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-12',1,'20:56:58','open',1),(4722,'3',4.00,4.00,0.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1),(4723,'2',0.00,0.00,0.00,3,'branch',1,1,'2023-04-11','',0,'20:56:58','open',1),(4724,'1',1.00,0.00,-1.00,3,'branch',1,1,'2023-04-11','2023-04-14',1,'20:56:58','open',1); /*!40000 ALTER TABLE `stocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktakingstatus` -- DROP TABLE IF EXISTS `stocktakingstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktakingstatus` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, `startdate` date NOT NULL, `closedate` date NOT NULL, `updatedby` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `level` varchar(20) NOT NULL DEFAULT 'one', `type` varchar(20) NOT NULL DEFAULT 'branch', `branchid` int(5) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 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 */; INSERT INTO `stocktakingstatus` VALUES (1,'1','2021-07-15 09:06:20','127.0.0.1',1,'0000-00-00','0000-00-00',0,'open',0,'one','branch',1),(2,'1','2021-07-15 09:06:34','127.0.0.1',1,'0000-00-00','0000-00-00',0,'open',0,'one','branch',1),(3,'1','2021-07-15 09:12:19','127.0.0.1',1,'0000-00-00','0000-00-00',0,'open',0,'one','branch',1),(4,'1','2021-07-15 09:12:27','127.0.0.1',1,'0000-00-00','0000-00-00',0,'open',0,'one','branch',1); /*!40000 ALTER TABLE `stocktakingstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `store` -- DROP TABLE IF EXISTS `store`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `store` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` int(1) NOT NULL DEFAULT 0, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` varchar(50) NOT NULL, `orderamount` text NOT NULL, `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `store` -- LOCK TABLES `store` WRITE; /*!40000 ALTER TABLE `store` DISABLE KEYS */; /*!40000 ALTER TABLE `store` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `subcategory` -- DROP TABLE IF EXISTS `subcategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `subcategory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `maincategory` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `subcategory` -- LOCK TABLES `subcategory` WRITE; /*!40000 ALTER TABLE `subcategory` DISABLE KEYS */; /*!40000 ALTER TABLE `subcategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `suggestions` -- DROP TABLE IF EXISTS `suggestions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `suggestions` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `img_id` varchar(60) NOT NULL, `updatedtime` varchar(40) NOT NULL, `status` varchar(40) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `suggestions` -- LOCK TABLES `suggestions` WRITE; /*!40000 ALTER TABLE `suggestions` DISABLE KEYS */; INSERT INTO `suggestions` VALUES (1,'POS','best','2019-07-12 05:44:51am','1','','','active'); /*!40000 ALTER TABLE `suggestions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `supervisor` -- DROP TABLE IF EXISTS `supervisor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `supervisor` ( `id` int(30) NOT NULL AUTO_INCREMENT, `title` varchar(30) NOT NULL, `department` varchar(50) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `description` text NOT NULL, `employeeno` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `userid` int(30) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `companyid` int(11) NOT NULL DEFAULT 1, `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `supervisor` -- LOCK TABLES `supervisor` WRITE; /*!40000 ALTER TABLE `supervisor` DISABLE KEYS */; INSERT INTO `supervisor` VALUES (1,'1','1','2021-02-11','2021-02-28','',1,'2021-02-11 01:40:03pm',1,'active',1,1); /*!40000 ALTER TABLE `supervisor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tables` -- DROP TABLE IF EXISTS `tables`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tables` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 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 */; INSERT INTO `tables` VALUES (1,'Take away','','2021-04-22 12:26:20','active','1','','1',1),(2,'Sitting','','2021-04-22 12:26:27','active','1','','1',1),(3,'Both','','2021-04-22 12:26:32','active','1','','1',1); /*!40000 ALTER TABLE `tables` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tags` -- DROP TABLE IF EXISTS `tags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tags` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) NOT NULL, `name` varchar(255) NOT NULL, `meta_keyword` text NOT NULL, `meta_description` text NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tags` -- LOCK TABLES `tags` WRITE; /*!40000 ALTER TABLE `tags` DISABLE KEYS */; /*!40000 ALTER TABLE `tags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskdata` -- DROP TABLE IF EXISTS `taskdata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskdata` ( `id` int(30) NOT NULL AUTO_INCREMENT, `description` text DEFAULT NULL, `date` varchar(50) NOT NULL, `taskid` varchar(50) DEFAULT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Submitted', `companyid` varchar(100) NOT NULL, `challanges` text NOT NULL, `recommendation` text NOT NULL, `updatedby` int(11) NOT NULL, `comments` text NOT NULL, `updateddate` varchar(30) NOT NULL, `mykey` varchar(50) DEFAULT NULL, `exactdate` varchar(20) NOT NULL, `branchid` int(11) NOT NULL, `achieved` varchar(30) NOT NULL, `updatedat` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskdata` -- LOCK TABLES `taskdata` WRITE; /*!40000 ALTER TABLE `taskdata` DISABLE KEYS */; /*!40000 ALTER TABLE `taskdata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasks` -- DROP TABLE IF EXISTS `tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `taskowner` varchar(100) NOT NULL, `subject` varchar(100) NOT NULL, `fromdate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `priority` varchar(100) NOT NULL, `notification` varchar(100) NOT NULL DEFAULT 'yes', `repeated` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL, `measurements` varchar(30) NOT NULL DEFAULT 'pc', `target` varchar(30) NOT NULL, `achived` varchar(30) NOT NULL, `exactdate` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasks` -- LOCK TABLES `tasks` WRITE; /*!40000 ALTER TABLE `tasks` DISABLE KEYS */; /*!40000 ALTER TABLE `tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tasktype` -- DROP TABLE IF EXISTS `tasktype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tasktype` ( `id` int(11) NOT NULL AUTO_INCREMENT, `description` text NOT NULL, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `mode` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tasktype` -- LOCK TABLES `tasktype` WRITE; /*!40000 ALTER TABLE `tasktype` DISABLE KEYS */; /*!40000 ALTER TABLE `tasktype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `taskupdates` -- DROP TABLE IF EXISTS `taskupdates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `taskupdates` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `date` varchar(50) NOT NULL, `nextstep` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `type` text NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `taskupdates` -- LOCK TABLES `taskupdates` WRITE; /*!40000 ALTER TABLE `taskupdates` DISABLE KEYS */; /*!40000 ALTER TABLE `taskupdates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tillcollection` -- DROP TABLE IF EXISTS `tillcollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `tillcollection` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dateposted` varchar(100) NOT NULL, `addedby` int(100) NOT NULL, `approvedby` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, `description` text NOT NULL, `userid` int(20) NOT NULL, `companyid` int(20) NOT NULL, `branch` int(11) NOT NULL, `collecteddate` varchar(30) NOT NULL, `short` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tillcollection` -- LOCK TABLES `tillcollection` WRITE; /*!40000 ALTER TABLE `tillcollection` DISABLE KEYS */; /*!40000 ALTER TABLE `tillcollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `timer` -- DROP TABLE IF EXISTS `timer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `timer` ( `id` int(11) NOT NULL AUTO_INCREMENT, `startdate` varchar(30) NOT NULL, `enddate` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `createdat` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `hour` varchar(50) NOT NULL, `station` varchar(20) NOT NULL, `description` text NOT NULL, `product` varchar(50) NOT NULL, `unit` varchar(20) NOT NULL, `duration` varchar(50) DEFAULT NULL, `customer` varchar(50) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `invoice` (`invoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `timer` -- LOCK TABLES `timer` WRITE; /*!40000 ALTER TABLE `timer` DISABLE KEYS */; /*!40000 ALTER TABLE `timer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 `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=7 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uomproducts` -- LOCK TABLES `uomproducts` WRITE; /*!40000 ALTER TABLE `uomproducts` DISABLE KEYS */; INSERT INTO `uomproducts` VALUES (4,'142','2022-12-05 08:14:57','child','6','','1','141','3',0.5000,'300','0',''),(5,'142','2022-12-05 08:15:20','child','6','','1','121','3',1.0000,'600','0',''),(6,'142','2022-12-05 08:15:45','child','6','','1','120','3',0.2500,'150','0',''); /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `utilityinvoice` -- DROP TABLE IF EXISTS `utilityinvoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `utilityinvoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL DEFAULT 'receipt', `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `utilityinvoice` -- LOCK TABLES `utilityinvoice` WRITE; /*!40000 ALTER TABLE `utilityinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `utilityinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `voucher` -- DROP TABLE IF EXISTS `voucher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `voucher` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer` varchar(100) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, `fromdate` varchar(20) DEFAULT NULL, `business` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `voucher` -- LOCK TABLES `voucher` WRITE; /*!40000 ALTER TABLE `voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `voucher` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2025-06-30 18:21:01
.
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