/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_nordicparts3 -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `accounttype` -- DROP TABLE IF EXISTS `accounttype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `accounttype` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(30) NOT NULL, `type` varchar(50) NOT NULL, `companyid` varchar(10) NOT NULL, `userid` varchar(10) NOT NULL, `description` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `accounttype` -- LOCK TABLES `accounttype` WRITE; /*!40000 ALTER TABLE `accounttype` DISABLE KEYS */; INSERT INTO `accounttype` VALUES (1,'Asset','BS','1','415','Asset'),(2,'Liability','BS','1','415','Liability'),(3,'Equity','BS','1','415','Equity'),(4,'Income','PL','1','415','Income'),(5,'Expense','PL','1','415','Expense'); /*!40000 ALTER TABLE `accounttype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `activityloggs` -- DROP TABLE IF EXISTS `activityloggs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `activityloggs` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `actiondone` text NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `activityloggs` -- LOCK TABLES `activityloggs` WRITE; /*!40000 ALTER TABLE `activityloggs` DISABLE KEYS */; INSERT INTO `activityloggs` VALUES (1,'1','2022-07-01 16:40:17','Reinit Deleted item with id 205 from glaccounts table at 2022-07-01 16:40:17','197.237.89.12',1),(2,'6','2022-07-02 12:26:27','Almas Changed the price of Spark Plugs to: buyingprice =3500 ,sellingprice =12000, qty= 0.00, items with id 30 . in Main level at 2022-07-02 12:26:27','197.237.89.12',1),(3,'6','2022-07-02 12:27:38','Almas Changed the price of Air filter to: buyingprice =450 ,sellingprice =2500, qty= 5.00, items with id 8 . in Main level at 2022-07-02 12:27:38','197.237.89.12',1),(4,'6','2022-07-02 12:27:49','Almas Changed the price of Air filter to: buyingprice =450 ,sellingprice =3500, qty= 5.00, items with id 8 . in Main level at 2022-07-02 12:27:49','197.237.89.12',1),(5,'6','2022-07-02 12:40:13','Almas Changed the price of Pollen Filter to: buyingprice =950 ,sellingprice =5000, qty= 6.00, items with id 19 . in Main level at 2022-07-02 12:40:13','197.237.89.12',1),(6,'6','2022-07-02 12:42:24','Almas Changed the price of Air filter(Round) to: buyingprice =450 ,sellingprice =4000, qty= 0.00, items with id 7 . in Main level at 2022-07-02 12:42:24','197.237.89.12',1),(7,'6','2022-07-02 12:42:48','Almas Changed the price of Air filter to: buyingprice =450 ,sellingprice =2500, qty= 75.00, items with id 3 . in Main level at 2022-07-02 12:42:48','197.237.89.12',1),(8,'6','2022-07-02 12:43:14','Almas Changed the price of Air filter to: buyingprice =450 ,sellingprice =2500, qty= 17.00, items with id 5 . in Main level at 2022-07-02 12:43:14','197.237.89.12',1),(9,'6','2022-07-02 12:43:59','Almas Changed the price of Air Filter to: buyingprice =450 ,sellingprice =2500, qty= 18.00, items with id 4 . in Main level at 2022-07-02 12:43:59','197.237.89.12',1),(10,'6','2022-07-04 12:03:35','Almas Returned 1.00 Fuel Filter-Petrol with code (30620512) at 2022-07-04 12:03:35','197.237.187.10',1),(11,'6','2022-07-19 15:44:50','Almas Changed the price of Front Brake Pads to: buyingprice =00 ,sellingprice =12000, qty= 6.00, items with id 122 . in counter (1) at 2022-07-19 15:44:50','154.70.34.127',1),(12,'6','2022-07-27 18:14:52','Almas Returned 1.00 Brake Pad Rear with code (30794554) at 2022-07-27 18:14:52','197.232.61.222',1),(13,'6','2022-07-27 18:14:54','Almas Returned 1.00 Front Brake Pads with code (31277334) at 2022-07-27 18:14:54','197.232.61.222',1),(14,'6','2022-07-27 18:16:09','Almas Returned 1.00 Thermostart Housing with code (31432653) at 2022-07-27 18:16:09','197.232.61.222',1),(15,'6','2022-07-28 11:06:23','Almas Changed the price of Fuel Pump to: buyingprice =0000 ,sellingprice =40000, qty= 0.00, items with id 107 . in Main level at 2022-07-28 11:06:23','197.232.61.194',1),(16,'6','2022-07-28 11:10:56','Almas Returned 1.00 Fuel Pump with code (31372881) at 2022-07-28 11:10:56','197.232.61.194',1),(17,'1','2022-08-06 18:23:16','Reinit Deleted item with id 2 from dailycollections table at 2022-08-06 18:23:16','197.237.186.195',1),(18,'6','2022-08-19 14:27:12','Almas Deleted Brake Pad Front 17 with code of 31687104 and available quantity of 0.00 .The Buying price = 400 and selling price = 2500 from branch 1 at 2022-08-19 14:27:12','197.237.186.195',1),(19,'6','2022-08-30 17:06:31','Almas Returned 1 Oil filter with code (30750013) at 2022-08-30 17:06:31','197.237.186.195',1),(20,'6','2022-08-30 17:06:34','Almas Returned 1 Pollen Filter with code (31449209) at 2022-08-30 17:06:34','197.237.186.195',1),(21,'6','2022-08-30 17:07:02','Almas Returned Air filter s60 II, XC60 with code (31370161) at 2022-08-30 17:07:02','197.237.186.195',1),(22,'6','2022-08-30 17:07:03','Almas Returned 1 Castrol Oil 5w 30 with code (00000) at 2022-08-30 17:07:03','197.237.186.195',1),(23,'6','2022-08-30 17:07:04','Almas Returned 1 Labour with code (9300) at 2022-08-30 17:07:04','197.237.186.195',1),(24,'6','2022-08-30 17:07:04','Almas Returned 1 Wheel Alignment with code (9301) at 2022-08-30 17:07:04','197.237.186.195',1),(25,'6','2022-08-30 17:07:05','Almas Returned 1 Llumar Window Tint with code (9302) at 2022-08-30 17:07:05','197.237.186.195',1),(26,'6','2022-09-15 16:01:10','Almas Changed the price of Expansion Tank to: buyingprice =00 ,sellingprice =9000, qty= 0.00, items with id 151 . in Main level at 2022-09-15 16:01:10','196.207.144.137',1),(27,'6','2022-09-15 16:02:29','Almas Changed the price of Expansion Tank Cover to: buyingprice =800 ,sellingprice =2500, qty= 0.00, items with id 78 . in Main level at 2022-09-15 16:02:29','196.207.144.137',1),(28,'6','2022-09-15 16:08:37','Almas Changed the price of Expansion Tank to: buyingprice =00 ,sellingprice =12000, qty= 0.00, items with id 151 . in Main level at 2022-09-15 16:08:37','196.207.144.137',1),(29,'6','2022-09-15 16:09:37','Almas Changed the price of FUEL PRESSURE SENSOR to: buyingprice =2500 ,sellingprice =12000, qty= 0.00, items with id 143 . in Main level at 2022-09-15 16:09:37','196.207.144.137',1),(30,'6','2022-09-17 15:40:20','Almas Changed the price of Oxygen Sensor to: buyingprice =9000 ,sellingprice =12000, qty= 0.00, items with id 127 . in Main level at 2022-09-17 15:40:20','196.207.144.137',1),(31,'6','2022-09-19 09:54:48','Almas Returned 1.00 Spark plugs with code (31330450) at 2022-09-19 09:54:48','197.232.61.201',1),(32,'6','2022-09-20 10:25:39','Almas Returned 1.00 Brake Pad Rear with code (30648382) at 2022-09-20 10:25:39','196.207.144.137',1),(33,'6','2022-10-01 14:38:22','Almas Returned 1.00 Air filter with code (30748212) at 2022-10-01 14:38:22','197.232.61.223',1),(34,'6','2022-10-01 14:38:23','Almas Returned 1.00 Oil filter with code (31372212) at 2022-10-01 14:38:23','197.232.61.223',1),(35,'6','2022-10-01 14:38:25','Almas Returned 1.00 Diesel Filter with code (31273979) at 2022-10-01 14:38:25','197.232.61.223',1),(36,'6','2022-10-14 14:21:16','Almas Changed the price of Electric Box to: buyingprice =00 ,sellingprice =245000, qty= 0.00, items with id 159 . in Main level at 2022-10-14 14:21:16','197.232.61.242',1),(37,'6','2022-10-14 14:21:25','Almas Changed the price of Electric Box to: buyingprice =00 ,sellingprice =245000, qty= 0.00, items with id 159 . in Main level at 2022-10-14 14:21:25','197.232.61.242',1),(38,'6','2022-10-19 13:49:21','Almas Returned 1.00 Pollen Filter with code (30767022) at 2022-10-19 13:49:21','197.237.89.85',1),(39,'6','2022-10-19 13:49:23','Almas Returned 1.00 Oil filter with code (30788490) at 2022-10-19 13:49:23','197.237.89.85',1),(40,'6','2022-10-21 16:08:34','Almas Returned 1.00 Gearbox Seal with code (31256845) at 2022-10-21 16:08:34','197.237.89.85',1),(41,'6','2022-11-02 16:59:33','Almas Changed the price of Catalystic converter to: buyingprice =00 ,sellingprice =200000, qty= 0.00, items with id 158 . in Main level at 2022-11-02 16:59:33','197.237.89.85',1),(42,'1','2023-03-14 11:43:10','Reinit Updated item with id 1 from maincategory table at 2023-03-14 11:43:10','197.232.61.233',1),(43,'1','2023-03-14 11:43:22','Reinit Updated item with id 2 from maincategory table at 2023-03-14 11:43:22','197.232.61.233',1),(44,'6','2023-03-15 14:23:11','Almas Deleted Pollen Filter with code of 30630752 and available quantity of 0.00 .The Buying price = 850 and selling price = 5500 from branch 1 at 2023-03-15 14:23:11','197.232.61.233',1),(45,'6','2023-03-25 14:38:47','Almas Returned 1.00 Gearbox Seal with code (31256845) at 2023-03-25 14:38:47','196.207.134.122',1),(46,'1','2023-04-26 12:00:03','Reinit Changed the price of radiator pipe big to: buyingprice =3000 ,sellingprice =12000, qty= 1.00, items with id 146 . in counter (1) at 2023-04-26 12:00:03','197.237.110.232',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 DEFAULT '1', `branchid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `alldocuments` -- LOCK TABLES `alldocuments` WRITE; /*!40000 ALTER TABLE `alldocuments` DISABLE KEYS */; INSERT INTO `alldocuments` VALUES (1,'202207021656752135.jpg','61656752083',6,'2022-07-02 11:55:35',NULL,'1',1),(2,'202207021656752245.jpg','61656752189',6,'2022-07-02 11:57:25',NULL,'1',1),(3,'202207021656752308.jpg','61656752271',6,'2022-07-02 11:58:28',NULL,'1',1),(4,'202208061659799734.jpg','11659799623',1,'2022-08-06 18:28:54',NULL,'1',1),(5,'202208061659799811.jpg','11659799759',1,'2022-08-06 18:30:11',NULL,'1',1); /*!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 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assignbranches` -- LOCK TABLES `assignbranches` WRITE; /*!40000 ALTER TABLE `assignbranches` DISABLE KEYS */; /*!40000 ALTER TABLE `assignbranches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `assigntask` -- DROP TABLE IF EXISTS `assigntask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `assigntask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `employeeid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `mode` varchar(20) NOT NULL, `target` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `fromdate` varchar(30) NOT NULL, `todate` varchar(30) NOT NULL, `year` varchar(20) NOT NULL, `defaulttype` varchar(20) NOT NULL, `tasktype` varchar(10) NOT NULL DEFAULT 'General', PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `employee` (`employeeid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `assigntask` -- LOCK TABLES `assigntask` WRITE; /*!40000 ALTER TABLE `assigntask` DISABLE KEYS */; /*!40000 ALTER TABLE `assigntask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `attendance` -- DROP TABLE IF EXISTS `attendance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `attendance` ( `id` int(100) NOT NULL AUTO_INCREMENT, `idno` varchar(100) NOT NULL, `surname` varchar(100) NOT NULL, `date` datetime NOT NULL, `timein` varchar(100) NOT NULL, `timeout` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `createddate` varchar(100) NOT NULL, `comment` text NOT NULL, `timediffrence` varchar(5) NOT NULL DEFAULT '0', `device` varchar(30) NOT NULL, `totaltime` varchar(20) DEFAULT NULL, `checkoutime` datetime NOT NULL, `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `attendance` -- LOCK TABLES `attendance` WRITE; /*!40000 ALTER TABLE `attendance` DISABLE KEYS */; /*!40000 ALTER TABLE `attendance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `backup` -- DROP TABLE IF EXISTS `backup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `backup` ( `id` int(20) NOT NULL AUTO_INCREMENT, `user` text NOT NULL, `host` text NOT NULL, `password` text NOT NULL, `server` text NOT NULL, `path` text NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(40) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `database` text NOT NULL, `location` varchar(20) NOT NULL DEFAULT 'offline', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backup` -- LOCK TABLES `backup` WRITE; /*!40000 ALTER TABLE `backup` DISABLE KEYS */; INSERT INTO `backup` VALUES (1,'root','localhost','robisearch2018','D:\\xampp\\mysql\\bin\\','D:/Backup/','active','2020-10-30 20:47:10',1,1,'robipos','offline'); /*!40000 ALTER TABLE `backup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `branch` -- LOCK TABLES `branch` WRITE; /*!40000 ALTER TABLE `branch` DISABLE KEYS */; INSERT INTO `branch` VALUES (1,'NORDIC PARTS','NORDIC PART@VOLVO CENTER','2022-07-12 17:04:05','active','1','','1','NORDIC PARTS@VOLVO CENTER'),(2,'test','','','active','','','',''); /*!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 AUTO_INCREMENT=2 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 */; INSERT INTO `budget` VALUES (1,'5720','2022-04-28 00:00:00',3000.00,350.00,2650.00,'2022','February',1,1,1,0,'','2022-04-28 23:59:59'); /*!40000 ALTER TABLE `budget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `bulkdispatch` -- DROP TABLE IF EXISTS `bulkdispatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `bulkdispatch` ( `id` int(11) NOT NULL AUTO_INCREMENT, `branchid` varchar(100) NOT NULL, `invoice` varchar(100) NOT NULL, `frombranch` varchar(50) NOT NULL, `remarks` varchar(100) NOT NULL, `enddate` varchar(50) NOT NULL, `userid` varchar(20) NOT NULL, `companyid` varchar(20) NOT NULL, `createdate` varchar(50) NOT NULL, `description` text NOT NULL, `name` varchar(50) NOT NULL, `approvedby` int(20) NOT NULL, `dateapproved` int(20) NOT NULL, `tobranch` varchar(20) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `startdate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'Transfer', `category` varchar(20) NOT NULL DEFAULT 'products', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `bulkdispatch` -- LOCK TABLES `bulkdispatch` WRITE; /*!40000 ALTER TABLE `bulkdispatch` DISABLE KEYS */; /*!40000 ALTER TABLE `bulkdispatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callcenter` -- DROP TABLE IF EXISTS `callcenter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `callcenter` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `callername` text NOT NULL, `receiver` text NOT NULL, `calldate` varchar(30) NOT NULL, `phone` varchar(50) NOT NULL, `media` text NOT NULL, `email` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callcenter` -- LOCK TABLES `callcenter` WRITE; /*!40000 ALTER TABLE `callcenter` DISABLE KEYS */; /*!40000 ALTER TABLE `callcenter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `category` -- DROP TABLE IF EXISTS `category`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `category` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `category` -- LOCK TABLES `category` WRITE; /*!40000 ALTER TABLE `category` DISABLE KEYS */; INSERT INTO `category` VALUES (1,'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, `branchid` 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 `charges` -- LOCK TABLES `charges` WRITE; /*!40000 ALTER TABLE `charges` DISABLE KEYS */; INSERT INTO `charges` VALUES (1,'RENT','','','2018-05-30 14:28:37','','',0,1,NULL),(2,'DEPOSIT','','','2018-05-30 14:27:39','','',0,1,NULL),(3,'WATER/POWER DEPOSIT','','','2018-05-30 14:28:49','','',0,1,NULL),(4,'PENALTY','','','2018-06-25 13:38:03','','',0,1,NULL),(5,'WATER','','','2018-06-27 11:33:55','','',0,1,NULL),(6,'PARTIAL PAYMENT','','','2018-06-29 16:22:30','','',0,1,NULL),(7,'GARBAGE','','','2018-07-03 16:56:46','','',0,1,NULL),(8,'DAMAGES','','','2018-07-17 12:30:05','','',0,1,NULL),(9,'AGREEMENT FORM','','','2018-07-23 10:21:11','','',0,1,NULL),(10,'POWER','','','2018-08-04 10:42:10','','',0,1,NULL),(11,'SEWAGE','SEWAGE','','2020-05-27 16:23:21','','',2,1,NULL),(12,'BED ONLY','','','2020-05-28 15:38:20','','',1,1,NULL),(13,'BED AND BREAKFAST','','','2020-05-28 15:38:39','','',2,1,NULL); /*!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=100 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,'2022-04-07 16:03:08','11649335739','200','dd','200','1','1',1040,'2022-04-07 16:03:19','payment','333',4,1),(2,'2022-07-27 18:15:17','61658742312','11000','','0','6','1',1030,'2022-07-27 18:15:33','payment','',15,1),(3,'2022-07-27 18:16:18','61657295647','4500','','0','6','1',1030,'2022-07-27 18:16:33','payment','',15,1),(4,'2022-07-29 11:06:33','61658995862','33000','fuel pump','2000','6','1',1010,'2022-07-29 11:07:05','payment','',15,1),(5,'2022-07-29 11:21:39','61656929957','11000','','0','6','1',1010,'2022-07-29 11:22:10','payment','',15,1),(6,'2022-07-30 14:30:12','61659085143','22000','','0','6','1',1030,'2022-07-30 14:30:31','payment','',15,1),(7,'2022-07-30 14:31:03','61659081511','15500','','0','6','1',1030,'2022-07-30 14:31:17','payment','',15,1),(8,'2022-07-30 14:31:40','61658995862','2000','','0','6','1',0,'2022-07-30 14:31:49','payment','',15,1),(9,'2022-07-30 14:32:21','61657022003','14500','','0','6','1',0,'2022-07-30 14:32:32','payment','',15,1),(10,'2022-08-12 11:26:02','61659955779','8500','','0','6','1',1030,'2022-08-12 11:26:18','payment','',15,1),(11,'2022-08-12 11:27:20','61659955493','5000','','0','6','1',1030,'2022-08-12 11:27:32','payment','',31,1),(12,'2022-08-12 11:28:11','61659690054','6500','','0','6','1',1030,'2022-08-12 11:28:23','payment','',15,1),(13,'2022-08-12 11:29:38','61659180790','16500','','0','6','1',1030,'2022-08-12 11:29:52','payment','',15,1),(14,'2022-08-12 11:34:26','61659005844','7500','','0','6','1',1030,'2022-08-12 11:34:37','payment','',15,1),(15,'2022-08-12 11:34:54','61657964052','3500','','0','6','1',1030,'2022-08-12 11:35:04','payment','',15,1),(16,'2022-08-18 10:07:13','61660294125','1500','','0','6','1',1040,'2022-08-18 10:07:29','payment','',15,1),(17,'2022-08-30 17:02:00','61661862830','10000','','25400','6','1',1010,'2022-08-30 17:02:47','payment','',39,1),(18,'2022-09-19 09:51:58','61663427466','3500','','0','6','1',0,'2022-09-19 09:52:10','payment','',15,1),(19,'2022-09-19 09:52:51','61663400038','1500','','0','6','1',1040,'2022-09-19 09:53:07','payment','',15,1),(20,'2022-09-19 09:55:18','61660908132','5500','','0','6','1',1040,'2022-09-19 09:55:30','payment','',15,1),(21,'2022-09-19 09:56:45','61663339476','3500','','0','6','1',0,'2022-09-19 09:56:55','payment','',15,1),(22,'2022-09-19 09:57:50','61661266967','21000','','0','6','1',0,'2022-09-19 09:58:01','payment','',15,1),(23,'2022-09-20 18:53:23','61663600637','14000','','0','6','1',1030,'2022-09-20 18:53:43','payment','',15,1),(24,'2022-09-23 10:08:11','61661848445','3500','','0','6','1',1030,'2022-09-23 10:08:23','payment','',15,1),(25,'2022-09-28 12:13:58','61663689049','15000','','1500','6','1',1030,'2022-09-28 12:14:13','payment','',15,1),(26,'2022-09-29 10:42:57','61663689049','1500','','0','6','1',1030,'2022-09-29 10:43:11','payment','',15,1),(27,'2022-09-29 10:43:45','61664375227','7500','','0','6','1',1030,'2022-09-29 10:43:56','payment','',25,1),(28,'2022-09-29 10:44:44','61663314618','16500','','0','6','1',1030,'2022-09-29 10:45:06','payment','',15,1),(29,'2022-10-01 10:22:28','61663421780','15000','','0','6','1',1030,'2022-10-01 10:22:39','payment','',25,1),(30,'2022-10-03 13:37:53','61664607046','8000','','0','6','1',1030,'2022-10-03 13:38:04','payment','',16,1),(31,'2022-10-04 11:52:06','61664359068','16000','','0','6','1',1030,'2022-10-04 11:52:26','payment','',23,1),(32,'2022-10-06 15:07:43','61664375344','2500','','0','6','1',1030,'2022-10-06 15:07:54','payment','',15,1),(33,'2022-10-06 15:08:14','61664617102','6500','','0','6','1',1030,'2022-10-06 15:08:25','payment','',15,1),(34,'2022-10-06 15:08:43','61664623792','3000','','0','6','1',1030,'2022-10-06 15:08:53','payment','',15,1),(35,'2022-10-07 17:18:12','61665143312','8000','','0','6','1',1030,'2022-10-07 17:18:24','payment','',25,1),(36,'2022-10-08 11:59:40','61664966266','22000','','0','6','1',1030,'2022-10-08 11:59:56','payment','',15,1),(37,'2022-10-08 12:00:26','61664611142','10000','','0','6','1',0,'2022-10-08 12:00:36','payment','',15,1),(38,'2022-10-08 12:01:50','61665152319','3000','','0','6','1',1030,'2022-10-08 12:02:04','payment','',15,1),(39,'2022-10-11 09:56:08','61665228890','11000','','0','6','1',1030,'2022-10-11 09:56:20','payment','',18,1),(40,'2022-10-11 09:58:46','61664628894','6500','','0','6','1',1030,'2022-10-11 09:58:59','payment','',15,1),(41,'2022-10-11 10:02:00','61664792695','6500','','0','6','1',1030,'2022-10-11 10:02:10','payment','',15,1),(42,'2022-10-11 10:02:25','61665143639','8000','','0','6','1',1030,'2022-10-11 10:02:37','payment','',15,1),(43,'2022-10-14 10:05:17','61665661023','15000','','0','6','1',1030,'2022-10-14 10:05:26','payment','',18,1),(44,'2022-10-14 10:05:54','61665578520','10000','','3500','6','1',1030,'2022-10-14 10:06:09','payment','',15,1),(45,'2022-10-15 13:43:10','61665658735','15000','','0','6','1',1030,'2022-10-15 13:43:21','payment','',18,1),(46,'2022-10-18 13:29:40','61665578520','3500','','0','6','1',1030,'2022-10-18 13:29:53','payment','',15,1),(47,'2022-10-18 13:30:22','61665232786','6500','','0','6','1',1030,'2022-10-18 13:30:33','payment','',15,1),(48,'2022-10-18 13:31:10','61665143284','5000','','0','6','1',1030,'2022-10-18 13:31:21','payment','',15,1),(49,'2022-10-18 13:31:41','61665830515','7500','','0','6','1',1030,'2022-10-18 13:32:39','payment','',15,1),(50,'2022-10-21 16:09:24','61665228656','6500','','0','6','1',1030,'2022-10-21 16:09:36','payment','',15,1),(51,'2022-10-21 16:09:56','61665831581','3500','','0','6','1',1030,'2022-10-21 16:10:07','payment','',15,1),(52,'2022-10-21 16:10:27','61666107572','5000','','0','6','1',1030,'2022-10-21 16:10:39','payment','',15,1),(53,'2022-10-21 16:11:06','61666096347','3500','','0','6','1',1030,'2022-10-21 16:11:17','payment','',15,1),(54,'2022-10-22 11:37:20','61666088920','8000','','0','6','1',1030,'2022-10-22 11:37:31','payment','',15,1),(55,'2022-10-22 11:37:44','61666172873','2000','','0','6','1',1030,'2022-10-22 11:37:57','payment','',15,1),(56,'2022-10-22 11:40:06','61666351670','11000','','500','6','1',1030,'2022-10-22 11:40:15','payment','',15,1),(57,'2022-10-27 10:39:41','61666351670','500','','0','6','1',1030,'2022-10-27 10:39:52','payment','',15,1),(58,'2022-10-27 10:40:23','61666360618','6500','','0','6','1',1030,'2022-10-27 10:40:32','payment','',15,1),(59,'2022-10-27 10:40:50','61666791999','6500','','0','6','1',1030,'2022-10-27 10:41:01','payment','',15,1),(60,'2022-11-01 12:33:22','61666782716','16500','','0','6','1',1030,'2022-11-01 12:33:36','payment','',15,1),(61,'2022-11-01 12:34:27','61666960641','4000','','7500','6','1',1030,'2022-11-01 12:34:39','payment','',15,1),(62,'2022-11-08 10:18:39','61666357669','15000','','0','6','1',1030,'2022-11-08 10:18:55','payment','',15,1),(63,'2022-11-08 10:19:59','61666960641','4000','','3500','6','1',1030,'2022-11-08 10:20:11','payment','',15,1),(64,'2022-11-08 10:21:57','61666960641','3500','','0','6','1',1030,'2022-11-08 10:22:07','payment','',15,1),(65,'2022-11-08 10:22:59','61667386755','9500','','0','6','1',1030,'2022-11-08 10:23:10','payment','',15,1),(66,'2022-11-08 10:23:32','61667471123','10000','','0','6','1',1030,'2022-11-08 10:24:57','payment','',15,1),(67,'2022-12-14 18:26:33','61668861226','4500','','0','6','1',1030,'2022-12-14 18:26:47','payment','',15,1),(68,'2022-12-14 18:27:34','61668860997','17000','','0','6','1',1030,'2022-12-14 18:27:47','payment','',15,1),(69,'2022-12-14 18:28:05','61667983167','6500','','0','6','1',1030,'2022-12-14 18:28:16','payment','',15,1),(70,'2022-12-14 18:28:36','61667827681','10500','','0','6','1',1030,'2022-12-14 18:28:51','payment','',15,1),(71,'2023-03-04 13:48:33','61677926735','10000','','0','6','1',1030,'2023-03-04 13:48:50','payment','',15,1),(72,'2023-03-21 12:32:08','61678779040','8500','','0','6','1',1020,'2023-03-21 12:32:23','payment','',49,1),(73,'2023-03-21 12:33:07','61678443180','6500','','0','6','1',1020,'2023-03-21 12:33:21','payment','',15,1),(74,'2023-03-21 12:33:54','61671030743','10500','','0','6','1',1020,'2023-03-21 12:34:10','payment','',15,1),(75,'2023-03-21 12:34:44','61671273508','21500','','0','6','1',1020,'2023-03-21 12:35:02','payment','',15,1),(76,'2023-03-21 12:38:12','61672749515','11500','','0','6','1',1020,'2023-03-21 12:38:33','payment','',15,1),(77,'2023-03-21 12:39:11','61671113917','10000','','0','6','1',1030,'2023-03-21 12:39:30','payment','',15,1),(78,'2023-03-21 12:39:48','61670939806','5000','','0','6','1',1020,'2023-03-21 12:40:02','payment','',15,1),(79,'2023-03-21 12:40:15','61671086948','6500','','0','6','1',1020,'2023-03-21 12:40:28','payment','',15,1),(80,'2023-03-21 12:40:45','61671113959','7000','','0','6','1',1020,'2023-03-21 12:41:43','payment','',15,1),(81,'2023-03-21 12:41:54','61675347978','4000','','0','6','1',1020,'2023-03-21 12:42:09','payment','',15,1),(82,'2023-03-21 12:42:20','61678112337','6000','','0','6','1',1020,'2023-03-21 12:42:37','payment','',15,1),(83,'2023-03-21 12:42:55','61678181285','3500','','0','6','1',1020,'2023-03-21 12:43:08','payment','',15,1),(84,'2023-03-21 12:43:27','61678443132','3500','','0','6','1',1020,'2023-03-21 12:45:29','payment','',15,1),(85,'2023-03-28 09:19:04','61679749351','8500','','0','6','1',1020,'2023-03-28 09:19:23','payment','',15,1),(86,'2023-03-28 09:20:02','61679744190','10000','','0','6','1',1020,'2023-03-28 09:20:17','payment','',15,1),(87,'2023-03-29 10:28:29','61679391060','3500','','0','6','1',1020,'2023-03-29 10:28:43','payment','',15,1),(88,'2023-03-29 10:29:22','61680006628','7000','','8500','6','1',1020,'2023-03-29 10:29:35','payment','',15,1),(89,'2023-04-01 10:34:16','61680267144','6000','','0','6','1',1020,'2023-04-01 10:34:28','payment','',23,1),(90,'2023-04-01 10:34:54','61680006628','8500','','0','6','1',1010,'2023-04-01 10:35:12','payment','',15,1),(91,'2023-04-01 10:35:32','61680097156','7000','','0','6','1',1020,'2023-04-01 10:35:49','payment','',15,1),(92,'2023-04-01 10:36:06','61680266990','3500','','0','6','1',1020,'2023-04-01 10:36:18','payment','',15,1),(93,'2023-04-01 10:36:47','61680267083','1000','','5500','6','1',1020,'2023-04-01 10:37:00','payment','',15,1),(94,'2023-04-01 17:31:08','61680339738','3500','','0','6','1',1010,'2023-04-01 17:31:20','payment','',15,1),(95,'2023-04-26 11:35:54','61681721479','5000','','0','6','1',1020,'2023-04-26 11:36:16','payment','',15,1),(96,'2023-04-26 11:36:38','61680350551','1500','','0','6','1',1020,'2023-04-26 11:36:55','payment','',15,1),(97,'2023-04-26 11:37:20','61680348083','4000','','0','6','1',0,'2023-04-26 11:37:31','payment','',15,1),(98,'2023-04-26 11:39:13','61680334195','14000','','0','6','1',1020,'2023-04-26 11:39:26','payment','',15,1),(99,'2023-04-26 11:39:58','61680267083','5500','','0','6','1',1020,'2023-04-26 11:40:15','payment','',15,1); /*!40000 ALTER TABLE `collection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `commission` -- DROP TABLE IF EXISTS `commission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `commission` ( `id` int(11) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `name` varchar(50) NOT NULL, `datesold` varchar(40) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `profit` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `code` varchar(50) NOT NULL, `paymentdate` varchar(50) NOT NULL, `rate` varchar(30) NOT NULL, `customer` varchar(30) NOT NULL, `customerphone` varchar(50) NOT NULL, `customeremail` varchar(50) NOT NULL, `customerlocation` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(40) NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'New', `paid` decimal(10,2) NOT NULL, `expcommission` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `commission` -- LOCK TABLES `commission` WRITE; /*!40000 ALTER TABLE `commission` DISABLE KEYS */; /*!40000 ALTER TABLE `commission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `complain` -- DROP TABLE IF EXISTS `complain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `complain` ( `id` int(11) NOT NULL AUTO_INCREMENT, `subject` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) DEFAULT '1', `type` varchar(30) NOT NULL, `messageid` varchar(30) DEFAULT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, 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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contact` -- LOCK TABLES `contact` WRITE; /*!40000 ALTER TABLE `contact` DISABLE KEYS */; /*!40000 ALTER TABLE `contact` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `contactdetails` -- DROP TABLE IF EXISTS `contactdetails`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `contactdetails` ( `id` int(50) NOT NULL AUTO_INCREMENT, `title` text NOT NULL, `website` text NOT NULL, `contactdetails` text NOT NULL, `email` text NOT NULL, `phone` text NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `facebook` text NOT NULL, `twitter` text NOT NULL, `instagram` text NOT NULL, `linkedin` text NOT NULL, `youtube` text NOT NULL, `location` text NOT NULL, `aboutustitle` text NOT NULL, `aboutus` text NOT NULL, `whyustitle` text NOT NULL, `whyus` text NOT NULL, `whatsapp` text NOT NULL, `websites` text NOT NULL, `otherlinks` text NOT NULL, `termstitle` text NOT NULL, `terms` text NOT NULL, `deliverytitle` text NOT NULL, `delivery` text NOT NULL, `privacytitle` text NOT NULL, `privacy` text NOT NULL, `branches` text NOT NULL, `telegram` text NOT NULL, `otherlinktitle` text NOT NULL, `aboutuslogo` text NOT NULL, `businessname` text NOT NULL, `business` varchar(30) NOT NULL, `vision` text NOT NULL, `mission` text NOT NULL, `corevalues` text NOT NULL, `ourpromise` text NOT NULL, `returnpolicy` text NOT NULL, `workinghours` text NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `careertitle` text NOT NULL, `career` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `contactdetails` -- LOCK TABLES `contactdetails` WRITE; /*!40000 ALTER TABLE `contactdetails` DISABLE KEYS */; INSERT INTO `contactdetails` VALUES (1,'','https://robisearch.com/','kinoti','karenmakena3@gmail.com','0754413386, 0716413386,0780655987','','We have from 01/07/2020 to 31/8/2010','2016-12-13 06:47:33am','1',1,0,'https://web.facebook.com/Robiearch/','https://twitter.com/robisearch','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.linkedin.com/in/robert-manyala-995177122/','https://www.youtube.com/channel/UC9Z1YpMKlCgwqn4H1nT1hLg/featured','Nairobi -Nara Fourth Floor,</br> Kisii-Oyondi Building','<b>About Us </b>','Robisearch Ltd is an ICT company that begun in 2011 as a result of innovations that transform lives globally. We are a member of the Nairobi Chambers (KNCCI) organization.We have great experience in dealing with customers having handled over 500 clients in all Kenyan towns such as Juja, Nairobi, Mombasa and Kisumu as well as beyond the country.We provide our clients with adequate support thus providing more value to our customers .Our systems are customized to fit a clients particular need.We are the company behind various innovations like…..</br>','Why Us ','We have a well-organized support and maintenance structure that we will sign with you as a Service Level Agreement that guarantees you;','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','','POS.robisearch.com/','Terms and Condition ','karenmakena3@gmail.com','Delivery Information','Shipping Agents and Times</br>\r\n\r\nOur products ordered before 3pm are shipped within 24 Hours using the following carriers, Umash Bus Sacco, Easy Coach Sacco, North Rift Sacco or any other of your choice. Orders Placed in later hours are shipped on the following days</br>\r\nZipping Zones and Costs</br>\r\n\r\nOur shipping Zones are categorized into Coast Region, Rift Valley Region, Nairobi Region, North Easter Region and Nyanza Region. All orders to be collected at our shop are not chargeable any shipping cost. However all the other places we charge shipping cost depending with what our shipping agents charges; basically a shipping cost of between Ksh300- 400 applies except for regions within Nairobi County where a fee of roughly Ksh 150 – 200 applies. All shipping cost is subject to change without any notice.</br>','Privacy Details','PRIVACY POLICY</br>\r\n\r\nThis Privacy Policy explains what personal data is collected when you use the jiji.ng any jiji.ng mobile application, or website (“Jiji”, \"Website\", or \"App\") and the services provided through it (together with the Website and the App, the “Service”), how such personal data will be used, shared.</br>\r\n\r\nBY USING THE SERVICE, YOU PROMISE US THAT (I) YOU HAVE READ, UNDERSTOOD AND AGREED TO THIS PRIVACY POLICY, AND (II) YOU ARE OVER 16 YEARS OF AGE (OR HAVE HAD YOUR PARENT OR GUARDIAN READ AND AGREED TO THIS PRIVACY POLICY FOR YOU). If you do not agree or you are unable to make this promise, you must not use the Service. In such case, you must contact the support team via online chat or email to request deletion of your account and data.</br>\r\n\r\nProcess in respect of personal data, means to collect, store, and disclose to others.</br>\r\n\r\nTABLE OF CONTENTS</br>\r\n\r\n1. PERSONAL DATA CONTROLLER</br>\r\n\r\n2. CATEGORIES OF PERSONAL DATA WE COLLECT</br>\r\n\r\n3. FOR WHAT PURPOSES WE PROCESS PERSONAL DATA</br>\r\n\r\n4. AUTHORISED REQUIREMENT FOR PROCESSING YOUR PERSONAL DATA</br>\r\n\r\n5. WHO WE SHARE YOUR PERSONAL DATA WITH\r\n</br>\r\n6. HOW YOU CAN EXERCISE YOUR PRIVACY RIGHTS</br>\r\n\r\n7. AGE LIMITATION</br>\r\n\r\n8. CHANGES TO THIS PRIVACY POLICY</br>\r\n\r\n9. DATA RETENTION\r\n</br>\r\n10. CONTACT US</br>','Juja, Kisii','https://api.whatsapp.com/send?phone=254716413386&text=&source=&data=&app_absent=','POS LINK','2147483647','Robisearch is an ICT business organization that deals ICT based solutions. We have been in the industry since 2011. Our main activity is software developement. ','ROBISEARCH LTD',' Transforming the world through innovation',' To be the best ICT company offering innovate services globally.','nnovation, Integrity, hardwork, commitment, honesty, equality, justice, fairness, love.','To Give the best services at all times','Return Policy</br>\r\n\r\nAll defined terms used below shall have the meanings set forth in our Terms and Conditions. If you are not happy with your purchase, we will accept a return of a unused product within 7 days. Once we receive the returned item Breejoz Baby Shop & Maternity Collections will then give a full refund (excluding shipping as we are unable to refund the initial shipping cost of your order). Please allow 1-2 weeks for your return to be processed.</br>',' WORKING HOURS</br>\r\n\r\n Mon 8:00am - 6:00pm</br>\r\n Tue 8:00am - 6:00pm</br>\r\n Wed 8:00am - 6:00pm</br>\r\n Thur 8:00am - 6:00pm</br>\r\n Fri 8:00am - 6:00pm</br>\r\n Sat 8:00am - 6:00pm</br>\r\n\r\n','2020-07-04 08:44:24',1,'Job Vacancy','Join our sales team as online marketers'); /*!40000 ALTER TABLE `contactdetails` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailycollections` -- LOCK TABLES `dailycollections` WRITE; /*!40000 ALTER TABLE `dailycollections` DISABLE KEYS */; INSERT INTO `dailycollections` VALUES (1,'43534','','1','2022-05-05 16:13:28','','1','','Robisearch','','',' 0','0','0','0','0','0','rerer','5400','462','','2022-05-05 23:59:00','254790355472','','active',0.00,0.00,0.00,'',1,0.00,0.00,0.00,462.00,0),(3,'','','1','2022-08-06 18:24:33','','1','','Tina','','',' 0','0','24000','0','0','0','Jeff','500','0','','2022-08-06 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,0.00,0.00,20000),(4,'','','6','2022-09-16 18:42:04','','1','','Almas','','',' 0','0','20000','0','0','0','Tina Almas','','9000','','2022-09-16 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,0.00,9000.00,0),(5,'','','6','2022-09-17 18:13:11','','1','','Almas','','',' 0','0','20000','0','0','0','Tina Almas','','0','','2022-09-17 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,0.00,0.00,0),(6,'','','6','2022-09-20 18:57:40','','1','','Almas','','',' 14000','0','16500','0','0','0','Tina Almas','5000','13000','','2022-09-20 23:59:00','','','active',0.00,0.00,0.00,'',1,10363.00,0.00,0.00,0.00,0),(7,'','','6','2022-09-28 17:32:36','','1','','Almas','','',' 0','0','26000','0','0','0','Tina Almas','','0','','2022-09-28 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,3000.00,15000.00,0.00,0),(8,'','16000 is for the engine mounting for the T6','6','2022-09-28 17:37:51','','1','','Almas','','','15000','0','26000','0','0','0','Tina Almas','2500','0','','2022-09-28 23:59:00','','','active',0.00,0.00,0.00,'',1,4000.00,3517.00,2500.00,0.00,0),(9,'','','6','2022-10-01 16:26:50','','1','','Almas','','',' 0','0','34000','0','0','0','Tina Almas','','0','','2022-10-01 23:59:00','','','active',0.00,0.00,0.00,'',1,3517.00,0.00,0.00,0.00,0),(10,'','','6','2022-10-01 16:32:59','','1','','Almas','','',' 0','0','27500','0','0','0','Tina Almas','','0','','2022-10-01 23:59:00','','','active',0.00,0.00,0.00,'',1,3517.00,0.00,0.00,0.00,0),(11,'','','6','2022-10-07 17:22:37','','1','','Almas','','',' 8000','0','16000','0','0','0','Tina Almas','','0','','2022-10-07 23:59:00','','','active',0.00,0.00,0.00,'',1,11000.00,0.00,0.00,8000.00,0),(12,'','','6','2022-10-07 17:23:04','','1','','Almas','','',' 8000','0','16000','0','0','0','Tina Almas','','0','','2022-10-07 23:59:00','','','active',0.00,0.00,0.00,'',1,11000.00,0.00,0.00,8000.00,0),(13,'','','6','2022-10-08 16:33:38','','1','','Almas','','',' 0','0','24000','0','0','0','Tina Almas','','0','','2022-10-08 23:59:00','','','active',0.00,0.00,0.00,'',1,10000.00,0.00,0.00,0.00,0),(14,'','','6','2022-10-12 16:00:03','','1','','Almas','','',' 0','0','13500','0','0','0','Tina Almas','','0','','2022-10-12 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,0.00,0.00,0),(15,'','','6','2022-10-18 18:41:30','','1','','Almas','','',' 0','0','16500','0','0','0','Tina Almas','','0','','2022-10-18 23:59:00','','','active',0.00,0.00,0.00,'',1,0.00,0.00,0.00,0.00,0),(16,'','','6','2022-10-21 16:58:56','','1','','Almas','','',' 0','0','33000','0','0','0','Tina Almas','','0','','2022-10-21 23:59:00','','','active',0.00,0.00,0.00,'',1,1000.00,0.00,0.00,0.00,0); /*!40000 ALTER TABLE `dailycollections` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dailytasks` -- DROP TABLE IF EXISTS `dailytasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dailytasks` ( `id` int(30) NOT NULL AUTO_INCREMENT, `branchid` int(11) DEFAULT NULL, `status` varchar(11) NOT NULL DEFAULT 'active', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, `updateddate` varchar(40) NOT NULL, `taskid` int(11) NOT NULL, `achieved` varchar(20) NOT NULL, `period` varchar(20) NOT NULL, `description` text NOT NULL, `exactdate` varchar(30) NOT NULL, `day` varchar(20) NOT NULL, `comment` text NOT NULL, `updatedby` int(11) NOT NULL, `mykey` varchar(50) NOT NULL, `approval` varchar(20) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`branchid`), KEY `type` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Add or sub entitlement for employees or contracts'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dailytasks` -- LOCK TABLES `dailytasks` WRITE; /*!40000 ALTER TABLE `dailytasks` DISABLE KEYS */; /*!40000 ALTER TABLE `dailytasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `damages` -- DROP TABLE IF EXISTS `damages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `damages` ( `id` int(10) NOT NULL AUTO_INCREMENT, `expendituretype` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `datedamaged` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(5) DEFAULT 1, `invoice` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `damages` -- LOCK TABLES `damages` WRITE; /*!40000 ALTER TABLE `damages` DISABLE KEYS */; /*!40000 ALTER TABLE `damages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `deals` -- DROP TABLE IF EXISTS `deals`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `deals` ( `id` int(50) NOT NULL AUTO_INCREMENT, `owner` varchar(100) NOT NULL, `title` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `nextstep` text NOT NULL, `contactname` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `fromdate` datetime NOT NULL, `todate` datetime NOT NULL, `probability` varchar(100) NOT NULL, `expectedrevenue` varchar(100) NOT NULL, `stage` varchar(100) NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', `comments` text NOT NULL, `userid` varchar(100) NOT NULL, `dateposted` datetime NOT NULL, `companyid` varchar(100) NOT NULL, `allsteps` text NOT NULL, `dealowner` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `deals` -- LOCK TABLES `deals` WRITE; /*!40000 ALTER TABLE `deals` DISABLE KEYS */; /*!40000 ALTER TABLE `deals` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dealsfeedback` -- DROP TABLE IF EXISTS `dealsfeedback`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `dealsfeedback` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dealsfeedback` -- LOCK TABLES `dealsfeedback` WRITE; /*!40000 ALTER TABLE `dealsfeedback` DISABLE KEYS */; /*!40000 ALTER TABLE `dealsfeedback` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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=1304 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','61656682412','2022-07-01 16:33:48',NULL,3000.00,'','6','1','Inventory sold','1','','sales','001','','No',NULL,NULL,''),(2,'5500','61656682412','2022-07-01 16:33:48',3000.00,NULL,'','6','1','Cost of goods sold','1','','sales','','','No',NULL,NULL,''),(3,'1000','61656682412','2022-07-01 16:33:48',40.00,NULL,'','6','1','Good sold','1','','sales','','','No',NULL,NULL,''),(4,'4000','61656682412','2022-07-01 16:33:48',NULL,40.00,'','6','1','Good sold','1','','sales','001','','No',NULL,NULL,''),(7,'5920','11656682532','2022-07-01 16:36:51',20000.00,NULL,'0','1','1','POS Web Hosting and Accounting module','1','','','5','','No',NULL,NULL,''),(8,'1030','11656682532','2022-07-01 16:36:51',NULL,20000.00,'0','1','1','POS Web Hosting and Accounting module','1','','','5','','No',NULL,NULL,''),(9,'1110','61656753612','2022-07-02 12:22:02',NULL,3500.00,'','6','1','Inventory sold','1','15','sales','30758130','','No',NULL,NULL,''),(10,'1110','61656753612','2022-07-02 12:22:02',NULL,5000.00,'','6','1','Inventory sold','1','15','sales','31317482','','No',NULL,NULL,''),(11,'5500','61656753612','2022-07-02 12:22:02',8500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(12,'1000','61656753612','2022-07-02 12:22:02',17000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(13,'4000','61656753612','2022-07-02 12:22:02',NULL,8000.00,'','6','1','Good sold','1','15','sales','30758130','','No',NULL,NULL,''),(14,'4000','61656753612','2022-07-02 12:22:02',NULL,9000.00,'','6','1','Good sold','1','15','sales','31317482','','No',NULL,NULL,''),(15,'1110','61656764452','2022-07-02 16:09:33',NULL,1200.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(16,'1110','61656764452','2022-07-02 16:09:33',NULL,1050.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(17,'1110','61656764452','2022-07-02 16:09:33',NULL,2940.00,'','6','1','Inventory sold','1','15','sales','30780377','','No',NULL,NULL,''),(18,'1110','61656764452','2022-07-02 16:09:33',NULL,7000.00,'','6','1','Inventory sold','1','15','sales','31330450','','No',NULL,NULL,''),(19,'5500','61656764452','2022-07-02 16:09:33',12190.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(20,'1000','61656764452','2022-07-02 16:09:33',27000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(21,'4000','61656764452','2022-07-02 16:09:33',NULL,6000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(22,'4000','61656764452','2022-07-02 16:09:33',NULL,4500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(23,'4000','61656764452','2022-07-02 16:09:33',NULL,9000.00,'','6','1','Good sold','1','15','sales','30780377','','No',NULL,NULL,''),(24,'4000','61656764452','2022-07-02 16:09:33',NULL,7500.00,'','6','1','Good sold','1','15','sales','31330450','','No',NULL,NULL,''),(25,'1110','61656829444','2022-07-03 09:34:28',NULL,800.00,'','6','1','Inventory sold','1','15','sales','31366124','','No',NULL,NULL,''),(26,'1110','61656829444','2022-07-03 09:34:28',NULL,3500.00,'','6','1','Inventory sold','1','15','sales','30648382','','No',NULL,NULL,''),(27,'1110','61656829444','2022-07-03 09:34:28',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(28,'1110','61656829444','2022-07-03 09:34:28',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30735878','','No',NULL,NULL,''),(29,'5500','61656829444','2022-07-03 09:34:28',5100.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(30,'1000','61656829444','2022-07-03 09:34:28',14500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(31,'4000','61656829444','2022-07-03 09:34:28',NULL,3000.00,'','6','1','Good sold','1','15','sales','31366124','','No',NULL,NULL,''),(32,'4000','61656829444','2022-07-03 09:34:28',NULL,8000.00,'','6','1','Good sold','1','15','sales','30648382','','No',NULL,NULL,''),(33,'4000','61656829444','2022-07-03 09:34:28',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(34,'4000','61656829444','2022-07-03 09:34:28',NULL,1500.00,'','6','1','Good sold','1','15','sales','30735878','','No',NULL,NULL,''),(35,'1110','61656830201','2022-07-03 09:37:10',NULL,1100.00,'','6','1','Inventory sold','1','15','sales','30620512','','No',NULL,NULL,''),(36,'5500','61656830201','2022-07-03 09:37:10',1100.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(37,'1000','61656830201','2022-07-03 09:37:10',4000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(38,'4000','61656830201','2022-07-03 09:37:10',NULL,4000.00,'','6','1','Good sold','1','15','sales','30620512','','No',NULL,NULL,''),(39,'4000','61656830201','2022-07-04 12:03:35',4000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(40,'1000','61656830201','2022-07-04 12:03:35',NULL,4000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(41,'5500','61656830201','2022-07-04 12:03:35',NULL,1100.00,'','6','1','Cost of goods returned','1','15','sales','30620512','','No',NULL,NULL,''),(42,'1110','61656830201','2022-07-04 12:03:35',1100.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(43,'1110','61656929957','2022-07-04 13:22:28',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(44,'1110','61656929957','2022-07-04 13:22:28',NULL,700.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(45,'1110','61656929957','2022-07-04 13:22:28',NULL,1900.00,'','6','1','Inventory sold','1','15','sales','31449209','','No',NULL,NULL,''),(46,'5500','61656929957','2022-07-04 13:22:28',3000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(47,'1100','61656929957','2022-07-04 13:22:28',11000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(48,'4000','61656929957','2022-07-04 13:22:28',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(49,'4000','61656929957','2022-07-04 13:22:28',NULL,3000.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(50,'4000','61656929957','2022-07-04 13:22:28',NULL,6000.00,'','6','1','Good sold','1','15','sales','31449209','','No',NULL,NULL,''),(51,'1110','61657022003','2022-07-05 14:55:46',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(52,'1110','61657022003','2022-07-05 14:55:46',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(53,'1110','61657022003','2022-07-05 14:55:46',NULL,1100.00,'','6','1','Inventory sold','1','15','sales','30620512','','No',NULL,NULL,''),(54,'1110','61657022003','2022-07-05 14:55:46',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31256837','','No',NULL,NULL,''),(55,'1110','61657022003','2022-07-05 14:55:46',NULL,980.00,'','6','1','Inventory sold','1','15','sales','30780377','','No',NULL,NULL,''),(56,'5500','61657022003','2022-07-05 14:55:46',3480.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(57,'1100','61657022003','2022-07-05 14:55:46',14500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(58,'4000','61657022003','2022-07-05 14:55:46',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(59,'4000','61657022003','2022-07-05 14:55:46',NULL,2500.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(60,'4000','61657022003','2022-07-05 14:55:46',NULL,3500.00,'','6','1','Good sold','1','15','sales','30620512','','No',NULL,NULL,''),(61,'4000','61657022003','2022-07-05 14:55:46',NULL,4000.00,'','6','1','Good sold','1','15','sales','31256837','','No',NULL,NULL,''),(62,'4000','61657022003','2022-07-05 14:55:46',NULL,3000.00,'','6','1','Good sold','1','15','sales','30780377','','No',NULL,NULL,''),(63,'1110','61657295647','2022-07-08 18:58:57',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(64,'1110','61657295647','2022-07-08 18:58:57',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31449209','','No',NULL,NULL,''),(65,'1110','61657295647','2022-07-08 18:58:57',NULL,3500.00,'','6','1','Inventory sold','1','15','sales','31432653','','No',NULL,NULL,''),(66,'5500','61657295647','2022-07-08 18:58:57',4800.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(67,'1100','61657295647','2022-07-08 18:58:57',14500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(68,'4000','61657295647','2022-07-08 18:58:57',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(69,'4000','61657295647','2022-07-08 18:58:57',NULL,3000.00,'','6','1','Good sold','1','15','sales','31449209','','No',NULL,NULL,''),(70,'4000','61657295647','2022-07-08 18:58:57',NULL,10000.00,'','6','1','Good sold','1','15','sales','31432653','','No',NULL,NULL,''),(71,'1110','61657964052','2022-07-16 12:39:08',NULL,350.00,'','6','1','Inventory sold','1','15','sales','8692305','','No',NULL,NULL,''),(72,'1110','61657964052','2022-07-16 12:39:08',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30680293','','No',NULL,NULL,''),(73,'5500','61657964052','2022-07-16 12:39:08',1200.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(74,'1100','61657964052','2022-07-16 12:39:08',3500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(75,'4000','61657964052','2022-07-16 12:39:08',NULL,1500.00,'','6','1','Good sold','1','15','sales','8692305','','No',NULL,NULL,''),(76,'4000','61657964052','2022-07-16 12:39:08',NULL,2000.00,'','6','1','Good sold','1','15','sales','30680293','','No',NULL,NULL,''),(77,'1110','61658233410','2022-07-19 15:46:21',NULL,3000.00,'','6','1','Inventory sold','1','15','sales','30794554','','No',NULL,NULL,''),(78,'1110','61658233410','2022-07-19 15:46:21',NULL,0.00,'','6','1','Inventory sold','1','15','sales','31277334','','No',NULL,NULL,''),(79,'5500','61658233410','2022-07-19 15:46:21',3000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(80,'1100','61658233410','2022-07-19 15:46:21',16500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(81,'4000','61658233410','2022-07-19 15:46:21',NULL,7500.00,'','6','1','Good sold','1','15','sales','30794554','','No',NULL,NULL,''),(82,'4000','61658233410','2022-07-19 15:46:21',NULL,9000.00,'','6','1','Good sold','1','15','sales','31277334','','No',NULL,NULL,''),(83,'1110','61658742312','2022-07-25 12:46:07',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(84,'1110','61658742312','2022-07-25 12:46:07',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(85,'1110','61658742312','2022-07-25 12:46:07',NULL,3000.00,'','6','1','Inventory sold','1','15','sales','30794554','','No',NULL,NULL,''),(86,'5500','61658742312','2022-07-25 12:46:07',3800.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(87,'1100','61658742312','2022-07-25 12:46:07',11000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(88,'4000','61658742312','2022-07-25 12:46:07',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(89,'4000','61658742312','2022-07-25 12:46:07',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(90,'4000','61658742312','2022-07-25 12:46:07',NULL,7500.00,'','6','1','Good sold','1','15','sales','30794554','','No',NULL,NULL,''),(91,'1110','61658922205','2022-07-27 16:10:24',NULL,3000.00,'','6','1','Inventory sold','1','15','sales','31359965','','No',NULL,NULL,''),(92,'5500','61658922205','2022-07-27 16:10:24',3000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(93,'1000','61658922205','2022-07-27 16:10:24',7500.00,NULL,'','6','1','Good sold','1','15','Payment','','','No',NULL,NULL,''),(94,'4000','61658922205','2022-07-27 16:10:24',NULL,7500.00,'','6','1','Good sold','1','15','sales','31359965','','No',NULL,NULL,''),(95,'1110','61658927436','2022-07-27 16:14:12',NULL,4500.00,'','6','1','Inventory sold','1','15','sales','31256845','','No',NULL,NULL,''),(96,'5500','61658927436','2022-07-27 16:14:12',4500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(97,'1000','61658927436','2022-07-27 16:14:12',15000.00,NULL,'','6','1','Good sold','1','15','Payment','','','No',NULL,NULL,''),(98,'4000','61658927436','2022-07-27 16:14:12',NULL,15000.00,'','6','1','Good sold','1','15','sales','31256845','','No',NULL,NULL,''),(99,'4000','61658233410','2022-07-27 18:14:52',7500.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(100,'1100','61658233410','2022-07-27 18:14:52',NULL,7500.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(101,'5500','61658233410','2022-07-27 18:14:52',NULL,3000.00,'','6','1','Cost of goods returned','1','15','sales','30794554','','No',NULL,NULL,''),(102,'1110','61658233410','2022-07-27 18:14:52',3000.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(103,'4000','61658233410','2022-07-27 18:14:54',9000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(104,'1100','61658233410','2022-07-27 18:14:54',NULL,9000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(105,'5500','61658233410','2022-07-27 18:14:54',NULL,0.00,'','6','1','Cost of goods returned','1','15','sales','31277334','','No',NULL,NULL,''),(106,'1110','61658233410','2022-07-27 18:14:54',0.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(107,'1100','61658742312','2022-07-27 18:15:17',NULL,11000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(108,'1030','61658742312','2022-07-27 18:15:17',11000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(109,'4000','61657295647','2022-07-27 18:16:09',10000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(110,'1100','61657295647','2022-07-27 18:16:09',NULL,10000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(111,'5500','61657295647','2022-07-27 18:16:09',NULL,3500.00,'','6','1','Cost of goods returned','1','15','sales','31432653','','No',NULL,NULL,''),(112,'1110','61657295647','2022-07-27 18:16:09',3500.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(113,'1100','61657295647','2022-07-27 18:16:18',NULL,4500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(114,'1030','61657295647','2022-07-27 18:16:18',4500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(115,'1100','61658995613','2022-07-28 11:07:24',33000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(116,'4000','61658995613','2022-07-28 11:07:24',NULL,33000.00,'','6','1','Good sold','1','15','sales','31372881','','No',NULL,NULL,''),(117,'4000','61658995613','2022-07-28 11:10:55',33000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(118,'1100','61658995613','2022-07-28 11:10:55',NULL,33000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(119,'5500','61658995613','2022-07-28 11:10:55',NULL,0.00,'','6','1','Cost of goods returned','1','15','sales','31372881','','No',NULL,NULL,''),(120,'1110','61658995613','2022-07-28 11:10:55',0.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(121,'1110','61658995862','2022-07-28 11:11:42',NULL,0.00,'','6','1','Inventory sold','1','15','sales','31372881','','No',NULL,NULL,''),(122,'1110','61658995862','2022-07-28 11:11:42',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(123,'5500','61658995862','2022-07-28 11:11:42',450.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(124,'1100','61658995862','2022-07-28 11:11:42',35000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(125,'4000','61658995862','2022-07-28 11:11:42',NULL,33000.00,'','6','1','Good sold','1','15','sales','31372881','','No',NULL,NULL,''),(126,'4000','61658995862','2022-07-28 11:11:42',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(127,'1110','61659005844','2022-07-28 13:58:10',NULL,1350.00,'','6','1','Inventory sold','1','15','sales','30636833','','No',NULL,NULL,''),(128,'1110','61659005844','2022-07-28 13:58:10',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30788490','','No',NULL,NULL,''),(129,'5500','61659005844','2022-07-28 13:58:10',1750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(130,'1100','61659005844','2022-07-28 13:58:10',7500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(131,'4000','61659005844','2022-07-28 13:58:10',NULL,6000.00,'','6','1','Good sold','1','15','sales','30636833','','No',NULL,NULL,''),(132,'4000','61659005844','2022-07-28 13:58:10',NULL,1500.00,'','6','1','Good sold','1','15','sales','30788490','','No',NULL,NULL,''),(133,'1110','61659081511','2022-07-29 11:05:54',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(134,'1110','61659081511','2022-07-29 11:05:54',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(135,'1110','61659081511','2022-07-29 11:05:54',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31449209','','No',NULL,NULL,''),(136,'5500','61659081511','2022-07-29 11:05:54',1750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(137,'1100','61659081511','2022-07-29 11:05:54',15500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(138,'4000','61659081511','2022-07-29 11:05:54',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(139,'4000','61659081511','2022-07-29 11:05:54',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(140,'4000','61659081511','2022-07-29 11:05:54',NULL,9000.00,'','6','1','Good sold','1','15','sales','30793540','','No',NULL,NULL,''),(141,'4000','61659081511','2022-07-29 11:05:54',NULL,3000.00,'','6','1','Good sold','1','15','sales','31449209','','No',NULL,NULL,''),(142,'1100','61658995862','2022-07-29 11:06:33',NULL,33000.00,'','6','1','fuel pump','1','15','payment','','','No',NULL,NULL,''),(143,'1010','61658995862','2022-07-29 11:06:33',33000.00,NULL,'','6','1','fuel pump','1','15','payment','','','No',NULL,NULL,''),(144,'1100','61656929957','2022-07-29 11:21:39',NULL,11000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(145,'1010','61656929957','2022-07-29 11:21:39',11000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(146,'1110','61659085143','2022-07-29 11:59:50',NULL,4500.00,'','6','1','Inventory sold','1','15','sales','31256845','','No',NULL,NULL,''),(147,'1110','61659085143','2022-07-29 11:59:50',NULL,0.00,'','6','1','Inventory sold','1','15','sales','31451036','','No',NULL,NULL,''),(148,'5500','61659085143','2022-07-29 11:59:50',4500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(149,'1100','61659085143','2022-07-29 11:59:50',22000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(150,'4000','61659085143','2022-07-29 11:59:50',NULL,15000.00,'','6','1','Good sold','1','15','sales','31256845','','No',NULL,NULL,''),(151,'4000','61659085143','2022-07-29 11:59:50',NULL,7000.00,'','6','1','Good sold','1','15','sales','31451036','','No',NULL,NULL,''),(152,'1100','61659085143','2022-07-30 14:30:12',NULL,22000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(153,'1030','61659085143','2022-07-30 14:30:12',22000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(154,'1100','61659081511','2022-07-30 14:31:03',NULL,15500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(155,'1030','61659081511','2022-07-30 14:31:03',15500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(156,'1100','61658995862','2022-07-30 14:31:40',NULL,2000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(157,'na','61658995862','2022-07-30 14:31:40',2000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(158,'1100','61657022003','2022-07-30 14:32:21',NULL,14500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(159,'na','61657022003','2022-07-30 14:32:21',14500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(160,'1110','61659180790','2022-07-30 14:35:14',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(161,'1110','61659180790','2022-07-30 14:35:14',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(162,'1110','61659180790','2022-07-30 14:35:14',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31449209','','No',NULL,NULL,''),(163,'1110','61659180790','2022-07-30 14:35:14',NULL,1100.00,'','6','1','Inventory sold','1','15','sales','30620512','','No',NULL,NULL,''),(164,'1110','61659180790','2022-07-30 14:35:14',NULL,450.00,'','6','1','Inventory sold','1','15','sales','8638600','','No',NULL,NULL,''),(165,'1110','61659180790','2022-07-30 14:35:14',NULL,330.00,'','6','1','Inventory sold','1','15','sales','1275810','','No',NULL,NULL,''),(166,'1110','61659180790','2022-07-30 14:35:14',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31449209','','No',NULL,NULL,''),(167,'5500','61659180790','2022-07-30 14:35:14',4580.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(168,'1100','61659180790','2022-07-30 14:35:14',16500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(169,'4000','61659180790','2022-07-30 14:35:14',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(170,'4000','61659180790','2022-07-30 14:35:14',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(171,'4000','61659180790','2022-07-30 14:35:14',NULL,3000.00,'','6','1','Good sold','1','15','sales','31449209','','No',NULL,NULL,''),(172,'4000','61659180790','2022-07-30 14:35:14',NULL,3500.00,'','6','1','Good sold','1','15','sales','30620512','','No',NULL,NULL,''),(173,'4000','61659180790','2022-07-30 14:35:14',NULL,2000.00,'','6','1','Good sold','1','15','sales','8638600','','No',NULL,NULL,''),(174,'4000','61659180790','2022-07-30 14:35:14',NULL,1500.00,'','6','1','Good sold','1','15','sales','1275810','','No',NULL,NULL,''),(175,'4000','61659180790','2022-07-30 14:35:14',NULL,3000.00,'','6','1','Good sold','1','15','sales','31449209','','No',NULL,NULL,''),(176,'1110','61659690054','2022-08-05 12:06:04',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(177,'1110','61659690054','2022-08-05 12:06:04',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30750013','','No',NULL,NULL,''),(178,'1110','61659690054','2022-08-05 12:06:04',NULL,980.00,'','6','1','Inventory sold','1','15','sales','30780377','','No',NULL,NULL,''),(179,'5500','61659690054','2022-08-05 12:06:04',1880.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(180,'1100','61659690054','2022-08-05 12:06:04',6500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(181,'4000','61659690054','2022-08-05 12:06:04',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(182,'4000','61659690054','2022-08-05 12:06:04',NULL,1500.00,'','6','1','Good sold','1','15','sales','30750013','','No',NULL,NULL,''),(183,'4000','61659690054','2022-08-05 12:06:04',NULL,3000.00,'','6','1','Good sold','1','15','sales','30780377','','No',NULL,NULL,''),(184,'1110','11659797333','2022-08-06 17:48:53',6000.00,NULL,'','1','1','Inventory Purchased','1','38','Purchases','30796427','','No',NULL,NULL,''),(185,'1110','11659797333','2022-08-06 17:48:53',5000.00,NULL,'','1','1','Inventory Purchased','1','38','Purchases','31432653','','No',NULL,NULL,''),(186,'1110','11659797333','2022-08-06 17:48:53',27000.00,NULL,'','1','1','Inventory Purchased','1','38','Purchases','31256845','','No',NULL,NULL,''),(187,'1110','11659797333','2022-08-06 17:48:53',0.00,NULL,'','1','1','Inventory Purchased','1','38','Purchases','31451036','','No',NULL,NULL,''),(188,'1110','11659797333','2022-08-06 17:48:53',4000.00,NULL,'','1','1','Inventory Purchased','1','38','Purchases','31302345','','No',NULL,NULL,''),(189,'1110','11659797333','2022-08-06 17:48:53',8500.00,NULL,'','1','1','Inventory Purchased','1','38','Purchases','32237897','','No',NULL,NULL,''),(190,'2130','11659797333','2022-08-06 17:48:53',NULL,50500.00,'','1','1','Account payable for inventory','1','38','Purchases','','','No',NULL,NULL,''),(191,'1110','61659955493','2022-08-08 13:46:44',NULL,450.00,'','6','1','Inventory sold','1','31','sales','30748212','','No',NULL,NULL,''),(192,'1110','61659955493','2022-08-08 13:46:44',NULL,450.00,'','6','1','Inventory sold','1','31','sales','31372212','','No',NULL,NULL,''),(193,'5500','61659955493','2022-08-08 13:46:44',900.00,NULL,'','6','1','Cost of goods sold','1','31','sales','','','No',NULL,NULL,''),(194,'1100','61659955493','2022-08-08 13:46:44',5000.00,NULL,'','6','1','Good sold','1','31','sales','','','No',NULL,NULL,''),(195,'4000','61659955493','2022-08-08 13:46:44',NULL,3000.00,'','6','1','Good sold','1','31','sales','30748212','','No',NULL,NULL,''),(196,'4000','61659955493','2022-08-08 13:46:44',NULL,2000.00,'','6','1','Good sold','1','31','sales','31372212','','No',NULL,NULL,''),(197,'1100','61659955779','2022-08-08 13:49:57',8500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(198,'4000','61659955779','2022-08-08 13:49:57',NULL,8500.00,'','6','1','Good sold','1','15','sales','31686893','','No',NULL,NULL,''),(199,'1100','61659955779','2022-08-12 11:26:02',NULL,8500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(200,'1030','61659955779','2022-08-12 11:26:02',8500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(201,'1100','61659955493','2022-08-12 11:27:20',NULL,5000.00,'','6','1','','1','31','payment','','','No',NULL,NULL,''),(202,'1030','61659955493','2022-08-12 11:27:20',5000.00,NULL,'','6','1','','1','31','payment','','','No',NULL,NULL,''),(203,'1100','61659690054','2022-08-12 11:28:11',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(204,'1030','61659690054','2022-08-12 11:28:11',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(205,'1100','61659180790','2022-08-12 11:29:38',NULL,16500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(206,'1030','61659180790','2022-08-12 11:29:38',16500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(207,'1100','61659005844','2022-08-12 11:34:26',NULL,7500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(208,'1030','61659005844','2022-08-12 11:34:26',7500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(209,'1100','61657964052','2022-08-12 11:34:54',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(210,'1030','61657964052','2022-08-12 11:34:54',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(211,'1110','61660294125','2022-08-12 11:49:11',NULL,350.00,'','6','1','Inventory sold','1','15','sales','8692305','','No',NULL,NULL,''),(212,'5500','61660294125','2022-08-12 11:49:11',350.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(213,'1100','61660294125','2022-08-12 11:49:11',1500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(214,'4000','61660294125','2022-08-12 11:49:11',NULL,1500.00,'','6','1','Good sold','1','15','sales','8692305','','No',NULL,NULL,''),(215,'1100','61660294125','2022-08-18 10:07:13',NULL,1500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(216,'1040','61660294125','2022-08-18 10:07:13',1500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(217,'1110','61660908132','2022-08-19 14:22:53',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(218,'1110','61660908132','2022-08-19 14:22:53',NULL,900.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(219,'5500','61660908132','2022-08-19 14:22:53',1250.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(220,'1100','61660908132','2022-08-19 14:22:53',5500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(221,'4000','61660908132','2022-08-19 14:22:53',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(222,'4000','61660908132','2022-08-19 14:22:53',NULL,4000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(223,'1110','61661246860','2022-08-23 12:29:00',NULL,0.00,'','6','1','Inventory sold','1','25','sales','31686893','','No',NULL,NULL,''),(224,'1110','61661246860','2022-08-23 12:29:00',NULL,600.00,'','6','1','Inventory sold','1','25','sales','31256837','','No',NULL,NULL,''),(225,'5500','61661246860','2022-08-23 12:29:00',600.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(226,'1000','61661246860','2022-08-23 12:29:00',15000.00,NULL,'','6','1','Good sold','1','25','sales','','','No',NULL,NULL,''),(227,'4000','61661246860','2022-08-23 12:29:00',NULL,10000.00,'','6','1','Good sold','1','25','sales','31686893','','No',NULL,NULL,''),(228,'4000','61661246860','2022-08-23 12:29:00',NULL,5000.00,'','6','1','Good sold','1','25','sales','31256837','','No',NULL,NULL,''),(229,'1110','61661266967','2022-08-23 18:03:37',NULL,350.00,'','6','1','Inventory sold','1','15','sales','8692305','','No',NULL,NULL,''),(230,'1110','61661266967','2022-08-23 18:03:37',NULL,0.00,'','6','1','Inventory sold','1','15','sales','31277334','','No',NULL,NULL,''),(231,'1110','61661266967','2022-08-23 18:03:37',NULL,3500.00,'','6','1','Inventory sold','1','15','sales','30758130','','No',NULL,NULL,''),(232,'5500','61661266967','2022-08-23 18:03:37',3850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(233,'1100','61661266967','2022-08-23 18:03:37',21000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(234,'4000','61661266967','2022-08-23 18:03:37',NULL,1500.00,'','6','1','Good sold','1','15','sales','8692305','','No',NULL,NULL,''),(235,'4000','61661266967','2022-08-23 18:03:37',NULL,12000.00,'','6','1','Good sold','1','15','sales','31277334','','No',NULL,NULL,''),(236,'4000','61661266967','2022-08-23 18:03:37',NULL,7500.00,'','6','1','Good sold','1','15','sales','30758130','','No',NULL,NULL,''),(237,'1110','61661848445','2022-08-30 11:37:33',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(238,'1110','61661848445','2022-08-30 11:37:33',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30750013','','No',NULL,NULL,''),(239,'1110','61661848445','2022-08-30 11:37:33',NULL,7000.00,'','6','1','Inventory sold','1','15','sales','31330450','','No',NULL,NULL,''),(240,'5500','61661848445','2022-08-30 11:37:33',7900.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(241,'1100','61661848445','2022-08-30 11:37:33',15500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(242,'4000','61661848445','2022-08-30 11:37:33',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(243,'4000','61661848445','2022-08-30 11:37:33',NULL,1500.00,'','6','1','Good sold','1','15','sales','30750013','','No',NULL,NULL,''),(244,'4000','61661848445','2022-08-30 11:37:33',NULL,12000.00,'','6','1','Good sold','1','15','sales','31330450','','No',NULL,NULL,''),(277,'1110','61661862830','2022-08-30 15:33:50',NULL,450.00,'','6','1','Inventory sold','1','39','sales','73','','No',NULL,NULL,''),(278,'1110','61661862830','2022-08-30 15:33:50',NULL,950.00,'','6','1','Inventory sold','1','39','sales','72','','No',NULL,NULL,''),(279,'1110','61661862830','2022-08-30 15:33:50',NULL,6220.00,'','6','1','Inventory sold','1','39','sales','71','','No',NULL,NULL,''),(280,'1110','61661862830','2022-08-30 15:33:50',NULL,3500.00,'','6','1','Inventory sold','1','39','sales','70','','No',NULL,NULL,''),(281,'1110','61661862830','2022-08-30 15:33:50',NULL,2000.00,'','6','1','Inventory sold','1','39','sales','69','','No',NULL,NULL,''),(282,'1110','61661862830','2022-08-30 15:33:50',NULL,10000.00,'','6','1','Inventory sold','1','39','sales','68','','No',NULL,NULL,''),(283,'4000','61661862830','2022-08-30 15:33:50',NULL,2500.00,'0','6','1','Sales order','1','','','73','','No',NULL,NULL,''),(284,'4000','61661862830','2022-08-30 15:33:50',NULL,5000.00,'0','6','1','Sales order','1','','','72','','No',NULL,NULL,''),(285,'4000','61661862830','2022-08-30 15:33:50',NULL,8400.00,'0','6','1','Sales order','1','','','71','','No',NULL,NULL,''),(286,'4000','61661862830','2022-08-30 15:33:50',NULL,3500.00,'0','6','1','Sales order','1','','','70','','No',NULL,NULL,''),(287,'4000','61661862830','2022-08-30 15:33:50',NULL,2000.00,'0','6','1','Sales order','1','','','69','','No',NULL,NULL,''),(288,'4000','61661862830','2022-08-30 15:33:50',NULL,10000.00,'0','6','1','Sales order','1','','','68','','No',NULL,NULL,''),(289,'1100','61661862830','2022-08-30 15:33:50',31400.00,NULL,'0','6','1','Sales order (A/R)','1','','','','','No',NULL,NULL,''),(290,'5500','61661862830','2022-08-30 15:33:50',23120.00,NULL,'','6','1','Cost of goods sold','1','39','sales','','','No',NULL,NULL,''),(291,'1100','61661862830','2022-08-30 17:02:00',NULL,10000.00,'','6','1','','1','39','payment','','','No',NULL,NULL,''),(292,'1010','61661862830','2022-08-30 17:02:00',10000.00,NULL,'','6','1','','1','39','payment','','','No',NULL,NULL,''),(293,'4000','61661862830','2022-08-30 17:06:31',2500.00,NULL,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(294,'1100','61661862830','2022-08-30 17:06:31',NULL,2500.00,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(295,'5500','61661862830','2022-08-30 17:06:31',NULL,450.00,'','6','1','Cost of goods returned','1','39','sales','30750013','','No',NULL,NULL,''),(296,'1110','61661862830','2022-08-30 17:06:31',450.00,NULL,'','6','1','Inventory retuned ','1','39','sales','','','No',NULL,NULL,''),(297,'4000','61661862830','2022-08-30 17:06:34',5000.00,NULL,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(298,'1100','61661862830','2022-08-30 17:06:34',NULL,5000.00,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(299,'5500','61661862830','2022-08-30 17:06:34',NULL,950.00,'','6','1','Cost of goods returned','1','39','sales','31449209','','No',NULL,NULL,''),(300,'1110','61661862830','2022-08-30 17:06:34',950.00,NULL,'','6','1','Inventory retuned ','1','39','sales','','','No',NULL,NULL,''),(301,'4000','61661862830','2022-08-30 17:07:02',0.00,NULL,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(302,'1100','61661862830','2022-08-30 17:07:02',NULL,0.00,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(303,'4000','61661862830','2022-08-30 17:07:03',8400.00,NULL,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(304,'1100','61661862830','2022-08-30 17:07:03',NULL,8400.00,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(305,'5500','61661862830','2022-08-30 17:07:03',NULL,6220.00,'','6','1','Cost of goods returned','1','39','sales','00000','','No',NULL,NULL,''),(306,'1110','61661862830','2022-08-30 17:07:03',6220.00,NULL,'','6','1','Inventory retuned ','1','39','sales','','','No',NULL,NULL,''),(307,'4000','61661862830','2022-08-30 17:07:04',3500.00,NULL,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(308,'1100','61661862830','2022-08-30 17:07:04',NULL,3500.00,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(309,'5500','61661862830','2022-08-30 17:07:04',NULL,3500.00,'','6','1','Cost of goods returned','1','39','sales','9300','','No',NULL,NULL,''),(310,'1110','61661862830','2022-08-30 17:07:04',3500.00,NULL,'','6','1','Inventory retuned ','1','39','sales','','','No',NULL,NULL,''),(311,'4000','61661862830','2022-08-30 17:07:04',2000.00,NULL,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(312,'1100','61661862830','2022-08-30 17:07:04',NULL,2000.00,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(313,'5500','61661862830','2022-08-30 17:07:04',NULL,2000.00,'','6','1','Cost of goods returned','1','39','sales','9301','','No',NULL,NULL,''),(314,'1110','61661862830','2022-08-30 17:07:04',2000.00,NULL,'','6','1','Inventory retuned ','1','39','sales','','','No',NULL,NULL,''),(315,'4000','61661862830','2022-08-30 17:07:05',10000.00,NULL,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(316,'1100','61661862830','2022-08-30 17:07:05',NULL,10000.00,'','6','1','Returned products','1','39','return','','','No',NULL,NULL,''),(317,'5500','61661862830','2022-08-30 17:07:05',NULL,10000.00,'','6','1','Cost of goods returned','1','39','sales','9302','','No',NULL,NULL,''),(318,'1110','61661862830','2022-08-30 17:07:05',10000.00,NULL,'','6','1','Inventory retuned ','1','39','sales','','','No',NULL,NULL,''),(319,'1110','61663314618','2022-09-16 10:51:14',NULL,4500.00,'','6','1','Inventory sold','1','15','sales','31262708','','No',NULL,NULL,''),(320,'1110','61663314618','2022-09-16 10:51:14',NULL,330.00,'','6','1','Inventory sold','1','15','sales','1275810','','No',NULL,NULL,''),(321,'5500','61663314618','2022-09-16 10:51:14',4830.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(322,'1100','61663314618','2022-09-16 10:51:14',16500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(323,'4000','61663314618','2022-09-16 10:51:14',NULL,15000.00,'','6','1','Good sold','1','15','sales','31262708','','No',NULL,NULL,''),(324,'4000','61663314618','2022-09-16 10:51:14',NULL,1500.00,'','6','1','Good sold','1','15','sales','1275810','','No',NULL,NULL,''),(325,'1000','61663314803','2022-09-16 10:53:43',9000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(326,'4000','61663314803','2022-09-16 10:53:43',NULL,9000.00,'','6','1','Good sold','1','15','sales','30793540','','No',NULL,NULL,''),(327,'1110','61663339476','2022-09-16 17:45:02',NULL,1100.00,'','6','1','Inventory sold','1','15','sales','30620512','','No',NULL,NULL,''),(328,'5500','61663339476','2022-09-16 17:45:02',1100.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(329,'1100','61663339476','2022-09-16 17:45:02',3500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(330,'4000','61663339476','2022-09-16 17:45:02',NULL,3500.00,'','6','1','Good sold','1','15','sales','30620512','','No',NULL,NULL,''),(331,'1110','61663400038','2022-09-17 10:34:12',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(332,'5500','61663400038','2022-09-17 10:34:12',450.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(333,'1100','61663400038','2022-09-17 10:34:12',1500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(334,'4000','61663400038','2022-09-17 10:34:12',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(335,'1110','61663421780','2022-09-17 16:37:39',NULL,3000.00,'','6','1','Inventory sold','1','25','sales','31200321','','No',NULL,NULL,''),(336,'1110','61663421780','2022-09-17 16:37:39',NULL,2000.00,'','6','1','Inventory sold','1','25','sales','30796427','','No',NULL,NULL,''),(337,'5500','61663421780','2022-09-17 16:37:39',5000.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(338,'1100','61663421780','2022-09-17 16:37:39',15000.00,NULL,'','6','1','Good sold','1','25','sales','','','No',NULL,NULL,''),(339,'4000','61663421780','2022-09-17 16:37:39',NULL,12000.00,'','6','1','Good sold','1','25','sales','31200321','','No',NULL,NULL,''),(340,'4000','61663421780','2022-09-17 16:37:39',NULL,3000.00,'','6','1','Good sold','1','25','sales','30796427','','No',NULL,NULL,''),(341,'1110','61663427466','2022-09-17 18:12:04',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30757155','','No',NULL,NULL,''),(342,'1110','61663427466','2022-09-17 18:12:04',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30788490','','No',NULL,NULL,''),(343,'5500','61663427466','2022-09-17 18:12:04',850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(344,'1100','61663427466','2022-09-17 18:12:04',3500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(345,'4000','61663427466','2022-09-17 18:12:04',NULL,2000.00,'','6','1','Good sold','1','15','sales','30757155','','No',NULL,NULL,''),(346,'4000','61663427466','2022-09-17 18:12:04',NULL,1500.00,'','6','1','Good sold','1','15','sales','30788490','','No',NULL,NULL,''),(347,'1100','61663427466','2022-09-19 09:51:58',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(348,'na','61663427466','2022-09-19 09:51:58',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(349,'1100','61663400038','2022-09-19 09:52:51',NULL,1500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(350,'1040','61663400038','2022-09-19 09:52:51',1500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(351,'4000','61661848445','2022-09-19 09:54:48',12000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(352,'1100','61661848445','2022-09-19 09:54:48',NULL,12000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(353,'5500','61661848445','2022-09-19 09:54:48',NULL,7000.00,'','6','1','Cost of goods returned','1','15','sales','31330450','','No',NULL,NULL,''),(354,'1110','61661848445','2022-09-19 09:54:48',7000.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(355,'1100','61660908132','2022-09-19 09:55:18',NULL,5500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(356,'1040','61660908132','2022-09-19 09:55:18',5500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(357,'1100','61663339476','2022-09-19 09:56:45',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(358,'na','61663339476','2022-09-19 09:56:45',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(359,'1100','61661266967','2022-09-19 09:57:50',NULL,21000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(360,'na','61661266967','2022-09-19 09:57:50',21000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(361,'1110','61663576244','2022-09-19 11:31:07',NULL,3500.00,'','6','1','Inventory sold','1','15','sales','30648382','','No',NULL,NULL,''),(362,'5500','61663576244','2022-09-19 11:31:07',3500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(363,'1100','61663576244','2022-09-19 11:31:07',8000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(364,'4000','61663576244','2022-09-19 11:31:07',NULL,8000.00,'','6','1','Good sold','1','15','sales','30648382','','No',NULL,NULL,''),(365,'1110','61663600637','2022-09-19 18:17:35',NULL,4500.00,'','6','1','Inventory sold','1','15','sales','31256845','','No',NULL,NULL,''),(366,'5500','61663600637','2022-09-19 18:17:35',4500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(367,'1100','61663600637','2022-09-19 18:17:35',14000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(368,'4000','61663600637','2022-09-19 18:17:35',NULL,14000.00,'','6','1','Good sold','1','15','sales','31256845','','No',NULL,NULL,''),(369,'4000','61663576244','2022-09-20 10:25:39',8000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(370,'1100','61663576244','2022-09-20 10:25:39',NULL,8000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(371,'5500','61663576244','2022-09-20 10:25:39',NULL,3500.00,'','6','1','Cost of goods returned','1','15','sales','30648382','','No',NULL,NULL,''),(372,'1110','61663576244','2022-09-20 10:25:39',3500.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(373,'1110','61663689049','2022-09-20 18:52:15',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(374,'1110','61663689049','2022-09-20 18:52:15',NULL,7500.00,'','6','1','Inventory sold','1','15','sales','30671245','','No',NULL,NULL,''),(375,'5500','61663689049','2022-09-20 18:52:15',7950.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(376,'1100','61663689049','2022-09-20 18:52:15',16500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(377,'4000','61663689049','2022-09-20 18:52:15',NULL,2500.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(378,'4000','61663689049','2022-09-20 18:52:15',NULL,14000.00,'','6','1','Good sold','1','15','sales','30671245','','No',NULL,NULL,''),(379,'1100','61663600637','2022-09-20 18:53:23',NULL,14000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(380,'1030','61663600637','2022-09-20 18:53:23',14000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(381,'1100','61661848445','2022-09-23 10:08:11',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(382,'1030','61661848445','2022-09-23 10:08:11',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(383,'1100','61663689049','2022-09-28 12:13:58',NULL,15000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(384,'1030','61663689049','2022-09-28 12:13:58',15000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(385,'1110','61664359068','2022-09-28 12:58:54',NULL,7500.00,'','6','1','Inventory sold','1','23','sales','30671245','','No',NULL,NULL,''),(386,'5500','61664359068','2022-09-28 12:58:54',7500.00,NULL,'','6','1','Cost of goods sold','1','23','sales','','','No',NULL,NULL,''),(387,'1100','61664359068','2022-09-28 12:58:54',16000.00,NULL,'','6','1','Good sold','1','23','sales','','','No',NULL,NULL,''),(388,'4000','61664359068','2022-09-28 12:58:54',NULL,16000.00,'','6','1','Good sold','1','23','sales','30671245','','No',NULL,NULL,''),(389,'1110','61664375227','2022-09-28 17:28:51',NULL,450.00,'','6','1','Inventory sold','1','25','sales','30748212','','No',NULL,NULL,''),(390,'1110','61664375227','2022-09-28 17:28:51',NULL,350.00,'','6','1','Inventory sold','1','25','sales','31330050','','No',NULL,NULL,''),(391,'1110','61664375227','2022-09-28 17:28:51',NULL,950.00,'','6','1','Inventory sold','1','25','sales','31436713','','No',NULL,NULL,''),(392,'5500','61664375227','2022-09-28 17:28:51',1750.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(393,'1100','61664375227','2022-09-28 17:28:51',7500.00,NULL,'','6','1','Good sold','1','25','sales','','','No',NULL,NULL,''),(394,'4000','61664375227','2022-09-28 17:28:51',NULL,2500.00,'','6','1','Good sold','1','25','sales','30748212','','No',NULL,NULL,''),(395,'4000','61664375227','2022-09-28 17:28:51',NULL,1500.00,'','6','1','Good sold','1','25','sales','31330050','','No',NULL,NULL,''),(396,'4000','61664375227','2022-09-28 17:28:51',NULL,3500.00,'','6','1','Good sold','1','25','sales','31436713','','No',NULL,NULL,''),(397,'1110','61664375344','2022-09-28 17:30:19',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(398,'5500','61664375344','2022-09-28 17:30:19',450.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(399,'1100','61664375344','2022-09-28 17:30:19',2500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(400,'4000','61664375344','2022-09-28 17:30:19',NULL,2500.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(401,'1100','61663689049','2022-09-29 10:42:57',NULL,1500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(402,'1030','61663689049','2022-09-29 10:42:57',1500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(403,'1100','61664375227','2022-09-29 10:43:45',NULL,7500.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(404,'1030','61664375227','2022-09-29 10:43:45',7500.00,NULL,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(405,'1100','61663314618','2022-09-29 10:44:44',NULL,16500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(406,'1030','61663314618','2022-09-29 10:44:44',16500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(407,'1110','61664607046','2022-10-01 09:51:08',NULL,3500.00,'','6','1','Inventory sold','1','16','sales','30648382','','No',NULL,NULL,''),(408,'5500','61664607046','2022-10-01 09:51:08',3500.00,NULL,'','6','1','Cost of goods sold','1','16','sales','','','No',NULL,NULL,''),(409,'1100','61664607046','2022-10-01 09:51:08',8000.00,NULL,'','6','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(410,'4000','61664607046','2022-10-01 09:51:08',NULL,8000.00,'','6','1','Good sold','1','16','sales','30648382','','No',NULL,NULL,''),(411,'1100','61663421780','2022-10-01 10:22:28',NULL,15000.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(412,'1030','61663421780','2022-10-01 10:22:28',15000.00,NULL,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(413,'1110','61664611142','2022-10-01 11:10:57',NULL,900.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(414,'1110','61664611142','2022-10-01 11:10:57',NULL,1900.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(415,'5500','61664611142','2022-10-01 11:10:57',2800.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(416,'1100','61664611142','2022-10-01 11:10:57',10000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(417,'4000','61664611142','2022-10-01 11:10:57',NULL,4000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(418,'4000','61664611142','2022-10-01 11:10:57',NULL,6000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(419,'1110','61664617102','2022-10-01 12:41:06',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(420,'1110','61664617102','2022-10-01 12:41:06',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(421,'1110','61664617102','2022-10-01 12:41:06',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(422,'5500','61664617102','2022-10-01 12:41:06',1750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(423,'1100','61664617102','2022-10-01 12:41:06',6500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(424,'4000','61664617102','2022-10-01 12:41:06',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(425,'4000','61664617102','2022-10-01 12:41:06',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(426,'4000','61664617102','2022-10-01 12:41:06',NULL,2000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(427,'1110','61664617274','2022-10-01 12:42:52',NULL,450.00,'','6','1','Inventory sold','1','16','sales','30748212','','No',NULL,NULL,''),(428,'1110','61664617274','2022-10-01 12:42:52',NULL,450.00,'','6','1','Inventory sold','1','16','sales','31372212','','No',NULL,NULL,''),(429,'1110','61664617274','2022-10-01 12:42:52',NULL,0.00,'','6','1','Inventory sold','1','16','sales','31273979','','No',NULL,NULL,''),(430,'5500','61664617274','2022-10-01 12:42:52',900.00,NULL,'','6','1','Cost of goods sold','1','16','sales','','','No',NULL,NULL,''),(431,'1100','61664617274','2022-10-01 12:42:52',7000.00,NULL,'','6','1','Good sold','1','16','sales','','','No',NULL,NULL,''),(432,'4000','61664617274','2022-10-01 12:42:52',NULL,2000.00,'','6','1','Good sold','1','16','sales','30748212','','No',NULL,NULL,''),(433,'4000','61664617274','2022-10-01 12:42:52',NULL,1500.00,'','6','1','Good sold','1','16','sales','31372212','','No',NULL,NULL,''),(434,'4000','61664617274','2022-10-01 12:42:52',NULL,3500.00,'','6','1','Good sold','1','16','sales','31273979','','No',NULL,NULL,''),(435,'1110','61664623792','2022-10-01 14:30:11',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(436,'5500','61664623792','2022-10-01 14:30:11',950.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(437,'1100','61664623792','2022-10-01 14:30:11',3000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(438,'4000','61664623792','2022-10-01 14:30:11',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(439,'4000','61664617274','2022-10-01 14:38:22',2000.00,NULL,'','6','1','Returned products','1','16','return','','','No',NULL,NULL,''),(440,'1100','61664617274','2022-10-01 14:38:22',NULL,2000.00,'','6','1','Returned products','1','16','return','','','No',NULL,NULL,''),(441,'5500','61664617274','2022-10-01 14:38:22',NULL,450.00,'','6','1','Cost of goods returned','1','16','sales','30748212','','No',NULL,NULL,''),(442,'1110','61664617274','2022-10-01 14:38:22',450.00,NULL,'','6','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(443,'4000','61664617274','2022-10-01 14:38:23',1500.00,NULL,'','6','1','Returned products','1','16','return','','','No',NULL,NULL,''),(444,'1100','61664617274','2022-10-01 14:38:23',NULL,1500.00,'','6','1','Returned products','1','16','return','','','No',NULL,NULL,''),(445,'5500','61664617274','2022-10-01 14:38:23',NULL,450.00,'','6','1','Cost of goods returned','1','16','sales','31372212','','No',NULL,NULL,''),(446,'1110','61664617274','2022-10-01 14:38:23',450.00,NULL,'','6','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(447,'4000','61664617274','2022-10-01 14:38:25',3500.00,NULL,'','6','1','Returned products','1','16','return','','','No',NULL,NULL,''),(448,'1100','61664617274','2022-10-01 14:38:25',NULL,3500.00,'','6','1','Returned products','1','16','return','','','No',NULL,NULL,''),(449,'5500','61664617274','2022-10-01 14:38:25',NULL,0.00,'','6','1','Cost of goods returned','1','16','sales','31273979','','No',NULL,NULL,''),(450,'1110','61664617274','2022-10-01 14:38:25',0.00,NULL,'','6','1','Inventory retuned ','1','16','sales','','','No',NULL,NULL,''),(451,'1110','61664628894','2022-10-01 15:55:33',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(452,'1110','61664628894','2022-10-01 15:55:33',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(453,'1110','61664628894','2022-10-01 15:55:33',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(454,'5500','61664628894','2022-10-01 15:55:33',1850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(455,'1100','61664628894','2022-10-01 15:55:33',6500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(456,'4000','61664628894','2022-10-01 15:55:33',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(457,'4000','61664628894','2022-10-01 15:55:33',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(458,'4000','61664628894','2022-10-01 15:55:33',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(459,'1110','61664792695','2022-10-03 13:27:07',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(460,'1110','61664792695','2022-10-03 13:27:07',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(461,'1110','61664792695','2022-10-03 13:27:07',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(462,'5500','61664792695','2022-10-03 13:27:07',1850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(463,'1100','61664792695','2022-10-03 13:27:07',6500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(464,'4000','61664792695','2022-10-03 13:27:07',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(465,'4000','61664792695','2022-10-03 13:27:07',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(466,'4000','61664792695','2022-10-03 13:27:07',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(467,'1100','61664607046','2022-10-03 13:37:53',NULL,8000.00,'','6','1','','1','16','payment','','','No',NULL,NULL,''),(468,'1030','61664607046','2022-10-03 13:37:53',8000.00,NULL,'','6','1','','1','16','payment','','','No',NULL,NULL,''),(469,'1110','61664793878','2022-10-03 13:45:23',NULL,6500.00,'','6','1','Inventory sold','1','23','sales','31317666','','No',NULL,NULL,''),(470,'1110','61664793878','2022-10-03 13:45:23',NULL,6000.00,'','6','1','Inventory sold','1','23','sales','31317665','','No',NULL,NULL,''),(471,'5500','61664793878','2022-10-03 13:45:23',12500.00,NULL,'','6','1','Cost of goods sold','1','23','sales','','','No',NULL,NULL,''),(472,'1000','61664793878','2022-10-03 13:45:23',20000.00,NULL,'','6','1','Good sold','1','23','sales','','','No',NULL,NULL,''),(473,'4000','61664793878','2022-10-03 13:45:23',NULL,10000.00,'','6','1','Good sold','1','23','sales','31317666','','No',NULL,NULL,''),(474,'4000','61664793878','2022-10-03 13:45:23',NULL,10000.00,'','6','1','Good sold','1','23','sales','31317665','','No',NULL,NULL,''),(475,'1100','61664359068','2022-10-04 11:52:06',NULL,16000.00,'','6','1','','1','23','payment','','','No',NULL,NULL,''),(476,'1030','61664359068','2022-10-04 11:52:06',16000.00,NULL,'','6','1','','1','23','payment','','','No',NULL,NULL,''),(477,'1110','61664873658','2022-10-04 11:54:32',NULL,9000.00,'','6','1','Inventory sold','1','25','sales','31422419','','No',NULL,NULL,''),(478,'5500','61664873658','2022-10-04 11:54:32',9000.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(479,'1000','61664873658','2022-10-04 11:54:32',8000.00,NULL,'','6','1','Good sold','1','25','sales','','','No',NULL,NULL,''),(480,'4000','61664873658','2022-10-04 11:54:32',NULL,8000.00,'','6','1','Good sold','1','25','sales','31422419','','No',NULL,NULL,''),(481,'1110','61664966266','2022-10-05 13:40:07',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30788490','','No',NULL,NULL,''),(482,'1110','61664966266','2022-10-05 13:40:07',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30636833','','No',NULL,NULL,''),(483,'1110','61664966266','2022-10-05 13:40:07',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(484,'1110','61664966266','2022-10-05 13:40:07',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(485,'1110','61664966266','2022-10-05 13:40:07',NULL,0.00,'','6','1','Inventory sold','1','15','sales','30751805','','No',NULL,NULL,''),(486,'1110','61664966266','2022-10-05 13:40:07',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(487,'5500','61664966266','2022-10-05 13:40:07',2700.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(488,'1100','61664966266','2022-10-05 13:40:07',22000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(489,'4000','61664966266','2022-10-05 13:40:07',NULL,1500.00,'','6','1','Good sold','1','15','sales','30788490','','No',NULL,NULL,''),(490,'4000','61664966266','2022-10-05 13:40:07',NULL,2000.00,'','6','1','Good sold','1','15','sales','30636833','','No',NULL,NULL,''),(491,'4000','61664966266','2022-10-05 13:40:07',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(492,'4000','61664966266','2022-10-05 13:40:07',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(493,'4000','61664966266','2022-10-05 13:40:07',NULL,12000.00,'','6','1','Good sold','1','15','sales','30751805','','No',NULL,NULL,''),(494,'4000','61664966266','2022-10-05 13:40:07',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(495,'1110','61665046649','2022-10-06 14:57:03',NULL,1700.00,'','6','1','Inventory sold','1','15','sales','32237897','','No',NULL,NULL,''),(496,'1110','61665046649','2022-10-06 14:57:03',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(497,'1110','61665046649','2022-10-06 14:57:03',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(498,'1110','61665046649','2022-10-06 14:57:03',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(499,'5500','61665046649','2022-10-06 14:57:03',3450.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(500,'1000','61665046649','2022-10-06 14:57:03',11500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(501,'4000','61665046649','2022-10-06 14:57:03',NULL,5000.00,'','6','1','Good sold','1','15','sales','32237897','','No',NULL,NULL,''),(502,'4000','61665046649','2022-10-06 14:57:03',NULL,2000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(503,'4000','61665046649','2022-10-06 14:57:03',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(504,'4000','61665046649','2022-10-06 14:57:03',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(505,'1100','61664375344','2022-10-06 15:07:43',NULL,2500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(506,'1030','61664375344','2022-10-06 15:07:43',2500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(507,'1100','61664617102','2022-10-06 15:08:14',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(508,'1030','61664617102','2022-10-06 15:08:14',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(509,'1100','61664623792','2022-10-06 15:08:43',NULL,3000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(510,'1030','61664623792','2022-10-06 15:08:43',3000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(511,'1110','61665143284','2022-10-07 14:48:23',NULL,1700.00,'','6','1','Inventory sold','1','15','sales','32237897','','No',NULL,NULL,''),(512,'5500','61665143284','2022-10-07 14:48:23',1700.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(513,'1100','61665143284','2022-10-07 14:48:23',5000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(514,'4000','61665143284','2022-10-07 14:48:23',NULL,5000.00,'','6','1','Good sold','1','15','sales','32237897','','No',NULL,NULL,''),(515,'1110','61665143312','2022-10-07 14:53:46',NULL,2700.00,'','6','1','Inventory sold','1','25','sales','30793265','','No',NULL,NULL,''),(516,'5500','61665143312','2022-10-07 14:53:46',2700.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(517,'1100','61665143312','2022-10-07 14:53:46',8000.00,NULL,'','6','1','Good sold','1','25','sales','','','No',NULL,NULL,''),(518,'4000','61665143312','2022-10-07 14:53:46',NULL,8000.00,'','6','1','Good sold','1','25','sales','30793265','','No',NULL,NULL,''),(519,'1110','61665143639','2022-10-07 15:18:40',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(520,'1110','61665143639','2022-10-07 15:18:40',NULL,700.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(521,'1110','61665143639','2022-10-07 15:18:40',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(522,'5500','61665143639','2022-10-07 15:18:40',2000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(523,'1100','61665143639','2022-10-07 15:18:40',8000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(524,'4000','61665143639','2022-10-07 15:18:40',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(525,'4000','61665143639','2022-10-07 15:18:40',NULL,3000.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(526,'4000','61665143639','2022-10-07 15:18:40',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(527,'1100','61665143312','2022-10-07 17:18:12',NULL,8000.00,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(528,'1030','61665143312','2022-10-07 17:18:12',8000.00,NULL,'','6','1','','1','25','payment','','','No',NULL,NULL,''),(529,'1110','61665152319','2022-10-07 17:21:19',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(530,'5500','61665152319','2022-10-07 17:21:19',850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(531,'1100','61665152319','2022-10-07 17:21:19',3000.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(532,'4000','61665152319','2022-10-07 17:21:19',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(533,'1100','61664966266','2022-10-08 11:59:40',NULL,22000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(534,'1030','61664966266','2022-10-08 11:59:40',22000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(535,'1100','61664611142','2022-10-08 12:00:26',NULL,10000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(536,'na','61664611142','2022-10-08 12:00:26',10000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(537,'1100','61665152319','2022-10-08 12:01:50',NULL,3000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(538,'1030','61665152319','2022-10-08 12:01:50',3000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(539,'1110','61665228656','2022-10-08 14:34:26',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(540,'1110','61665228656','2022-10-08 14:34:26',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(541,'1110','61665228656','2022-10-08 14:34:26',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(542,'5500','61665228656','2022-10-08 14:34:26',1650.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(543,'1100','61665228656','2022-10-08 14:34:26',6500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(544,'4000','61665228656','2022-10-08 14:34:26',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(545,'4000','61665228656','2022-10-08 14:34:26',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(546,'4000','61665228656','2022-10-08 14:34:26',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(547,'1110','61665228890','2022-10-08 14:35:23',NULL,850.00,'','6','1','Inventory sold','1','18','sales','30767022','','No',NULL,NULL,''),(548,'1110','61665228890','2022-10-08 14:35:23',NULL,3500.00,'','6','1','Inventory sold','1','18','sales','30758130','','No',NULL,NULL,''),(549,'5500','61665228890','2022-10-08 14:35:23',4350.00,NULL,'','6','1','Cost of goods sold','1','18','sales','','','No',NULL,NULL,''),(550,'1100','61665228890','2022-10-08 14:35:23',11000.00,NULL,'','6','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(551,'4000','61665228890','2022-10-08 14:35:23',NULL,3000.00,'','6','1','Good sold','1','18','sales','30767022','','No',NULL,NULL,''),(552,'4000','61665228890','2022-10-08 14:35:23',NULL,8000.00,'','6','1','Good sold','1','18','sales','30758130','','No',NULL,NULL,''),(553,'1110','61665232786','2022-10-08 15:41:03',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(554,'1110','61665232786','2022-10-08 15:41:03',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(555,'1110','61665232786','2022-10-08 15:41:03',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(556,'5500','61665232786','2022-10-08 15:41:03',1750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(557,'1100','61665232786','2022-10-08 15:41:03',6500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(558,'4000','61665232786','2022-10-08 15:41:03',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(559,'4000','61665232786','2022-10-08 15:41:03',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(560,'4000','61665232786','2022-10-08 15:41:03',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(561,'1100','61665228890','2022-10-11 09:56:08',NULL,11000.00,'','6','1','','1','18','payment','','','No',NULL,NULL,''),(562,'1030','61665228890','2022-10-11 09:56:08',11000.00,NULL,'','6','1','','1','18','payment','','','No',NULL,NULL,''),(563,'1100','61664628894','2022-10-11 09:58:46',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(564,'1030','61664628894','2022-10-11 09:58:46',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(565,'1100','61664792695','2022-10-11 10:02:00',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(566,'1030','61664792695','2022-10-11 10:02:00',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(567,'1100','61665143639','2022-10-11 10:02:25',NULL,8000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(568,'1030','61665143639','2022-10-11 10:02:25',8000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(569,'1110','61665578520','2022-10-12 15:43:21',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(570,'1110','61665578520','2022-10-12 15:43:21',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(571,'1110','61665578520','2022-10-12 15:43:21',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(572,'1110','61665578520','2022-10-12 15:43:21',NULL,2000.00,'','6','1','Inventory sold','1','15','sales','30796427','','No',NULL,NULL,''),(573,'1110','61665578520','2022-10-12 15:43:21',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31256837','','No',NULL,NULL,''),(574,'5500','61665578520','2022-10-12 15:43:21',4250.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(575,'1100','61665578520','2022-10-12 15:43:21',13500.00,NULL,'','6','1','Good sold','1','15','sales','','','No',NULL,NULL,''),(576,'4000','61665578520','2022-10-12 15:43:21',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(577,'4000','61665578520','2022-10-12 15:43:21',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(578,'4000','61665578520','2022-10-12 15:43:21',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(579,'4000','61665578520','2022-10-12 15:43:21',NULL,3000.00,'','6','1','Good sold','1','15','sales','30796427','','No',NULL,NULL,''),(580,'4000','61665578520','2022-10-12 15:43:21',NULL,4000.00,'','6','1','Good sold','1','15','sales','31256837','','No',NULL,NULL,''),(581,'1110','61665658735','2022-10-13 13:59:17',NULL,4500.00,'','6','1','Inventory sold','1','18','sales','31256845','','No',NULL,NULL,''),(582,'5500','61665658735','2022-10-13 13:59:17',4500.00,NULL,'','6','1','Cost of goods sold','1','18','sales','','','No',NULL,NULL,''),(583,'1100','61665658735','2022-10-13 13:59:17',15000.00,NULL,'','6','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(584,'4000','61665658735','2022-10-13 13:59:17',NULL,15000.00,'','6','1','Good sold','1','18','sales','31256845','','No',NULL,NULL,''),(585,'1110','61665661023','2022-10-13 14:37:22',NULL,4500.00,'','6','1','Inventory sold','1','18','sales','31256845','','No',NULL,NULL,''),(586,'5500','61665661023','2022-10-13 14:37:22',4500.00,NULL,'','6','1','Cost of goods sold','1','18','sales','','','No',NULL,NULL,''),(587,'1100','61665661023','2022-10-13 14:37:22',15000.00,NULL,'','6','1','Good sold','1','18','sales','','','No',NULL,NULL,''),(588,'4000','61665661023','2022-10-13 14:37:22',NULL,15000.00,'','6','1','Good sold','1','18','sales','31256845','','No',NULL,NULL,''),(589,'1100','61665661023','2022-10-14 10:05:17',NULL,15000.00,'','6','1','','1','18','payment','','','No',NULL,NULL,''),(590,'1030','61665661023','2022-10-14 10:05:17',15000.00,NULL,'','6','1','','1','18','payment','','','No',NULL,NULL,''),(591,'1100','61665578520','2022-10-14 10:05:54',NULL,10000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(592,'1030','61665578520','2022-10-14 10:05:54',10000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(593,'1100','61665830515','2022-10-15 13:42:39',7500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(594,'1110','61665830515','2022-10-15 13:42:39',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31370089','','No',NULL,NULL,''),(595,'1110','61665830515','2022-10-15 13:42:39',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(596,'1110','61665830515','2022-10-15 13:42:39',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31256837','','No',NULL,NULL,''),(597,'5500','61665830515','2022-10-15 13:42:39',1650.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(598,'4000','61665830515','2022-10-15 13:42:39',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370089','','No',NULL,NULL,''),(599,'4000','61665830515','2022-10-15 13:42:39',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(600,'4000','61665830515','2022-10-15 13:42:39',NULL,4000.00,'','6','1','Good sold','1','15','sales','31256837','','No',NULL,NULL,''),(601,'1100','61665658735','2022-10-15 13:43:10',NULL,15000.00,'','6','1','','1','18','payment','','','No',NULL,NULL,''),(602,'1030','61665658735','2022-10-15 13:43:10',15000.00,NULL,'','6','1','','1','18','payment','','','No',NULL,NULL,''),(603,'1100','61665831581','2022-10-15 14:00:23',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(604,'1110','61665831581','2022-10-15 14:00:23',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(605,'1110','61665831581','2022-10-15 14:00:23',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30735878','','No',NULL,NULL,''),(606,'5500','61665831581','2022-10-15 14:00:23',850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(607,'4000','61665831581','2022-10-15 14:00:23',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(608,'4000','61665831581','2022-10-15 14:00:23',NULL,1500.00,'','6','1','Good sold','1','15','sales','30735878','','No',NULL,NULL,''),(609,'1100','61666088920','2022-10-18 13:28:49',8000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(610,'1110','61666088920','2022-10-18 13:28:49',NULL,3500.00,'','6','1','Inventory sold','1','15','sales','30648382','','No',NULL,NULL,''),(611,'5500','61666088920','2022-10-18 13:28:49',3500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(612,'4000','61666088920','2022-10-18 13:28:49',NULL,8000.00,'','6','1','Good sold','1','15','sales','30648382','','No',NULL,NULL,''),(613,'1100','61665578520','2022-10-18 13:29:40',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(614,'1030','61665578520','2022-10-18 13:29:40',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(615,'1100','61665232786','2022-10-18 13:30:22',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(616,'1030','61665232786','2022-10-18 13:30:22',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(617,'1100','61665143284','2022-10-18 13:31:10',NULL,5000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(618,'1030','61665143284','2022-10-18 13:31:10',5000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(619,'1100','61665830515','2022-10-18 13:31:41',NULL,7500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(620,'1030','61665830515','2022-10-18 13:31:41',7500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(621,'1100','61666096347','2022-10-18 15:33:01',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(622,'1110','61666096347','2022-10-18 15:33:01',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30680293','','No',NULL,NULL,''),(623,'1110','61666096347','2022-10-18 15:33:01',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30750013','','No',NULL,NULL,''),(624,'5500','61666096347','2022-10-18 15:33:01',1300.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(625,'4000','61666096347','2022-10-18 15:33:01',NULL,2000.00,'','6','1','Good sold','1','15','sales','30680293','','No',NULL,NULL,''),(626,'4000','61666096347','2022-10-18 15:33:01',NULL,1500.00,'','6','1','Good sold','1','15','sales','30750013','','No',NULL,NULL,''),(627,'1100','61666107572','2022-10-18 18:39:52',5000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(628,'1110','61666107572','2022-10-18 18:39:52',NULL,9000.00,'','6','1','Inventory sold','1','15','sales','30683637','','No',NULL,NULL,''),(629,'5500','61666107572','2022-10-18 18:39:52',9000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(630,'4000','61666107572','2022-10-18 18:39:52',NULL,5000.00,'','6','1','Good sold','1','15','sales','30683637','','No',NULL,NULL,''),(631,'1100','61666172873','2022-10-19 12:49:48',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(632,'1110','61666172873','2022-10-19 12:49:48',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(633,'1110','61666172873','2022-10-19 12:49:48',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(634,'1110','61666172873','2022-10-19 12:49:48',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30788490','','No',NULL,NULL,''),(635,'5500','61666172873','2022-10-19 12:49:48',1700.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(636,'4000','61666172873','2022-10-19 12:49:48',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(637,'4000','61666172873','2022-10-19 12:49:48',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(638,'4000','61666172873','2022-10-19 12:49:48',NULL,1500.00,'','6','1','Good sold','1','15','sales','30788490','','No',NULL,NULL,''),(639,'4000','61666172873','2022-10-19 13:49:21',3000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(640,'1100','61666172873','2022-10-19 13:49:21',NULL,3000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(641,'5500','61666172873','2022-10-19 13:49:21',NULL,850.00,'','6','1','Cost of goods returned','1','15','sales','30767022','','No',NULL,NULL,''),(642,'1110','61666172873','2022-10-19 13:49:21',850.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(643,'4000','61666172873','2022-10-19 13:49:23',1500.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(644,'1100','61666172873','2022-10-19 13:49:23',NULL,1500.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(645,'5500','61666172873','2022-10-19 13:49:23',NULL,400.00,'','6','1','Cost of goods returned','1','15','sales','30788490','','No',NULL,NULL,''),(646,'1110','61666172873','2022-10-19 13:49:23',400.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(647,'1100','61666351670','2022-10-21 14:29:43',11500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(648,'1110','61666351670','2022-10-21 14:29:43',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(649,'1110','61666351670','2022-10-21 14:29:43',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(650,'1110','61666351670','2022-10-21 14:29:43',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(651,'1110','61666351670','2022-10-21 14:29:43',NULL,1700.00,'','6','1','Inventory sold','1','15','sales','32237897','','No',NULL,NULL,''),(652,'5500','61666351670','2022-10-21 14:29:43',3350.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(653,'4000','61666351670','2022-10-21 14:29:43',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(654,'4000','61666351670','2022-10-21 14:29:43',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(655,'4000','61666351670','2022-10-21 14:29:43',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(656,'4000','61666351670','2022-10-21 14:29:43',NULL,5000.00,'','6','1','Good sold','1','15','sales','32237897','','No',NULL,NULL,''),(662,'1100','61666357669','2022-10-21 16:08:07',15000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(663,'1110','61666357669','2022-10-21 16:08:07',NULL,4500.00,'','6','1','Inventory sold','1','15','sales','31256845','','No',NULL,NULL,''),(664,'5500','61666357669','2022-10-21 16:08:07',4500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(665,'4000','61666357669','2022-10-21 16:08:07',NULL,15000.00,'','6','1','Good sold','1','15','sales','31256845','','No',NULL,NULL,''),(666,'4000','61666357642','2022-10-21 16:08:34',15000.00,NULL,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(667,'1100','61666357642','2022-10-21 16:08:34',NULL,15000.00,'','6','1','Returned products','1','15','return','','','No',NULL,NULL,''),(668,'5500','61666357642','2022-10-21 16:08:34',NULL,4500.00,'','6','1','Cost of goods returned','1','15','sales','31256845','','No',NULL,NULL,''),(669,'1110','61666357642','2022-10-21 16:08:34',4500.00,NULL,'','6','1','Inventory retuned ','1','15','sales','','','No',NULL,NULL,''),(670,'1100','61665228656','2022-10-21 16:09:24',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(671,'1030','61665228656','2022-10-21 16:09:24',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(672,'1100','61665831581','2022-10-21 16:09:56',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(673,'1030','61665831581','2022-10-21 16:09:56',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(674,'1100','61666107572','2022-10-21 16:10:27',NULL,5000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(675,'1030','61666107572','2022-10-21 16:10:27',5000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(676,'1100','61666096347','2022-10-21 16:11:06',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(677,'1030','61666096347','2022-10-21 16:11:06',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(678,'1100','61666360618','2022-10-21 16:57:49',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(679,'1110','61666360618','2022-10-21 16:57:49',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(680,'1110','61666360618','2022-10-21 16:57:49',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(681,'1110','61666360618','2022-10-21 16:57:49',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(682,'5500','61666360618','2022-10-21 16:57:49',1650.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(683,'4000','61666360618','2022-10-21 16:57:49',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(684,'4000','61666360618','2022-10-21 16:57:49',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(685,'4000','61666360618','2022-10-21 16:57:49',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(686,'1050','61666427722','2022-10-22 11:36:00',3500.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(687,'1110','61666427722','2022-10-22 11:36:00',NULL,450.00,'','6','1','Inventory sold','1','25','sales','30757155','','No',NULL,NULL,''),(688,'1110','61666427722','2022-10-22 11:36:00',NULL,400.00,'','6','1','Inventory sold','1','25','sales','30788490','','No',NULL,NULL,''),(689,'5500','61666427722','2022-10-22 11:36:00',850.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(690,'4000','61666427722','2022-10-22 11:36:00',NULL,2000.00,'','6','1','Good sold','1','25','sales','30757155','','No',NULL,NULL,''),(691,'4000','61666427722','2022-10-22 11:36:00',NULL,1500.00,'','6','1','Good sold','1','25','sales','30788490','','No',NULL,NULL,''),(692,'1100','61666088920','2022-10-22 11:37:20',NULL,8000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(693,'1030','61666088920','2022-10-22 11:37:20',8000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(694,'1100','61666172873','2022-10-22 11:37:44',NULL,2000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(695,'1030','61666172873','2022-10-22 11:37:44',2000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(696,'1100','61666351670','2022-10-22 11:40:06',NULL,11000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(697,'1030','61666351670','2022-10-22 11:40:06',11000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(698,'1100','61666782716','2022-10-26 14:15:15',16500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(699,'1110','61666782716','2022-10-26 14:15:15',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(700,'1110','61666782716','2022-10-26 14:15:15',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30788490','','No',NULL,NULL,''),(701,'1110','61666782716','2022-10-26 14:15:15',NULL,0.00,'','6','1','Inventory sold','1','15','sales','31273979','','No',NULL,NULL,''),(702,'1110','61666782716','2022-10-26 14:15:15',NULL,900.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(703,'1110','61666782716','2022-10-26 14:15:15',NULL,1700.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(704,'5500','61666782716','2022-10-26 14:15:15',3350.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(705,'4000','61666782716','2022-10-26 14:15:15',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(706,'4000','61666782716','2022-10-26 14:15:15',NULL,1500.00,'','6','1','Good sold','1','15','sales','30788490','','No',NULL,NULL,''),(707,'4000','61666782716','2022-10-26 14:15:15',NULL,3500.00,'','6','1','Good sold','1','15','sales','31273979','','No',NULL,NULL,''),(708,'4000','61666782716','2022-10-26 14:15:15',NULL,4000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(709,'4000','61666782716','2022-10-26 14:15:15',NULL,6000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(710,'1100','61666791999','2022-10-26 16:47:26',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(711,'1110','61666791999','2022-10-26 16:47:26',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(712,'1110','61666791999','2022-10-26 16:47:26',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(713,'1110','61666791999','2022-10-26 16:47:26',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(714,'5500','61666791999','2022-10-26 16:47:26',1650.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(715,'4000','61666791999','2022-10-26 16:47:26',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(716,'4000','61666791999','2022-10-26 16:47:26',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(717,'4000','61666791999','2022-10-26 16:47:26',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(718,'1100','61666351670','2022-10-27 10:39:41',NULL,500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(719,'1030','61666351670','2022-10-27 10:39:41',500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(720,'1100','61666360618','2022-10-27 10:40:23',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(721,'1030','61666360618','2022-10-27 10:40:23',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(722,'1100','61666791999','2022-10-27 10:40:50',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(723,'1030','61666791999','2022-10-27 10:40:50',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(724,'1100','61666960641','2022-10-28 15:38:14',11500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(725,'1110','61666960641','2022-10-28 15:38:14',NULL,9000.00,'','6','1','Inventory sold','1','15','sales','31422419','','No',NULL,NULL,''),(726,'1110','61666960641','2022-10-28 15:38:14',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(727,'1110','61666960641','2022-10-28 15:38:14',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(728,'5500','61666960641','2022-10-28 15:38:14',9900.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(729,'4000','61666960641','2022-10-28 15:38:14',NULL,8000.00,'','6','1','Good sold','1','15','sales','31422419','','No',NULL,NULL,''),(730,'4000','61666960641','2022-10-28 15:38:14',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(731,'4000','61666960641','2022-10-28 15:38:14',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(732,'1100','61666782716','2022-11-01 12:33:22',NULL,16500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(733,'1030','61666782716','2022-11-01 12:33:22',16500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(734,'1100','61666960641','2022-11-01 12:34:27',NULL,4000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(735,'1030','61666960641','2022-11-01 12:34:27',4000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(742,'1050','61667298031','2022-11-01 13:20:57',68700.00,NULL,'','6','1','Payment of goods sold','1','40','sales','','','No',NULL,NULL,''),(743,'4000','61667298031','2022-11-01 13:20:57',NULL,14400.00,'','6','1','Good sold','1','40','sales','32249447','','No',NULL,NULL,''),(744,'4000','61667298031','2022-11-01 13:20:57',NULL,28300.00,'','6','1','Good sold','1','40','sales','32252963','','No',NULL,NULL,''),(745,'4000','61667298031','2022-11-01 13:20:57',NULL,26000.00,'','6','1','Good sold','1','40','sales','31339941','','No',NULL,NULL,''),(746,'1100','61667386755','2022-11-02 14:00:21',9500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(747,'1110','61667386755','2022-11-02 14:00:21',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(748,'1110','61667386755','2022-11-02 14:00:21',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(749,'1110','61667386755','2022-11-02 14:00:21',NULL,1700.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(750,'5500','61667386755','2022-11-02 14:00:21',2500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(751,'4000','61667386755','2022-11-02 14:00:21',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(752,'4000','61667386755','2022-11-02 14:00:21',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(753,'4000','61667386755','2022-11-02 14:00:21',NULL,6000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(754,'1100','61667471123','2022-11-03 13:26:49',10000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(755,'1110','61667471123','2022-11-03 13:26:49',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(756,'1110','61667471123','2022-11-03 13:26:49',NULL,0.00,'','6','1','Inventory sold','1','15','sales','32242188','','No',NULL,NULL,''),(757,'1110','61667471123','2022-11-03 13:26:49',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(758,'1110','61667471123','2022-11-03 13:26:49',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(759,'5500','61667471123','2022-11-03 13:26:49',1750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(760,'4000','61667471123','2022-11-03 13:26:49',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(761,'4000','61667471123','2022-11-03 13:26:49',NULL,3500.00,'','6','1','Good sold','1','15','sales','32242188','','No',NULL,NULL,''),(762,'4000','61667471123','2022-11-03 13:26:49',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(763,'4000','61667471123','2022-11-03 13:26:49',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(764,'1100','61667827681','2022-11-07 16:29:02',10500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(765,'1110','61667827681','2022-11-07 16:29:02',NULL,700.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(766,'1110','61667827681','2022-11-07 16:29:02',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(767,'1110','61667827681','2022-11-07 16:29:02',NULL,1350.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(768,'5500','61667827681','2022-11-07 16:29:02',2500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(769,'4000','61667827681','2022-11-07 16:29:02',NULL,3000.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(770,'4000','61667827681','2022-11-07 16:29:02',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(771,'4000','61667827681','2022-11-07 16:29:02',NULL,6000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(772,'1100','61666357669','2022-11-08 10:18:39',NULL,15000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(773,'1030','61666357669','2022-11-08 10:18:39',15000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(774,'1100','61666960641','2022-11-08 10:19:59',NULL,4000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(775,'1030','61666960641','2022-11-08 10:19:59',4000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(776,'1100','61666960641','2022-11-08 10:21:57',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(777,'1030','61666960641','2022-11-08 10:21:57',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(778,'1100','61667386755','2022-11-08 10:22:59',NULL,9500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(779,'1030','61667386755','2022-11-08 10:22:59',9500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(780,'1100','61667471123','2022-11-08 10:23:32',NULL,10000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(781,'1030','61667471123','2022-11-08 10:23:32',10000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(782,'1100','61667983167','2022-11-09 11:40:25',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(783,'1110','61667983167','2022-11-09 11:40:25',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30748212','','No',NULL,NULL,''),(784,'1110','61667983167','2022-11-09 11:40:25',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(785,'1110','61667983167','2022-11-09 11:40:25',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(786,'5500','61667983167','2022-11-09 11:40:25',1750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(787,'4000','61667983167','2022-11-09 11:40:25',NULL,2000.00,'','6','1','Good sold','1','15','sales','30748212','','No',NULL,NULL,''),(788,'4000','61667983167','2022-11-09 11:40:25',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(789,'4000','61667983167','2022-11-09 11:40:25',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(790,'1100','61668860997','2022-11-19 15:33:36',17000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(791,'1110','61668860997','2022-11-19 15:33:36',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(792,'1110','61668860997','2022-11-19 15:33:36',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(793,'1110','61668860997','2022-11-19 15:33:36',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(794,'1110','61668860997','2022-11-19 15:33:36',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(795,'1110','61668860997','2022-11-19 15:33:36',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(796,'1110','61668860997','2022-11-19 15:33:36',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(797,'1110','61668860997','2022-11-19 15:33:36',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30750013','','No',NULL,NULL,''),(798,'1110','61668860997','2022-11-19 15:33:36',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(799,'5500','61668860997','2022-11-19 15:33:36',4600.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(800,'4000','61668860997','2022-11-19 15:33:36',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(801,'4000','61668860997','2022-11-19 15:33:36',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(802,'4000','61668860997','2022-11-19 15:33:36',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(803,'4000','61668860997','2022-11-19 15:33:36',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(804,'4000','61668860997','2022-11-19 15:33:36',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(805,'4000','61668860997','2022-11-19 15:33:36',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(806,'4000','61668860997','2022-11-19 15:33:36',NULL,1500.00,'','6','1','Good sold','1','15','sales','30750013','','No',NULL,NULL,''),(807,'4000','61668860997','2022-11-19 15:33:36',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(808,'1100','61668861226','2022-11-19 17:22:08',4500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(809,'1110','61668861226','2022-11-19 17:22:08',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(810,'1110','61668861226','2022-11-19 17:22:08',NULL,850.00,'','6','1','Inventory sold','1','15','sales','30767022','','No',NULL,NULL,''),(811,'5500','61668861226','2022-11-19 17:22:08',1200.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(812,'4000','61668861226','2022-11-19 17:22:08',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(813,'4000','61668861226','2022-11-19 17:22:08',NULL,3000.00,'','6','1','Good sold','1','15','sales','30767022','','No',NULL,NULL,''),(814,'1100','61670939806','2022-12-13 16:58:42',5000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(815,'1110','61670939806','2022-12-13 16:58:42',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30636833','','No',NULL,NULL,''),(816,'1110','61670939806','2022-12-13 16:58:42',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(817,'1110','61670939806','2022-12-13 16:58:42',NULL,330.00,'','6','1','Inventory sold','1','15','sales','1275810','','No',NULL,NULL,''),(818,'5500','61670939806','2022-12-13 16:58:42',1130.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(819,'4000','61670939806','2022-12-13 16:58:42',NULL,2000.00,'','6','1','Good sold','1','15','sales','30636833','','No',NULL,NULL,''),(820,'4000','61670939806','2022-12-13 16:58:42',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(821,'4000','61670939806','2022-12-13 16:58:42',NULL,1500.00,'','6','1','Good sold','1','15','sales','1275810','','No',NULL,NULL,''),(822,'1100','61671030743','2022-12-14 18:16:03',10500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(823,'1110','61671030743','2022-12-14 18:16:03',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(824,'1110','61671030743','2022-12-14 18:16:03',NULL,330.00,'','6','1','Inventory sold','1','15','sales','1275810','','No',NULL,NULL,''),(825,'1110','61671030743','2022-12-14 18:16:03',NULL,450.00,'','6','1','Inventory sold','1','15','sales','8638600','','No',NULL,NULL,''),(826,'1110','61671030743','2022-12-14 18:16:03',NULL,1000.00,'','6','1','Inventory sold','1','15','sales','30630752','','No',NULL,NULL,''),(827,'1110','61671030743','2022-12-14 18:16:03',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(828,'5500','61671030743','2022-12-14 18:16:03',2530.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(829,'4000','61671030743','2022-12-14 18:16:03',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(830,'4000','61671030743','2022-12-14 18:16:03',NULL,1500.00,'','6','1','Good sold','1','15','sales','1275810','','No',NULL,NULL,''),(831,'4000','61671030743','2022-12-14 18:16:03',NULL,2000.00,'','6','1','Good sold','1','15','sales','8638600','','No',NULL,NULL,''),(832,'4000','61671030743','2022-12-14 18:16:03',NULL,3500.00,'','6','1','Good sold','1','15','sales','30630752','','No',NULL,NULL,''),(833,'4000','61671030743','2022-12-14 18:16:03',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(834,'1100','61668861226','2022-12-14 18:26:33',NULL,4500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(835,'1030','61668861226','2022-12-14 18:26:33',4500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(836,'1100','61668860997','2022-12-14 18:27:34',NULL,17000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(837,'1030','61668860997','2022-12-14 18:27:34',17000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(838,'1100','61667983167','2022-12-14 18:28:05',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(839,'1030','61667983167','2022-12-14 18:28:05',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(840,'1100','61667827681','2022-12-14 18:28:36',NULL,10500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(841,'1030','61667827681','2022-12-14 18:28:36',10500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(842,'1100','61671086948','2022-12-15 09:51:58',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(843,'1110','61671086948','2022-12-15 09:51:58',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30750013','','No',NULL,NULL,''),(844,'1110','61671086948','2022-12-15 09:51:58',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(845,'1110','61671086948','2022-12-15 09:51:58',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(846,'5500','61671086948','2022-12-15 09:51:58',1850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(847,'4000','61671086948','2022-12-15 09:51:58',NULL,1500.00,'','6','1','Good sold','1','15','sales','30750013','','No',NULL,NULL,''),(848,'4000','61671086948','2022-12-15 09:51:58',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(849,'4000','61671086948','2022-12-15 09:51:58',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(850,'1050','61671098031','2022-12-15 12:53:59',10000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(851,'1110','61671098031','2022-12-15 12:53:59',NULL,7000.00,'','6','1','Inventory sold','1','15','sales','31330450','','No',NULL,NULL,''),(852,'5500','61671098031','2022-12-15 12:53:59',7000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(853,'4000','61671098031','2022-12-15 12:53:59',NULL,10000.00,'','6','1','Good sold','1','15','sales','31330450','','No',NULL,NULL,''),(854,'1100','61671113917','2022-12-15 17:18:53',10000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(855,'1110','61671113917','2022-12-15 17:18:53',NULL,7000.00,'','6','1','Inventory sold','1','15','sales','31330450','','No',NULL,NULL,''),(856,'5500','61671113917','2022-12-15 17:18:53',7000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(857,'4000','61671113917','2022-12-15 17:18:53',NULL,10000.00,'','6','1','Good sold','1','15','sales','31330450','','No',NULL,NULL,''),(858,'1100','61671113959','2022-12-15 17:20:16',7000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(859,'1110','61671113959','2022-12-15 17:20:16',NULL,350.00,'','6','1','Inventory sold','1','15','sales','8692305','','No',NULL,NULL,''),(860,'1110','61671113959','2022-12-15 17:20:16',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30636833','','No',NULL,NULL,''),(861,'1110','61671113959','2022-12-15 17:20:16',NULL,1000.00,'','6','1','Inventory sold','1','15','sales','30630752','','No',NULL,NULL,''),(862,'5500','61671113959','2022-12-15 17:20:16',1800.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(863,'4000','61671113959','2022-12-15 17:20:16',NULL,1500.00,'','6','1','Good sold','1','15','sales','8692305','','No',NULL,NULL,''),(864,'4000','61671113959','2022-12-15 17:20:16',NULL,2000.00,'','6','1','Good sold','1','15','sales','30636833','','No',NULL,NULL,''),(865,'4000','61671113959','2022-12-15 17:20:16',NULL,3500.00,'','6','1','Good sold','1','15','sales','30630752','','No',NULL,NULL,''),(866,'1100','61671273508','2022-12-17 13:40:03',21500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(867,'1110','61671273508','2022-12-17 13:40:03',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(868,'1110','61671273508','2022-12-17 13:40:03',NULL,3000.00,'','6','1','Inventory sold','1','15','sales','31368200','','No',NULL,NULL,''),(869,'1110','61671273508','2022-12-17 13:40:03',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(870,'1110','61671273508','2022-12-17 13:40:03',NULL,7000.00,'','6','1','Inventory sold','1','15','sales','31330450','','No',NULL,NULL,''),(871,'5500','61671273508','2022-12-17 13:40:03',11400.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(872,'4000','61671273508','2022-12-17 13:40:03',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(873,'4000','61671273508','2022-12-17 13:40:03',NULL,7000.00,'','6','1','Good sold','1','15','sales','31368200','','No',NULL,NULL,''),(874,'4000','61671273508','2022-12-17 13:40:03',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(875,'4000','61671273508','2022-12-17 13:40:03',NULL,10000.00,'','6','1','Good sold','1','15','sales','31330450','','No',NULL,NULL,''),(876,'1100','61672749515','2023-01-03 15:42:26',11500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(877,'1110','61672749515','2023-01-03 15:42:26',NULL,4500.00,'','6','1','Inventory sold','1','15','sales','31375294','','No',NULL,NULL,''),(878,'1110','61672749515','2023-01-03 15:42:26',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30750013','','No',NULL,NULL,''),(879,'1110','61672749515','2023-01-03 15:42:26',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(880,'5500','61672749515','2023-01-03 15:42:26',5400.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(881,'4000','61672749515','2023-01-03 15:42:26',NULL,8000.00,'','6','1','Good sold','1','15','sales','31375294','','No',NULL,NULL,''),(882,'4000','61672749515','2023-01-03 15:42:26',NULL,1500.00,'','6','1','Good sold','1','15','sales','30750013','','No',NULL,NULL,''),(883,'4000','61672749515','2023-01-03 15:42:26',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(884,'1050','61673861264','2023-01-16 12:42:11',6000.00,NULL,'','6','1','Payment of goods sold','1','45','sales','','','No',NULL,NULL,''),(885,'1110','61673861264','2023-01-16 12:42:11',NULL,450.00,'','6','1','Inventory sold','1','45','sales','30745344','','No',NULL,NULL,''),(886,'1110','61673861264','2023-01-16 12:42:11',NULL,450.00,'','6','1','Inventory sold','1','45','sales','30750013','','No',NULL,NULL,''),(887,'5500','61673861264','2023-01-16 12:42:11',900.00,NULL,'','6','1','Cost of goods sold','1','45','sales','','','No',NULL,NULL,''),(888,'4000','61673861264','2023-01-16 12:42:11',NULL,3500.00,'','6','1','Good sold','1','45','sales','30745344','','No',NULL,NULL,''),(889,'4000','61673861264','2023-01-16 12:42:11',NULL,2500.00,'','6','1','Good sold','1','45','sales','30750013','','No',NULL,NULL,''),(890,'1050','61675347881','2023-02-02 17:25:56',8800.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(891,'1110','61675347881','2023-02-02 17:25:56',NULL,450.00,'','6','1','Inventory sold','1','25','sales','31372212','','No',NULL,NULL,''),(892,'1110','61675347881','2023-02-02 17:25:56',NULL,400.00,'','6','1','Inventory sold','1','25','sales','31370161','','No',NULL,NULL,''),(893,'1110','61675347881','2023-02-02 17:25:56',NULL,950.00,'','6','1','Inventory sold','1','25','sales','31436713','','No',NULL,NULL,''),(894,'5500','61675347881','2023-02-02 17:25:56',1800.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(895,'4000','61675347881','2023-02-02 17:25:56',NULL,1800.00,'','6','1','Good sold','1','25','sales','31372212','','No',NULL,NULL,''),(896,'4000','61675347881','2023-02-02 17:25:56',NULL,3500.00,'','6','1','Good sold','1','25','sales','31370161','','No',NULL,NULL,''),(897,'4000','61675347881','2023-02-02 17:25:56',NULL,3500.00,'','6','1','Good sold','1','25','sales','31436713','','No',NULL,NULL,''),(898,'1100','61675347978','2023-02-02 17:26:39',4000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(899,'1110','61675347978','2023-02-02 17:26:39',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31256837','','No',NULL,NULL,''),(900,'5500','61675347978','2023-02-02 17:26:39',600.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(901,'4000','61675347978','2023-02-02 17:26:39',NULL,4000.00,'','6','1','Good sold','1','15','sales','31256837','','No',NULL,NULL,''),(902,'1050','61675348009','2023-02-02 17:27:07',14000.00,NULL,'','6','1','Payment of goods sold','1','16','sales','','','No',NULL,NULL,''),(903,'1110','61675348009','2023-02-02 17:27:07',NULL,4500.00,'','6','1','Inventory sold','1','16','sales','31256845','','No',NULL,NULL,''),(904,'5500','61675348009','2023-02-02 17:27:07',4500.00,NULL,'','6','1','Cost of goods sold','1','16','sales','','','No',NULL,NULL,''),(905,'4000','61675348009','2023-02-02 17:27:07',NULL,14000.00,'','6','1','Good sold','1','16','sales','31256845','','No',NULL,NULL,''),(906,'1050','61676899510','2023-02-20 16:28:20',8500.00,NULL,'','6','1','Payment of goods sold','1','46','sales','','','No',NULL,NULL,''),(907,'1110','61676899510','2023-02-20 16:28:20',NULL,400.00,'','6','1','Inventory sold','1','46','sales','31370161','','No',NULL,NULL,''),(908,'1110','61676899510','2023-02-20 16:28:20',NULL,350.00,'','6','1','Inventory sold','1','46','sales','31330050','','No',NULL,NULL,''),(909,'1110','61676899510','2023-02-20 16:28:20',NULL,950.00,'','6','1','Inventory sold','1','46','sales','31436713','','No',NULL,NULL,''),(910,'5500','61676899510','2023-02-20 16:28:20',1700.00,NULL,'','6','1','Cost of goods sold','1','46','sales','','','No',NULL,NULL,''),(911,'4000','61676899510','2023-02-20 16:28:20',NULL,3000.00,'','6','1','Good sold','1','46','sales','31370161','','No',NULL,NULL,''),(912,'4000','61676899510','2023-02-20 16:28:20',NULL,1500.00,'','6','1','Good sold','1','46','sales','31330050','','No',NULL,NULL,''),(913,'4000','61676899510','2023-02-20 16:28:20',NULL,4000.00,'','6','1','Good sold','1','46','sales','31436713','','No',NULL,NULL,''),(914,'1050','61677914163','2023-03-04 10:20:24',17000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(915,'1110','61677914163','2023-03-04 10:20:24',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30757155','','No',NULL,NULL,''),(916,'1110','61677914163','2023-03-04 10:20:24',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(917,'1110','61677914163','2023-03-04 10:20:24',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(918,'1110','61677914163','2023-03-04 10:20:24',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(919,'1110','61677914163','2023-03-04 10:20:24',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31256837','','No',NULL,NULL,''),(920,'1110','61677914163','2023-03-04 10:20:24',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(921,'5500','61677914163','2023-03-04 10:20:24',4350.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(922,'4000','61677914163','2023-03-04 10:20:24',NULL,2000.00,'','6','1','Good sold','1','15','sales','30757155','','No',NULL,NULL,''),(923,'4000','61677914163','2023-03-04 10:20:24',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(924,'4000','61677914163','2023-03-04 10:20:24',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(925,'4000','61677914163','2023-03-04 10:20:24',NULL,2000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(926,'4000','61677914163','2023-03-04 10:20:24',NULL,4000.00,'','6','1','Good sold','1','15','sales','31256837','','No',NULL,NULL,''),(927,'4000','61677914163','2023-03-04 10:20:24',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(928,'1050','61677914444','2023-03-04 10:22:31',51200.00,NULL,'','6','1','Payment of goods sold','1','39','sales','','','No',NULL,NULL,''),(929,'1110','61677914444','2023-03-04 10:22:31',NULL,6000.00,'','6','1','Inventory sold','1','39','sales','31317665','','No',NULL,NULL,''),(930,'1110','61677914444','2023-03-04 10:22:31',NULL,6500.00,'','6','1','Inventory sold','1','39','sales','31317666','','No',NULL,NULL,''),(931,'1110','61677914444','2023-03-04 10:22:31',NULL,450.00,'','6','1','Inventory sold','1','39','sales','30745344','','No',NULL,NULL,''),(932,'1110','61677914444','2023-03-04 10:22:31',NULL,450.00,'','6','1','Inventory sold','1','39','sales','30750013','','No',NULL,NULL,''),(933,'1110','61677914444','2023-03-04 10:22:31',NULL,950.00,'','6','1','Inventory sold','1','39','sales','31436713','','No',NULL,NULL,''),(934,'5500','61677914444','2023-03-04 10:22:31',14350.00,NULL,'','6','1','Cost of goods sold','1','39','sales','','','No',NULL,NULL,''),(935,'4000','61677914444','2023-03-04 10:22:31',NULL,20000.00,'','6','1','Good sold','1','39','sales','31317665','','No',NULL,NULL,''),(936,'4000','61677914444','2023-03-04 10:22:31',NULL,20000.00,'','6','1','Good sold','1','39','sales','31317666','','No',NULL,NULL,''),(937,'4000','61677914444','2023-03-04 10:22:31',NULL,4000.00,'','6','1','Good sold','1','39','sales','30745344','','No',NULL,NULL,''),(938,'4000','61677914444','2023-03-04 10:22:31',NULL,2000.00,'','6','1','Good sold','1','39','sales','30750013','','No',NULL,NULL,''),(939,'4000','61677914444','2023-03-04 10:22:31',NULL,5200.00,'','6','1','Good sold','1','39','sales','31436713','','No',NULL,NULL,''),(940,'1050','61677914571','2023-03-04 10:23:39',6000.00,NULL,'','6','1','Payment of goods sold','1','22','sales','','','No',NULL,NULL,''),(941,'1110','61677914571','2023-03-04 10:23:39',NULL,600.00,'','6','1','Inventory sold','1','22','sales','31370089','','No',NULL,NULL,''),(942,'1110','61677914571','2023-03-04 10:23:39',NULL,400.00,'','6','1','Inventory sold','1','22','sales','30735878','','No',NULL,NULL,''),(943,'5500','61677914571','2023-03-04 10:23:39',1000.00,NULL,'','6','1','Cost of goods sold','1','22','sales','','','No',NULL,NULL,''),(944,'4000','61677914571','2023-03-04 10:23:39',NULL,4000.00,'','6','1','Good sold','1','22','sales','31370089','','No',NULL,NULL,''),(945,'4000','61677914571','2023-03-04 10:23:39',NULL,2000.00,'','6','1','Good sold','1','22','sales','30735878','','No',NULL,NULL,''),(946,'1050','61677914633','2023-03-04 10:25:47',14500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(947,'1110','61677914633','2023-03-04 10:25:47',NULL,2400.00,'','6','1','Inventory sold','1','15','sales','30680002','','No',NULL,NULL,''),(948,'1110','61677914633','2023-03-04 10:25:47',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31370089','','No',NULL,NULL,''),(949,'1110','61677914633','2023-03-04 10:25:47',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(950,'1110','61677914633','2023-03-04 10:25:47',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(951,'5500','61677914633','2023-03-04 10:25:47',4350.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(952,'4000','61677914633','2023-03-04 10:25:47',NULL,7500.00,'','6','1','Good sold','1','15','sales','30680002','','No',NULL,NULL,''),(953,'4000','61677914633','2023-03-04 10:25:47',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370089','','No',NULL,NULL,''),(954,'4000','61677914633','2023-03-04 10:25:47',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(955,'4000','61677914633','2023-03-04 10:25:47',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(956,'1100','61677926735','2023-03-04 13:47:26',10000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(957,'1110','61677926735','2023-03-04 13:47:26',NULL,1900.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(958,'1110','61677926735','2023-03-04 13:47:26',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(959,'1110','61677926735','2023-03-04 13:47:26',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(960,'5500','61677926735','2023-03-04 13:47:26',2700.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(961,'4000','61677926735','2023-03-04 13:47:26',NULL,6000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(962,'4000','61677926735','2023-03-04 13:47:26',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(963,'4000','61677926735','2023-03-04 13:47:26',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(964,'1100','61677926735','2023-03-04 13:48:33',NULL,10000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(965,'1030','61677926735','2023-03-04 13:48:33',10000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(966,'1100','61678112337','2023-03-06 17:19:35',6000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(967,'1110','61678112337','2023-03-06 17:19:35',NULL,1900.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(968,'5500','61678112337','2023-03-06 17:19:35',1900.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(969,'4000','61678112337','2023-03-06 17:19:35',NULL,6000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(970,'1100','61678181285','2023-03-07 12:28:46',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(971,'1110','61678181285','2023-03-07 12:28:46',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(972,'1110','61678181285','2023-03-07 12:28:46',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(973,'5500','61678181285','2023-03-07 12:28:46',750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(974,'4000','61678181285','2023-03-07 12:28:46',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(975,'4000','61678181285','2023-03-07 12:28:46',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(976,'1100','61678443132','2023-03-10 13:12:50',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(977,'1110','61678443132','2023-03-10 13:12:50',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30757155','','No',NULL,NULL,''),(978,'1110','61678443132','2023-03-10 13:12:50',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30788490','','No',NULL,NULL,''),(979,'5500','61678443132','2023-03-10 13:12:50',850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(980,'4000','61678443132','2023-03-10 13:12:50',NULL,2000.00,'','6','1','Good sold','1','15','sales','30757155','','No',NULL,NULL,''),(981,'4000','61678443132','2023-03-10 13:12:50',NULL,1500.00,'','6','1','Good sold','1','15','sales','30788490','','No',NULL,NULL,''),(982,'1100','61678443180','2023-03-10 13:13:54',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(983,'1110','61678443180','2023-03-10 13:13:54',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(984,'1110','61678443180','2023-03-10 13:13:54',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(985,'1110','61678443180','2023-03-10 13:13:54',NULL,950.00,'','6','1','Inventory sold','1','15','sales','31436713','','No',NULL,NULL,''),(986,'5500','61678443180','2023-03-10 13:13:54',1850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(987,'4000','61678443180','2023-03-10 13:13:54',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(988,'4000','61678443180','2023-03-10 13:13:54',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(989,'4000','61678443180','2023-03-10 13:13:54',NULL,3000.00,'','6','1','Good sold','1','15','sales','31436713','','No',NULL,NULL,''),(990,'1110','61678443567','2023-03-09 13:19:27',8000.00,NULL,'','6','1','Inventory Purchased','1','48','Purchases','31437945','','No',NULL,NULL,''),(991,'2130','61678443567','2023-03-09 13:19:27',NULL,8000.00,'','6','1','Account payable for inventory','1','48','Purchases','','','No',NULL,NULL,''),(992,'2130','BILL-61678444203','2023-03-10 13:30:03',NULL,22000.00,'0','6','1','Supplier Bill','1','24','Invoiced Bills','','','No',NULL,NULL,''),(993,'5520','BILL-61678444203','2023-03-10 13:30:03',22000.00,NULL,'0','6','1','Supplier Bill','1','24','Invoiced Bills','','','No',NULL,NULL,''),(994,'1100','61678779040','2023-03-14 10:34:13',8500.00,NULL,'','6','1','Payment of goods sold','1','49','sales','','','No',NULL,NULL,''),(995,'1110','61678779040','2023-03-14 10:34:13',NULL,400.00,'','6','1','Inventory sold','1','49','sales','31370161','','No',NULL,NULL,''),(996,'1110','61678779040','2023-03-14 10:34:13',NULL,350.00,'','6','1','Inventory sold','1','49','sales','31330050','','No',NULL,NULL,''),(997,'1110','61678779040','2023-03-14 10:34:13',NULL,950.00,'','6','1','Inventory sold','1','49','sales','31436713','','No',NULL,NULL,''),(998,'5500','61678779040','2023-03-14 10:34:13',1700.00,NULL,'','6','1','Cost of goods sold','1','49','sales','','','No',NULL,NULL,''),(999,'4000','61678779040','2023-03-14 10:34:13',NULL,3000.00,'','6','1','Good sold','1','49','sales','31370161','','No',NULL,NULL,''),(1000,'4000','61678779040','2023-03-14 10:34:13',NULL,1500.00,'','6','1','Good sold','1','49','sales','31330050','','No',NULL,NULL,''),(1001,'4000','61678779040','2023-03-14 10:34:13',NULL,4000.00,'','6','1','Good sold','1','49','sales','31436713','','No',NULL,NULL,''),(1002,'1050','61678878845','2023-03-15 14:14:34',4000.00,NULL,'','6','1','Payment of goods sold','1','18','sales','','','No',NULL,NULL,''),(1003,'1110','61678878845','2023-03-15 14:14:34',NULL,450.00,'','6','1','Inventory sold','1','18','sales','30745344','','No',NULL,NULL,''),(1004,'1110','61678878845','2023-03-15 14:14:34',NULL,400.00,'','6','1','Inventory sold','1','18','sales','30788490','','No',NULL,NULL,''),(1005,'5500','61678878845','2023-03-15 14:14:34',850.00,NULL,'','6','1','Cost of goods sold','1','18','sales','','','No',NULL,NULL,''),(1006,'4000','61678878845','2023-03-15 14:14:34',NULL,2500.00,'','6','1','Good sold','1','18','sales','30745344','','No',NULL,NULL,''),(1007,'4000','61678878845','2023-03-15 14:14:34',NULL,1500.00,'','6','1','Good sold','1','18','sales','30788490','','No',NULL,NULL,''),(1008,'1050','61678878902','2023-03-15 14:18:29',8500.00,NULL,'','6','1','Payment of goods sold','1','50','sales','','','No',NULL,NULL,''),(1009,'1110','61678878902','2023-03-15 14:18:29',NULL,400.00,'','6','1','Inventory sold','1','50','sales','31370161','','No',NULL,NULL,''),(1010,'1110','61678878902','2023-03-15 14:18:29',NULL,350.00,'','6','1','Inventory sold','1','50','sales','31330050','','No',NULL,NULL,''),(1011,'1110','61678878902','2023-03-15 14:18:29',NULL,950.00,'','6','1','Inventory sold','1','50','sales','31436713','','No',NULL,NULL,''),(1012,'5500','61678878902','2023-03-15 14:18:29',1700.00,NULL,'','6','1','Cost of goods sold','1','50','sales','','','No',NULL,NULL,''),(1013,'4000','61678878902','2023-03-15 14:18:29',NULL,3000.00,'','6','1','Good sold','1','50','sales','31370161','','No',NULL,NULL,''),(1014,'4000','61678878902','2023-03-15 14:18:29',NULL,1500.00,'','6','1','Good sold','1','50','sales','31330050','','No',NULL,NULL,''),(1015,'4000','61678878902','2023-03-15 14:18:29',NULL,4000.00,'','6','1','Good sold','1','50','sales','31436713','','No',NULL,NULL,''),(1016,'1100','61679391060','2023-03-21 12:31:31',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1017,'1110','61679391060','2023-03-21 12:31:31',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1018,'1110','61679391060','2023-03-21 12:31:31',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1019,'5500','61679391060','2023-03-21 12:31:31',750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1020,'4000','61679391060','2023-03-21 12:31:31',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1021,'4000','61679391060','2023-03-21 12:31:31',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1022,'1100','61678779040','2023-03-21 12:32:08',NULL,8500.00,'','6','1','','1','49','payment','','','No',NULL,NULL,''),(1023,'1020','61678779040','2023-03-21 12:32:08',8500.00,NULL,'','6','1','','1','49','payment','','','No',NULL,NULL,''),(1024,'1100','61678443180','2023-03-21 12:33:07',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1025,'1020','61678443180','2023-03-21 12:33:07',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1026,'1100','61671030743','2023-03-21 12:33:54',NULL,10500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1027,'1020','61671030743','2023-03-21 12:33:54',10500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1028,'1100','61671273508','2023-03-21 12:34:44',NULL,21500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1029,'1020','61671273508','2023-03-21 12:34:44',21500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1030,'1100','61672749515','2023-03-21 12:38:12',NULL,11500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1031,'1020','61672749515','2023-03-21 12:38:12',11500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1032,'1100','61671113917','2023-03-21 12:39:11',NULL,10000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1033,'1030','61671113917','2023-03-21 12:39:11',10000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1034,'1100','61670939806','2023-03-21 12:39:48',NULL,5000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1035,'1020','61670939806','2023-03-21 12:39:48',5000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1036,'1100','61671086948','2023-03-21 12:40:15',NULL,6500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1037,'1020','61671086948','2023-03-21 12:40:15',6500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1038,'1100','61671113959','2023-03-21 12:40:45',NULL,7000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1039,'1020','61671113959','2023-03-21 12:40:45',7000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1040,'1100','61675347978','2023-03-21 12:41:54',NULL,4000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1041,'1020','61675347978','2023-03-21 12:41:54',4000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1042,'1100','61678112337','2023-03-21 12:42:20',NULL,6000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1043,'1020','61678112337','2023-03-21 12:42:20',6000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1044,'1100','61678181285','2023-03-21 12:42:55',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1045,'1020','61678181285','2023-03-21 12:42:55',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1046,'1100','61678443132','2023-03-21 12:43:27',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1047,'1020','61678443132','2023-03-21 12:43:27',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1048,'1100','61679744190','2023-03-25 14:37:48',10000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1049,'1110','61679744190','2023-03-25 14:37:48',NULL,1350.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(1050,'1110','61679744190','2023-03-25 14:37:48',NULL,450.00,'','6','1','Inventory sold','1','15','sales','9454647','','No',NULL,NULL,''),(1051,'1110','61679744190','2023-03-25 14:37:48',NULL,1100.00,'','6','1','Inventory sold','1','15','sales','30620512','','No',NULL,NULL,''),(1052,'5500','61679744190','2023-03-25 14:37:48',2900.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1053,'4000','61679744190','2023-03-25 14:37:48',NULL,4500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(1054,'4000','61679744190','2023-03-25 14:37:48',NULL,2000.00,'','6','1','Good sold','1','15','sales','9454647','','No',NULL,NULL,''),(1055,'4000','61679744190','2023-03-25 14:37:48',NULL,3500.00,'','6','1','Good sold','1','15','sales','30620512','','No',NULL,NULL,''),(1056,'1100','61679744282','2023-03-25 14:38:14',18000.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1057,'1110','61679744282','2023-03-25 14:38:14',NULL,4500.00,'','6','1','Inventory sold','1','25','sales','31256845','','No',NULL,NULL,''),(1058,'5500','61679744282','2023-03-25 14:38:14',4500.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1059,'4000','61679744282','2023-03-25 14:38:14',NULL,18000.00,'','6','1','Good sold','1','25','sales','31256845','','No',NULL,NULL,''),(1060,'4000','61679744282','2023-03-25 14:38:47',18000.00,NULL,'','6','1','Returned products','1','25','return','','','No',NULL,NULL,''),(1061,'1100','61679744282','2023-03-25 14:38:47',NULL,18000.00,'','6','1','Returned products','1','25','return','','','No',NULL,NULL,''),(1062,'5500','61679744282','2023-03-25 14:38:47',NULL,4500.00,'','6','1','Cost of goods returned','1','25','sales','31256845','','No',NULL,NULL,''),(1063,'1110','61679744282','2023-03-25 14:38:47',4500.00,NULL,'','6','1','Inventory retuned ','1','25','sales','','','No',NULL,NULL,''),(1064,'1050','61679744430','2023-03-25 14:40:49',14000.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1065,'1110','61679744430','2023-03-25 14:40:49',NULL,4500.00,'','6','1','Inventory sold','1','25','sales','31256845','','No',NULL,NULL,''),(1066,'5500','61679744430','2023-03-25 14:40:49',4500.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1067,'4000','61679744430','2023-03-25 14:40:49',NULL,14000.00,'','6','1','Good sold','1','25','sales','31256845','','No',NULL,NULL,''),(1076,'1100','61679749351','2023-03-25 16:03:19',8500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1077,'1100','61679749351','2023-03-28 09:19:04',NULL,8500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1078,'1020','61679749351','2023-03-28 09:19:04',8500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1079,'1100','61679744190','2023-03-28 09:20:02',NULL,10000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1080,'1020','61679744190','2023-03-28 09:20:02',10000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1081,'1100','61680006628','2023-03-28 15:32:18',15500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1082,'1110','61680006628','2023-03-28 15:32:18',NULL,3000.00,'','6','1','Inventory sold','1','15','sales','31359965','','No',NULL,NULL,''),(1083,'1110','61680006628','2023-03-28 15:32:18',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(1084,'1110','61680006628','2023-03-28 15:32:18',NULL,800.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1085,'1110','61680006628','2023-03-28 15:32:18',NULL,700.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1086,'5500','61680006628','2023-03-28 15:32:18',4950.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1087,'4000','61680006628','2023-03-28 15:32:18',NULL,7000.00,'','6','1','Good sold','1','15','sales','31359965','','No',NULL,NULL,''),(1088,'4000','61680006628','2023-03-28 15:32:18',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(1089,'4000','61680006628','2023-03-28 15:32:18',NULL,4000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1090,'4000','61680006628','2023-03-28 15:32:18',NULL,3000.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1091,'1100','61679391060','2023-03-29 10:28:29',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1092,'1020','61679391060','2023-03-29 10:28:29',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1093,'1100','61680006628','2023-03-29 10:29:22',NULL,7000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1094,'1020','61680006628','2023-03-29 10:29:22',7000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1095,'1100','61680097156','2023-03-29 16:40:34',7000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1096,'1110','61680097156','2023-03-29 16:40:34',NULL,700.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1097,'1110','61680097156','2023-03-29 16:40:34',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1098,'1110','61680097156','2023-03-29 16:40:34',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(1099,'5500','61680097156','2023-03-29 16:40:34',1550.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1100,'4000','61680097156','2023-03-29 16:40:34',NULL,3000.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1101,'4000','61680097156','2023-03-29 16:40:34',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1102,'4000','61680097156','2023-03-29 16:40:34',NULL,2000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(1103,'1100','61680266990','2023-03-31 15:50:28',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1104,'1110','61680266990','2023-03-31 15:50:28',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(1105,'1110','61680266990','2023-03-31 15:50:28',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1106,'5500','61680266990','2023-03-31 15:50:28',800.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1107,'4000','61680266990','2023-03-31 15:50:28',NULL,2000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(1108,'4000','61680266990','2023-03-31 15:50:28',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1109,'1050','61680267038','2023-03-31 15:51:13',5000.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1110,'1110','61680267038','2023-03-31 15:51:13',NULL,400.00,'','6','1','Inventory sold','1','25','sales','31370161','','No',NULL,NULL,''),(1111,'1110','61680267038','2023-03-31 15:51:13',NULL,350.00,'','6','1','Inventory sold','1','25','sales','31330050','','No',NULL,NULL,''),(1112,'5500','61680267038','2023-03-31 15:51:13',750.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1113,'4000','61680267038','2023-03-31 15:51:13',NULL,3000.00,'','6','1','Good sold','1','25','sales','31370161','','No',NULL,NULL,''),(1114,'4000','61680267038','2023-03-31 15:51:13',NULL,2000.00,'','6','1','Good sold','1','25','sales','31330050','','No',NULL,NULL,''),(1115,'1100','61680267083','2023-03-31 15:52:16',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1116,'1110','61680267083','2023-03-31 15:52:16',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1117,'1110','61680267083','2023-03-31 15:52:16',NULL,350.00,'','6','1','Inventory sold','1','15','sales','8692305','','No',NULL,NULL,''),(1118,'1110','61680267083','2023-03-31 15:52:16',NULL,0.00,'','6','1','Inventory sold','1','15','sales','31273979','','No',NULL,NULL,''),(1119,'5500','61680267083','2023-03-31 15:52:16',750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1120,'4000','61680267083','2023-03-31 15:52:16',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1121,'4000','61680267083','2023-03-31 15:52:16',NULL,1500.00,'','6','1','Good sold','1','15','sales','8692305','','No',NULL,NULL,''),(1122,'4000','61680267083','2023-03-31 15:52:16',NULL,3000.00,'','6','1','Good sold','1','15','sales','31273979','','No',NULL,NULL,''),(1130,'1050','61680267194','2023-03-31 15:53:41',6000.00,NULL,'','6','1','Payment of goods sold','1','23','sales','','','No',NULL,NULL,''),(1131,'1110','61680267194','2023-03-31 15:53:41',NULL,450.00,'','6','1','Inventory sold','1','23','sales','30745344','','No',NULL,NULL,''),(1132,'1110','61680267194','2023-03-31 15:53:41',NULL,450.00,'','6','1','Inventory sold','1','23','sales','30750013','','No',NULL,NULL,''),(1133,'5500','61680267194','2023-03-31 15:53:41',900.00,NULL,'','6','1','Cost of goods sold','1','23','sales','','','No',NULL,NULL,''),(1134,'4000','61680267194','2023-03-31 15:53:41',NULL,4000.00,'','6','1','Good sold','1','23','sales','30745344','','No',NULL,NULL,''),(1135,'4000','61680267194','2023-03-31 15:53:41',NULL,2000.00,'','6','1','Good sold','1','23','sales','30750013','','No',NULL,NULL,''),(1136,'1100','61680267144','2023-04-01 10:34:16',NULL,6000.00,'','6','1','','1','23','payment','','','No',NULL,NULL,''),(1137,'1020','61680267144','2023-04-01 10:34:16',6000.00,NULL,'','6','1','','1','23','payment','','','No',NULL,NULL,''),(1138,'1100','61680006628','2023-04-01 10:34:54',NULL,8500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1139,'1010','61680006628','2023-04-01 10:34:54',8500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1140,'1100','61680097156','2023-04-01 10:35:32',NULL,7000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1141,'1020','61680097156','2023-04-01 10:35:32',7000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1142,'1100','61680266990','2023-04-01 10:36:06',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1143,'1020','61680266990','2023-04-01 10:36:06',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1144,'1100','61680267083','2023-04-01 10:36:47',NULL,1000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1145,'1020','61680267083','2023-04-01 10:36:47',1000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1146,'1100','61680334195','2023-04-01 10:48:43',14000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1147,'1110','61680334195','2023-04-01 10:48:43',NULL,4500.00,'','6','1','Inventory sold','1','15','sales','31256845','','No',NULL,NULL,''),(1148,'5500','61680334195','2023-04-01 10:48:43',4500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1149,'4000','61680334195','2023-04-01 10:48:43',NULL,14000.00,'','6','1','Good sold','1','15','sales','31256845','','No',NULL,NULL,''),(1150,'1100','61680339738','2023-04-01 12:03:03',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1151,'1110','61680339738','2023-04-01 12:03:03',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(1152,'1110','61680339738','2023-04-01 12:03:03',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1153,'5500','61680339738','2023-04-01 12:03:03',850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1154,'4000','61680339738','2023-04-01 12:03:03',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(1155,'4000','61680339738','2023-04-01 12:03:03',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1156,'1100','61680348083','2023-04-01 14:21:46',4000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1157,'1110','61680348083','2023-04-01 14:21:46',NULL,600.00,'','6','1','Inventory sold','1','15','sales','31256837','','No',NULL,NULL,''),(1158,'5500','61680348083','2023-04-01 14:21:46',600.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1159,'4000','61680348083','2023-04-01 14:21:46',NULL,4000.00,'','6','1','Good sold','1','15','sales','31256837','','No',NULL,NULL,''),(1160,'1100','61680350551','2023-04-01 15:02:47',1500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1161,'1110','61680350551','2023-04-01 15:02:47',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(1162,'5500','61680350551','2023-04-01 15:02:47',450.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1163,'4000','61680350551','2023-04-01 15:02:47',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(1164,'1050','61680353715','2023-04-01 15:55:37',6500.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1165,'1110','61680353715','2023-04-01 15:55:37',NULL,9000.00,'','6','1','Inventory sold','1','25','sales','30683637','','No',NULL,NULL,''),(1166,'5500','61680353715','2023-04-01 15:55:37',9000.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1167,'4000','61680353715','2023-04-01 15:55:37',NULL,6500.00,'','6','1','Good sold','1','25','sales','30683637','','No',NULL,NULL,''),(1168,'1100','61680339738','2023-04-01 17:31:08',NULL,3500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1169,'1010','61680339738','2023-04-01 17:31:08',3500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1170,'1050','61681721137','2023-04-17 11:51:06',4500.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1171,'1110','61681721137','2023-04-17 11:51:06',NULL,400.00,'','6','1','Inventory sold','1','25','sales','31370161','','No',NULL,NULL,''),(1172,'1110','61681721137','2023-04-17 11:51:06',NULL,350.00,'','6','1','Inventory sold','1','25','sales','31330050','','No',NULL,NULL,''),(1173,'5500','61681721137','2023-04-17 11:51:06',750.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1174,'4000','61681721137','2023-04-17 11:51:06',NULL,2500.00,'','6','1','Good sold','1','25','sales','31370161','','No',NULL,NULL,''),(1175,'4000','61681721137','2023-04-17 11:51:06',NULL,2000.00,'','6','1','Good sold','1','25','sales','31330050','','No',NULL,NULL,''),(1176,'1100','61681721479','2023-04-17 11:52:11',5000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1177,'1110','61681721479','2023-04-17 11:52:11',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30745344','','No',NULL,NULL,''),(1178,'1110','61681721479','2023-04-17 11:52:11',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(1179,'1110','61681721479','2023-04-17 11:52:11',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1180,'5500','61681721479','2023-04-17 11:52:11',1250.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1181,'4000','61681721479','2023-04-17 11:52:11',NULL,2000.00,'','6','1','Good sold','1','15','sales','30745344','','No',NULL,NULL,''),(1182,'4000','61681721479','2023-04-17 11:52:11',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(1183,'4000','61681721479','2023-04-17 11:52:11',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1184,'1050','61682496396','2023-04-26 11:07:24',3500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1185,'1110','61682496396','2023-04-26 11:07:24',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1186,'1110','61682496396','2023-04-26 11:07:24',NULL,450.00,'','6','1','Inventory sold','1','15','sales','31372212','','No',NULL,NULL,''),(1187,'5500','61682496396','2023-04-26 11:07:24',850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1188,'4000','61682496396','2023-04-26 11:07:24',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1189,'4000','61682496396','2023-04-26 11:07:24',NULL,1500.00,'','6','1','Good sold','1','15','sales','31372212','','No',NULL,NULL,''),(1190,'1050','61682496457','2023-04-26 11:07:59',1500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1191,'1110','61682496457','2023-04-26 11:07:59',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1192,'5500','61682496457','2023-04-26 11:07:59',350.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1193,'4000','61682496457','2023-04-26 11:07:59',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1194,'1050','61682496488','2023-04-26 11:13:35',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1195,'1110','61682496488','2023-04-26 11:13:35',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30636833','','No',NULL,NULL,''),(1196,'1110','61682496488','2023-04-26 11:13:35',NULL,350.00,'','6','1','Inventory sold','1','15','sales','8692305','','No',NULL,NULL,''),(1197,'1110','61682496488','2023-04-26 11:13:35',NULL,1000.00,'','6','1','Inventory sold','1','15','sales','30630752','','No',NULL,NULL,''),(1198,'5500','61682496488','2023-04-26 11:13:35',1800.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1199,'4000','61682496488','2023-04-26 11:13:35',NULL,2000.00,'','6','1','Good sold','1','15','sales','30636833','','No',NULL,NULL,''),(1200,'4000','61682496488','2023-04-26 11:13:35',NULL,1500.00,'','6','1','Good sold','1','15','sales','8692305','','No',NULL,NULL,''),(1201,'4000','61682496488','2023-04-26 11:13:35',NULL,3000.00,'','6','1','Good sold','1','15','sales','30630752','','No',NULL,NULL,''),(1202,'1050','61682496829','2023-04-26 11:17:28',11500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1203,'1110','61682496829','2023-04-26 11:17:28',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(1204,'1110','61682496829','2023-04-26 11:17:28',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1205,'1110','61682496829','2023-04-26 11:17:28',NULL,3000.00,'','6','1','Inventory sold','1','15','sales','31293622','','No',NULL,NULL,''),(1206,'5500','61682496829','2023-04-26 11:17:28',3800.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1207,'4000','61682496829','2023-04-26 11:17:28',NULL,4000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(1208,'4000','61682496829','2023-04-26 11:17:28',NULL,2500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1209,'4000','61682496829','2023-04-26 11:17:28',NULL,5000.00,'','6','1','Good sold','1','15','sales','31293622','','No',NULL,NULL,''),(1210,'1050','61682497057','2023-04-26 11:18:18',4500.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1211,'1110','61682497057','2023-04-26 11:18:18',NULL,400.00,'','6','1','Inventory sold','1','25','sales','31370161','','No',NULL,NULL,''),(1212,'1110','61682497057','2023-04-26 11:18:18',NULL,450.00,'','6','1','Inventory sold','1','25','sales','31372212','','No',NULL,NULL,''),(1213,'5500','61682497057','2023-04-26 11:18:18',850.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1214,'4000','61682497057','2023-04-26 11:18:18',NULL,2500.00,'','6','1','Good sold','1','25','sales','31370161','','No',NULL,NULL,''),(1215,'4000','61682497057','2023-04-26 11:18:18',NULL,2000.00,'','6','1','Good sold','1','25','sales','31372212','','No',NULL,NULL,''),(1216,'1050','61682497114','2023-04-26 11:29:41',14500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1217,'1110','61682497114','2023-04-26 11:29:41',NULL,450.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(1218,'1110','61682497114','2023-04-26 11:29:41',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1219,'1110','61682497114','2023-04-26 11:29:41',NULL,0.00,'','6','1','Inventory sold','1','15','sales','32242188','','No',NULL,NULL,''),(1220,'1110','61682497114','2023-04-26 11:29:41',NULL,3000.00,'','6','1','Inventory sold','1','15','sales','31305139','','No',NULL,NULL,''),(1221,'5500','61682497114','2023-04-26 11:29:41',3850.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1222,'4000','61682497114','2023-04-26 11:29:41',NULL,2000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(1223,'4000','61682497114','2023-04-26 11:29:41',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1224,'4000','61682497114','2023-04-26 11:29:41',NULL,3000.00,'','6','1','Good sold','1','15','sales','32242188','','No',NULL,NULL,''),(1225,'4000','61682497114','2023-04-26 11:29:41',NULL,7500.00,'','6','1','Good sold','1','15','sales','31305139','','No',NULL,NULL,''),(1226,'1050','61682497791','2023-04-26 11:33:02',26500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1227,'1110','61682497791','2023-04-26 11:33:02',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1228,'1110','61682497791','2023-04-26 11:33:02',NULL,350.00,'','6','1','Inventory sold','1','15','sales','31330050','','No',NULL,NULL,''),(1229,'1110','61682497791','2023-04-26 11:33:02',NULL,1000.00,'','6','1','Inventory sold','1','15','sales','30630752','','No',NULL,NULL,''),(1230,'1110','61682497791','2023-04-26 11:33:02',NULL,9000.00,'','6','1','Inventory sold','1','15','sales','31312514','','No',NULL,NULL,''),(1231,'1110','61682497791','2023-04-26 11:33:02',NULL,800.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1232,'5500','61682497791','2023-04-26 11:33:02',11550.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1233,'4000','61682497791','2023-04-26 11:33:02',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1234,'4000','61682497791','2023-04-26 11:33:02',NULL,1500.00,'','6','1','Good sold','1','15','sales','31330050','','No',NULL,NULL,''),(1235,'4000','61682497791','2023-04-26 11:33:02',NULL,3000.00,'','6','1','Good sold','1','15','sales','30630752','','No',NULL,NULL,''),(1236,'4000','61682497791','2023-04-26 11:33:02',NULL,16000.00,'','6','1','Good sold','1','15','sales','31312514','','No',NULL,NULL,''),(1237,'4000','61682497791','2023-04-26 11:33:02',NULL,4000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1238,'1100','61681721479','2023-04-26 11:35:54',NULL,5000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1239,'1020','61681721479','2023-04-26 11:35:54',5000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1240,'1100','61680350551','2023-04-26 11:36:38',NULL,1500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1241,'1020','61680350551','2023-04-26 11:36:38',1500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1242,'1100','61680348083','2023-04-26 11:37:20',NULL,4000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1243,'na','61680348083','2023-04-26 11:37:20',4000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1244,'1100','61680334195','2023-04-26 11:39:13',NULL,14000.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1245,'1020','61680334195','2023-04-26 11:39:13',14000.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1246,'1100','61680267083','2023-04-26 11:39:58',NULL,5500.00,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1247,'1020','61680267083','2023-04-26 11:39:58',5500.00,NULL,'','6','1','','1','15','payment','','','No',NULL,NULL,''),(1248,'2130','BILL-61682498530','2023-04-18 11:42:10',NULL,20000.00,'0','6','1','Supplier Bill','1','23','Invoiced Bills','','','No',NULL,NULL,''),(1249,'5720','BILL-61682498530','2023-04-18 11:42:10',20000.00,NULL,'0','6','1','Supplier Bill','1','23','Invoiced Bills','','','No',NULL,NULL,''),(1250,'1100','61682501254','2023-04-26 12:27:53',7000.00,NULL,'','6','1','Payment of goods sold','1','16','sales','','','No',NULL,NULL,''),(1251,'1110','61682501254','2023-04-26 12:27:53',NULL,1500.00,'','6','1','Inventory sold','1','16','sales','8653653','','No',NULL,NULL,''),(1252,'5500','61682501254','2023-04-26 12:27:53',1500.00,NULL,'','6','1','Cost of goods sold','1','16','sales','','','No',NULL,NULL,''),(1253,'4000','61682501254','2023-04-26 12:27:53',NULL,7000.00,'','6','1','Good sold','1','16','sales','8653653','','No',NULL,NULL,''),(1254,'1050','61684491291','2023-05-19 13:15:13',15000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1255,'4000','61684491291','2023-05-19 13:15:13',NULL,15000.00,'','6','1','Good sold','1','15','sales','8683456','','No',NULL,NULL,''),(1256,'1050','61684491330','2023-05-19 13:29:20',22500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1257,'1110','61684491330','2023-05-19 13:29:20',NULL,13500.00,'','6','1','Inventory sold','1','15','sales','31312514','','No',NULL,NULL,''),(1258,'5500','61684491330','2023-05-19 13:29:20',13500.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1259,'4000','61684491330','2023-05-19 13:29:20',NULL,22500.00,'','6','1','Good sold','1','15','sales','31312514','','No',NULL,NULL,''),(1260,'1050','61684492168','2023-05-19 13:30:31',22000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1261,'1110','61684492168','2023-05-19 13:30:31',NULL,4950.00,'','6','1','Inventory sold','1','15','sales','30792891','','No',NULL,NULL,''),(1262,'5500','61684492168','2023-05-19 13:30:31',4950.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1263,'4000','61684492168','2023-05-19 13:30:31',NULL,22000.00,'','6','1','Good sold','1','15','sales','30792891','','No',NULL,NULL,''),(1264,'1050','61685020771','2023-05-25 16:19:43',6500.00,NULL,'','6','1','Payment of goods sold','1','53','sales','','','No',NULL,NULL,''),(1265,'1110','61685020771','2023-05-25 16:19:43',NULL,1000.00,'','6','1','Inventory sold','1','53','sales','31270910','','No',NULL,NULL,''),(1266,'5500','61685020771','2023-05-25 16:19:43',1000.00,NULL,'','6','1','Cost of goods sold','1','53','sales','','','No',NULL,NULL,''),(1267,'4000','61685020771','2023-05-25 16:19:43',NULL,6500.00,'','6','1','Good sold','1','53','sales','31270910','','No',NULL,NULL,''),(1268,'1050','61685444473','2023-05-30 14:01:38',14000.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1269,'1110','61685444473','2023-05-30 14:01:38',NULL,4500.00,'','6','1','Inventory sold','1','25','sales','31256845','','No',NULL,NULL,''),(1270,'5500','61685444473','2023-05-30 14:01:38',4500.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1271,'4000','61685444473','2023-05-30 14:01:38',NULL,14000.00,'','6','1','Good sold','1','25','sales','31256845','','No',NULL,NULL,''),(1272,'1100','61685444517','2023-05-30 14:02:30',4500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1273,'1110','61685444517','2023-05-30 14:02:30',NULL,0.00,'','6','1','Inventory sold','1','15','sales','32242188','','No',NULL,NULL,''),(1274,'1110','61685444517','2023-05-30 14:02:30',NULL,400.00,'','6','1','Inventory sold','1','15','sales','30788490','','No',NULL,NULL,''),(1275,'5500','61685444517','2023-05-30 14:02:30',400.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1276,'4000','61685444517','2023-05-30 14:02:30',NULL,3000.00,'','6','1','Good sold','1','15','sales','32242188','','No',NULL,NULL,''),(1277,'4000','61685444517','2023-05-30 14:02:30',NULL,1500.00,'','6','1','Good sold','1','15','sales','30788490','','No',NULL,NULL,''),(1278,'1050','61685444571','2023-05-30 14:03:06',14000.00,NULL,'','6','1','Payment of goods sold','1','16','sales','','','No',NULL,NULL,''),(1279,'1110','61685444571','2023-05-30 14:03:06',NULL,4500.00,'','6','1','Inventory sold','1','16','sales','31256845','','No',NULL,NULL,''),(1280,'5500','61685444571','2023-05-30 14:03:06',4500.00,NULL,'','6','1','Cost of goods sold','1','16','sales','','','No',NULL,NULL,''),(1281,'4000','61685444571','2023-05-30 14:03:06',NULL,14000.00,'','6','1','Good sold','1','16','sales','31256845','','No',NULL,NULL,''),(1282,'1050','61685444676','2023-05-30 14:05:00',22500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1283,'1110','61685444676','2023-05-30 14:05:00',NULL,9000.00,'','6','1','Inventory sold','1','15','sales','31200321','','No',NULL,NULL,''),(1284,'5500','61685444676','2023-05-30 14:05:00',9000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1285,'4000','61685444676','2023-05-30 14:05:00',NULL,22500.00,'','6','1','Good sold','1','15','sales','31200321','','No',NULL,NULL,''),(1286,'1050','61685956032','2023-06-05 12:48:11',4500.00,NULL,'','6','1','Payment of goods sold','1','25','sales','','','No',NULL,NULL,''),(1287,'1110','61685956032','2023-06-05 12:48:11',NULL,450.00,'','6','1','Inventory sold','1','25','sales','8638600','','No',NULL,NULL,''),(1288,'1110','61685956032','2023-06-05 12:48:11',NULL,330.00,'','6','1','Inventory sold','1','25','sales','1275810','','No',NULL,NULL,''),(1289,'5500','61685956032','2023-06-05 12:48:11',780.00,NULL,'','6','1','Cost of goods sold','1','25','sales','','','No',NULL,NULL,''),(1290,'4000','61685956032','2023-06-05 12:48:11',NULL,1500.00,'','6','1','Good sold','1','25','sales','8638600','','No',NULL,NULL,''),(1291,'4000','61685956032','2023-06-05 12:48:11',NULL,3000.00,'','6','1','Good sold','1','25','sales','1275810','','No',NULL,NULL,''),(1292,'1100','61685958501','2023-06-05 12:49:09',6500.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1293,'1110','61685958501','2023-06-05 12:49:09',NULL,400.00,'','6','1','Inventory sold','1','15','sales','31370161','','No',NULL,NULL,''),(1294,'1110','61685958501','2023-06-05 12:49:09',NULL,350.00,'','6','1','Inventory sold','1','15','sales','8692305','','No',NULL,NULL,''),(1295,'1110','61685958501','2023-06-05 12:49:09',NULL,0.00,'','6','1','Inventory sold','1','15','sales','32242188','','No',NULL,NULL,''),(1296,'5500','61685958501','2023-06-05 12:49:09',750.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1297,'4000','61685958501','2023-06-05 12:49:09',NULL,2000.00,'','6','1','Good sold','1','15','sales','31370161','','No',NULL,NULL,''),(1298,'4000','61685958501','2023-06-05 12:49:09',NULL,1500.00,'','6','1','Good sold','1','15','sales','8692305','','No',NULL,NULL,''),(1299,'4000','61685958501','2023-06-05 12:49:09',NULL,3000.00,'','6','1','Good sold','1','15','sales','32242188','','No',NULL,NULL,''),(1300,'1100','61685958561','2023-06-05 12:49:50',9000.00,NULL,'','6','1','Payment of goods sold','1','15','sales','','','No',NULL,NULL,''),(1301,'1110','61685958561','2023-06-05 12:49:50',NULL,2000.00,'','6','1','Inventory sold','1','15','sales','31302345','','No',NULL,NULL,''),(1302,'5500','61685958561','2023-06-05 12:49:50',2000.00,NULL,'','6','1','Cost of goods sold','1','15','sales','','','No',NULL,NULL,''),(1303,'4000','61685958561','2023-06-05 12:49:50',NULL,9000.00,'','6','1','Good sold','1','15','sales','31302345','','No',NULL,NULL,''); /*!40000 ALTER TABLE `debitcredit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `delivery` -- DROP TABLE IF EXISTS `delivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `delivery` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, `type` varchar(30) NOT NULL, `mode` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `delivery` -- LOCK TABLES `delivery` WRITE; /*!40000 ALTER TABLE `delivery` DISABLE KEYS */; /*!40000 ALTER TABLE `delivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `department` -- DROP TABLE IF EXISTS `department`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `department` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `description` text NOT NULL, `faculty_id` int(11) NOT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `department` -- LOCK TABLES `department` WRITE; /*!40000 ALTER TABLE `department` DISABLE KEYS */; /*!40000 ALTER TABLE `department` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `depositrefunds` -- DROP TABLE IF EXISTS `depositrefunds`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `depositrefunds` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `branchid` int(30) NOT NULL DEFAULT 1, `amount` decimal(10,2) NOT NULL, `before` varchar(20) DEFAULT NULL, `after` varchar(20) DEFAULT NULL, `bookingid` int(20) NOT NULL, `tenantid` int(11) NOT NULL, `receiptno` varchar(50) NOT NULL, `transactioncode` varchar(50) NOT NULL, `mode` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `depositrefunds` -- LOCK TABLES `depositrefunds` WRITE; /*!40000 ALTER TABLE `depositrefunds` DISABLE KEYS */; /*!40000 ALTER TABLE `depositrefunds` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `device` -- DROP TABLE IF EXISTS `device`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `device` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) DEFAULT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `device` -- LOCK TABLES `device` WRITE; /*!40000 ALTER TABLE `device` DISABLE KEYS */; /*!40000 ALTER TABLE `device` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `distribution` -- DROP TABLE IF EXISTS `distribution`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `distribution` ( `id` int(11) NOT NULL AUTO_INCREMENT, `itemid` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'new', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `code` varchar(30) NOT NULL, `branch` varchar(30) NOT NULL, `qty` varchar(10) NOT NULL, `buyingprice` decimal(10,2) NOT NULL, `sellingprice` decimal(10,2) NOT NULL, `invoice` varchar(50) DEFAULT NULL, `serial` varchar(50) NOT NULL, `orderno` varchar(50) NOT NULL, `name` text NOT NULL, `description` text NOT NULL, `batchno` int(11) NOT NULL, `myid` int(50) NOT NULL, `staff` int(11) NOT NULL, `shipping` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `ordereddate` varchar(50) NOT NULL, `supplier` int(11) NOT NULL DEFAULT 1, `profit` varchar(20) NOT NULL, `commissionrate` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `distribution` -- LOCK TABLES `distribution` WRITE; /*!40000 ALTER TABLE `distribution` DISABLE KEYS */; /*!40000 ALTER TABLE `distribution` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `district` -- DROP TABLE IF EXISTS `district`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `district` ( `id` int(30) NOT NULL, `code` varchar(50) NOT NULL, `countyid` varchar(10) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `provincecode` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `district` -- LOCK TABLES `district` WRITE; /*!40000 ALTER TABLE `district` DISABLE KEYS */; /*!40000 ALTER TABLE `district` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `documents` -- DROP TABLE IF EXISTS `documents`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `documents` ( `id` int(50) NOT NULL AUTO_INCREMENT, `documentname` varchar(100) NOT NULL, `idno` varchar(50) NOT NULL, `category` varchar(100) NOT NULL, `name` text NOT NULL, `dateposted` varchar(100) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `entrydate` varchar(50) NOT NULL, `img_id` varchar(100) NOT NULL, `companyid` varchar(50) NOT NULL, `mydocuments` text DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `documents` -- LOCK TABLES `documents` WRITE; /*!40000 ALTER TABLE `documents` DISABLE KEYS */; /*!40000 ALTER TABLE `documents` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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=4 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,'9','NSSF','2022-05-16 16:33:07','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'NSSF'),(2,'10','NHIF','2022-05-16 16:33:18','Active','1','','1','Deduction','Fixed','Fixed',1.00,900.00,'',1,'NHIF'),(3,'8','PAYE','2022-05-16 16:33:29','Active','1','','1','Deduction','Fixed','Fixed',1.00,1315.00,'',1,'PAYE'); /*!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 AUTO_INCREMENT=4 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 */; INSERT INTO `employeepayments` VALUES (1,'8','PAYE','2022-05-16 16:37:25','Active','1','','1','Deduction','Fixed','Fixed',1.00,1315.00,'',1,'111652708245'),(2,'10','NHIF','2022-05-16 16:37:25','Active','1','','1','Deduction','Fixed','Fixed',1.00,900.00,'',1,'111652708245'),(3,'9','NSSF','2022-05-16 16:37:25','Active','1','','1','Deduction','Fixed','Fixed',1.00,200.00,'',1,'111652708245'); /*!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, `one` varchar(20) NOT NULL, `two` varchar(20) NOT NULL, `three` varchar(20) DEFAULT NULL, `branchid` int(10) NOT NULL DEFAULT 1, `four` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `events` -- LOCK TABLES `events` WRITE; /*!40000 ALTER TABLE `events` DISABLE KEYS */; /*!40000 ALTER TABLE `events` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `expenses` -- DROP TABLE IF EXISTS `expenses`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `expenses` ( `id` int(50) NOT NULL AUTO_INCREMENT, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `amount` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` datetime NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `datespent` datetime NOT NULL, `receiptno` varchar(100) NOT NULL, `idno` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `controller` varchar(100) NOT NULL, `imgid` varchar(100) NOT NULL, `img_id` text NOT NULL, `companyid` varchar(100) NOT NULL, `accounttype` varchar(50) NOT NULL, `bankname` varchar(60) NOT NULL, `supplier` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `paymentmethodes` varchar(30) NOT NULL, `duedate` varchar(30) NOT NULL, `terms` text NOT NULL, `balance` decimal(10,2) NOT NULL, `paid` decimal(10,2) NOT NULL, `updatedat` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `allocation` varchar(20) NOT NULL DEFAULT 'No', `invoicestatus` varchar(20) NOT NULL DEFAULT 'No', `allocationtext` text NOT NULL, `loanpaid` decimal(10,2) NOT NULL, `loanbalance` decimal(10,2) NOT NULL, `duration` varchar(20) NOT NULL, `monthlyrate` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 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','20000','POS Web Hosting and Accounting module','2022-07-01 16:36:51','','Closed','2022-07-01 16:36:51','','2767','','Jeff','','670751656682537','1','','1030','1','11656682532','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''),(2,'Expense','6','0','to pay 600 to William Okoth','2022-07-02 12:02:38','','Active','2022-07-02 12:02:38','','','0790397155','Almas','','2540511656752359','1','','1030','6','61656752342','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''),(3,'Expense','6','0','Send 5000 to Newton Busolo','2022-07-04 12:02:11','','Active','2022-07-02 12:02:11','','','0748737897','Tina Almas','','2765781656925126','1','','1030','','61656925107','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''),(4,'Bill','6','22000','','2023-03-10 13:30:38','Alex','Active','2023-03-10 13:30:03','','','','Tina Almas','','','1','','','24','BILL-61678444203','','2023-03-10 13:30:03','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''),(5,'Expense','6','0','3500 to Maggy Oil','2023-04-01 10:32:13','','Active','2023-04-01 10:32:13','','','','Almas','','3425631680334245','1','','1020','48','61680334240','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''),(6,'Expense','6','0','Car wash','2023-04-01 10:33:59','','Active','2023-04-01 10:33:59','','','','Almas','','3887321680334348','1','','1020','6','61680334340','n/a','','',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''),(7,'Bill','6','20000','20K Was paid to Alex for the Golf Tires\r\n','2023-04-26 11:44:03','Alex','Active','2023-04-18 11:42:10','','GOLF TIRES','','Tina Almas','','','1','','','23','BILL-61682498530','','2023-04-20 11:42:10','20000',0.00,0.00,'',0,1,'No','No','',0.00,0.00,'',''); /*!40000 ALTER TABLE `expenses` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `faqs` -- DROP TABLE IF EXISTS `faqs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `faqs` ( `id` int(50) NOT NULL AUTO_INCREMENT, `companyid` varchar(60) NOT NULL, `title` text NOT NULL, `answers` text NOT NULL, `email` varchar(50) NOT NULL, `phone` varchar(30) NOT NULL, `date` varchar(60) NOT NULL, `description` text NOT NULL, `postedtime` varchar(60) NOT NULL, `userid` varchar(60) NOT NULL, `invoice` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `faqs` -- LOCK TABLES `faqs` WRITE; /*!40000 ALTER TABLE `faqs` DISABLE KEYS */; /*!40000 ALTER TABLE `faqs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fingers` -- DROP TABLE IF EXISTS `fingers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fingers` ( `id` int(100) NOT NULL AUTO_INCREMENT, `admno` varchar(200) NOT NULL, `fingername` varchar(50) NOT NULL, `regdate` varchar(100) NOT NULL, `template` text NOT NULL, `status` varchar(100) NOT NULL DEFAULT 'active', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fingers` -- LOCK TABLES `fingers` WRITE; /*!40000 ALTER TABLE `fingers` DISABLE KEYS */; /*!40000 ALTER TABLE `fingers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `fiscalyear` -- DROP TABLE IF EXISTS `fiscalyear`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `fiscalyear` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `startdate` datetime NOT NULL, `enddate` datetime NOT NULL, `companyid` int(11) NOT NULL, `userid` int(11) NOT NULL, `createdate` varchar(30) NOT NULL, `opening` decimal(10,2) NOT NULL, `closing` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `fiscalyear` -- LOCK TABLES `fiscalyear` WRITE; /*!40000 ALTER TABLE `fiscalyear` DISABLE KEYS */; INSERT INTO `fiscalyear` VALUES (1,'2022 Fiscal Year','active','2022-01-01 00:00:00','2022-12-31 23:59:00',1,1,'2022-01-07 06:15:25',0.00,0.00,0); /*!40000 ALTER TABLE `fiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `followups` -- DROP TABLE IF EXISTS `followups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `followups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `date` varchar(50) NOT NULL, `followupid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `nextdate` datetime NOT NULL, `feedback` text NOT NULL, `recommendation` text NOT NULL, `challanges` text NOT NULL, `level` varchar(50) NOT NULL, `branchid` int(11) NOT NULL, `finalid` varchar(50) NOT NULL, `dateposted` datetime NOT NULL, `type` varchar(20) NOT NULL DEFAULT 'Deal', `completed` varchar(20) NOT NULL DEFAULT 'no', `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,'1','1','1','DTB Account','','2018-06-01 ',1,'','800','2022-07-01 16:39:22','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,'1','1','1','Witholding Account','','2019-10-01 11:49:23 ',1,'','6666622792.5','2021-11-25 16:26:21','1035','1'),(201,'1','1','7','LAPTOPS','','2020-09-17 09:30:28',1,'','0','2020-09-17 09:31:53','1501',''),(202,'1','1','7','Amblifier','','2020-09-22 10:17:58',1,'','0','2020-09-22 10:19:53','1502',''),(206,'1','1','29','CARE HIRE','','2021-07-19 15:02:30 ',5,'','0','2022-01-05 08:59:38','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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glfiscalyear` -- LOCK TABLES `glfiscalyear` WRITE; /*!40000 ALTER TABLE `glfiscalyear` DISABLE KEYS */; /*!40000 ALTER TABLE `glfiscalyear` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `glgroups` -- DROP TABLE IF EXISTS `glgroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `glgroups` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `accounttype` varchar(50) NOT NULL, `accountname` varchar(80) NOT NULL, `groupname` bigint(50) NOT NULL DEFAULT 1, `openingdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `glgroups` -- LOCK TABLES `glgroups` WRITE; /*!40000 ALTER TABLE `glgroups` DISABLE KEYS */; INSERT INTO `glgroups` VALUES (1,'2','1','1','Banks',0,''),(6,'2','1','1','Current asset',0,''),(7,'2','1','1','Fixed assets',0,''),(8,'2','1','5','Cost of Good Sold',0,''),(9,'2','1','1','Capital asset',0,''),(14,'2','1','2','Current liabilities',0,''),(15,'2','1','2','Longterm liabilities',0,''),(26,'2','1','3','Equity',0,''),(27,'2','1','4','Income',0,''),(28,'2','1','4','Other income',0,''),(29,'2','1','5','Expenses',0,''),(30,'2','1','5','Other expenses',0,''),(31,'2','1','2','Share Capital',0,''),(32,'2','1','2','Retained Earnings',0,''),(33,'2','1','4','Cash',1,''),(34,'2','1','4','Equity',1,''); /*!40000 ALTER TABLE `glgroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `grouping` -- DROP TABLE IF EXISTS `grouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `grouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=14 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,'5','','','','0','','',''),(2,'1','','','','0','','',''),(3,'5','','','','0','','',''),(4,'1','','','','0','','',''),(5,'8','1','2022-01-18 04:46:06pm','','1','','2','1'),(6,'31','6','2022-07-02 12:07:03pm','','1','','1','1'),(7,'32','6','2022-07-02 12:09:30pm','','1','','2','1'),(8,'34','6','2022-07-02 12:12:52pm','','1','','1','1'),(9,'46','6','2023-02-20 04:28:13pm','','1','','1','1'),(10,'47','6','2023-03-10 01:18:07pm','','1','','1','1'),(11,'50','6','2023-03-15 02:18:24pm','','1','','1','1'),(12,'51','6','2023-04-26 11:23:56am','','1','','1','1'),(13,'52','6','2023-04-26 11:24:58am','','1','','1','1'); /*!40000 ALTER TABLE `grouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `groupleavedays` -- DROP TABLE IF EXISTS `groupleavedays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `groupleavedays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `group` int(11) DEFAULT NULL, `employeeno` int(11) DEFAULT NULL, `overtime` int(11) DEFAULT NULL COMMENT 'Link to an overtime request', `startdate` date DEFAULT NULL, `enddate` date DEFAULT NULL, `type` int(11) NOT NULL, `days` decimal(10,2) NOT NULL, `description` text DEFAULT NULL COMMENT 'Description of a credit / debit', `userid` int(30) NOT NULL, `createdate` varchar(30) NOT NULL, `companyid` int(11) NOT NULL, PRIMARY KEY (`id`), KEY `contract` (`group`), KEY `employee` (`employeeno`), KEY `type` (`type`) ) ENGINE=InnoDB 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 */; /*!40000 ALTER TABLE `groupleavedays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `house` -- DROP TABLE IF EXISTS `house`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `house` ( `id` int(100) NOT NULL AUTO_INCREMENT, `houseno` varchar(100) NOT NULL, `type` varchar(40) NOT NULL, `description` text NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `floor` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `vat` decimal(10,2) NOT NULL, `commission` decimal(10,2) NOT NULL, `priority` int(11) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'rental', `branchid` int(30) NOT NULL DEFAULT 1, `vat2` decimal(10,2) NOT NULL, `paymentdetails` text NOT NULL, `meternumber` text NOT NULL, `utility` varchar(20) DEFAULT 'yes', `waterno` varchar(30) NOT NULL, `waterrate` varchar(30) NOT NULL, `watercharge` varchar(30) NOT NULL, `watermonth` varchar(30) NOT NULL, `wateryear` varchar(30) NOT NULL, `electricityno` varchar(30) NOT NULL, `electricityrate` varchar(30) NOT NULL, `electricitycharge` varchar(30) NOT NULL, `electricitymonth` varchar(30) NOT NULL, `electricityyear` varchar(30) NOT NULL, `bowholeno` varchar(30) NOT NULL, `bowholerate` varchar(30) NOT NULL, `bowholecharge` varchar(30) NOT NULL, `bowholemonth` varchar(30) NOT NULL, `bowholeyear` varchar(30) NOT NULL, 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', `status` int(20) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `labour` -- LOCK TABLES `labour` WRITE; /*!40000 ALTER TABLE `labour` DISABLE KEYS */; /*!40000 ALTER TABLE `labour` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `landlord` -- DROP TABLE IF EXISTS `landlord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `landlord` ( `id` int(40) NOT NULL AUTO_INCREMENT, `firstname` varchar(100) NOT NULL, `lastname` varchar(100) NOT NULL, `location` varchar(100) NOT NULL, `phone` varchar(100) NOT NULL, `email` varchar(100) NOT NULL, `description` text NOT NULL, `idno` varchar(100) NOT NULL, `country` varchar(100) NOT NULL, `gender` varchar(10) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `county` varchar(40) NOT NULL, `accountname` varchar(100) NOT NULL, `accountno` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, `status` varchar(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `landlord` -- LOCK TABLES `landlord` WRITE; /*!40000 ALTER TABLE `landlord` DISABLE KEYS */; /*!40000 ALTER TABLE `landlord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `lease` -- DROP TABLE IF EXISTS `lease`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `lease` ( `id` int(10) NOT NULL AUTO_INCREMENT, `branchfrom` varchar(50) NOT NULL, `serial` varchar(50) NOT NULL, `qty` varchar(50) NOT NULL, `details` text NOT NULL, `dateleased` varchar(50) NOT NULL, `incharge` varchar(40) NOT NULL, `product` text NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `entrydate` varchar(50) NOT NULL, `supplier` varchar(30) NOT NULL, `original` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `amount` varchar(10) NOT NULL DEFAULT '0.00', `duedate` varchar(20) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'Dispatched', `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `totalamount` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `lease` -- LOCK TABLES `lease` WRITE; /*!40000 ALTER TABLE `lease` DISABLE KEYS */; /*!40000 ALTER TABLE `lease` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leavegroup` -- DROP TABLE IF EXISTS `leavegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leavegroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `createdat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `updatedat` varchar(30) NOT NULL DEFAULT '0000-00-00 00:00:00', `total` int(30) NOT NULL, `startdate` varchar(30) NOT NULL, `enddate` varchar(30) NOT NULL, `defaultleavetype` int(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `leavegroup` -- LOCK TABLES `leavegroup` WRITE; /*!40000 ALTER TABLE `leavegroup` DISABLE KEYS */; /*!40000 ALTER TABLE `leavegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `leaves` -- DROP TABLE IF EXISTS `leaves`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `leaves` ( `id` int(30) NOT NULL AUTO_INCREMENT, `startdate` 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=244 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `loggs` -- LOCK TABLES `loggs` WRITE; /*!40000 ALTER TABLE `loggs` DISABLE KEYS */; INSERT INTO `loggs` VALUES (1,'admin','1','2022-07-01 15:34:58','','','::1','loggedin',1),(2,'admin','1','2022-07-01 16:31:14','','','197.237.89.12','loggedin',1),(3,'admin','1','2022-07-01 16:31:34','','','197.237.89.12','loggedin',1),(4,'user','6','2022-07-01 16:33:31','','','197.237.89.12','loggedin',1),(5,'admin','1','2022-07-01 16:47:20','','','197.237.89.12','loggedin',1),(6,'user','6','2022-07-02 11:04:20','','','197.237.89.12','loggedin',1),(7,'user','6','2022-07-02 11:26:49','','','197.237.89.12','loggedin',1),(8,'user','6','2022-07-02 15:13:45','','','197.237.89.12','loggedin',1),(9,'user','6','2022-07-02 15:14:45','','','197.237.89.12','loggedin',1),(10,'user','6','2022-07-02 15:20:40','2022-07-02 15:23:08','','197.237.89.12','loggedin',1),(11,'user','6','2022-07-02 16:02:48','','','197.237.89.12','loggedin',1),(12,'user','6','2022-07-03 09:18:42','','','197.237.89.12','loggedin',1),(13,'user','6','2022-07-04 10:44:44','','','197.237.187.10','loggedin',1),(14,'user','6','2022-07-04 12:04:19','','','197.237.187.10','loggedin',1),(15,'admin','1','2022-07-04 16:46:01','','','154.70.34.127','loggedin',1),(16,'user','6','2022-07-04 16:50:52','','','154.70.34.127','loggedin',1),(17,'user','6','2022-07-05 14:53:22','','','154.70.34.127','loggedin',1),(18,'user','6','2022-07-08 09:40:25','','','154.70.34.127','loggedin',1),(19,'admin','1','2022-07-08 16:48:50','2022-07-08 17:47:48','','154.70.34.127','loggedin',1),(20,'user','6','2022-07-08 17:47:59','','','154.70.34.127','loggedin',1),(21,'user','6','2022-07-08 18:54:06','','','154.70.34.127','loggedin',1),(22,'user','6','2022-07-08 19:05:54','','','154.70.34.127','loggedin',1),(23,'admin','1','2022-07-12 16:53:28','','','154.70.34.127','loggedin',1),(24,'user','6','2022-07-12 16:54:42','','','154.70.34.127','loggedin',1),(25,'admin','1','2022-07-12 17:01:16','2022-07-12 17:06:41','','154.70.34.127','loggedin',1),(26,'user','6','2022-07-12 17:03:36','','','154.70.34.127','loggedin',1),(27,'user','6','2022-07-12 17:06:46','','','154.70.34.127','loggedin',1),(28,'user','6','2022-07-12 17:12:36','','','154.70.34.127','loggedin',1),(29,'admin','1','2022-07-13 08:06:48','','','41.222.12.205','loggedin',1),(30,'user','6','2022-07-16 11:52:48','','','154.70.34.127','loggedin',1),(31,'admin','1','2022-07-17 14:31:51','','','105.49.49.57','loggedin',1),(32,'user','6','2022-07-19 10:24:02','','','154.70.34.127','loggedin',1),(33,'user','6','2022-07-19 15:23:30','','','154.70.34.127','loggedin',1),(34,'user','6','2022-07-22 15:52:53','','','197.232.61.222','loggedin',1),(35,'user','6','2022-07-25 12:45:11','','','197.232.61.222','loggedin',1),(36,'user','6','2022-07-27 12:33:21','','','197.232.61.222','loggedin',1),(37,'user','6','2022-07-27 14:43:24','','','197.232.61.222','loggedin',1),(38,'user','6','2022-07-28 10:34:09','','','197.232.61.194','loggedin',1),(39,'user','6','2022-07-28 13:48:12','','','197.232.61.194','loggedin',1),(40,'user','6','2022-07-28 18:28:12','','','197.237.186.195','loggedin',1),(41,'user','6','2022-07-29 10:57:02','','','197.237.186.195','loggedin',1),(42,'user','6','2022-07-30 10:16:12','','','197.237.186.195','loggedin',1),(43,'user','6','2022-07-30 14:28:09','','','197.237.186.195','loggedin',1),(44,'user','6','2022-08-03 10:51:07','','','197.237.186.195','loggedin',1),(45,'user','6','2022-08-05 10:16:21','','','197.237.186.195','loggedin',1),(46,'admin','1','2022-08-06 13:44:36','','','197.237.186.195','loggedin',1),(47,'admin','1','2022-08-06 17:41:13','2022-08-06 18:25:49','','197.237.186.195','loggedin',1),(48,'admin','1','2022-08-06 18:26:29','','','197.237.186.195','loggedin',1),(49,'user','6','2022-08-08 13:44:52','','','197.237.186.195','loggedin',1),(50,'user','6','2022-08-12 11:24:32','','','197.237.186.195','loggedin',1),(51,'user','6','2022-08-12 11:24:48','','','197.237.186.195','loggedin',1),(52,'user','6','2022-08-18 10:05:28','','','197.237.186.195','loggedin',1),(53,'user','6','2022-08-19 14:22:11','','','197.237.186.195','loggedin',1),(54,'user','6','2022-08-19 14:26:22','','','197.237.186.195','loggedin',1),(55,'user','6','2022-08-23 10:22:19','','','197.237.186.195','loggedin',1),(56,'admin','1','2022-08-23 12:26:00','','','197.237.186.195','loggedin',1),(57,'user','6','2022-08-23 18:02:46','2022-08-23 18:03:54','','197.237.186.195','loggedin',1),(58,'user','6','2022-08-29 10:17:02','','','197.237.186.195','loggedin',1),(59,'user','6','2022-08-30 11:32:13','','','197.237.186.195','loggedin',1),(60,'user','6','2022-08-30 15:31:13','2022-08-30 17:08:32','','197.237.186.195','loggedin',1),(61,'admin','1','2022-08-30 17:10:56','2022-08-30 17:17:50','','197.237.186.195','loggedin',1),(62,'user','6','2022-08-30 17:18:12','','','197.237.186.195','loggedin',1),(63,'user','6','2022-08-30 17:18:35','','','197.237.186.195','loggedin',1),(64,'user','6','2022-09-14 09:36:27','','','196.207.144.137','loggedin',1),(65,'user','6','2022-09-15 15:44:28','','','196.207.144.137','loggedin',1),(66,'user','6','2022-09-16 10:50:17','','','196.207.144.137','loggedin',1),(67,'user','6','2022-09-16 14:23:37','','','196.207.144.137','loggedin',1),(68,'user','6','2022-09-16 17:43:18','','','196.207.144.137','loggedin',1),(69,'user','6','2022-09-17 10:33:35','','','196.207.144.137','loggedin',1),(70,'user','6','2022-09-17 14:16:39','','','196.207.144.137','loggedin',1),(71,'user','6','2022-09-19 09:48:27','','','197.232.61.201','loggedin',1),(72,'user','6','2022-09-19 18:16:54','','','196.207.144.137','loggedin',1),(73,'user','6','2022-09-20 10:23:59','','','196.207.144.137','loggedin',1),(74,'user','6','2022-09-20 18:50:48','','','196.207.144.137','loggedin',1),(75,'user','6','2022-09-23 10:07:18','','','196.207.144.137','loggedin',1),(76,'user','6','2022-09-24 09:47:48','','','196.207.144.137','loggedin',1),(77,'user','6','2022-09-28 12:12:59','','','197.237.20.90','loggedin',1),(78,'admin','1','2022-09-28 16:11:07','2022-09-28 16:12:42','','197.232.142.176','loggedin',1),(79,'user','6','2022-09-28 17:27:06','','','197.237.20.90','loggedin',1),(80,'user','6','2022-09-29 10:40:42','','','197.237.20.90','loggedin',1),(81,'user','6','2022-09-30 10:49:53','','','197.237.20.90','loggedin',1),(82,'user','6','2022-10-01 09:50:40','','','197.237.20.90','loggedin',1),(83,'user','6','2022-10-01 16:53:15','','','197.237.20.90','loggedin',1),(84,'user','6','2022-10-03 13:24:55','','','197.232.61.193','loggedin',1),(85,'user','6','2022-10-04 11:48:14','','','197.232.61.197','loggedin',1),(86,'user','6','2022-10-05 10:50:59','','','197.232.61.238','loggedin',1),(87,'user','6','2022-10-05 13:37:45','','','197.232.61.200','loggedin',1),(88,'user','6','2022-10-06 11:57:24','','','197.232.61.213','loggedin',1),(89,'user','6','2022-10-07 09:47:08','','','197.232.61.213','loggedin',1),(90,'user','6','2022-10-07 14:48:03','','','197.232.61.213','loggedin',1),(91,'user','6','2022-10-07 17:21:01','','','197.232.61.213','loggedin',1),(92,'user','6','2022-10-08 11:59:06','','','197.232.61.213','loggedin',1),(93,'user','6','2022-10-08 14:30:56','2022-10-08 16:40:04','','197.237.89.85','loggedin',1),(94,'user','6','2022-10-11 09:54:30','','','197.237.89.85','loggedin',1),(95,'user','6','2022-10-11 16:22:58','','','197.237.89.85','loggedin',1),(96,'user','6','2022-10-12 10:07:57','','','197.237.89.85','loggedin',1),(97,'user','6','2022-10-12 13:19:26','','','197.237.89.85','loggedin',1),(98,'user','6','2022-10-12 15:41:59','','','197.237.89.85','loggedin',1),(99,'user','6','2022-10-13 08:55:16','','','197.237.89.85','loggedin',1),(100,'user','6','2022-10-13 13:58:54','','','197.237.89.85','loggedin',1),(101,'user','6','2022-10-14 10:04:30','','','197.232.61.242','loggedin',1),(102,'user','6','2022-10-14 14:13:24','2022-10-14 14:56:06','','197.232.61.242','loggedin',1),(103,'admin','1','2022-10-14 14:57:36','2022-10-14 16:06:21','','154.16.169.237','loggedin',1),(104,'user','6','2022-10-15 10:26:41','','','197.237.89.85','loggedin',1),(105,'user','6','2022-10-15 13:41:54','','','197.237.89.85','loggedin',1),(106,'user','6','2022-10-17 11:09:16','','','197.237.89.85','loggedin',1),(107,'user','6','2022-10-18 13:23:23','','','197.237.89.85','loggedin',1),(108,'user','6','2022-10-18 15:32:26','','','197.237.89.85','loggedin',1),(109,'user','6','2022-10-18 18:39:32','','','197.237.89.85','loggedin',1),(110,'user','6','2022-10-19 12:30:32','','','197.237.89.85','loggedin',1),(111,'user','6','2022-10-20 10:31:03','','','197.237.89.85','loggedin',1),(112,'user','6','2022-10-21 09:44:50','','','197.237.89.85','loggedin',1),(113,'user','6','2022-10-21 14:27:49','','','197.237.89.85','loggedin',1),(114,'user','6','2022-10-22 11:35:13','','','197.237.89.85','loggedin',1),(115,'user','6','2022-10-24 12:25:16','','','197.237.89.85','loggedin',1),(116,'user','6','2022-10-26 09:54:23','','','197.237.89.85','loggedin',1),(117,'user','6','2022-10-26 14:11:55','','','197.237.89.85','loggedin',1),(118,'user','6','2022-10-26 16:46:39','','','197.237.89.85','loggedin',1),(119,'user','6','2022-10-27 10:38:36','','','197.237.89.85','loggedin',1),(120,'user','6','2022-10-27 16:40:28','','','197.237.89.85','loggedin',1),(121,'user','6','2022-10-28 15:06:55','','','197.237.89.85','loggedin',1),(122,'user','6','2022-10-28 17:40:24','','','197.237.89.85','loggedin',1),(123,'user','6','2022-10-29 14:49:33','','','197.237.89.85','loggedin',1),(124,'user','6','2022-10-31 09:43:40','','','197.237.89.85','loggedin',1),(125,'user','6','2022-11-01 12:32:47','','','197.237.89.85','loggedin',1),(126,'user','6','2022-11-02 10:37:55','','','197.237.89.85','loggedin',1),(127,'user','6','2022-11-02 13:59:14','','','197.237.89.85','loggedin',1),(128,'user','6','2022-11-02 16:55:38','','','197.237.89.85','loggedin',1),(129,'user','6','2022-11-03 13:25:22','','','197.237.89.85','loggedin',1),(130,'user','6','2022-11-04 11:37:01','','','197.237.89.85','loggedin',1),(131,'user','6','2022-11-05 10:08:17','','','197.237.89.85','loggedin',1),(132,'user','6','2022-11-07 09:21:19','','','197.237.89.85','loggedin',1),(133,'user','6','2022-11-07 16:28:01','','','197.237.89.85','loggedin',1),(134,'user','6','2022-11-08 10:17:50','','','197.232.61.228','loggedin',1),(135,'user','6','2022-11-09 11:38:58','','','197.237.89.85','loggedin',1),(136,'user','6','2022-11-09 16:53:20','','','197.237.89.85','loggedin',1),(137,'user','6','2022-11-10 13:01:45','','','197.237.89.85','loggedin',1),(138,'user','6','2022-11-10 16:49:44','','','197.237.89.85','loggedin',1),(139,'user','6','2022-11-12 10:01:47','','','197.237.89.85','loggedin',1),(140,'user','6','2022-11-15 11:15:39','','','197.237.89.85','loggedin',1),(141,'user','6','2022-11-19 10:44:27','','','197.237.89.85','loggedin',1),(142,'user','6','2022-11-19 15:29:57','','','197.237.89.85','loggedin',1),(143,'user','6','2022-11-29 10:17:18','','','197.237.116.56','loggedin',1),(144,'user','6','2022-11-30 17:19:57','','','197.237.116.56','loggedin',1),(145,'user','6','2022-12-01 10:22:57','','','197.237.116.56','loggedin',1),(146,'user','6','2022-12-02 11:46:11','','','197.237.116.56','loggedin',1),(147,'user','6','2022-12-05 10:26:22','','','197.237.116.56','loggedin',1),(148,'user','6','2022-12-05 10:26:23','','','197.237.116.56','loggedin',1),(149,'user','6','2022-12-07 15:54:37','','','197.237.116.56','loggedin',1),(150,'user','6','2022-12-09 10:08:10','','','197.232.61.223','loggedin',1),(151,'admin','1','2022-12-10 12:55:00','','','197.232.61.223','loggedin',1),(152,'user','6','2022-12-10 13:18:47','','','197.232.61.223','loggedin',1),(153,'user','6','2022-12-13 10:50:42','','','197.232.61.197','loggedin',1),(154,'user','6','2022-12-13 16:56:45','','','197.232.61.197','loggedin',1),(155,'user','6','2022-12-14 18:12:20','','','197.232.61.224','loggedin',1),(156,'user','6','2022-12-15 09:49:07','','','197.232.61.240','loggedin',1),(157,'user','6','2022-12-15 12:53:50','','','197.232.61.239','loggedin',1),(158,'user','6','2022-12-15 17:10:10','','','197.232.61.239','loggedin',1),(159,'user','6','2022-12-17 13:38:23','','','197.232.61.255','loggedin',1),(160,'user','6','2023-01-03 09:36:47','','','197.232.61.202','loggedin',1),(161,'user','6','2023-01-03 15:38:32','','','197.232.61.225','loggedin',1),(162,'admin','1','2023-01-03 16:36:48','','','197.232.61.217','loggedin',1),(163,'user','6','2023-01-04 11:19:29','','','197.232.61.225','loggedin',1),(164,'user','6','2023-01-10 09:22:51','','','197.232.61.246','loggedin',1),(165,'user','6','2023-01-10 09:24:46','','','197.232.61.246','loggedin',1),(166,'user','6','2023-01-10 13:07:36','','','197.232.61.246','loggedin',1),(167,'user','6','2023-01-12 13:34:09','','','197.232.61.210','loggedin',1),(168,'user','6','2023-01-13 09:46:22','','','197.232.61.210','loggedin',1),(169,'user','6','2023-01-13 11:51:57','','','197.232.61.209','loggedin',1),(170,'user','6','2023-01-16 09:49:18','','','197.232.61.197','loggedin',1),(171,'user','6','2023-01-16 12:27:43','','','197.232.61.219','loggedin',1),(172,'admin','1','2023-01-16 12:39:45','','','197.232.61.224','loggedin',1),(173,'user','6','2023-01-18 09:51:08','','','197.232.61.219','loggedin',1),(174,'user','6','2023-01-18 09:51:30','','','197.232.61.219','loggedin',1),(175,'user','6','2023-01-24 09:08:38','','','197.232.61.242','loggedin',1),(176,'user','6','2023-01-25 11:05:51','','','154.70.14.10','loggedin',1),(177,'user','6','2023-01-26 09:01:39','','','154.70.14.10','loggedin',1),(178,'user','6','2023-01-26 13:33:54','','','154.70.14.10','loggedin',1),(179,'user','6','2023-01-27 09:44:41','','','154.70.14.10','loggedin',1),(180,'user','6','2023-01-28 10:38:27','','','154.70.14.10','loggedin',1),(181,'user','6','2023-01-30 11:16:07','','','154.70.14.10','loggedin',1),(182,'user','6','2023-02-02 17:21:55','','','154.70.14.10','loggedin',1),(183,'user','6','2023-02-04 13:46:21','','','154.70.14.10','loggedin',1),(184,'user','6','2023-02-06 14:50:19','','','197.237.108.241','loggedin',1),(185,'user','6','2023-02-07 10:22:55','','','197.237.108.241','loggedin',1),(186,'user','6','2023-02-13 09:24:03','','','197.237.108.241','loggedin',1),(187,'user','6','2023-02-14 10:26:40','','','197.237.108.241','loggedin',1),(188,'user','6','2023-02-15 16:11:09','','','197.237.108.241','loggedin',1),(189,'user','6','2023-02-20 16:25:09','','','197.237.108.241','loggedin',1),(190,'user','6','2023-02-27 11:29:32','','','197.232.61.238','loggedin',1),(191,'admin','1','2023-02-28 11:18:44','','','197.232.61.245','loggedin',1),(192,'user','6','2023-03-01 12:57:20','','','197.232.61.238','loggedin',1),(193,'admin','1','2023-03-02 10:48:41','','','41.139.167.151','loggedin',1),(194,'user','6','2023-03-02 11:03:39','','','197.232.61.234','loggedin',1),(195,'admin','1','2023-03-02 15:47:00','','','197.232.61.224','loggedin',1),(196,'user','6','2023-03-04 10:16:01','','','197.232.61.251','loggedin',1),(197,'user','6','2023-03-04 13:45:34','','','197.232.61.251','loggedin',1),(198,'user','6','2023-03-06 17:18:55','','','197.232.61.251','loggedin',1),(199,'user','6','2023-03-07 12:27:19','','','197.232.61.251','loggedin',1),(200,'user','6','2023-03-08 16:42:11','','','197.232.61.208','loggedin',1),(201,'user','6','2023-03-10 13:12:10','','','197.232.61.250','loggedin',1),(202,'user','6','2023-03-14 10:30:39','','','197.232.61.233','loggedin',1),(203,'user','6','2023-03-14 10:30:39','','','197.232.61.233','loggedin',1),(204,'admin','1','2023-03-14 11:31:07','','','197.232.61.233','loggedin',1),(205,'user','6','2023-03-15 14:14:04','','','197.232.61.233','loggedin',1),(206,'user','6','2023-03-21 10:19:52','','','196.207.134.122','loggedin',1),(207,'user','6','2023-03-21 12:30:59','','','196.207.134.122','loggedin',1),(208,'user','6','2023-03-23 10:33:50','','','196.207.134.122','loggedin',1),(209,'user','6','2023-03-25 14:36:30','','','196.207.134.122','loggedin',1),(210,'user','6','2023-03-28 09:18:15','','','196.207.134.122','loggedin',1),(211,'user','6','2023-03-28 09:20:42','','','196.207.134.122','loggedin',1),(212,'user','6','2023-03-28 15:30:06','','','196.207.134.122','loggedin',1),(213,'user','6','2023-03-29 10:27:54','','','196.207.134.122','loggedin',1),(214,'user','6','2023-03-29 16:39:16','','','196.207.134.122','loggedin',1),(215,'user','6','2023-03-31 15:49:49','','','197.237.186.29','loggedin',1),(216,'user','6','2023-04-01 10:29:54','','','197.237.186.29','loggedin',1),(217,'user','6','2023-04-01 12:02:17','','','197.237.186.29','loggedin',1),(218,'user','6','2023-04-01 14:21:11','','','197.237.186.29','loggedin',1),(219,'user','6','2023-04-01 15:55:14','','','197.237.186.29','loggedin',1),(220,'user','6','2023-04-17 11:45:36','','','197.237.89.39','loggedin',1),(221,'user','6','2023-04-19 15:04:36','','','197.237.89.39','loggedin',1),(222,'user','6','2023-04-20 09:55:36','','','197.237.89.39','loggedin',1),(223,'admin','1','2023-04-24 19:34:32','','','102.223.33.126','loggedin',1),(224,'user','6','2023-04-26 11:04:39','','','197.237.110.232','loggedin',1),(225,'admin','1','2023-04-26 11:32:17','','','197.237.110.232','loggedin',1),(226,'user','6','2023-05-03 10:01:11','','','197.237.110.232','loggedin',1),(227,'user','6','2023-05-19 13:06:53','','','197.237.186.63','loggedin',1),(228,'user','6','2023-05-25 16:17:42','','','197.237.186.63','loggedin',1),(229,'user','6','2023-05-30 14:01:13','','','197.237.186.63','loggedin',1),(230,'admin','1','2023-06-05 11:35:48','','','197.237.186.63','loggedin',1),(231,'user','6','2023-06-05 12:07:11','','','197.237.186.63','loggedin',1),(232,'admin','1','2023-06-07 10:21:30','','','197.237.186.63','loggedin',1),(233,'admin','1','2023-06-16 20:43:03','2023-06-16 20:43:35','','197.232.142.176','loggedin',1),(234,'user','6','2023-07-01 12:41:36','','','197.237.119.35','loggedin',1),(235,'user','6','2023-07-03 10:59:56','','','197.237.119.35','loggedin',1),(236,'user','6','2023-07-04 12:03:07','','','197.237.119.35','loggedin',1),(237,'user','6','2023-07-06 11:41:58','','','197.237.119.35','loggedin',1),(238,'user','6','2023-07-13 09:58:07','','','197.237.119.35','loggedin',1),(239,'user','6','2023-07-13 09:58:21','','','197.237.119.35','loggedin',1),(240,'user','6','2023-07-24 11:15:33','','','197.237.119.35','loggedin',1),(241,'user','6','2023-08-04 10:48:37','','','197.237.119.35','loggedin',1),(242,'user','6','2023-09-06 15:34:26','','','197.237.119.35','loggedin',1),(243,'user','6','2023-09-27 10:58:01','','','197.237.119.35','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,'PARTS','','2023-03-14 11:43:10','active','1','','1'),(2,'SERVICES','','2023-03-14 11:43:22','active','1','','1'); /*!40000 ALTER TABLE `maincategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainmenu` -- DROP TABLE IF EXISTS `mainmenu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainmenu` ( `id` varchar(100) NOT NULL, `name` varchar(255) NOT NULL, `icon` varchar(255) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `sort` int(11) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainmenu` -- LOCK TABLES `mainmenu` WRITE; /*!40000 ALTER TABLE `mainmenu` DISABLE KEYS */; INSERT INTO `mainmenu` VALUES ('accomodation','Accomodation','','1','user/accomodation','side',8),('assetliability','Assets and Liabilities','','1','user/assetliability','side',7),('banking','Banking','','1','user/banking','side',6),('contact','Contacts','','1','user/contact','side',4),('goodservice','Goods and Services','','1','user/goodservice','side',3),('humanresource','HR','grouping','1','user/viewrequest','side',8),('moneyin','Money In','','1','user/moneyin','side',1),('moneyout','Money out','','1','user/moneyout','side',2),('project','Projects','','1','user/project','side',5),('report','Reports','','1','user/report','side',9),('setting','Settings','','1','user/setting','side',10); /*!40000 ALTER TABLE `mainmenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mainservices` -- DROP TABLE IF EXISTS `mainservices`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `mainservices` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mainservices` -- LOCK TABLES `mainservices` WRITE; /*!40000 ALTER TABLE `mainservices` DISABLE KEYS */; INSERT INTO `mainservices` VALUES (1,'General systems',1),(2,'E-commerce',1),(3,'Biometric',1),(4,'Website',1),(5,'PMS',1),(6,'Bulk sms',1),(7,'Pos',1); /*!40000 ALTER TABLE `mainservices` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `message` -- DROP TABLE IF EXISTS `message`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `message` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `message` -- LOCK TABLES `message` WRITE; /*!40000 ALTER TABLE `message` DISABLE KEYS */; /*!40000 ALTER TABLE `message` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `meterreading` -- DROP TABLE IF EXISTS `meterreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `meterreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `houseno` varchar(60) NOT NULL, `plotno` varchar(50) NOT NULL, `idno` varchar(50) NOT NULL, `tenantid` varchar(40) NOT NULL, `entrydate` varchar(50) NOT NULL, `description` text NOT NULL, `checkoutdate` datetime NOT NULL, `status` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdat` datetime NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `amount` varchar(30) NOT NULL, `paymentstatus` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `paymentcode` varchar(30) NOT NULL, `totalamount` decimal(10,2) NOT NULL, `overpayment` decimal(10,2) NOT NULL, `discount` varchar(30) NOT NULL, `transactioncode` varchar(30) NOT NULL, `roomtype` varchar(40) NOT NULL, `number` varchar(10) NOT NULL, `total` varchar(30) NOT NULL, `year` varchar(30) NOT NULL, `month` varchar(30) NOT NULL, `opening` varchar(20) NOT NULL, `closing` varchar(30) NOT NULL, `meternumber` varchar(10) NOT NULL, `opendate` varchar(30) NOT NULL, `closedate` varchar(30) NOT NULL, `phone` varchar(10) NOT NULL, `category` varchar(30) NOT NULL DEFAULT 'accommodation', `deposite` decimal(10,2) NOT NULL, `chargeid` int(11) NOT NULL, `booings` int(11) NOT NULL DEFAULT 1, `branchid` int(10) NOT NULL DEFAULT 1, `currency` varchar(20) DEFAULT NULL, `rate` varchar(30) NOT NULL, `charge` varchar(30) NOT NULL, `type` varchar(20) NOT NULL, `updatedby` varchar(20) NOT NULL, `usedqty` varchar(20) NOT NULL, `roomid` int(20) DEFAULT NULL, `roomchargeid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `meterreading` -- LOCK TABLES `meterreading` WRITE; /*!40000 ALTER TABLE `meterreading` DISABLE KEYS */; /*!40000 ALTER TABLE `meterreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `migrations` -- DROP TABLE IF EXISTS `migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `migrations` ( `migration` varchar(255) NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `migrations` -- LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; INSERT INTO `migrations` VALUES ('2014_10_12_000000_create_users_table',1),('2014_10_12_100000_create_password_resets_table',1),('2016_07_02_112357_Product',1); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `modules` -- DROP TABLE IF EXISTS `modules`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `modules` ( `name` varchar(255) NOT NULL, `sort` int(10) NOT NULL, `icon` varchar(255) NOT NULL, `id` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT '1', `url` text NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'side', `menu` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name_lang_key` (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `modules` -- LOCK TABLES `modules` WRITE; /*!40000 ALTER TABLE `modules` DISABLE KEYS */; INSERT INTO `modules` VALUES ('Accomodation',84,'money','accomodation','1','admin/viewpallmyplots','side','accomodation'),('Accounting',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'),('Counter Radio Button',90,'rss-square','counterradiobutton','1','radio','side','setting'),('Damaged products',50,'paw','damagedproducts','1','user/viewdamages','side','assetliability'),('Deals',11,'calendar-times-o','deals','1','user/viedeals','side','project'),('Departments',31,'rss-square','departments','1','user/department','side','humanresource'),('Display Counter',6,'rss-square','displaycounter','0','display','side','goodservice'),('Display Sales Report',24,'folder-open','displayreport','1','user/displayreport','side','report'),('Documents',14,'folder-open-o','documents','1','user/viewdocuments','side','project'),('E-Commerce',8,'grouping','ecommerce','1','user/ecommerce','side','moneyin'),('Events',10,'line-chart','events','1','user/viewevents','side','project'),('Grouping Members',20,'paper-plane','grouping','1','user/viewgrouping','side','contact'),('Human Resource',14,'rss-square','humanresource','1','user/viewrequest','side','humanresource'),('Income',85,'window-close','income','1','user/allinvoices','side','moneyin'),('Expenses',85,'window-close','incomeexpenses','1','user/viewexpenses','side','moneyout'),('Dispatched stocklist/Store',60,'sort-amount-asc','incomingstock','1','user/viewincomingstock','side','goodservice'),('Issued Store Items',59,'sort-amount-asc','incomingstore','1','user/viewallorder','side','goodservice'),('journal entry',35,'money','journalentry','1','user/viewjournalentry','side','banking'),('Labour Records',31,'rss-square','labourrecords','1','user/viewlabour','side','humanresource'),('Leave Management',31,'rss-square','leavemanagement','1','user/viewleaves','side','humanresource'),('Low Store',55,'battery-quarter','lowproducts','1','user/viewwarningproducts','side','goodservice'),('Low stocklist',57,'battery-quarter','lowstocklist','1','user/viewlowstore','side','goodservice'),('Loyality Cards',30,'credit-card','loyalitycards','1','user/viewloyality','side','project'),('People/Contacts',80,'rss-square','members','1','user/viewmember','side','contact'),('Open and Close Sales',87,'money','openclose','0','user/openclose','side','moneyin'),('Change password',9,'hourglass-start','password','1','user/passwordform','side','setting'),('Payroll',30,'rss-square','payroll','1','user/salaryhistory','side','humanresource'),('Payroll Setup',31,'rss-square','payrollsetup','1','user/payrollsetup','side','humanresource'),('Category of people',33,'address-book-o','peoplecategory','1','user/viewcategory','side','contact'),('Print Receipt',1,'recycle','printreceipt','1','user/printreceipts','side','goodservice'),('Stock List(Counter)',66,'snowflake-o','productlist','1','user/viewproductlist','side','goodservice'),('Products(Main store)',65,'snowflake-o','products','1','user/viewproducts','side','goodservice'),('Category of Products',70,'recycle','productscategory','1','user/viewproductcategory','side','goodservice'),('Update profile',8,'blind','profile','1','user/profileform','side','setting'),('Projects Management',50,'bullseye','projectsmanagement','1','user/viewprojets','side','project'),('Purchases',86,'automobile','purchases','1','user/viewpurchases','side','moneyout'),('Quotation',8,'money','quotation','1','user/allquatation','side','moneyin'),('Record Delivery',87,'cart-plus','recorddelivery','1','user/deliveryhome','side','moneyin'),('Manage Report',25,'folder-open','reports','1','user/startsales','side','report'),('Retail sales',90,'cart-plus','sales','1','user/viewsales','side','moneyin'),('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','quotation','Add Quotaion',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),('addpossiblefeedback','deals','Add Possible feedback',20),('addroom','accomodation','Add Room',3),('addstock','productlist','Add stock',4),('addstock','products','addstock',4),('advancebooking','accomodation','advance booking',11),('all','cashiersales','View all Cashier sales',4),('allcompalin','complain','View Others Complain',11),('allleaves ','humanresource','View all leaves',20),('allocate','humanresource','Allocate Money',5),('approve','humanresource','Make Approval',2),('approve','purchases','Approve Purchase order',22),('approveorders','ecommerce','Approve New orders',7),('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),('cancel','accomodation','Cancel Payment/Bookings',3),('card','accomodation','Sale in Visa Card',2),('card','sales','Card Sales',7),('cash','accomodation','Sale in Cash',2),('cash','sales','Sell in Cash',3),('cashiersales','cashiersales','View Sales',5),('change','password','change',1),('changepayment','accomodation','Change payment',9),('changeserialstatus','productlist','Change Serial Status',20),('changestatus','recorddelivery','Change Status',6),('changetaxstatus','sales','Change Tax Status',30),('changeuomonsales','sales','Change Unit Of Measurement',33),('checkin','accomodation','View Room window',4),('checkinroom','accomodation','Check in Rooms',2),('checkoutcustomerwithbalance','accomodation','Check out customer with balance',20),('checkoutroom','accomodation','Check out Room',3),('cheque','accomodation','Sale in Cheque/Bank',2),('cheque','sales','Cheque/Bank sales',8),('ClaimDamaged','recorddelivery','Change to Claim Damaged',17),('ClaimOK','recorddelivery','Cahange to Claim OK',16),('Claimraised','recorddelivery','Change to Claim raised',15),('cleanrooms','accomodation','Clean Rooms',4),('clear','viewreturnsales','Clear Sales',5),('clearallsales','cashiersales','Clear all sales for others',10),('clearpayments','sales','Clear/Add payments',7),('clearsales','accomodation','Clear room sales',40),('closebill','sales',' Close Bill',6),('closeexpense','incomeexpenses','Close Expense',3),('config','accomodation','Accommodation Settings',33),('credit','accomodation','Sale in Credit',2),('credit','sales','Credit sales',10),('creditnote','sales','Credit Note',8),('customerregister','accomodation','Customer Register',10),('dailycollections','accomodation','Daily Collections',56),('dailypayments','accomodation','View Daily Payments',10),('dailysales','accomodation',' Daily Sales',1),('dailysalesonly','cashiersales','View Only Daily sales Report',40),('delete','assets','Delete',5),('delete','bankdeposits','delete',3),('delete','branch','Delete Branch',5),('delete','callcenter','Delete calls',5),('delete','cashiersales','Delete Sales',4),('delete','complain','Delete Complain',11),('delete','config','delete',0),('delete','damagedproducts','delete',3),('delete','deals','delete',3),('delete','documents','delete',3),('delete','ecommerce','delete',3),('delete','events','delete',3),('delete','grouping','delete',3),('delete','humanresource','Delete Expense Request Form',3),('delete','incomingstock','delete',3),('delete','incomingstore','Delete incoming',3),('delete','peoplecategory','delete',3),('delete','productlist','Delete Products',4),('delete','products','delete',3),('delete','productscategory','delete',3),('delete','projectsmanagement','Delete Products',5),('delete','purchases','delete',3),('delete','quotation','Delete',3),('delete','recorddelivery','Delete Delivery',5),('delete','reports','Delete sales',3),('delete','sales','delete',3),('delete','sendsms','delete',3),('delete','task','delete',3),('delete','taskscategory','delete',3),('delete','users','delete',3),('delete','viewreturnsales','delete',3),('delete','wholesale','delete',2),('deleteallroles','users','Delete all Roles',5),('deletebank','accounting','Delete Bank Account',2),('deletedailycollections','cashiersales','Delete Daily Collections',9),('deleteglaccount','accounting','Delete GL Account',4),('deleteorder','products','Delete Order',5),('deletepeople','members','Delete Contacts',5),('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 employees 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','callcenter','download calls',4),('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),('opencloseshift','members','Open and Close Employee Shift',26),('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','quotation','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),('usekeyboard','sales','Use Internal Keyboard',50),('view','accounting','View Accounting',4),('view','accountingreports','view',1),('view','branch','View Branch',2),('view','callcenter','View Calls',3),('view','complain','View Complain',5),('view','displayreport','Display Report',1),('view','humanresource','View Expense Request Form',4),('View','income','View',1),('view','incomingstock','View Incoming store products',2),('view','incomingstore','View Incoming store products',4),('view','lowstocklist','View',6),('view','productlist','View Products',5),('view','projectsmanagement','View Projects',1),('view','quotation','View',5),('view','recorddelivery','View Delivery',2),('view','reports','view',1),('View others contact','deals','viewcontact',20),('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 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 */; /*!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(50) NOT NULL, `item_id` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `discount` varchar(10) NOT NULL, `qty` decimal(10,2) NOT NULL, `tax` varchar(30) NOT NULL, `sellingprice` varchar(11) NOT NULL, `vat` varchar(50) NOT NULL, `taxable` varchar(50) NOT NULL, `vatrate` varchar(50) NOT NULL, `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=261 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,'Spark Plugs','',1.00,'2022-07-02 12:19:58','0.00','6','newstock','1','','',3500.00,'','1','1','internal','1','30758130','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(2,'Rack Ends','',-1.00,'2022-07-02 12:24:38','2.00','6','newstock','1','','',0.00,'','1','1','internal','1','31302345','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(3,'Gearbox Seal','',-5.00,'2022-07-02 12:24:53','5.00','6','newstock','1','','',4500.00,'','1','0','internal','1','31256845','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(4,'Turbo Actuator','',-1.00,'2022-07-02 12:25:51','1.00','6','newstock','1','','',15000.00,'','1','0','internal','1','D5 Engine turbo actuator','','',0.00,'','22000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(5,'AC Filter','',-4.00,'2022-07-02 12:33:19','4.00','6','newstock','1','','',1000.00,'','1','0','internal','1','30630752','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(6,'Air filter s60 II, XC60','',7.00,'2022-07-02 15:19:14','0.00','6','newstock','1','','',400.00,'','1','7','internal','1','31370161','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(7,'Pollen Filter','',4.00,'2022-07-02 16:08:10','0.00','6','newstock','1','','',980.00,'','1','4','internal','1','30780377','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(8,'Spark plugs','',2.00,'2022-07-02 16:09:12','0.00','6','newstock','1','','',7000.00,'','1','2','internal','1','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(9,'Brake Pad Rear','',6.00,'2022-07-04 11:37:48','0.00','6','newstock','1','','',3000.00,'','1','6','internal','1','30794554','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(10,'Pollen Filter','',-3.00,'2022-07-04 11:38:16','3.00','6','newstock','1','','',800.00,'','1','0','internal','1','31366124','','',0.00,'','4500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(11,'Rear Brake pads','',6.00,'2022-07-04 11:39:14','0.00','6','newstock','1','','',6000.00,'','1','6','internal','1','30793540','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(12,'Rear Brake pads','',6.00,'2022-07-04 11:39:15','6.00','6','newstock','1','','',6000.00,'','1','12','internal','1','30793540','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(13,'Rear Brake pads','',-6.00,'2022-07-04 11:39:41','12.00','6','newstock','1','','',6000.00,'','1','6','internal','1','30793540','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(14,'Power Steering Oil Reservoir','',-1.00,'2022-07-04 11:40:17','1.00','6','newstock','1','','',3500.00,'','1','0','internal','1','30680756','','',0.00,'','9300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(15,'Oil filter','',-8.00,'2022-07-04 11:42:02','10.00','6','newstock','1','','',400.00,'','1','2','internal','1','30735878','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(16,'Pollen Filter','',2.00,'2022-07-04 11:43:04','1.00','6','newstock','1','','',980.00,'','1','3','internal','1','30780377','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(17,'Fargo courier','',-13.00,'2022-07-04 11:44:38','13.00','6','newstock','1','','',1300.00,'','1','0','internal','1','12345','','',0.00,'','1300','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(18,'Castro oil','',-20.00,'2022-07-04 11:45:10','20.00','6','newstock','1','','',6220.00,'','1','0','internal','1','00000','','',0.00,'','6220','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(19,'Brake Pad Front 17','',1.00,'2022-07-04 11:46:48','0.00','6','newstock','1','','',12600.00,'','1','1','internal','1','31687104','','',0.00,'','17000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(20,'Pollen Filter','',14.00,'2022-07-04 11:47:57','0.00','6','newstock','1','','',950.00,'','1','14','internal','1','31449209','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(21,'Ignition Coil Volvo XC60 2.0T5','',5.00,'2022-07-04 11:49:03','0.00','6','newstock','1','','',4500.00,'','1','5','internal','1','31312514','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(22,'Oil filter','',12.00,'2022-07-04 11:50:17','11.00','6','newstock','1','','',450.00,'','1','23','internal','1','30750013','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(23,'Ignition Coil','',-7.00,'2022-07-04 11:51:26','10.00','6','newstock','1','','',4500.00,'','1','3','internal','1','31375294','','',0.00,'','9500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(24,'Brake Pad Front 17','',1.00,'2022-07-04 11:51:55','0.00','6','newstock','1','','',400.00,'','1','1','internal','1','31687104','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(25,'Oil filter','',-52.00,'2022-07-04 11:52:13','62.00','6','newstock','1','','',350.00,'','1','10','internal','1','31330050','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(26,'Oil Filter','',-99.00,'2022-07-04 11:53:09','199.00','6','newstock','1','','',400.00,'','1','100','internal','1','30650798','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(27,'Air filter(Round)','',20.00,'2022-07-04 11:54:28','0.00','6','newstock','1','','',450.00,'','1','20','internal','1','30792891','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(28,'Air Filter','',2.00,'2022-07-04 11:54:55','9.00','6','newstock','1','','',450.00,'','1','11','internal','1','30636833','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(29,'Air filter','',-7.00,'2022-07-04 11:55:16','20.00','6','newstock','1','','',450.00,'','1','13','internal','1','30757155','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(30,'XC 90-Wiper Blade Rear Window','',-1.00,'2022-07-04 11:55:38','4.00','6','newstock','1','','',350.00,'','1','3','internal','1','30747762','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(31,'Gear box Filter','',1.00,'2022-07-04 11:56:21','0.00','6','newstock','1','','',600.00,'','1','1','internal','1','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(32,'Gear box Filter','',13.00,'2022-07-04 11:56:22','1.00','6','newstock','1','','',600.00,'','1','14','internal','1','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(33,'Expansion Tank','',-2.00,'2022-07-04 11:56:46','2.00','6','newstock','1','','',3000.00,'','1','0','internal','1','31200321','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(34,'Fan Module Double Fan','',-1.00,'2022-07-04 11:58:04','1.00','6','newstock','1','','',2500.00,'','1','0','internal','1','2','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(35,'Fuel Filter-Petrol','30620512',1.00,'2022-07-04 12:03:35','2.00','6','newstock','1','','',0.00,'','1','3','1','1','30620512','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(36,'cap-coolant radiator','',-2.00,'2022-07-12 16:57:22','2.00','6','newstock','1','','',1000.00,'','Main','0','Internal','Main','9445462','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(37,'Stabilizer Link Rear-Volvo XC60','',-2.00,'2022-07-12 16:57:56','2.00','6','newstock','1','','',2000.00,'','Main','0','Internal','Main','31476579','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(38,'Drive shaft front right Volvo XC60 (2018-), XC90 ','',-1.00,'2022-07-12 16:58:17','1.00','6','newstock','1','','',20000.00,'','Main','0','Internal','Main','36010175','','',0.00,'','65000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(39,'Drive shaft front left Volvo XC60 (2018-), XC90 (','',-1.00,'2022-07-12 16:58:33','1.00','6','newstock','1','','',20000.00,'','Main','0','Internal','Main','36011773','','',0.00,'','50000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(40,'Fuel Pump','',-9.00,'2022-07-12 16:58:54','9.00','6','newstock','1','','',45000.00,'','Main','0','Internal','Main','31372881','','',0.00,'','75000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(41,'Oil Dip Stick','',-2.00,'2022-07-12 16:59:21','2.00','6','newstock','1','','',3000.00,'','Main','0','Internal','Main','30731177','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(42,'bleeder pipe','',-2.00,'2022-07-12 16:59:37','2.00','6','newstock','1','','',3000.00,'','Main','0','Internal','Main','31368200','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(43,'expansion tank','',-3.00,'2022-07-12 17:01:09','3.00','6','newstock','1','','',5000.00,'','Main','0','Internal','Main','31439508','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(44,'SHOCK PLATES','',-2.00,'2022-07-12 17:02:04','2.00','6','newstock','1','','',9000.00,'','Main','0','Internal','Main','30683637','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(45,'Grille Badge Small','',-2.00,'2022-07-12 17:05:32','2.00','6','newstock','1','','',2000.00,'','Main','0','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(46,'Grille Badge Small','',-2.00,'2022-07-12 17:05:33','0.00','6','newstock','1','','',2000.00,'','Main','-2','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(47,'Grille Badge Small','',-2.00,'2022-07-12 17:05:33','-2.00','6','newstock','1','','',2000.00,'','Main','-4','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(48,'Grille Badge Small','',-2.00,'2022-07-12 17:05:33','-4.00','6','newstock','1','','',2000.00,'','Main','-6','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(49,'Grille Badge Small','',-2.00,'2022-07-12 17:05:45','-6.00','6','newstock','1','','',2000.00,'','Main','-8','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(50,'Grille Badge Small','',-2.00,'2022-07-12 17:05:46','-8.00','6','newstock','1','','',2000.00,'','Main','-10','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(51,'Grille Badge Small','',-2.00,'2022-07-12 17:05:47','-10.00','6','newstock','1','','',2000.00,'','Main','-12','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(52,'Grille Badge Small','',-2.00,'2022-07-12 17:05:47','-12.00','6','newstock','1','','',2000.00,'','Main','-14','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(53,'Grille Badge Small','',-2.00,'2022-07-12 17:05:48','-14.00','6','newstock','1','','',2000.00,'','Main','-16','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(54,'Grille Badge Small','',-2.00,'2022-07-12 17:05:53','-16.00','6','newstock','1','','',2000.00,'','Main','-18','Internal','Main','31214625','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(55,'Wiper Blade Front','',-3.00,'2022-07-12 17:08:57','3.00','6','newstock','1','','',1200.00,'','Main','0','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(56,'Wiper Blade Front','',-3.00,'2022-07-12 17:09:00','0.00','6','newstock','1','','',1200.00,'','Main','-3','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(57,'Wiper Blade Front','',-3.00,'2022-07-12 17:09:01','-3.00','6','newstock','1','','',1200.00,'','Main','-6','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(58,'Wiper Blade Front','',-3.00,'2022-07-12 17:09:02','-6.00','6','newstock','1','','',1200.00,'','Main','-9','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(59,'Wiper Blade Front','',-3.00,'2022-07-12 17:09:02','-9.00','6','newstock','1','','',1200.00,'','Main','-12','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(60,'Wiper Blade Front','',-3.00,'2022-07-12 17:09:03','-12.00','6','newstock','1','','',1200.00,'','Main','-15','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(61,'Wiper Blade Front','',-3.00,'2022-07-12 17:09:03','-15.00','6','newstock','1','','',1200.00,'','Main','-18','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(62,'Wiper Blade Front','',-3.00,'2022-07-12 17:09:03','-18.00','6','newstock','1','','',1200.00,'','Main','-21','Internal','Main','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(63,'Wiper Blade Rear','',-2.00,'2022-07-12 17:09:29','5.00','6','newstock','1','','',1000.00,'','Main','3','Internal','Main','30757762','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(64,'XC 90-Wiper Blade Rear Window','',-2.00,'2022-07-12 17:13:15','5.00','6','newstock','1','','',350.00,'','Main','3','Internal','Main','30747762','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(65,'Air filter s60 II, XC60','',-7.00,'2022-07-12 17:13:31','7.00','6','newstock','1','','',400.00,'','Main','0','Internal','Main','31370161','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(66,'Top Cover Seal','',-3.00,'2022-07-12 17:14:19','3.00','6','newstock','1','','',3000.00,'','Main','0','Internal','Main','31359965','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(67,'Ignition Coil','',-5.00,'2022-07-12 17:14:57','10.00','6','newstock','1','','',4500.00,'','Main','5','Internal','Main','31375294','','',0.00,'','9500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(68,'Belt Tensioner','',-1.00,'2022-07-12 17:15:34','2.00','6','newstock','1','','',4500.00,'','Main','1','Internal','Main','30650957','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(69,'Gear box Filter','',-11.00,'2022-07-12 17:16:47','24.00','6','newstock','1','','',600.00,'','Main','13','Internal','Main','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(70,'Spark Plugs','',5.00,'2022-07-19 10:24:38','0.00','6','newstock','1','','',3500.00,'','1','5','internal','1','30758130','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(71,'Air filter','',20.00,'2022-07-19 10:24:55','0.00','6','newstock','1','','',450.00,'','1','20','internal','1','30748212','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(72,'Oil filter','',20.00,'2022-07-19 10:26:24','6.00','6','newstock','1','','',350.00,'','1','26','internal','1','31330050','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(73,'Oil filter','',-2.00,'2022-07-19 10:26:41','26.00','6','newstock','1','','',350.00,'','1','24','internal','1','31330050','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(74,'Brake Pad Rear','',-2.00,'2022-07-19 15:39:40','5.00','6','newstock','1','','',3000.00,'','1','3','internal','1','30794554','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(75,'Top Cover Seal','',5.00,'2022-07-27 12:34:19','0.00','6','newstock','1','','',3000.00,'','1','5','internal','1','31359965','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(76,'Gearbox Seal','',5.00,'2022-07-27 12:42:36','0.00','6','newstock','1','','',4500.00,'','1','5','internal','1','31256845','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(77,'SHOCK PLATES','',6.00,'2022-07-27 12:43:24','0.00','6','newstock','1','','',9000.00,'','1','6','internal','1','30683637','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(78,'Top Cover Seal','',5.00,'2022-07-27 18:12:34','0.00','6','newstock','1','','',3000.00,'','1','5','internal','1','31359965','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(79,'Brake Pad Rear','30794554',1.00,'2022-07-27 18:14:52','2.00','6','newstock','1','','',0.00,'','1','3','1','1','30794554','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(80,'Front Brake Pads','31277334',1.00,'2022-07-27 18:14:54','5.00','6','newstock','1','','',0.00,'','1','6','1','1','31277334','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(81,'Thermostart Housing','31432653',1.00,'2022-07-27 18:16:09','0.00','6','newstock','1','','',0.00,'','1','1','1','1','31432653','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(82,'Fuel Pump','',1.00,'2022-07-28 11:06:48','0.00','6','newstock','1','','',0.00,'','1','1','internal','1','31372881','','',0.00,'','40000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(83,'Fuel Pump','31372881',1.00,'2022-07-28 11:10:55','0.00','6','newstock','1','','',0.00,'','1','1','1','1','31372881','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(84,'Brake Pad Rear','',-3.00,'2022-07-28 11:12:39','3.00','6','newstock','1','','',3000.00,'','1','0','internal','1','30794554','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(85,'Air filter s60 II, XC60','',-2.00,'2022-07-28 11:13:02','2.00','6','newstock','1','','',400.00,'','1','0','internal','1','31370161','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(86,'Air filter','',-1.00,'2022-07-28 11:14:02','18.00','6','newstock','1','','',450.00,'','1','17','internal','1','30748212','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(87,'Rack Ends','',-1.00,'2022-07-28 11:14:16','1.00','6','newstock','1','','',0.00,'','1','0','internal','1','31302345','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(88,'Breather Hose Pipe','',-1.00,'2022-07-28 11:15:05','1.00','6','newstock','1','','',6500.00,'','1','0','internal','1','37686893','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(89,'expansion tank','',-3.00,'2022-07-28 11:17:07','3.00','6','newstock','1','','',5000.00,'','1','0','internal','1','31439508','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(90,'Spark plugs','',-1.00,'2022-07-28 11:18:07','1.00','6','newstock','1','','',7000.00,'','1','0','internal','1','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(91,'Top Cover Seal','',4.00,'2022-07-28 11:19:14','0.00','6','newstock','1','','',3500.00,'','1','4','internal','1','31359965','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(92,'Air filter(Round)','',-1.00,'2022-07-28 11:20:03','19.00','6','newstock','1','','',450.00,'','1','18','internal','1','30792891','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(93,'Expansion Tank','',2.00,'2022-07-28 18:28:53','0.00','6','newstock','1','','',3000.00,'','1','2','internal','1','31200321','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(94,'Emblem Logo stickers','',1.00,'2022-08-06 17:48:19','2.00','1','newstock','1','','',2000.00,'','1','3','internal','1','30796427','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(96,'','1',3.00,'2022-08-06 17:52:21','3.00','1','newstock','1','11659797333','38',2000.00,'','1','6','supplier','1','30796427','','',0.00,'EXEMPTED','4000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','3',1,NULL,'Inclusive','branch',NULL,'',''),(97,'','1',2.00,'2022-08-06 17:53:31','1.00','1','newstock','1','11659797333','38',2500.00,'','1','3','supplier','1','31432653','','',0.00,'EXEMPTED','12000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive','branch',NULL,'',''),(98,'','1',6.00,'2022-08-06 17:54:56','3.00','1','newstock','1','11659797333','38',4500.00,'','1','9','supplier','1','31256845','','',0.00,'EXEMPTED','18000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','1',1,NULL,'Inclusive','branch',NULL,'',''),(99,'','1',4.00,'2022-08-06 17:55:41','0.00','1','newstock','1','11659797333','38',0.00,'','1','4','supplier','1','31451036','','',0.00,'EXEMPTED','5500','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive','branch',NULL,'',''),(100,'','1',4.00,'2022-08-06 17:56:05','0.00','1','newstock','1','11659797333','38',1000.00,'','1','4','supplier','1','31302345','','',0.00,'EXEMPTED','5500','0','0','','','received',0,'0000-00-00 00:00:00','pcs','4',1,NULL,'Inclusive','branch',NULL,'',''),(101,'','1',5.00,'2022-08-06 17:56:38','0.00','1','newstock','1','11659797333','38',1700.00,'','1','5','supplier','1','32237897','','',0.00,'EXEMPTED','7000','0','0','','','received',0,'0000-00-00 00:00:00','pcs','5',1,NULL,'Inclusive','branch',NULL,'',''),(103,'Oil filter','',5.00,'2022-08-08 13:46:12','0.00','6','newstock','1','','',450.00,'','1','5','internal','1','31372212','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(104,'expansion pipe','',-1.00,'2022-08-12 11:50:32','4.00','6','newstock','1','','',0.00,'','1','3','internal','1','31686893','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(105,'Front Brake Pads','',-1.00,'2022-08-12 11:51:20','6.00','6','newstock','1','','',0.00,'','1','5','internal','1','31277334','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(106,'Thermostart Housing','',-3.00,'2022-08-12 11:51:44','3.00','6','newstock','1','','',2500.00,'','1','0','internal','1','31432653','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(107,'SHOCK PLATES','',-2.00,'2022-08-12 12:17:20','6.00','6','newstock','1','','',9000.00,'','1','4','internal','1','30683637','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(108,'Camshaft Adjustment Seal','',-4.00,'2022-08-12 12:38:48','4.00','6','newstock','1','','',3000.00,'','1','0','internal','1','31460321','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(109,'FUEL PRESSURE SENSOR','',-1.00,'2022-08-18 10:08:58','2.00','6','newstock','1','','',2500.00,'','1','1','internal','1','31263912','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(110,'Rack Ends','',-4.00,'2022-08-18 10:10:22','4.00','6','newstock','1','','',1000.00,'','1','0','internal','1','31302345','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(111,'Tie Rods','',-4.00,'2022-08-18 10:10:33','4.00','6','newstock','1','','',0.00,'','1','0','internal','1','31451036','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(112,'Spark Plugs','',-1.00,'2022-08-18 10:11:04','5.00','6','newstock','1','','',3500.00,'','1','4','internal','1','30758130','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(113,'Gearbox Seal','',-9.00,'2022-08-18 10:11:30','9.00','6','newstock','1','','',4500.00,'','1','0','internal','1','31256845','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(114,'Air filter','',-6.00,'2022-08-18 10:12:16','14.00','6','newstock','1','','',450.00,'','1','8','internal','1','30748212','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(115,'Front Brake Pads','',-3.00,'2022-08-18 10:13:22','6.00','6','newstock','1','','',6000.00,'','1','3','internal','1','30793540','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(116,'Pollen Filter','',-1.00,'2022-08-18 10:14:02','1.00','6','newstock','1','','',980.00,'','1','0','internal','1','30780377','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(117,'Emblem Logo stickers','',-6.00,'2022-08-18 10:14:35','6.00','6','newstock','1','','',2000.00,'','1','0','internal','1','30796427','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(118,'Pollen Filter','',-9.00,'2022-08-18 10:15:02','8.00','6','newstock','1','','',950.00,'','1','-1','internal','1','31449209','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(119,'Brakepad Front','',-4.00,'2022-08-18 10:15:37','4.00','6','newstock','1','','',4000.00,'','1','0','internal','1','30648385','','',0.00,'','13000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(120,'Brake Pad Rear','',-2.00,'2022-08-18 10:15:53','2.00','6','newstock','1','','',3500.00,'','1','0','internal','1','30648382','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(121,'Oil filter','',-11.00,'2022-08-18 10:16:26','21.00','6','newstock','1','','',350.00,'','1','10','internal','1','31330050','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(122,'Gear box Filter','',-4.00,'2022-08-18 10:17:23','13.00','6','newstock','1','','',600.00,'','1','9','internal','1','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(123,'Brake Pad Front 16','',-4.00,'2022-08-18 10:17:45','4.00','6','newstock','1','','',3500.00,'','1','0','internal','1','30769125','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(124,'Rear Brake pads','',-3.00,'2022-08-18 10:20:34','3.00','6','newstock','1','','',5000.00,'','Main','0','Internal','Main','31317482','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(125,'Stabilizer Bar','',-1.00,'2022-08-18 10:20:44','1.00','6','newstock','1','','',6000.00,'','Main','0','Internal','Main','30635778','','',0.00,'','48000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(126,'Spark plugs','',-1.00,'2022-08-18 10:20:55','1.00','6','newstock','1','','',7000.00,'','Main','0','Internal','Main','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(127,'Ignition Coil Volvo XC60 2.0T5','',-3.00,'2022-08-18 10:21:08','3.00','6','newstock','1','','',4500.00,'','Main','0','Internal','Main','31312514','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(128,'Brakepad Front','',-4.00,'2022-08-18 10:21:20','4.00','6','newstock','1','','',4000.00,'','Main','0','Internal','Main','30648385','','',0.00,'','13000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(129,'XC 90-Wiper Blade Rear Window','',-3.00,'2022-08-18 10:21:40','3.00','6','newstock','1','','',350.00,'','Main','0','Internal','Main','30747762','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(130,'Idler Pulley','',-2.00,'2022-08-18 10:21:50','2.00','6','newstock','1','','',3000.00,'','Main','0','Internal','Main','31359864','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(131,'Wiper Blade Rear','',-3.00,'2022-08-18 10:22:11','3.00','6','newstock','1','','',1000.00,'','Main','0','Internal','Main','30757762','','',0.00,'','3000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(132,'Brake Pad Front 16,5','',-3.00,'2022-08-18 10:22:23','3.00','6','newstock','1','','',3700.00,'','Main','0','Internal','Main','30736322','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(133,'Brake Pad Rear','',-3.00,'2022-08-18 10:22:32','3.00','6','newstock','1','','',2700.00,'','Main','0','Internal','Main','30793265','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(134,'Brake Pad Front 16','',-5.00,'2022-08-18 10:22:50','5.00','6','newstock','1','','',3500.00,'','Main','0','Internal','Main','30769125','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(135,'Engine Mounting Right','',-2.00,'2022-08-18 10:23:00','2.00','6','newstock','1','','',7500.00,'','Main','0','Internal','Main','30671245','','',0.00,'','16000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(136,'Engine Mounting','',-3.00,'2022-08-18 10:23:10','3.00','6','newstock','1','','',3200.00,'','Main','0','Internal','Main','30680770','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(137,'Engine Mount Front rear','',-3.00,'2022-08-18 10:23:20','3.00','6','newstock','1','','',3300.00,'','Main','0','Internal','Main','30778951','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(138,'Gear box Filter','',-10.00,'2022-08-18 10:23:40','13.00','6','newstock','1','','',600.00,'','Main','3','Internal','Main','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(139,'Gear box Filter','',-3.00,'2022-08-18 10:24:06','3.00','6','newstock','1','','',600.00,'','Main','0','Internal','Main','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(140,'Fuel Filter-Petrol','',-2.00,'2022-08-18 10:24:19','2.00','6','newstock','1','','',1100.00,'','Main','0','Internal','Main','30620512','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(141,'bleeder pipe','',3.00,'2022-08-23 11:17:58','0.00','6','newstock','1','','',3000.00,'','1','3','internal','1','31368200','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(142,'Emblem Logo stickers','',6.00,'2022-08-23 11:18:59','0.00','6','newstock','1','','',2000.00,'','1','6','internal','1','30796427','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(143,'Spark Plugs','',-1.00,'2022-08-29 10:18:00','3.00','6','newstock','1','','',3500.00,'','1','2','internal','1','30758130','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(144,'Air filter','',-2.00,'2022-08-29 10:19:11','6.00','6','newstock','1','','',450.00,'','1','4','internal','1','30748212','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(145,'Top Cover Seal','',-1.00,'2022-08-29 10:21:35','4.00','6','newstock','1','','',3500.00,'','1','3','internal','1','31359965','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(146,'Spark plugs','',2.00,'2022-08-30 11:36:39','0.00','6','newstock','1','','',7000.00,'','1','2','internal','1','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(147,'Oil filter','30750013',1.00,'2022-08-30 17:06:31','21.00','6','newstock','1','','',0.00,'','1','22','1','1','30750013','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(148,'Pollen Filter','31449209',1.00,'2022-08-30 17:06:34','-1.00','6','newstock','1','','',0.00,'','1','0','1','1','31449209','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(149,'Air filter s60 II, XC60 ','31370161',0.00,'2022-08-30 17:07:02','0.00','6','newstock','1','','',0.00,'','1','0','1','1','31370161','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(150,'Castrol Oil 5w 30','00000',1.00,'2022-08-30 17:07:03','0.00','6','newstock','1','','',0.00,'','1','1','1','1','00000','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(151,'Labour','9300',1.00,'2022-08-30 17:07:04','1.00','6','newstock','1','','',0.00,'','1','2','1','1','9300','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(152,'Wheel Alignment','9301',1.00,'2022-08-30 17:07:04','1.00','6','newstock','1','','',0.00,'','1','2','1','1','9301','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(153,'Llumar Window Tint','9302',1.00,'2022-08-30 17:07:05','1.00','6','newstock','1','','',0.00,'','1','2','1','1','9302','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(154,'Pollen Filter','',1.00,'2022-08-30 17:14:39','0.00','1','newstock','1','','',950.00,'','1','1','internal','1','31449209','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(155,'Front Brake Pads(double pistone)','',-1.00,'2022-09-14 10:31:30','3.00','6','newstock','1','','',0.00,'','1','2','internal','1','31277334','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(156,'Spark plugs','',-1.00,'2022-09-14 10:32:57','2.00','6','newstock','1','','',0.00,'','1','1','internal','1','30751805','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(157,'FUEL PRESSURE SENSOR','',-1.00,'2022-09-14 10:33:26','1.00','6','newstock','1','','',2500.00,'','1','0','internal','1','31263912','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(158,'expansion pipe','',-1.00,'2022-09-14 10:33:39','2.00','6','newstock','1','','',0.00,'','1','1','internal','1','31686893','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(159,'Spark Plugs','',-1.00,'2022-09-14 10:34:27','2.00','6','newstock','1','','',3500.00,'','1','1','internal','1','30758130','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(160,'Front Brake Pads','',-2.00,'2022-09-14 10:34:41','3.00','6','newstock','1','','',6000.00,'','1','1','internal','1','30793540','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(161,'Drive shaft front left Volvo XC60 (2018-), XC90 (','',-1.00,'2022-09-14 10:35:11','1.00','6','newstock','1','','',20000.00,'','1','0','internal','1','36011773','','',0.00,'','50000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(162,'Spark plugs','',-1.00,'2022-09-14 10:42:04','1.00','6','newstock','1','','',7000.00,'','1','0','internal','1','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(163,'Top Cover Seal','',-2.00,'2022-09-14 10:43:29','5.00','6','newstock','1','','',3000.00,'','1','3','internal','1','31359965','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(164,'Gear box Filter','',-3.00,'2022-09-14 10:43:54','8.00','6','newstock','1','','',600.00,'','1','5','internal','1','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(165,'Engine Mounting Right','',3.00,'2022-09-15 15:45:59','0.00','6','newstock','1','','',7500.00,'','1','3','internal','1','30671245','','',0.00,'','16000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(166,'Engine Mount','',3.00,'2022-09-15 15:46:21','0.00','6','newstock','1','','',4500.00,'','1','3','internal','1','31262708','','',0.00,'','24000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(167,'Oil filter','',-8.00,'2022-09-15 15:46:56','9.00','6','newstock','1','','',350.00,'','1','1','internal','1','31330050','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(168,'Oil filter','',80.00,'2022-09-15 15:47:04','1.00','6','newstock','1','','',350.00,'','1','81','internal','1','31330050','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(169,'Oil filter','',-21.00,'2022-09-15 15:47:37','21.00','6','newstock','1','','',450.00,'','1','0','internal','1','30750013','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(170,'Oil filter','',45.00,'2022-09-15 15:50:18','0.00','6','newstock','1','','',450.00,'','1','45','internal','1','30750013','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(171,'Oil filter','',26.00,'2022-09-15 15:50:43','4.00','6','newstock','1','','',450.00,'','1','30','internal','1','31372212','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(172,'Oil filter','',-10.00,'2022-09-15 15:51:00','30.00','6','newstock','1','','',450.00,'','1','20','internal','1','31372212','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(173,'Expansion Tank','',2.00,'2022-09-15 15:56:26','2.00','6','newstock','1','','',3000.00,'','1','4','internal','1','31200321','','',0.00,'','15000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(174,'Expansion Tank','',-3.00,'2022-09-15 16:01:32','5.00','6','newstock','1','','',0.00,'','1','2','internal','1','8683456','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(175,'Expansion Tank Cover','',5.00,'2022-09-15 16:02:17','0.00','6','newstock','1','','',800.00,'','1','5','internal','1','30680002','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(176,'Diesel Filter','',-18.00,'2022-09-15 16:08:18','18.00','6','newstock','1','','',0.00,'','1','0','internal','1','31273979','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(177,'Cabin Air Filter','',11.00,'2022-09-15 16:11:06','0.00','6','newstock','1','','',950.00,'','1','11','internal','1','31436713','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(178,'Pollen Filter','',-1.00,'2022-09-15 16:12:06','1.00','6','newstock','1','','',950.00,'','1','0','internal','1','31449209','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(179,'Lower Arm Left','',2.00,'2022-09-15 16:15:14','0.00','6','newstock','1','','',6000.00,'','1','2','internal','1','31317665','','',0.00,'','23000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(180,'Volvo XC601 Lower Arm R','',2.00,'2022-09-15 16:17:22','0.00','6','newstock','1','','',6500.00,'','1','2','internal','1','31317666','','',0.00,'','22000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(181,'Drive shaft front right Volvo XC60 (2018-), XC90 ','',1.00,'2022-09-15 16:18:27','0.00','6','newstock','1','','',20000.00,'','1','1','internal','1','36010175','','',0.00,'','65000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(182,'Drive shaft front left Volvo XC60 (2018-), XC90 (','',1.00,'2022-09-15 16:18:35','0.00','6','newstock','1','','',20000.00,'','1','1','internal','1','36011773','','',0.00,'','50000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(183,'Air filter(Round)','',-3.00,'2022-09-15 16:20:23','18.00','6','newstock','1','','',450.00,'','1','15','internal','1','30792891','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(184,'Auxilliary Belt','',1.00,'2022-09-15 16:22:24','2.00','6','newstock','1','','',3000.00,'','1','3','internal','1','31330380','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(185,'Auxilliary Belt','',-2.00,'2022-09-15 16:22:43','3.00','6','newstock','1','','',3000.00,'','1','1','internal','1','31330380','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(186,'Air Filter','',8.00,'2022-09-15 16:23:32','8.00','6','newstock','1','','',450.00,'','1','16','internal','1','30636833','','',0.00,'','250','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(187,'Front Brake Pads(double pistone)','',-2.00,'2022-09-16 10:52:43','3.00','6','newstock','1','','',0.00,'','1','1','internal','1','31277334','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(188,'Rack Ends','',4.00,'2022-09-17 15:39:08','0.00','6','newstock','1','','',0.00,'','1','4','internal','1','31451036','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(189,'Tie Rods','',4.00,'2022-09-17 15:39:26','0.00','6','newstock','1','','',1000.00,'','1','4','internal','1','31302345','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(190,'Gearbox Seal','',5.00,'2022-09-17 15:39:42','0.00','6','newstock','1','','',4500.00,'','1','5','internal','1','31256845','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(191,'Oxygen Sensor','',2.00,'2022-09-17 15:40:41','0.00','6','newstock','1','','',9000.00,'','1','2','internal','1','31422419','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(192,'Brake Pad Rear','',4.00,'2022-09-17 15:41:04','0.00','6','newstock','1','','',3500.00,'','1','4','internal','1','30648382','','',0.00,'','8000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(193,'Spark plugs','31330450',1.00,'2022-09-19 09:54:48','0.00','6','newstock','1','','',0.00,'','1','1','1','1','31330450','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(194,'expansion pipe','',-1.00,'2022-09-19 10:44:50','1.00','6','newstock','1','','',0.00,'','1','0','internal','1','31686893','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(195,'Brake Pad Rear','30648382',1.00,'2022-09-20 10:25:39','3.00','6','newstock','1','','',0.00,'','1','4','1','1','30648382','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(196,'Engine Mount','',-1.00,'2022-09-24 09:58:12','2.00','6','newstock','1','','',4500.00,'','1','1','internal','1','31262708','','',0.00,'','24000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(197,'Front Brake Pads(double pistone)','',-1.00,'2022-09-28 12:18:14','1.00','6','newstock','1','','',0.00,'','1','0','internal','1','31277334','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(198,'Brake Pad Front 17','',-2.00,'2022-09-28 12:23:46','2.00','6','newstock','1','','',12600.00,'','1','0','internal','1','31687104','','',0.00,'','17000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(199,'Engine Mount','',-1.00,'2022-09-28 12:24:47','1.00','6','newstock','1','','',4500.00,'','1','0','internal','1','31262708','','',0.00,'','24000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(200,'Diesel Filter','',18.00,'2022-10-01 12:41:57','0.00','6','newstock','1','','',0.00,'','1','18','internal','1','31273979','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(201,'Air filter','',30.00,'2022-10-01 12:42:11','1.00','6','newstock','1','','',450.00,'','1','31','internal','1','30748212','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(202,'Air filter','30748212',1.00,'2022-10-01 14:38:22','31.00','6','newstock','1','','',0.00,'','1','32','1','1','30748212','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(203,'Oil filter','31372212',1.00,'2022-10-01 14:38:23','18.00','6','newstock','1','','',0.00,'','1','19','1','1','31372212','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(204,'Diesel Filter','31273979',1.00,'2022-10-01 14:38:25','17.00','6','newstock','1','','',0.00,'','1','18','1','1','31273979','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(205,'Spark plugs','',-1.00,'2022-10-19 12:44:24','1.00','6','newstock','1','','',7000.00,'','1','0','internal','1','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(206,'Pollen Filter','30767022',1.00,'2022-10-19 13:49:21','43.00','6','newstock','1','','',0.00,'','1','44','1','1','30767022','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(207,'Oil filter','30788490',1.00,'2022-10-19 13:49:23','77.00','6','newstock','1','','',0.00,'','1','78','1','1','30788490','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(208,'Gearbox Seal','31256845',1.00,'2022-10-21 16:08:34','0.00','6','newstock','1','','',0.00,'','1','1','1','1','31256845','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(209,'Engine Mount Front rear','',-2.00,'2022-10-27 16:42:14','3.00','6','newstock','1','','',3300.00,'','1','1','internal','1','30778951','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(210,'Air filter','',-12.00,'2022-11-04 11:38:14','16.00','6','newstock','1','','',450.00,'','1','4','internal','1','30748212','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(211,'Gearbox Seal','',1.00,'2022-11-09 11:41:22','1.00','6','newstock','1','','',4500.00,'','1','2','internal','1','31256845','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(212,'Gearbox Seal','',-2.00,'2022-11-09 11:41:40','2.00','6','newstock','1','','',4500.00,'','1','0','internal','1','31256845','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(213,'Genuine Volvo Electric Box','',-2.00,'2022-11-10 13:02:20','2.00','6','newstock','1','','',0.00,'','1','0','internal','1','31394157','','',0.00,'','245000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(214,'Catalystic converter','',-1.00,'2022-11-10 13:02:32','1.00','6','newstock','1','','',0.00,'','1','0','internal','1','3601045','','',0.00,'','200000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(215,'Cable Ties','',-1.00,'2022-11-10 13:02:48','1.00','6','newstock','1','','',0.00,'','1','0','internal','1','983750','','',0.00,'','1200','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(216,'Air filter(Round)','',-5.00,'2022-11-15 11:16:07','9.00','6','newstock','1','','',450.00,'','1','4','internal','1','30792891','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(217,'Gear box Filter','',-3.00,'2022-11-15 11:16:24','3.00','6','newstock','1','','',600.00,'','1','0','internal','1','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(218,'SHOCK PLATES','',-1.00,'2022-11-15 11:16:49','3.00','6','newstock','1','','',9000.00,'','1','2','internal','1','30683637','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(219,'Front Brake Pads','',-1.00,'2022-11-15 11:17:34','1.00','6','newstock','1','','',6000.00,'','1','0','internal','1','30793540','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(220,'Pollen Filter','',-2.00,'2022-11-15 11:18:19','2.00','6','newstock','1','','',950.00,'','1','0','internal','1','31436713','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(221,'Emblem Logo stickers','',-2.00,'2022-11-15 11:18:34','4.00','6','newstock','1','','',2000.00,'','1','2','internal','1','30796427','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(222,'Brake Pad Front','',-1.00,'2022-11-15 11:20:31','1.00','6','newstock','1','','',2800.00,'','1','0','internal','1','30742030','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(223,'Brake Pad Rear','',-1.00,'2022-11-15 11:20:42','1.00','6','newstock','1','','',2700.00,'','1','0','internal','1','30742031','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(224,'Wiper Blade Front','',-2.00,'2022-11-15 11:21:12','2.00','6','newstock','1','','',1700.00,'','1','0','internal','1','32237897','','',0.00,'','7000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(225,'Pollen Filter','',-31.00,'2022-12-02 11:47:04','31.00','6','newstock','1','','',850.00,'','1','0','internal','1','30767022','','',0.00,'','5500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(226,'Emblem Logo stickers','',-2.00,'2022-12-05 10:42:06','2.00','6','newstock','1','','',2000.00,'','1','0','internal','1','30796427','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(227,'Air filter(Round)','',-4.00,'2022-12-05 10:43:22','4.00','6','newstock','1','','',450.00,'','1','0','internal','1','30792891','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(228,'Spark plugs','',3.00,'2022-12-13 12:57:59','0.00','6','newstock','1','','',7000.00,'','1','3','internal','1','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(229,'Pollen Filter','',20.00,'2022-12-13 12:58:40','0.00','6','newstock','1','','',950.00,'','1','20','internal','1','31436713','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(230,'SHOCK PLATES','',-1.00,'2022-12-13 12:59:29','2.00','6','newstock','1','','',9000.00,'','1','1','internal','1','30683637','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(231,'Air filter(Round)','',20.00,'2022-12-13 13:00:09','0.00','6','newstock','1','','',450.00,'','1','20','internal','1','30792891','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(232,'Oil filter','',50.00,'2022-12-13 13:00:43','9.00','6','newstock','1','','',450.00,'','1','59','internal','1','31372212','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(233,'Auxilliary Belt','',3.00,'2022-12-13 13:03:36','1.00','6','newstock','1','','',3000.00,'','1','4','internal','1','31330380','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(234,'Fuel Filter-Petrol','',5.00,'2022-12-13 13:07:00','0.00','6','newstock','1','','',1100.00,'','1','5','internal','1','30620512','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(235,'Gear box Filter','',10.00,'2022-12-13 13:07:38','0.00','6','newstock','1','','',600.00,'','1','10','internal','1','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(236,'Gearbox Seal','',6.00,'2022-12-13 13:08:29','0.00','6','newstock','1','','',4500.00,'','1','6','internal','1','31256845','','',0.00,'','18000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(237,'AC Filter','',10.00,'2022-12-14 18:14:08','0.00','6','newstock','1','','',1000.00,'','1','10','internal','1','30630752','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(238,'Air filter s60 II, XC60','',50.00,'2022-12-14 18:15:08','0.00','6','newstock','1','','',400.00,'','1','50','internal','1','31370161','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(239,'Air filter','',-3.00,'2023-01-03 16:31:13','35.00','6','newstock','1','','',450.00,'','1','32','internal','1','8638600','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(240,'Oil filter','',15.00,'2023-01-03 16:32:20','42.00','6','newstock','1','','',450.00,'','1','57','internal','1','30750013','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(241,'Oil filter','',-6.00,'2023-01-03 16:32:53','58.00','6','newstock','1','','',450.00,'','1','52','internal','1','31372212','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(242,'Oil Filter','',109.00,'2023-01-03 16:33:22','100.00','6','newstock','1','','',400.00,'','1','209','internal','1','30650798','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(243,'Oil filter','',-18.00,'2023-01-03 16:34:05','67.00','6','newstock','1','','',330.00,'','1','49','internal','1','1275810','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(244,'Oil filter','',-20.00,'2023-01-03 16:34:43','76.00','6','newstock','1','','',400.00,'','1','56','internal','1','30788490','','',0.00,'','2500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(245,'Oxygen Sensor','',-1.00,'2023-03-06 17:20:23','5.00','6','newstock','1','','',1500.00,'','1','4','internal','1','8653653','','',0.00,'','7500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(246,'','1',2.00,'2023-03-10 13:24:15','2.00','6','newstock','1','61678443567','48',4000.00,'','1','4','supplier','1','31437945','','',0.00,'EXEMPTED','4500','0','0','','','received',0,'0000-00-00 00:00:00','pcs','8.00',1,NULL,'Inclusive','branch',NULL,'',''),(247,'Air filter','',-5.00,'2023-03-14 10:34:55','5.00','6','newstock','1','','',600.00,'','1','0','internal','1','31370089','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(248,'AC Filter','',-3.00,'2023-03-15 14:23:22','8.00','6','newstock','1','','',1000.00,'','1','5','internal','1','30630752','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(249,'Pollen Filter','',8.00,'2023-03-15 14:25:11','0.00','6','newstock','1','','',980.00,'','1','8','internal','1','31407748','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(250,'Air filter','',-1.00,'2023-03-15 14:26:24','1.00','6','newstock','1','','',450.00,'','1','0','internal','1','30748212','','',0.00,'','3500','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(251,'Fuel Filter-Petrol','',-2.00,'2023-03-23 10:36:58','5.00','6','newstock','1','','',1100.00,'','1','3','internal','1','30620512','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(252,'Gear box Filter','',-6.00,'2023-03-23 10:37:17','8.00','6','newstock','1','','',600.00,'','1','2','internal','1','31256837','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(253,'Top Cover Seal','',-2.00,'2023-03-23 10:37:57','3.00','6','newstock','1','','',3000.00,'','1','1','internal','1','31359965','','',0.00,'','9000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(254,'Top Cover Seal','',-2.00,'2023-03-23 10:39:00','3.00','6','newstock','1','','',3500.00,'','1','1','internal','1','31359965','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(255,'Air filter(Round)','',-4.00,'2023-03-23 10:39:44','19.00','6','newstock','1','','',450.00,'','1','15','internal','1','30792891','','',0.00,'','4000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(256,'Pollen Filter','',-4.00,'2023-03-23 10:40:46','4.00','6','newstock','1','','',950.00,'','1','0','internal','1','31436713','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(257,'Pollen Filter','',-4.00,'2023-03-23 10:40:46','0.00','6','newstock','1','','',950.00,'','1','-4','internal','1','31436713','','',0.00,'','5000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(258,'Gearbox Seal','31256845',1.00,'2023-03-25 14:38:47','4.00','6','newstock','1','','',0.00,'','1','5','1','1','31256845','','',0.00,'','','','','','','returned',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(259,'Spark plugs','',2.00,'2023-07-01 12:42:38','0.00','6','newstock','1','','',7000.00,'','1','2','internal','1','31330450','','',0.00,'','10000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''),(260,'Spark Plugs','',2.00,'2023-07-01 12:43:05','0.00','6','newstock','1','','',3500.00,'','1','2','internal','1','30758130','','',0.00,'','12000','','','','','received',0,'0000-00-00 00:00:00','','0',1,NULL,'Inclusive','branch',NULL,'',''); /*!40000 ALTER TABLE `newstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newupgrade` -- DROP TABLE IF EXISTS `newupgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `newupgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `phone` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `comment` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'new', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newupgrade` -- LOCK TABLES `newupgrade` WRITE; /*!40000 ALTER TABLE `newupgrade` DISABLE KEYS */; INSERT INTO `newupgrade` VALUES (1,'General systems',1,'','','','','','new'),(2,'E-commerce',1,'','','','','','new'),(3,'Biometric',1,'','','','','','new'),(4,'Website',1,'','','','','','new'),(5,'PMS',1,'','','','','','new'),(6,'Bulk sms',1,'','','','','','new'),(7,'Pos',1,'','','','','','new'); /*!40000 ALTER TABLE `newupgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nhif` -- DROP TABLE IF EXISTS `nhif`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nhif` ( `id` int(50) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `nhifrelief` decimal(10,2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nhif` -- LOCK TABLES `nhif` WRITE; /*!40000 ALTER TABLE `nhif` DISABLE KEYS */; INSERT INTO `nhif` VALUES (1,0.00,5999.00,150.00,1,1,'active','employee',1,22.50),(2,6000.00,7999.00,300.00,1,1,'active','employee',1,45.00),(3,8000.00,11999.00,400.00,1,1,'active','employee',1,60.00),(4,12000.00,14999.00,500.00,1,1,'active','employee',1,75.00),(5,15000.00,19999.00,600.00,1,1,'active','employee',1,90.00),(6,20000.00,24999.00,750.00,1,1,'active','employee',1,112.50),(7,25000.00,29999.00,850.00,1,1,'active','employee',1,127.50),(8,30000.00,34999.00,900.00,1,1,'active','employee',1,135.00),(9,35000.00,39000.00,950.00,1,1,'active','employee',1,142.50),(10,40000.00,44999.00,1000.00,1,1,'active','employee',1,150.00),(11,45000.00,49000.00,1100.00,1,1,'active','employee',1,165.00),(12,50000.00,59999.00,1200.00,1,1,'active','employee',1,180.00),(13,60000.00,69999.00,1300.00,1,1,'active','employee',1,195.00),(14,70000.00,79999.00,1400.00,1,1,'active','employee',1,210.00),(15,80000.00,89999.00,1500.00,1,1,'active','employee',1,225.00),(16,90000.00,99999.00,1600.00,1,1,'active','employee',1,240.00),(17,100000.00,99999999.00,1700.00,1,1,'active','employee',1,255.00),(18,0.00,0.00,500.00,1,1,'active','employer',1,75.00); /*!40000 ALTER TABLE `nhif` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `nssf` -- DROP TABLE IF EXISTS `nssf`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `nssf` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `category` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `tire1` decimal(10,2) NOT NULL, `tire2` decimal(10,2) NOT NULL, `tire1tire2` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `nssf` -- LOCK TABLES `nssf` WRITE; /*!40000 ALTER TABLE `nssf` DISABLE KEYS */; INSERT INTO `nssf` VALUES (1,0.00,3000.00,180.00,1,1,'active','employee',1,180.00,0.00,180.00),(2,3000.00,4500.00,270.00,1,1,'active','employee',1,270.00,0.00,270.00),(3,4500.00,6000.00,360.00,1,1,'active','employee',1,360.00,0.00,360.00),(4,6000.00,10000.00,360.00,1,1,'active','employee',1,360.00,240.00,600.00),(5,10000.00,14000.00,360.00,1,1,'active','employee',1,360.00,480.00,840.00),(6,14000.00,18000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(7,18000.00,20000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(8,20000.00,100000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00),(9,100000.00,500000.00,360.00,1,1,'active','employee',1,360.00,720.00,1080.00); /*!40000 ALTER TABLE `nssf` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offdays` -- DROP TABLE IF EXISTS `offdays`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offdays` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupid` int(11) NOT NULL, `offday` varchar(30) NOT NULL, `type` int(11) NOT NULL, `title` varchar(128) NOT NULL, `userid` varchar(30) DEFAULT NULL, `createdate` varchar(30) NOT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `contract` (`groupid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='List of non working days'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offdays` -- LOCK TABLES `offdays` WRITE; /*!40000 ALTER TABLE `offdays` DISABLE KEYS */; /*!40000 ALTER TABLE `offdays` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `offtypes` -- DROP TABLE IF EXISTS `offtypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `offtypes` ( `id` int(10) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `offtypes` -- LOCK TABLES `offtypes` WRITE; /*!40000 ALTER TABLE `offtypes` DISABLE KEYS */; INSERT INTO `offtypes` VALUES (1,'All day is off','2018-05-17 04:40:12am'),(2,'Half day is off','2018-05-17 04:41:13am'),(3,'Morning is off ','2018-05-17 04:41:30am'),(4,'Afternoon is off','2018-05-17 04:41:30am'); /*!40000 ALTER TABLE `offtypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `openorders` -- DROP TABLE IF EXISTS `openorders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `openorders` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(50) NOT NULL, `description` text NOT NULL, `startdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(30) NOT NULL, `messageid` varchar(30) NOT NULL, `updatedby` int(11) NOT NULL, `updateddate` varchar(30) NOT NULL, `closedate` text NOT NULL, `receiver` text NOT NULL, `millage` varchar(30) NOT NULL, `fuel` varchar(50) NOT NULL, `trips` text NOT NULL, `createdate` varchar(30) NOT NULL, `nextfuel` varchar(20) NOT NULL, `previoufueldate` varchar(30) NOT NULL, `previousfuelused` varchar(20) NOT NULL, `adjusted` varchar(20) NOT NULL, `fuellimit` varchar(20) NOT NULL, `fuelrate` varchar(20) NOT NULL, `exactfuel` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `openorders` -- LOCK TABLES `openorders` WRITE; /*!40000 ALTER TABLE `openorders` DISABLE KEYS */; /*!40000 ALTER TABLE `openorders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `orderlist` -- DROP TABLE IF EXISTS `orderlist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `orderlist` ( `id` int(30) NOT NULL AUTO_INCREMENT, `type` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `exactime` varchar(50) NOT NULL, `batchid` varchar(50) NOT NULL, `itemid` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `qty` decimal(10,2) DEFAULT NULL, `companyid` int(11) NOT NULL, `branchid` int(11) NOT NULL, `code` varchar(30) NOT NULL, `amount` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `orderlist` -- LOCK TABLES `orderlist` WRITE; /*!40000 ALTER TABLE `orderlist` DISABLE KEYS */; /*!40000 ALTER TABLE `orderlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `outgoingstock` -- DROP TABLE IF EXISTS `outgoingstock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `outgoingstock` ( `id` int(50) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `total` varchar(50) NOT NULL, `date` varchar(50) NOT NULL, `item_id` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'newstock', `companyid` varchar(100) NOT NULL, `invoice_number` varchar(30) NOT NULL, `supplier` varchar(30) NOT NULL, `buyingprice` varchar(30) NOT NULL, `amount` varchar(30) NOT NULL, `type` varchar(30) NOT NULL DEFAULT 'shop', `comments` text NOT NULL, `branchid` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `outgoingstock` -- LOCK TABLES `outgoingstock` WRITE; /*!40000 ALTER TABLE `outgoingstock` DISABLE KEYS */; /*!40000 ALTER TABLE `outgoingstock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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` text NOT NULL, `destination` text NOT NULL, `weight` varchar(50) NOT NULL, `receiveremail` varchar(50) DEFAULT NULL, `totalvalue` varchar(20) NOT NULL, `vat` decimal(10,2) NOT NULL, `vatable` decimal(10,2) NOT NULL, `receiveridno` varchar(20) NOT NULL, `riderdetails` text NOT NULL, 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 `parceldelivery` -- LOCK TABLES `parceldelivery` WRITE; /*!40000 ALTER TABLE `parceldelivery` DISABLE KEYS */; INSERT INTO `parceldelivery` VALUES (1,'1','','0','Paid','2022-03-03 06:40:53','robert','1','1','2022-03-03 06:41:55','',0.00,0.00,1,'900','2022-03-03 23:59:59','Returned','Prepaid','11646278853','',NULL,'john','07132323343','ouko 495','0','0','','robert@gmail.com','',0.00,0.00,'34354','kcb6'),(2,'1','','0','Paid','2022-04-07 05:29:38','1','1','1','2022-04-07 05:30:27','',0.00,0.00,1,'566','2022-04-07 23:59:59','Booked','Prepaid','11649298578','',NULL,'john','07132323343','EE','0','0','','robert@gmail.com','',0.00,0.00,'34354','4555'),(3,'','','0','Paid','2022-04-07 05:59:24','5','1','1','2022-04-07 06:00:51','',0.00,0.00,1,'800','2022-04-07 23:59:59 ','Booked','Prepaid','11649300364','',NULL,'','','','','','',NULL,'',0.00,0.00,'','4555'),(4,'','','0','Paid','2022-05-19 06:23:18','Advanta','1','1','2022-05-19 06:24:26','',0.00,0.00,1,'2450',' 23:59:59 23:59:59 2','Booked','Prepaid','11652930598','',NULL,'','','','','','',NULL,'',0.00,0.00,'','d'); /*!40000 ALTER TABLE `parceldelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `password_resets` -- DROP TABLE IF EXISTS `password_resets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `password_resets` ( `email` varchar(255) NOT NULL, `token` varchar(255) NOT NULL, `created_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), KEY `password_resets_email_index` (`email`), KEY `password_resets_token_index` (`token`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `password_resets` -- LOCK TABLES `password_resets` WRITE; /*!40000 ALTER TABLE `password_resets` DISABLE KEYS */; /*!40000 ALTER TABLE `password_resets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paye` -- DROP TABLE IF EXISTS `paye`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paye` ( `id` int(11) NOT NULL AUTO_INCREMENT, `start` decimal(10,2) NOT NULL, `end` decimal(15,2) NOT NULL, `amt` decimal(10,2) NOT NULL, `branchid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'active', `percentage` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paye` -- LOCK TABLES `paye` WRITE; /*!40000 ALTER TABLE `paye` DISABLE KEYS */; INSERT INTO `paye` VALUES (1,0.00,24000.00,24000.00,1,1,'active',10.00),(2,24001.00,32333.00,8333.00,1,1,'active',25.00),(3,32333.00,10000000000.00,32333.00,1,1,'active',30.00); /*!40000 ALTER TABLE `paye` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentmethodes` -- DROP TABLE IF EXISTS `paymentmethodes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentmethodes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `description` text NOT NULL, `status` varchar(10) NOT NULL DEFAULT 'active', `dateposted` varchar(30) NOT NULL, `userid` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `type` text NOT NULL, `balance` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `accountno` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentmethodes` -- LOCK TABLES `paymentmethodes` WRITE; /*!40000 ALTER TABLE `paymentmethodes` DISABLE KEYS */; INSERT INTO `paymentmethodes` VALUES (1,'cash','Cash payment','active','2021-09-07 05:52:05','1','1','1050','',1,NULL),(2,'mpesa','mpesa','active','2021-09-22 10:35:37','1','1','1010','',1,NULL),(3,'card','card payment','active','2021-09-07 05:52:50','1','1','1030','',1,NULL),(4,'bank','Bank payment','active','2021-09-07 05:53:23','1','1','1030','',1,NULL),(5,'credit','account receivable ','active','2021-09-07 06:31:55','1','1','1100','',1,NULL),(6,'voucher','Directors account','active','2021-09-07 06:32:21','1','1','1040','',1,NULL),(7,'creditnote','Account payable','active','2021-09-07 06:34:11','1','1','2130','',1,NULL),(8,'points','Account redeemable','active','2021-09-07 06:36:16','1','1','2130','',1,NULL); /*!40000 ALTER TABLE `paymentmethodes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payments` -- DROP TABLE IF EXISTS `payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payments` ( `id` int(100) NOT NULL AUTO_INCREMENT, `paidto` varchar(100) NOT NULL, `paiby` varchar(100) NOT NULL, `paiddate` varchar(100) NOT NULL, `todate` varchar(100) NOT NULL, `contact` varchar(100) NOT NULL, `status` varchar(100) NOT NULL, `approvedby` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `receiptno` varchar(100) NOT NULL DEFAULT 'no', `comments` text NOT NULL, `idno` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `email` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payments` -- LOCK TABLES `payments` WRITE; /*!40000 ALTER TABLE `payments` DISABLE KEYS */; /*!40000 ALTER TABLE `payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `paymentsection` -- DROP TABLE IF EXISTS `paymentsection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `paymentsection` ( `id` int(40) NOT NULL AUTO_INCREMENT, `methodid` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `description` text NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `paymentsection` -- LOCK TABLES `paymentsection` WRITE; /*!40000 ALTER TABLE `paymentsection` DISABLE KEYS */; INSERT INTO `paymentsection` VALUES (8,'2','KCB Bank','KCB Bank','2016-04-20 10:39:59','','3','3'),(9,'2','Equity Bank','Equity Bank','2016-04-20 10:40:10','','3','3'),(10,'4','cash','CASH','2016-04-20 10:40:34','','3','3'),(11,'3','Lipa rent','','2016-04-20 10:40:48','','3','3'),(12,'1','Airtel Money','Airtel Money','2016-04-20 10:41:17','','3','3'),(13,'1','M-pesa','M-pesa','2016-04-20 10:41:32','','3','3'),(15,'6','Coparent','Coparent','2016-05-25 04:21:55','','3','3'),(16,'2','Unaitas','Unaitas','2017-12-16 06:51:45','','',''); /*!40000 ALTER TABLE `paymentsection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `payroll` -- DROP TABLE IF EXISTS `payroll`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `payroll` ( `id` int(100) NOT NULL AUTO_INCREMENT, `type` varchar(255) NOT NULL, `designation` varchar(255) NOT NULL, `allowance` varchar(255) NOT NULL, `paytype` varchar(255) NOT NULL, `nohours` varchar(255) NOT NULL, `salary` varchar(255) NOT NULL, `nodays` varchar(255) NOT NULL, `nodaysyearly` varchar(255) NOT NULL, `annualsalary` varchar(255) NOT NULL, `monthlysalary` varchar(50) NOT NULL, `dailysalary` varchar(100) DEFAULT NULL, `comments` text NOT NULL, `vat` varchar(50) NOT NULL DEFAULT 'active', `payee` varchar(50) NOT NULL, `nssf` varchar(100) NOT NULL, `nihf` text NOT NULL, `employeeid` varchar(100) NOT NULL, `advance` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `other` varchar(50) NOT NULL, `month` varchar(50) NOT NULL, `year` varchar(50) NOT NULL, `loan` varchar(100) NOT NULL, PRIMARY KEY (`id`), KEY `first_name` (`type`), KEY `last_name` (`designation`), KEY `email` (`paytype`), KEY `phppos_people_ibfk_1` (`dailysalary`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `payroll` -- LOCK TABLES `payroll` WRITE; /*!40000 ALTER TABLE `payroll` DISABLE KEYS */; /*!40000 ALTER TABLE `payroll` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `people` -- DROP TABLE IF EXISTS `people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `people` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nhifrelief` decimal(10,2) DEFAULT NULL, `firstname` varchar(255) NOT NULL, `surname` varchar(20) NOT NULL, `lastname` varchar(255) DEFAULT NULL, `phone` varchar(255) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `password` text NOT NULL, `address_1` varchar(255) NOT NULL, `gender` varchar(255) DEFAULT NULL, `city` varchar(255) NOT NULL, `zip` varchar(255) NOT NULL, `country` varchar(255) NOT NULL, `comments` text NOT NULL, `image_id` varchar(100) DEFAULT NULL, `category` varchar(50) NOT NULL DEFAULT 'accommodation', `status` varchar(50) NOT NULL DEFAULT '1', `company` varchar(50) DEFAULT NULL, `account` varchar(100) NOT NULL, `website` text NOT NULL, `idno` varchar(100) NOT NULL, `balance` decimal(10,2) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `updatedat` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `entrydate` varchar(50) NOT NULL, `jobstatus` varchar(30) NOT NULL, `salary` decimal(10,2) NOT NULL, `department` varchar(20) NOT NULL, `dob` varchar(20) NOT NULL, `passport` varchar(30) NOT NULL, `ethnicity` varchar(30) NOT NULL, `religion` varchar(30) NOT NULL, `salarystartdate` varchar(30) NOT NULL, `salaryreviewdate` varchar(30) NOT NULL, `bankname` varchar(30) NOT NULL, `bankaccount` varchar(30) NOT NULL, `paymentmode` varchar(30) NOT NULL, `method` varchar(30) NOT NULL, `probationdate` varchar(30) NOT NULL, `number` varchar(20) NOT NULL, `relief` decimal(10,2) NOT NULL, `leavegroup` varchar(30) NOT NULL, `manager` varchar(30) NOT NULL, `marital` varchar(30) NOT NULL, `smstype` varchar(20) NOT NULL, `totalsms` decimal(10,2) NOT NULL, `apiaccount_id` int(11) NOT NULL, `photo` text NOT NULL, `code` varchar(30) NOT NULL, `service` varchar(20) NOT NULL, `usertype` varchar(20) NOT NULL DEFAULT 'user', `username` varchar(20) NOT NULL, `county` int(11) NOT NULL, `province` int(11) NOT NULL, `box` int(11) NOT NULL, `town` varchar(20) NOT NULL, `updatedate` varchar(20) NOT NULL, `recoverpassword` int(11) NOT NULL, `createddate` varchar(30) NOT NULL, `rate` decimal(10,2) DEFAULT NULL, `kra` varchar(50) DEFAULT NULL, `nssf` varchar(50) DEFAULT NULL, `nhif` varchar(50) DEFAULT NULL, `paid` varchar(20) NOT NULL, `supplierbalance` decimal(10,2) NOT NULL, `balanceuploaded` int(11) DEFAULT 0, `savedcoins` decimal(10,2) NOT NULL, `savedpoints` decimal(10,2) NOT NULL, `customerlimit` varchar(10) NOT NULL DEFAULT 'no', `limitamount` decimal(10,2) NOT NULL, `dropdown` varchar(10) NOT NULL DEFAULT 'no', `lastbalancedate` varchar(30) NOT NULL, `accountname` varchar(30) NOT NULL, `accountno` varchar(30) NOT NULL, `certificate` varchar(30) NOT NULL, `shares` varchar(30) NOT NULL, `certificateno` varchar(30) NOT NULL, `renewaldetails` varchar(30) DEFAULT NULL, `salesperson` varchar(10) DEFAULT NULL, `idnumber` text DEFAULT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `bankcode` varchar(20) DEFAULT NULL, `branchcode` varchar(20) DEFAULT NULL, `group` int(20) DEFAULT NULL, `transactionid` varchar(50) NOT NULL, 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=54 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,NULL,'Reinit','Admin','robert','254777784594','gkangethe@icloud.com','618000','','male','','','','','18396941613018386','user','1','Robisearch LTD','','','',372005.00,'1','2022-07-08','','1','2020-04-13','Permanent',20000.00,'','2020-05-11','','','','2020-04-13','2020-04-21','JKUAT KCB','775879333','Monthly','2','2020-04-30','900',0.00,'','','Single','1',481.00,1,'','100000000000000000','yes','admin','',0,0,0,'','2019-01-26',0,'2019-03-10',0.00,'2342342234234','3446666','3446666','Yes',5087.50,0,0.00,3.99,'no',0.00,'','2021-02-22 14:21:05','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(6,NULL,'Almas','Tina',NULL,'0713573629','nordicpartske@outlook.com','9300','','female','','','','',NULL,'user','1',NULL,'','','',0.00,'','2022-07-08','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','100000000000000000000','no','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(7,NULL,'Jamin','',NULL,'+8613226426281','','','','female','','','45','',NULL,'supplier','1','XINWO','','','',0.00,'1','2021-04-14 18:15:57','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(8,NULL,'Zhao Chang','',NULL,'8619933200456','','','','','','','45','',NULL,'supplier','1','Yu Yun','','','',0.00,'1','2021-04-14 18:17:23','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(9,NULL,'Mt Auto','',NULL,'8600000000','','','','','','','1','',NULL,'supplier','1','MT Auto Parts Store','','','',0.00,'1','2021-04-14 18:17:54','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(10,NULL,'HUIPENG','',NULL,'8600000001','','','','','','','1','',NULL,'supplier','1','HUIPENG AUTO PARTS','','','',0.00,'1','2021-04-14 18:18:31','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(11,NULL,'GELOXI','',NULL,'8600000002','','','','','','','1','',NULL,'supplier','1','GELOXI PARTS','','','',0.00,'1','2021-04-14 18:19:00','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(12,NULL,'CAS','',NULL,'8600000013','','','','','','','1','',NULL,'supplier','1','CHINA AUTOMBILE STORE','','','',0.00,'1','2021-04-14 18:22:40','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(13,NULL,'Madala','',NULL,'8600000014','','','','','','','1','',NULL,'supplier','1','Madala ','','','',0.00,'1','2021-04-14 18:23:25','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(14,NULL,'Wan Ali','',NULL,'8600000015','','','','','','','1','',NULL,'supplier','1','Wan Ali','','','',0.00,'1','2021-04-14 18:23:57','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(15,NULL,'Volvo','','Center','254722113666','1','','','','Nairobi','','1 ','',NULL,'member','1','Alexis Motors','','','MALE',-208000.00,'6','2022-07-03 09:34:19','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'yes',30000.00,'yes','2023-06-05 12:49:50','','','','','','','Alex Kamau','',1,NULL,NULL,0,'0'),(16,NULL,'Matheka Albanus','','729272154','abc2@gmail.com','1','','',NULL,'','','1223345','',NULL,'member','1',NULL,'','','MALE',-16000.00,'1','2021-04-14 18:30:18pm','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2023-04-26 12:27:53','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(17,NULL,'Vicky Waithaka','','723126580','abc3@gmail.com','1','','',NULL,'','','1223346','',NULL,'member','1',NULL,'','','FEMALE',0.00,'1','2021-04-14 18:30:18pm','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(18,NULL,'Bosire Jackson','','723563349','abc1@gmail.com','1','','',NULL,'','','1223347','',NULL,'member','1',NULL,'','','MALE',0.00,'1','2021-04-14 18:30:18pm','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2022-10-15 13:43:10','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(19,NULL,'Jane Volvo','','733944219','abc2@gmail.com','1','','',NULL,'','','1223348','',NULL,'member','1',NULL,'','','FEMALE',0.00,'1','2021-04-14 18:30:18pm','','1','','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(20,NULL,'Robert Mugisha','',NULL,'971554226437','','','','male','','','225','',NULL,'supplier','1','DUBAI','','','',0.00,'1','2021-04-14 18:44:33','','1','2021-04-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(21,NULL,'Dr. Gregory','','','254720472515','','','','','','','1 ','',NULL,'member','1','Gregory','','','',0.00,'1','2021-04-16 16:31:53','','1','2021-04-16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-06-14 10:59:16','','','','','','','','',1,NULL,NULL,NULL,'0'),(22,NULL,'Gabriel Gitau','','','254729760616','','','','','','','1 ','',NULL,'member','1','Riley','','','',0.00,'1','2021-04-16 16:31:46','','1','2021-04-16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','','','','',1,NULL,NULL,NULL,'0'),(23,NULL,'Jeff','',NULL,'254720784594','','','','','','2022-05-08','1','',NULL,'member','1','Reinit Company','','','',-4000.00,'6','2021-05-08 18:51:30','','1','2021-05-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2023-04-01 10:34:16','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(24,NULL,'Ali Egal','',NULL,'254722512950','','','','','','','1','',NULL,'supplier','1','Ali Egal','','','',0.00,'6','2021-05-08 19:09:39','','1','2021-05-08','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(25,NULL,'Tina Almas','','','254713573629','','','','female','','2022-05-14','1 ','',NULL,'member','1','Nordic Garage','','','',0.00,'6','2022-07-02 12:04:56','','1','2021-05-14','',0.00,'','1995-04-24','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2023-03-25 14:38:14','','','','','','','Tina','',1,NULL,NULL,0,'0'),(26,NULL,'Githinji','',NULL,'+2540720730270',NULL,'','',NULL,'','','','',NULL,'member','1','garage','','','',0.00,'6','2021-05-17 10:30:14','','1','2021-05-17 10:30:14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(27,NULL,'Jimmy Baraka','',NULL,'+2540726828254',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',0.00,'6','2021-08-12 17:07:39','','1','2021-08-12 17:07:39','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(28,NULL,'Dr Ndiwa','',NULL,'070123456789',NULL,'','',NULL,'','','','',NULL,'member','1','','','','',-15000.00,'6','2021-09-16 11:57:22','','1','2021-09-16 11:57:22','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','2021-10-04 11:57:30','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(29,NULL,'Dennis Nyongesa','',NULL,'0740801412','','','','','','','1','',NULL,'supplier','1','Boda','','','',0.00,'6','2021-09-24 11:41:01','','1','2021-09-24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(30,NULL,'Jecinta','',NULL,'0716649247','','','','','','','1','',NULL,'supplier','1','Disc Plus','','','',0.00,'6','2021-09-24 11:42:19','','1','2021-09-24','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,'','','','',0.00,0,0.00,0.00,'no',0.00,'yes','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,'0'),(31,NULL,'Masha','',NULL,'254733407039','','','0705870030','male','','2023-07-02','1','',NULL,'supplier','1','Globe','','','',0.00,'6','2022-07-02 12:07:03','','1','2022-07-02','',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','2022-08-12 11:27:20','','','','','',NULL,NULL,'',1,NULL,NULL,1,''),(32,NULL,'Paul','',NULL,'254797318675','','','','male','','2023-07-02','1','',NULL,'reseller','1','Bosire','','','',0.00,'6','2022-07-02 12:09:30','','1','2022-07-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,2,''),(33,NULL,'Elvis','',NULL,'254722705206','','','','male','','2023-07-02','1','',NULL,'supplier','1','Impala Lavington','','','',0.00,'6','2022-07-02 12:11:38','','1','2022-07-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(34,NULL,'Steve','',NULL,'254720855809','','','','male','','2023-07-02','1','',NULL,'reseller','1','Impala Adams','','','',0.00,'6','2022-07-02 12:12:52','','1','2022-07-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,1,''),(35,NULL,'Felicia','',NULL,'254731907753','','','','female','','2023-07-02','1','',NULL,'reseller','1','Contipatner','','','',0.00,'6','2022-07-02 12:13:50','','1','2022-07-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(36,NULL,'John','',NULL,'254721949432','','','','male','','2023-07-02','1','',NULL,'member','1','Range Rover Mech','','','',0.00,'6','2022-07-02 12:15:28','','1','2022-07-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(37,NULL,'Kuria','',NULL,'2547228826232','','','','male','','2023-07-02','1','',NULL,'reseller','1','Gear Box Mech','','','',0.00,'6','2022-07-02 12:16:59','','1','2022-07-02','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(38,NULL,'XI YUN','',NULL,'00000000000000','','','','','','2023-07-28','1','',NULL,'supplier','1','BEIJING','','','',0.00,'6','2022-07-28 18:34:03','','1','2022-07-28','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',50500.00,0,0.00,0.00,'no',0.00,'no','2022-08-06 18:15:18','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(39,NULL,'Mary Ngugi','',NULL,'254714297966','','','','female','','2023-08-30','1','',NULL,'member','1','KDA 413Q','','','',-41400.00,'6','2022-08-30 16:46:00','','1','2022-08-30','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,354.00,'no',0.00,'no','2022-08-30 17:02:00','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(40,NULL,'Faith','',NULL,'0738600590','','','','female','','','1','',NULL,'member','1','Faith XC90','','','',0.00,'6','2022-10-11 16:34:52','','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','','','','','','',NULL,NULL,'',1,NULL,NULL,NULL,''),(41,NULL,'Bernard','','','+254712345678','','','','male','','2023-10-14','1 ','',NULL,'member','1','Amazon','','','',0.00,'6','2022-10-14 14:33:14','','1','2022-10-14','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','','','','',1,NULL,NULL,0,''),(42,NULL,'STEVE ','',NULL,'+442089852255','','','','','','2024-01-03','1','',NULL,'supplier','1','Trust Car Parts UK','','','',0.00,'6','2023-01-03 09:52:31','','1','2023-01-03','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(43,NULL,'Denis @k-mechanics','','','070012345628','','','','male','','2024-01-16','1 ','',NULL,'','1','','','','',0.00,'6','2023-01-16 12:36:07','','1','2023-01-16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','','','','',1,NULL,NULL,0,''),(44,NULL,'Denis @k-mechanics','','','+2547223344556','','','','','','2024-01-16','1 ','',NULL,'','1','K-MECHANICS','','','',0.00,'6','2023-01-16 12:40:22','','1','2023-01-16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',0.00,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','','','','',1,NULL,NULL,1,''),(45,NULL,'Dennis','',NULL,'254721791992','dennis@k.mechanics.com','','','','Kasarani','2024-01-16','1','',NULL,'member','1','K. Mechanics','','','',0.00,'1','2023-01-16 12:42:04','','1','2023-01-16','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(46,NULL,'Cosmas','',NULL,'+254722309610','','','','male','','2024-02-20','1','',NULL,'member','1','','','','',0.00,'6','2023-02-20 16:28:13','','1','2023-02-20','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,1,''),(47,NULL,'King`ori','',NULL,'+254713605651','','','','male','','2024-03-10','1','',NULL,'member','1','','','','',0.00,'6','2023-03-10 13:18:07','','1','2023-03-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,1,''),(48,NULL,'Maggy Oil','',NULL,'+254723165172','','','','female','','2024-03-10','1','',NULL,'supplier','1','','','','',0.00,'6','2023-03-10 13:19:20','','1','2023-03-10','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',8000.00,0,0.00,0.00,'no',0.00,'no','2023-03-10 13:25:00','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(49,NULL,'william mech','',NULL,'+254726638637','','','','male','','2024-03-14','1','',NULL,'member','1','','','','',0.00,'6','2023-03-14 10:34:09','','1','2023-03-14','',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','2023-03-21 12:32:08','','','','','',NULL,NULL,'',1,NULL,NULL,0,''),(50,NULL,'Karanja','',NULL,'+254728231307','','','','male','','2024-03-15','1','',NULL,'member','1','','','','',0.00,'6','2023-03-15 14:18:24','','1','2023-03-15','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,1,''),(51,NULL,'Masha','',NULL,'+254705870030','','','','male','','2024-04-26','1','',NULL,'supplier','1','masha globe','','','',0.00,'6','2023-04-26 11:23:56','','1','2023-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,1,''),(52,NULL,'Wood ville','',NULL,'+25431843545','','','','male','','2024-04-26','1','',NULL,'supplier','1','woodvile','','','',0.00,'6','2023-04-26 11:24:58','','1','2023-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,1,''),(53,NULL,'Mwaniki mech','',NULL,'+25427049478','','','','','','2024-04-26','1','',NULL,'member','1','mwaniki','','','',0.00,'6','2023-04-26 11:26:01','','1','2023-04-26','',0.00,'','','','','','','','','','','','','',0.00,'','','','',0.00,0,'','','','user','',0,0,0,'','',0,'',NULL,NULL,NULL,NULL,'',0.00,0,0.00,0.00,'no',0.00,'no','','','','','','',NULL,NULL,'',1,NULL,NULL,0,''); /*!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 ('accounting',1),('accounting',6),('accountingreports',6),('assets',6),('bankdeposits',1),('bankdeposits',6),('banktransfer',1),('banktransfer',6),('branch',1),('cashiersales',1),('cashiersales',5),('cashiersales',6),('complain',1),('config',1),('config',6),('damagedproducts',6),('displayreport',6),('income',1),('income',6),('incomeexpenses',1),('incomeexpenses',6),('journalentry',1),('lowproducts',6),('lowstocklist',1),('members',1),('members',6),('password',1),('password',5),('peoplecategory',6),('productlist',1),('productlist',6),('products',1),('products',6),('productscategory',1),('profile',1),('profile',5),('purchases',1),('purchases',6),('quotation',1),('quotation',6),('sales',1),('sales',5),('sales',6),('users',1),('users',6),('viewreturnsales',1),('viewreturnsales',6),('wholesale',6); /*!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=76656 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 (74045,'sales','5','suspend'),(74046,'sales','5','add'),(74047,'sales','5','update'),(74048,'sales','5','cash'),(74049,'sales','5','sale'),(74050,'sales','5','moresales'),(74051,'sales','5','Logout'),(74052,'sales','5','select'),(74053,'sales','5','discount'),(74054,'sales','5','displaycustomers'),(74055,'sales','5','mpesa'),(74056,'sales','5','printbill'),(74057,'sales','5','productdiscount'),(74058,'sales','5','order'),(74059,'sales','5','closebill'),(74060,'sales','5','editsellingprice'),(74061,'sales','5','updatepaymentmode'),(74062,'sales','5','card'),(74063,'sales','5','clearpayments'),(74064,'sales','5','viewbuyingprice'),(74065,'sales','5','cheque'),(74066,'sales','5','creditnote'),(74067,'sales','5','voucher'),(74068,'sales','5','salesbeyondbprice'),(74069,'sales','5','points'),(74070,'sales','5','credit'),(74071,'sales','5','selectroom'),(74072,'sales','5','dontprint'),(74073,'sales','5','backdatesales'),(74074,'sales','5','recordcoins'),(74075,'sales','5','changetaxstatus'),(74076,'sales','5','giveloyalityponts'),(74077,'sales','5','splitbill'),(74078,'sales','5','changeuomonsales'),(74079,'sales','5','selecttable'),(74080,'sales','5','printdelivery'),(74081,'sales','5','sendsms'),(74082,'sales','5','selectcurrency'),(74083,'sales','5','salesperson'),(74084,'sales','5','usekeyboard'),(74085,'sales','5','receiptno'),(74086,'cashiersales','5','entermpesacode'),(74087,'cashiersales','5','editmpesa'),(74088,'cashiersales','5','all'),(74089,'cashiersales','5','cashiersales'),(74090,'cashiersales','5','editmpesadate'),(74091,'cashiersales','5','dontshowtotal'),(74092,'cashiersales','5','viewtill'),(74093,'cashiersales','5','viewdailycollections'),(74094,'cashiersales','5','updatedailycollections'),(74095,'cashiersales','5','viewallcounters'),(74096,'cashiersales','5','viewcommission'),(74097,'cashiersales','5','dailysalesonly'),(74098,'cashiersales','5','viewmpesamessages'),(74099,'password','5','change'),(74100,'profile','5','update'),(76359,'sales','1','add'),(76360,'sales','1','suspend'),(76361,'sales','1','printreceipt'),(76362,'sales','1','update'),(76363,'sales','1','cash'),(76364,'sales','1','delete'),(76365,'sales','1','moresales'),(76366,'sales','1','sale'),(76367,'sales','1','mpesabalance'),(76368,'sales','1','discount'),(76369,'sales','1','reprint'),(76370,'sales','1','select'),(76371,'sales','1','printbill'),(76372,'sales','1','productdiscount'),(76373,'sales','1','mpesa'),(76374,'sales','1','viewbuyingprice'),(76375,'sales','1','updatepaymentmode'),(76376,'sales','1','card'),(76377,'sales','1','clearpayments'),(76378,'sales','1','cheque'),(76379,'sales','1','creditnote'),(76380,'sales','1','points'),(76381,'sales','1','credit'),(76382,'sales','1','selectroom'),(76383,'sales','1','dontprint'),(76384,'sales','1','backdatesales'),(76385,'sales','1','recordcoins'),(76386,'cashiersales','1','entermpesacode'),(76387,'cashiersales','1','editmpesa'),(76388,'cashiersales','1','all'),(76389,'cashiersales','1','delete'),(76390,'cashiersales','1','cashiersales'),(76391,'cashiersales','1','editmpesadate'),(76392,'cashiersales','1','adddailycollection'),(76393,'cashiersales','1','viewtill'),(76394,'cashiersales','1','viewdailycollections'),(76395,'cashiersales','1','deletedailycollections'),(76396,'cashiersales','1','updatedailycollections'),(76397,'cashiersales','1','reversempesa'),(76398,'cashiersales','1','clearallsales'),(76399,'cashiersales','1','viewallcollections'),(76400,'cashiersales','1','viewallcounters'),(76401,'cashiersales','1','mpesapendingreport'),(76402,'cashiersales','1','mpesaverifiedreport'),(76403,'cashiersales','1','viewcommission'),(76404,'cashiersales','1','viewmpesamessages'),(76405,'purchases','1','add'),(76406,'purchases','1','update'),(76407,'purchases','1','delete'),(76408,'purchases','1','updatebuyingprice'),(76409,'purchases','1','updatesellingprice'),(76410,'purchases','1','updateclosedinvoice'),(76411,'purchases','1','viewquotation'),(76412,'purchases','1','viewserials'),(76413,'purchases','1','viewdirectpurchases'),(76414,'purchases','1','viewpurchase'),(76415,'purchases','1','salesorder'),(76416,'purchases','1','budget'),(76417,'purchases','1','showdefaultserials'),(76418,'purchases','1','approve'),(76419,'purchases','1','addbatchno'),(76420,'purchases','1','addexpirydate'),(76421,'viewreturnsales','1','add'),(76422,'viewreturnsales','1','update'),(76423,'viewreturnsales','1','delete'),(76424,'viewreturnsales','1','return'),(76425,'viewreturnsales','1','clear'),(76426,'viewreturnsales','1','moresales'),(76427,'income','1','View'),(76428,'income','1','add'),(76429,'income','1','wiewinvoices'),(76430,'income','1','detailedvatinvoice'),(76431,'incomeexpenses','1','add'),(76432,'incomeexpenses','1','closeexpense'),(76433,'incomeexpenses','1','update'),(76434,'incomeexpenses','1','wiewinvoices'),(76435,'incomeexpenses','1','viewbills'),(76436,'incomeexpenses','1','viewdebtors'),(76437,'incomeexpenses','1','viewcreditors'),(76438,'incomeexpenses','1','postrentalexpenses'),(76439,'branch','1','add'),(76440,'branch','1','view'),(76441,'branch','1','update'),(76442,'branch','1','delete'),(76443,'members','1','add'),(76444,'members','1','update'),(76445,'members','1','opencloseshift'),(76446,'users','1','add'),(76447,'users','1','update'),(76448,'users','1','delete'),(76449,'users','1','deleteallroles'),(76450,'productscategory','1','add'),(76451,'productscategory','1','update'),(76452,'productscategory','1','delete'),(76453,'productlist','1','bulk'),(76454,'productlist','1','updatestock'),(76455,'productlist','1','move'),(76456,'productlist','1','more'),(76457,'productlist','1','transfer'),(76458,'productlist','1','addstock'),(76459,'productlist','1','delete'),(76460,'productlist','1','view'),(76461,'productlist','1','update'),(76462,'productlist','1','add'),(76463,'productlist','1','stocktaking'),(76464,'productlist','1','editstocktaken'),(76465,'productlist','1','editopenclosestock'),(76466,'productlist','1','changeserialstatus'),(76467,'productlist','1','viewserials'),(76468,'productlist','1','viewproductsfromallbranches'),(76469,'productlist','1','bulkpriceupdate'),(76470,'products','1','add'),(76471,'products','1','update'),(76472,'products','1','delete'),(76473,'products','1','addstock'),(76474,'products','1','more'),(76475,'products','1','bulk'),(76476,'products','1','deleteorder'),(76477,'products','1','dispatch'),(76478,'products','1','removestock'),(76479,'products','1','price'),(76480,'products','1','removeallstock'),(76481,'products','1','bulkpriceupdate'),(76482,'lowstocklist','1','more'),(76483,'lowstocklist','1','view'),(76484,'accounting','1','deletebank'),(76485,'accounting','1','deleteglaccount'),(76486,'accounting','1','view'),(76487,'bankdeposits','1','update'),(76488,'bankdeposits','1','delete'),(76489,'banktransfer','1','add'),(76490,'journalentry','1','add'),(76491,'complain','1','add'),(76492,'complain','1','view'),(76493,'complain','1','update'),(76494,'complain','1','allcompalin'),(76495,'complain','1','delete'),(76496,'password','1','change'),(76497,'profile','1','update'),(76498,'quotation','1','add'),(76499,'quotation','1','update'),(76500,'quotation','1','delete'),(76501,'quotation','1','view'),(76502,'config','1','delete'),(76503,'config','1','update'),(76504,'sales','6','add'),(76505,'sales','6','suspend'),(76506,'sales','6','printreceipt'),(76507,'sales','6','update'),(76508,'sales','6','cash'),(76509,'sales','6','delete'),(76510,'sales','6','moresales'),(76511,'sales','6','sale'),(76512,'sales','6','mpesabalance'),(76513,'sales','6','discount'),(76514,'sales','6','reprint'),(76515,'sales','6','select'),(76516,'sales','6','printbill'),(76517,'sales','6','productdiscount'),(76518,'sales','6','mpesa'),(76519,'sales','6','closebill'),(76520,'sales','6','viewbuyingprice'),(76521,'sales','6','editsellingprice'),(76522,'sales','6','updatepaymentmode'),(76523,'sales','6','card'),(76524,'sales','6','clearpayments'),(76525,'sales','6','cheque'),(76526,'sales','6','creditnote'),(76527,'sales','6','salesbeyondbprice'),(76528,'sales','6','credit'),(76529,'sales','6','dontprint'),(76530,'sales','6','backdatesales'),(76531,'sales','6','recordcoins'),(76532,'wholesale','6','sale'),(76533,'wholesale','6','add'),(76534,'wholesale','6','delete'),(76535,'wholesale','6','update'),(76536,'cashiersales','6','entermpesacode'),(76537,'cashiersales','6','editmpesa'),(76538,'cashiersales','6','all'),(76539,'cashiersales','6','cashiersales'),(76540,'cashiersales','6','editmpesadate'),(76541,'cashiersales','6','adddailycollection'),(76542,'cashiersales','6','viewtill'),(76543,'cashiersales','6','viewdailycollections'),(76544,'cashiersales','6','updatedailycollections'),(76545,'cashiersales','6','viewallcounters'),(76546,'cashiersales','6','mpesaverifiedreport'),(76547,'cashiersales','6','viewcommission'),(76548,'cashiersales','6','viewmpesamessages'),(76549,'purchases','6','add'),(76550,'purchases','6','update'),(76551,'purchases','6','delete'),(76552,'purchases','6','updatebuyingprice'),(76553,'purchases','6','updatesellingprice'),(76554,'purchases','6','updateclosedinvoice'),(76555,'purchases','6','viewquotation'),(76556,'purchases','6','viewserials'),(76557,'purchases','6','viewdirectpurchases'),(76558,'purchases','6','viewpurchase'),(76559,'purchases','6','salesorder'),(76560,'purchases','6','budget'),(76561,'purchases','6','showdefaultserials'),(76562,'purchases','6','viewallcounters'),(76563,'purchases','6','approve'),(76564,'purchases','6','addbatchno'),(76565,'purchases','6','addexpirydate'),(76566,'viewreturnsales','6','add'),(76567,'viewreturnsales','6','update'),(76568,'viewreturnsales','6','delete'),(76569,'viewreturnsales','6','return'),(76570,'viewreturnsales','6','clear'),(76571,'viewreturnsales','6','moresales'),(76572,'income','6','View'),(76573,'income','6','add'),(76574,'income','6','wiewinvoices'),(76575,'income','6','detailedvatinvoice'),(76576,'incomeexpenses','6','add'),(76577,'incomeexpenses','6','closeexpense'),(76578,'incomeexpenses','6','update'),(76579,'incomeexpenses','6','updateclosedexpenses'),(76580,'incomeexpenses','6','wiewinvoices'),(76581,'incomeexpenses','6','viewbills'),(76582,'incomeexpenses','6','viewexpense'),(76583,'incomeexpenses','6','viewdebtors'),(76584,'incomeexpenses','6','viewcreditors'),(76585,'incomeexpenses','6','postrentalexpenses'),(76586,'members','6','add'),(76587,'members','6','update'),(76588,'members','6','deletepeople'),(76589,'members','6','opencloseshift'),(76590,'users','6','add'),(76591,'users','6','update'),(76592,'users','6','delete'),(76593,'users','6','deleteallroles'),(76594,'productlist','6','bulk'),(76595,'productlist','6','updatestock'),(76596,'productlist','6','move'),(76597,'productlist','6','more'),(76598,'productlist','6','transfer'),(76599,'productlist','6','addstock'),(76600,'productlist','6','delete'),(76601,'productlist','6','view'),(76602,'productlist','6','update'),(76603,'productlist','6','add'),(76604,'productlist','6','openclosestock'),(76605,'productlist','6','stocktaking'),(76606,'productlist','6','editstocktaken'),(76607,'productlist','6','editopenclosestock'),(76608,'productlist','6','changeserialstatus'),(76609,'productlist','6','viewserials'),(76610,'productlist','6','viewproductsfromallbranches'),(76611,'productlist','6','bulkpriceupdate'),(76612,'productlist','6','viewbprice'),(76613,'products','6','add'),(76614,'products','6','update'),(76615,'products','6','delete'),(76616,'products','6','addstock'),(76617,'products','6','more'),(76618,'products','6','bulk'),(76619,'products','6','deleteorder'),(76620,'products','6','dispatch'),(76621,'products','6','removestock'),(76622,'products','6','price'),(76623,'products','6','removeallstock'),(76624,'products','6','bulkpriceupdate'),(76625,'incomingstock','6','add'),(76626,'incomingstock','6','update'),(76627,'incomingstock','6','view'),(76628,'lowproducts','6','add'),(76629,'lowproducts','6','update'),(76630,'damagedproducts','6','add'),(76631,'damagedproducts','6','update'),(76632,'damagedproducts','6','delete'),(76633,'assets','6','add'),(76634,'assets','6','update'),(76635,'assets','6','delete'),(76636,'accounting','6','deletebank'),(76637,'accounting','6','deleteglaccount'),(76638,'accounting','6','view'),(76639,'bankdeposits','6','add'),(76640,'bankdeposits','6','update'),(76641,'bankdeposits','6','delete'),(76642,'banktransfer','6','add'),(76643,'accountingreports','6','view'),(76644,'peoplecategory','6','add'),(76645,'peoplecategory','6','update'),(76646,'peoplecategory','6','delete'),(76647,'displayreport','6','view'),(76648,'quotation','6','add'),(76649,'quotation','6','update'),(76650,'quotation','6','delete'),(76651,'quotation','6','view'),(76652,'config','6','delete'),(76653,'config','6','add'),(76654,'config','6','update'),(76655,'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=3 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','JUJA......','10 ','8 ','20','1 ','2022-03-30 11:13:20','','','1','','','','1','1',0.00,'','',0.00,'accommodation',1,'percentage','no','no','no','no','no','no','no',0,'01','10','10','Landlord','','','yes'),(2,'','JUJA SQUARE','204','7 ','9 ','20','1 ','2022-04-08 05:45:36','','','1','','','','1','1',0.00,'','',3.00,'rental',1,'percentage','no','no','no','no','no','no','no',9,'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 AUTO_INCREMENT=8 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 */; INSERT INTO `plotcharges` VALUES (1,'12 ','','1','0','active','2022-03-30 12:01:33','','',0,1,1),(2,'13 ','','1','1000','active','2022-03-30 12:01:48','','',0,1,1),(3,'1 ','','2','0','active','2022-04-08 05:49:17','','',0,1,1),(4,'2 ','','2','0','active','2022-04-08 05:49:28','','',0,1,1),(5,'5 ','','2','200','active','2022-04-08 05:49:38','','',0,1,1),(6,'7 ','','2','250','active','2022-04-08 05:49:50','','',0,1,1),(7,'10 ','','2','250','active','2022-05-04 15:05:02','','',0,1,1); /*!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=15 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,'Engine ',0,'2021-04-14 10:49:54','active','1','','1','1','0','','Percentage',NULL),(2,'Filters',0,'2021-04-14 10:50:42','active','1','','1','1','0','','Percentage',NULL),(3,'BRAKES',0,'','active','1','','1','1','0','','Percentage',NULL),(4,'EXHAUST',0,'','active','1','','1','1','0','','Percentage',NULL),(5,'COOLING SYSTEM',0,'','active','1','','1','1','0','','Percentage',NULL),(6,'BODY',0,'','active','1','','1','1','0','','Percentage',NULL),(7,'DRIVE TRAIN',0,'','active','1','','1','1','0','','Percentage',NULL),(8,'SUSPENSION',0,'','active','1','','1','1','0','','Percentage',NULL),(9,'STEERING',0,'','active','1','','1','1','0','','Percentage',NULL),(10,'INTERIOR',0,'','active','1','','1','1','0','','Percentage',NULL),(11,'ELECTRICS',0,'','active','1','','1','1','0','','Percentage',NULL),(12,'ACCESSORIES',0,'','active','1','','1','1','0','','Percentage',NULL),(13,'OILS AND FLUIDS',0,'','active','1','','1','1','0','','Percentage',NULL),(14,'TRANSMISSION',0,'2021-05-14 13:39:17','active','6','','1','1','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(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` varchar(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `branch` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` text NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `store` text NOT NULL, `code` varchar(100) NOT NULL, `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, 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=152 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 (3,'Idler Pulley','1','9','S60 II, XC60',16.00,'3000','8000','','7500',NULL,NULL,'1',0,0,'11618414278',0,0,0,2.00,'2021-04-14 19:03:32','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31359864','pcs','Inventory','VATABLE',NULL),(4,'Expansion Tank Cover','5','9','Volvo',16.00,'800','2500','','3000',NULL,NULL,'1',0,0,'11618414324',0,0,0,2.00,'2021-04-15 13:04:41','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30680002','pcs','Inventory','VATABLE',NULL),(5,'Fan Module Single Fan','5','11','S60 II, XC60',16.00,'2500','15000','','13000',NULL,NULL,'1',0,0,'11618415473',0,0,0,0.00,'2021-04-15 13:05:42','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','3','pcs','Inventory','VATABLE',NULL),(6,'Fan Module Double Fan','5','11','XC60',16.00,'2500','15000','','13000',NULL,NULL,'1',0,0,'11618415547',0,0,0,0.00,'2021-04-15 13:06:03','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','2','pcs','Inventory','VATABLE',NULL),(7,'Wiper Blade Front','6','8','XC60',16.00,'1700','7000','','6000',NULL,NULL,'2',0,0,'11618415592',0,0,0,0.00,'2021-04-15 13:06:26','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','32237897','pcs','Inventory','VATABLE',NULL),(8,'Wiper Blade Front','6','8','XC90',16.00,'1200','6000','','5000',NULL,NULL,'2',0,0,'11618415622',0,0,0,0.00,'2021-04-15 13:06:58','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','32237899','pcs','Inventory','VATABLE',NULL),(9,'Wiper Blade Rear','6','8','XC90',16.00,'1000','3000','','3000',NULL,NULL,'2',0,0,'11618415644',0,0,0,3.00,'2021-04-26 15:05:47','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30757762','pcs','Inventory','VATABLE',NULL),(10,'Volvo Fuel Flap Hinge','6','9','XC90',16.00,'1000','2500','','2500',NULL,NULL,'1',0,0,'11618415079',0,0,0,0.00,'2021-04-26 14:01:55','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30649879','pcs','Inventory','VATABLE',NULL),(11,'Top Cover Seal','1','7','XC60 T5',16.00,'3000','9000','','7000',NULL,NULL,'2',0,0,'11618415733',0,0,0,1.00,'2021-04-26 14:03:49','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31359965','pcs','Inventory','VATABLE',NULL),(12,'Camshaft Adjustment Seal','1','7','XC60 T5',16.00,'3000','5000','','5000',NULL,NULL,'2',0,0,'11618415774',0,0,0,0.00,'2021-04-26 14:04:19','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31460321','pcs','Inventory','VATABLE',NULL),(13,'Brake Pad Front 16,5','3','8','S60 II, S80 II,V60',16.00,'3700','15000','','13000',NULL,NULL,'2',0,0,'11618415806',0,0,0,3.00,'2021-04-26 14:04:53','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30736322','pcs','Inventory','VATABLE',NULL),(14,'Brake Pad Rear','3','8','XC90',16.00,'2700','9000','','7800',NULL,NULL,'2',0,0,'61618471655',0,0,0,2.00,'2021-04-26 14:05:05','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30793265','pcs','Inventory','VATABLE',NULL),(16,'Brake Pad Rear','3','8','C30, S40, V50',16.00,'2700','9000','2','7500',NULL,NULL,NULL,0,0,NULL,0,0,0,0.00,'2021-04-29 12:11:44','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30742031','pcs','Inventory','VATABLE',NULL),(17,'Brake Pad Front ','3','8','C30, S40, V50',16.00,'2800','9000',NULL,'8000',NULL,NULL,NULL,0,0,NULL,0,0,0,0.00,'2021-04-29 12:12:28','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30742030','pcs','Inventory','VATABLE',NULL),(18,'Brake Pad Front 16','3','8','XC90 I, S60 I, S80 I',16.00,'3500','15000',NULL,'13000',NULL,NULL,NULL,0,0,NULL,0,0,0,0.00,'2021-04-29 12:14:35','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30769125','pcs','Inventory','VATABLE',NULL),(19,'Engine Mounting Lower','1','10','XC90, S60 I, S80 I',16.00,'3300','9000',NULL,'8000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'2021-04-26 14:14:36','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30748811','pcs','Inventory','VATABLE',NULL),(20,'Engine Mounting Right','1','9','XC60 T6',16.00,'7500','16000','','15000',NULL,NULL,'1',0,0,'11619435680',0,0,0,1.00,'2021-04-26 14:15:10','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30671245','pcs','Inventory','VATABLE',NULL),(21,'Engine Mounting Front Lower','1','9','850, ',16.00,'4300','7000',NULL,'6000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'2021-04-26 14:16:07','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','9141042','pcs','Inventory','VATABLE',NULL),(22,'Engine Mount Front rear','1','9','XC90, S60 I, S80 I',16.00,'3300','12000',NULL,'10000',NULL,NULL,'1',0,0,NULL,0,0,0,1.00,'2021-04-26 14:17:12','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30778951','pcs','Inventory','VATABLE',NULL),(23,'Expansion Tank','5','13','S60,XC60',16.00,'3000','15000','','13000',NULL,NULL,'1',0,0,NULL,0,0,0,0.00,'2021-04-26 14:23:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31200321','pcs','Inventory','VATABLE',NULL),(24,'Gear box Filter','2','7','X60, S60',16.00,'600','5000','','4000',NULL,NULL,'10',0,0,'11619438751',0,0,0,0.00,'2021-04-26 15:15:12','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31256837','pcs','Inventory','VATABLE',NULL),(25,'Fuel Filter-Petrol','2','14','XC90 I, S60 I ',16.00,'1100','4000','','3500',NULL,NULL,'3',0,0,'11619437380',0,0,0,2.00,'2021-04-26 15:16:43','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30620512','pcs','Inventory','VATABLE',NULL),(26,'Air filter s60 II, XC60 ','2','7','',0.00,'400','3500','5','2000',NULL,NULL,'0',0,0,'4908811619439477',0,0,0,26.00,'2021-04-26 15:19:58','1','1','1','0000-00-00','mainitem','na','','active','STORE 1','31370161','pcs','Inventory','EXEMPTED',NULL),(27,'Oil filter','2','7','C30, S40',16.00,'400','2500','','1500',NULL,NULL,'20',0,0,'11619437839',0,0,0,53.00,'2021-04-26 15:26:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30788490','pcs','Inventory','VATABLE',NULL),(28,'XC 90-Wiper Blade Rear Window','6','10','',0.00,'350','4000','0','3500',NULL,NULL,'0',0,0,'659861619442128',0,0,0,3.00,'2021-04-29 13:21:50','1','1','1','0000-00-00','mainitem','na','','active','','30747762','pcs','Inventory','EXEMPTED',NULL),(29,'Oil filter','2','7','V40 II, S60 III, XC90 II, ',16.00,'450','2500','','1500',NULL,NULL,'10',0,0,'11619437993',0,0,0,41.00,'2021-04-26 17:17:26','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31372212','pcs','Inventory','VATABLE',NULL),(30,'Air filter','2','7','C30, S40, V50',16.00,'450','2500','','1500',NULL,NULL,'10',0,0,'11619438120',0,0,0,9.00,'2021-04-29 12:22:29','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30757155','pcs','Inventory','VATABLE',NULL),(31,'Air Filter','2','7','S60I,XC90 D,',16.00,'450','250','','1500',NULL,NULL,'10',0,0,'11619438035',0,0,0,12.00,'2021-04-30 18:32:00','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30636833','pcs','Inventory','VATABLE',NULL),(32,'Air filter','2','7','S60,S80II 3.2,',16.00,'450','2500','','1500',NULL,NULL,'10',0,0,'11619438056',0,0,0,13.00,'2021-04-29 12:27:30','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30745344','pcs','Inventory','VATABLE',NULL),(33,'Air filter(Round)','2','7','31370984-C30, V40(2013-)',16.00,'450','4000','','2500',NULL,NULL,'10',0,0,'11619438097',0,0,0,0.00,'2021-04-29 12:28:56','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30792891','pcs','Inventory','VATABLE',NULL),(34,'Air filter','2','7','XC90(-2014)',16.00,'450','2500','','2000',NULL,NULL,'20',0,0,'11619438206',0,0,0,31.00,'2021-04-29 12:29:47','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','8638600','pcs','Inventory','VATABLE',NULL),(35,'Air filter','2','7','S80(-2006)',16.00,'450','2500','','2000',NULL,NULL,'5',0,0,'11619438137',0,0,0,18.00,'2021-04-29 12:30:32','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','9186361','pcs','Inventory','VATABLE',NULL),(36,'Air Filter','2','8','S60(-2009), S80(-2006)',16.00,'450','2500','','2000',NULL,NULL,'5',0,0,'11619438161',0,0,0,13.00,'2021-04-29 12:31:18','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','9454647','pcs','Inventory','VATABLE',NULL),(37,'Oil filter','2','7','XC90 I, 850, S60 I, S80 I',16.00,'330','2500','','1500',NULL,NULL,'30',0,0,'11619437945',0,0,0,48.00,'2021-04-29 12:32:40','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','1275810','pcs','Inventory','VATABLE',NULL),(38,'Oil Filter','2','7','C30,S40D,',16.00,'400','2500','','1500',NULL,NULL,'10',0,0,'11619437607',0,0,0,209.00,'2021-04-29 12:57:57','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30650798','pcs','Inventory','VATABLE',NULL),(39,'Oil filter','2','7','C30, S40, V50',16.00,'350','2500','','1500',NULL,NULL,'30',0,0,'11619437882',0,0,0,78.00,'2021-04-29 13:19:49','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','8692305','pcs','Inventory','VATABLE',NULL),(40,'Oil filter','2','7','XC60 I, S60 II',16.00,'350','2500','','1500',NULL,NULL,'30',0,0,'11619437975',0,0,0,45.00,'2021-04-29 13:51:43','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31330050','pcs','Inventory','VATABLE',NULL),(41,'Engine Mounting','1','11','XC90',16.00,'3200','8000','','7000',NULL,NULL,'2',0,0,'11619435277',0,0,0,2.00,'2021-04-29 13:58:13','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30680770','pcs','Inventory','VATABLE',NULL),(44,'Ignition Coil','11','12','C30, S40, ',16.00,'4500','9500','','8500',NULL,NULL,'5',0,0,'11619437087',0,0,0,2.00,'2021-04-29 14:17:28','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31375294','pcs','Inventory','VATABLE',NULL),(45,'Engine Mount','1','14','S60/V60 II, S80 II, XC60 I',16.00,'4500','24000','','21000',NULL,NULL,'1',0,0,'11619435882',0,0,0,0.00,'2021-04-29 14:19:02','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31262708','pcs','Inventory','VATABLE',NULL),(46,'Auxilliary Belt','1','9','S60 II, XC60',16.00,'3000','9000','','8000',NULL,NULL,'1',0,0,'11619437333',0,0,0,4.00,'2021-04-29 14:20:52','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31330380','pcs','Inventory','VATABLE',NULL),(47,'Belt Tensioner','1','9','C30, V50, S40',16.00,'4500','9000','','9000',NULL,NULL,'1',0,0,'11619437175',0,0,0,2.00,'2021-04-29 14:21:58','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30650957','pcs','Inventory','VATABLE',NULL),(48,'Brakepad Front','3','8','',0.00,'4000','13000','2','11000',NULL,NULL,'0',0,0,'2598701619696241',0,0,0,0.00,'2021-04-29 14:39:43','1','1','1','0000-00-00','mainitem','na','','active','','30648385','pcs','Inventory','EXEMPTED',NULL),(49,'Brake Pad Rear','3','8','S60 I, S80 I, XC70',16.00,'3500','8000','','5000',NULL,NULL,'3',0,0,'11619687573',0,0,0,2.00,'2021-04-29 14:50:13','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30648382','pcs','Inventory','VATABLE',NULL),(50,'Oil filter','2','7','S60 II, S80 II, V60 II, XC60 I, XC90 I',16.00,'450','2500','','1500',NULL,NULL,'10',0,0,'11619438014',0,0,0,53.00,'2021-04-29 14:53:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','30750013','pcs','Inventory','VATABLE',NULL),(51,'Top Cover Seal','1','7','XC60 T5',16.00,'3500','12000','2','10000',NULL,NULL,'3',0,0,'11619436305',0,0,0,1.00,'2021-05-22 14:20:54','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','31359965','pcs','Inventory','VATABLE',NULL),(52,'Oil Deflector','1','10','XC60 T6',16.00,'6000','15000','','15000',NULL,NULL,'1',0,0,'11618415679',0,0,0,2.00,'2021-04-29 15:32:19','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31319643','pcs','Inventory','VATABLE',NULL),(53,'Ignition Coil Volvo XC60 2.0T5','11','9','',0.00,'4500','10000','0','9000',NULL,NULL,'0',0,0,'615451619699576',0,0,0,0.00,'2021-04-29 15:38:56','1','1','1','0000-00-00','mainitem','na','','active','','31312514','pcs','Inventory','EXEMPTED',NULL),(54,'Volvo S40, C30, V50 Engine Oil Pan','1','10','',0.00,'15000','25000','2','23500',NULL,NULL,'0',0,0,'6777871619700184',0,0,0,0.00,'2021-04-29 15:47:05','1','1','1','0000-00-00','mainitem','na','','active','','30777912','pcs','Inventory','EXEMPTED',NULL),(55,'Pollen Filter','2','10','S60 II V60 II, XC60 , V70, S80 II',16.00,'950','5000','','3000',NULL,NULL,'10',0,0,'11619437565',0,0,0,0.00,'2021-04-29 15:50:17','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','31449209','pcs','Inventory','VATABLE',NULL),(56,'Engine Mounting Lower S60, XC60, V60 T5','1','10','',0.00,'4500','8000','2','7300',NULL,NULL,'0',0,0,'7430391619700887',0,0,0,0.00,'2021-04-29 16:12:31','1','1','1','0000-00-00','mainitem','na','','active','','31262713','pcs','Inventory','EXEMPTED',NULL),(57,'Brake Pad Front 17','3','9','XC60 \r\nDouble Piston Brake Pad',16.00,'12600','17000','2','15000',NULL,NULL,'2',0,0,'11619687679',0,0,0,0.00,'2021-04-29 17:47:33','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','31687104','pcs','Inventory','VATABLE',NULL),(58,'Tow hook cover rear','6','13','XC60(2018-)',16.00,'1000','4000','','2500',NULL,NULL,'1',0,0,'11618415190',0,0,0,2.00,'2021-04-29 17:59:37','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','39849034','pcs','Inventory','VATABLE',NULL),(59,'Tow hook cover rear','6','13','V40',16.00,'1000','4000','','2500',NULL,NULL,'1',0,0,'11618415212',0,0,0,4.00,'2021-04-29 18:17:47','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','31283757','pcs','Inventory','VATABLE',NULL),(60,'Tow hook cover rear','6','13','S60',16.00,'1000','4000','','2500',NULL,NULL,'1',0,0,'11618415228',0,0,0,1.00,'2021-04-29 18:18:46','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','39802591','pcs','Inventory','VATABLE',NULL),(61,'SHOCK PLATES','8','10','',0.00,'9000','10000','2','10000',NULL,NULL,'0',0,0,'8464761620989137',0,0,0,0.00,'2021-05-14 13:47:14','6','1','1','0000-00-00','mainitem','na','Shock plates','active','','30683637','pcs','Inventory','EXEMPTED',NULL),(62,'Silocone Intercooler Hose','1','12','',0.00,'5000','9000','2','8500',NULL,NULL,'0',0,0,'824201621070306',0,0,0,0.00,'2021-05-15 12:22:37','6','1','1','0000-00-00','mainitem','na','','active','','8638507','pcs','Inventory','EXEMPTED',NULL),(63,'Emblem Logo stickers','12','12','',0.00,'2000','4000','5','3500',NULL,NULL,'0',0,0,'4839031621074198',0,0,0,0.00,'2021-05-15 13:27:10','6','1','1','0000-00-00','mainitem','na','volvo stickers Logo','active','','30796427','pcs','Inventory','EXEMPTED',NULL),(64,'O Rings','13','11','',0.00,'3000','20-40','000000000','401',NULL,NULL,'0',0,0,'4081681621074673',0,0,0,0.00,'2021-05-15 13:34:08','6','1','1','0000-00-00','mainitem','na','rubber rings','active','','1070475','pcs','Inventory','EXEMPTED',NULL),(65,'Halogen Bulbs','6','12','',0.00,'200','750','8','700',NULL,NULL,'0',0,0,'1132341621074848',0,0,0,8.00,'2021-05-15 13:37:30','6','1','1','0000-00-00','mainitem','na','Bulbs','active','','00000000','pcs','Inventory','EXEMPTED',NULL),(66,'Bumper clips','6','12','',0.00,'000','20-30','0','30',NULL,NULL,'0',0,0,'8424581621075050',0,0,0,620.00,'2021-05-15 13:45:36','6','1','1','0000-00-00','mainitem','na','clips','active','','3533394','pcs','Inventory','EXEMPTED',NULL),(67,'Wiper Washers','6','12','',0.00,'200','750','12','650',NULL,NULL,'0',0,0,'2698691621075536',0,0,0,12.00,'2021-05-15 13:52:53','6','1','1','0000-00-00','mainitem','na','wiper washers','active','','30655605','pcs','Inventory','EXEMPTED',NULL),(68,'Copper washers Gasket','14','10','',0.00,'1500','20','200','20',NULL,NULL,'0',0,0,'8703411621075973',0,0,0,198.00,'2021-05-15 14:01:36','6','1','1','0000-00-00','mainitem','na','Gasket Sealing washers','active','','001','pcs','Inventory','EXEMPTED',NULL),(69,'Push Clips','6','20','',0.00,'20','20','620','20',NULL,NULL,'0',0,0,'9016081621076690',0,0,0,620.00,'2021-05-15 14:11:40','6','1','1','0000-00-00','mainitem','na','Clips','active','','00200','pcs','Inventory','EXEMPTED',NULL),(70,'Philips bulbs H7','12','13','',0.00,'2000','6000','2','5000',NULL,NULL,'0',0,0,'5952551621670282',0,0,0,1.00,'2021-05-22 11:01:22','6','1','1','0000-00-00','mainitem','na','bulbs','active','','5000k','pcs','Inventory','EXEMPTED',NULL),(71,'OSRAM COOL BLUE HYPER BULB','12','9','',0.00,'1800','5000','2','4500',NULL,NULL,'0',0,0,'3528851621670482',0,0,0,0.00,'2021-05-22 11:03:20','6','1','1','0000-00-00','mainitem','na','OSRAM BULB','active','','H7 12 55W','pcs','Inventory','EXEMPTED',NULL),(72,'Spark plugs','1','10','',0.00,'7000','10000','2','9500',NULL,NULL,'0',0,0,'61656752189',0,0,0,2.00,'2022-07-02 11:57:25','6','1','1','0000-00-00','mainitem','na','','active','','31330450','pcs','Inventory','EXEMPTED',''),(73,'Rear Brake pads','3','13','',0.00,'5000','9000','3','8000',NULL,NULL,'0',0,0,'9142351622452688',0,0,0,2.00,'2021-05-31 12:19:46','6','1','1','0000-00-00','mainitem','na','','active','','31317482','pcs','Inventory','EXEMPTED',NULL),(74,'expansion tank','10','14','',0.00,'5000','12000','2','10000',NULL,NULL,'0',0,0,'61656752271',0,0,0,0.00,'2022-07-02 11:58:28','6','1','1','0000-00-00','mainitem','na','','active','','31439508','pcs','Inventory','EXEMPTED',''),(75,'Stabilizer Bar','14','9','',0.00,'6000','48000','1','45000',NULL,NULL,'0',0,0,'1708431622452952',0,0,0,0.00,'2021-05-31 12:26:34','6','1','1','0000-00-00','mainitem','na','','active','','30635778','pcs','Inventory','EXEMPTED',NULL),(76,'AC Filter','2','7','',0.00,'1000','5000','0','3000',NULL,NULL,'0',0,0,'8986781622813793',0,0,0,3.00,'2021-06-04 16:37:39','6','1','1','0000-00-00','mainitem','na','pollen filter','active','','30630752','pcs','Inventory','EXEMPTED',NULL),(77,'bleeder pipe','1','7','',0.00,'3000','5000','3','4500',NULL,NULL,'0',0,0,'7489601623163552',0,0,0,2.00,'2021-06-08 17:49:12','6','1','1','0000-00-00','mainitem','na','','active','','31368200','pcs','Inventory','EXEMPTED',NULL),(78,'cap-coolant radiator','13','13','',0.00,'1000','2500','2','2500',NULL,NULL,'2',0,0,'2251591624865336',0,0,0,0.00,'2021-07-14 12:33:11','6','1','1','0000-00-00','mainitem','na','cap coolant','active','','9445462','pcs','Inventory','EXEMPTED',NULL),(79,'Rear Brake Pads','3','7','',0.00,'6000','10500','3','9000',NULL,NULL,'0',0,0,'61656752083',0,0,0,0.00,'2022-07-02 11:55:35','6','1','1','0000-00-00','mainitem','na','Brake Pads','active','','30671574','pcs','Inventory','EXEMPTED',''),(80,'Oil Dip Stick','13','7','',0.00,'3000','5000','2','4500',NULL,NULL,'0',0,0,'3981381625819500',0,0,0,0.00,'2021-07-09 11:36:36','6','1','1','0000-00-00','mainitem','na','Dip stick','active','','30731177','pcs','Inventory','EXEMPTED',NULL),(81,'Engine Mounting right','1','7','',0.00,'10000','24000','0','21000',NULL,NULL,'0',0,0,'5987591626255585',0,0,0,0.00,'2021-07-14 12:48:37','6','1','1','0000-00-00','mainitem','na','S60,S80','active','','31277689','pcs','Inventory','EXEMPTED',NULL),(82,'Fuel Pump','11','7','',0.00,'0000','40000','1','35000',NULL,NULL,'0',0,0,'6992051627021567',0,0,0,0.00,'2021-07-23 09:32:02','1','1','1','0000-00-00','mainitem','na','','active','','31372881','pcs','Inventory','EXEMPTED',NULL),(83,'Timing Tensioner','1','7','',0.00,'5000','15000','2','19000',NULL,NULL,'0',0,0,'4920291627021922',0,0,0,0.00,'2021-07-23 09:33:14','1','1','1','0000-00-00','mainitem','na','','active','','30637955','pcs','Inventory','EXEMPTED',NULL),(84,'Castrol Oil 5w 30','13','13','',0.00,'6220','6220','6Litres','6220',NULL,NULL,'0',0,0,'1805701628776710',0,0,0,1.00,'2022-08-30 16:42:52','6','1','1','0000-00-00','mainitem','na','Engine Oil ','active','','00000','ltr','Inventory','EXEMPTED',''),(85,'Fargo courier','14','14','',0.00,'1300','1300','0','1300',NULL,NULL,'0',0,0,'4280461628776976',0,0,0,0.00,'2021-08-12 17:05:59','6','1','1','0000-00-00','mainitem','na','transport','active','','12345','pcs','Inventory','EXEMPTED',NULL),(86,'Pollen Filter','2','7','',0.00,'950','5000','20','4000',NULL,NULL,'1',0,0,'4084401629723647',0,0,0,-4.00,'2022-09-15 16:11:36','6','1','1','0000-00-00','mainitem','na','Pollen filter','active','','31436713','pcs','Inventory','EXEMPTED','1'),(87,'Pollen Filter','2','7','',0.00,'980','5000','5','4000',NULL,NULL,'0',0,0,'61656752136',0,0,0,8.00,'2023-03-15 14:24:31','6','1','1','0000-00-00','mainitem','na','Pollen Filter','active','','31407748','pcs','Inventory','EXEMPTED',''),(88,'Spark Plugs','11','10','XC90 I, 850, S60 I, S80 I',16.00,'3500','10500','','9000',NULL,NULL,'3',0,0,'11619436514',0,0,0,0.00,'2021-08-31 15:21:54','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','8692071','pcs','Inventory','VATABLE',NULL),(89,'Oil filter','2','9','v40,v60,c30,s40',16.00,'400','2500','','1500',NULL,NULL,'10',0,0,'11619437821',0,0,0,0.00,'2021-09-08 13:20:57','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','30735878','pcs','Inventory','VATABLE',NULL),(90,' Drive shaft front left Volvo XC60 (2018-), XC90 (2016-) OEM','7','7','',0.00,'20000','50000','0','',NULL,NULL,'0',0,0,'8637551631189155',0,0,0,1.00,'2021-09-09 15:07:17','1','1','1','0000-00-00','mainitem','na','Drive Shaft','active','','36011773','pcs','Inventory','EXEMPTED',NULL),(91,' Drive shaft front right Volvo XC60 (2018-), XC90 (2016-) OEM','7','7','',0.00,'20000','65000','0','',NULL,NULL,'0',0,0,'9161391631189237',0,0,0,1.00,'2021-09-09 15:08:17','1','1','1','0000-00-00','mainitem','na','Drive Shaft Right','active','','36010175','pcs','Inventory','EXEMPTED',NULL),(92,'Boot Module','6','7','',0.00,'7000','18000','1','16000',NULL,NULL,'0',0,0,'6556431631193158',0,0,0,0.00,'2021-09-09 16:17:47','6','1','1','0000-00-00','mainitem','na','','active','','31218393','pcs','Inventory','EXEMPTED',NULL),(93,'Vacuum Pump O-Ring seal','1','10','',0.00,'550','2000','10','1500',NULL,NULL,'0',0,0,'3122231631193468',0,0,0,10.00,'2021-09-09 16:20:49','6','1','1','0000-00-00','mainitem','na','','active','','31401249','pcs','Inventory','EXEMPTED',NULL),(94,'Drive Shaft Seal','7','14','Volvo',16.00,'2500','5500','','5000',NULL,NULL,'1',0,0,'11618414393',0,0,0,1.00,'2021-09-22 16:29:29','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','30751402','pcs','Inventory','VATABLE',NULL),(95,'Stabilizer Link Rear-Volvo XC60','8','7','Volvo XC60 Rear Stabilizer link',0.00,'2000','4000','5','4000',NULL,NULL,'0',0,0,'8679851632480400',0,0,0,0.00,'2021-09-24 13:55:43','1','1','1','0000-00-00','mainitem','na','','active','','31476579','pcs','Inventory','EXEMPTED',NULL),(96,'Panasonic Battery','12','14','',0.00,'20','400','20','350',NULL,NULL,'0',0,0,'809701632490612',0,0,0,0.00,'2021-09-24 16:40:55','6','1','1','0000-00-00','mainitem','na','batt','active','','CR2032','pcs','Service','EXEMPTED',NULL),(97,'LED BULB','11','14','',0.00,'40','300','10','250',NULL,NULL,'0',0,0,'6534681632490856',0,0,0,0.00,'2021-09-24 16:43:18','6','1','1','0000-00-00','mainitem','na','BULB','active','','BA15S','pcs','Inventory','EXEMPTED',NULL),(98,'Heat Shrinkage Sleeves','12','14','',0.00,'1','15','164','10',NULL,NULL,'0',0,0,'5234471632491026',0,0,0,0.00,'2021-09-24 16:46:35','6','1','1','0000-00-00','mainitem','na','sleeves','active','','0000','pcs','Inventory','EXEMPTED',NULL),(99,'Heat Exchanger','10','11','XC90, S60 I, S80 I',16.00,'5000','25000','','22000',NULL,NULL,'1',0,0,'11619687934',0,0,0,0.00,'2021-09-25 11:34:42','1','1','1','0000-00-00','mainitem','Inclusive','','active','1','9171503','pcs','Inventory','VATABLE',NULL),(100,'Power Steering Oil Reservoir','9','11','',0.00,'3500','9300','2','7000',NULL,NULL,'0',0,0,'2465171633172460',0,0,0,0.00,'2021-10-02 14:02:37','1','1','1','0000-00-00','mainitem','na','','active','','30680756','pcs','Inventory','EXEMPTED',NULL),(101,'INDICATOR BULBS','12','14','',0.00,'80','200','10','200',NULL,NULL,'0',0,0,'9303671633687646',0,0,0,10.00,'2021-10-08 13:10:37','6','1','1','0000-00-00','mainitem','na','Coloured bulbs','active','','SKU842352','pcs','Inventory','EXEMPTED',NULL),(102,'OSRAM INDICATOR BULBS','12','14','',0.00,'130','350','20','300',NULL,NULL,'0',0,0,'8727881633687837',0,0,0,20.00,'2021-10-08 13:13:20','6','1','1','0000-00-00','mainitem','na','BULBS','active','','PY21W','pcs','Inventory','EXEMPTED',NULL),(103,'LED COLOUR BULBS','12','14','',0.00,'20','50','20','50',NULL,NULL,'0',0,0,'18211633688000',0,0,0,20.00,'2021-10-08 13:15:38','6','1','1','0000-00-00','mainitem','na','Front Indicator bulbs','active','','W5WT10','pcs','Inventory','EXEMPTED',NULL),(104,'Front Brake Pads','3','7','',0.00,'6000','12000','2','12000',NULL,NULL,'0',0,0,'7408941634899339',0,0,0,0.00,'2022-08-18 10:13:02','6','1','1','0000-00-00','mainitem','na','S60,S80,V70,XC70','active','','30793540','pcs','Service','EXEMPTED',''),(105,'Breather Hose Pipe','5','14','',0.00,'6500','15000','2','14500',NULL,NULL,'0',0,0,'1551641634900040',0,0,0,0.00,'2021-10-22 13:59:58','6','1','1','0000-00-00','mainitem','na','breather pipe S60,V60,S80','active','','37686893','pcs','Inventory','EXEMPTED',NULL),(106,'Oxygen Sensor','9','7','',0.00,'9000','12000','1','8500',NULL,NULL,'0',0,0,'633881634900430',0,0,0,0.00,'2021-10-22 14:01:48','6','1','1','0000-00-00','mainitem','na','sensor','active','','31422419','pcs','Inventory','EXEMPTED',NULL),(107,'Volvo XC601 Lower Arm R ','8','7','',0.00,'6500','22000','2','20000',NULL,NULL,'0',0,0,'3255751636016991',0,0,0,0.00,'2021-11-04 12:27:44','6','1','1','0000-00-00','mainitem','na','LOWER ARM RIGHT','active','','31317666','pcs','Inventory','EXEMPTED',NULL),(108,'Lower Arm Left','8','7','',0.00,'6000','23000','2','20000',NULL,NULL,'0',0,0,'61656752245',0,0,0,0.00,'2022-07-02 11:57:51','6','1','1','0000-00-00','mainitem','na','XC 60 LOWER ARM L','active','','31317665','pcs','Inventory','EXEMPTED',''),(109,'Air filter','2','7','S80 II',16.00,'450','3500','10','2000',NULL,NULL,'10',0,0,'11619438078',0,0,0,0.00,'2021-11-24 10:38:47','6','1','1','0000-00-00','mainitem','Inclusive','','active','1','30748212','pcs','Inventory','VATABLE',NULL),(110,'Spark Plugs','11','10','V60/S60 II,S80 II, V70 II, XC60 I ',16.00,'3500','12000','2','8000',NULL,NULL,'3',0,0,'11619436305',0,0,0,2.00,'2022-07-02 12:19:17','6','1','1','0000-00-00','mainitem','Inclusive','','active','5','30758130','pcs','Inventory','VATABLE',''),(111,'VVTI PULLEY','1','9','',0.00,'12000','25000','2','25000',NULL,NULL,'0',0,0,'8201631638440279',0,0,0,0.00,'2021-12-02 13:20:35','6','1','1','0000-00-00','mainitem','na','VVTI','active','','31370809','pcs','Inventory','EXEMPTED',NULL),(112,'XC60 Electronic Fuse Box','14','14','',0.00,'42000','70000','1','70000',NULL,NULL,'0',0,0,'7992581639742322',0,0,0,0.00,'2021-12-17 15:01:14','6','1','1','0000-00-00','mainitem','na','XC 60 Fuse Box','active','','31412971','pcs','Inventory','EXEMPTED',NULL),(113,'Turbo Actuator','1','14','',0.00,'15000','22000','1','22000',NULL,NULL,'0',0,0,'3585341641476511',0,0,0,0.00,'2022-01-06 17:37:17','6','1','1','0000-00-00','mainitem','na','Actuator','active','','D5 Engine turbo actuator','pcs','Inventory','EXEMPTED',NULL),(114,'Drive shaft seal XC60','1','7','',0.00,'2400','7500','3','7000',NULL,NULL,'0',0,0,'5458921642599862',0,0,0,3.00,'2022-01-19 17:32:56','6','1','1','0000-00-00','mainitem','na','driveshaft seal','active','','31256727','pcs','Inventory','EXEMPTED',NULL),(115,'Gearbox Seal','14','7','',0.00,'4500','18000','2','15000',NULL,NULL,'1',0,0,'6861081656750689',0,0,0,1.00,'2022-07-02 11:43:20','6','1','1','0000-00-00','mainitem','Inclusive','gearbox seal','active','','31256845','pcs','Inventory','EXEMPTED','2'),(116,'Rack Ends','8','12','',0.00,'00','5500','2','5000',NULL,NULL,'0',0,0,'61656752034',0,0,0,4.00,'2022-09-17 15:38:00','6','1','1','0000-00-00','mainitem','na','rack ends','active','','31451036','pcs','Inventory','EXEMPTED','1'),(117,'Tie Rods','8','12','1',0.00,'1000','5500','2','5500',NULL,NULL,'0',0,0,'3306101656751575',0,0,0,2.00,'2022-09-17 15:36:58','6','1','1','0000-00-00','mainitem','na','rack ends','active','','31302345','pcs','Inventory','EXEMPTED','1'),(118,'Pollen Filter','2','7','',0.00,'800','4500','5','3000',NULL,NULL,'0',0,0,'976241656829123',0,0,0,0.00,'2022-07-03 09:24:04','6','1','1','0000-00-00','mainitem','Inclusive','Pollen','active','','31366124','pcs','Inventory','EXEMPTED',NULL),(119,'Brake Pad Rear','3','7','',0.00,'3000','8000','0','',NULL,NULL,'0',0,0,'8160541656829478',0,0,0,0.00,'2022-07-03 09:26:26','6','1','1','0000-00-00','mainitem','Inclusive','','active','','30794554','pcs','Inventory','EXEMPTED',NULL),(120,'Thermostart Housing','5','11','',0.00,'2500','12000','1','10000',NULL,NULL,'0',0,0,'9066351657295767',0,0,0,0.00,'2022-07-08 18:58:44','6','1','1','0000-00-00','mainitem','Inclusive','thermostart housing','active','','31432653','pcs','Inventory','EXEMPTED','1'),(121,'XC90 Air filter Diesel','2','7','',0.00,'850','4000','0','2000',NULL,NULL,'0',0,0,'813611657964201',0,0,0,11.00,'2022-07-16 12:38:26','6','1','1','0000-00-00','mainitem','Inclusive','air filter','active','','30680293','pcs','Inventory','EXEMPTED','13'),(122,'Front Brake Pads(double pistone)','3','7','',0.00,'00','12000','0','9000',NULL,NULL,'0',0,0,'6860971658234381',0,0,0,0.00,'2022-08-18 10:10:03','6','1','1','0000-00-00','mainitem','na','brake pads','active','','31277334','pcs','Inventory','EXEMPTED','2'),(123,'expansion pipe','5','7','',0.00,'00','12000','5','8500',NULL,NULL,'0',0,0,'398021658914513',0,0,0,0.00,'2022-07-27 12:41:10','6','1','1','0000-00-00','mainitem','Inclusive','hose pipe','active','','31686893','pcs','Inventory','EXEMPTED','2'),(124,'FUEL PRESSURE SENSOR','5','38','',0.00,'2500','12000','0','8500',NULL,NULL,'2',0,0,'11659799759',0,0,0,0.00,'2022-08-06 18:30:11','1','1','1','0000-00-00','mainitem','na','Sensor','active','','31263912','pcs','Inventory','EXEMPTED','2'),(125,'T6 IGNITION COILS','5','38','',0.00,'00','8000','6','7500',NULL,NULL,'0',0,0,'6660971661242499',0,0,0,6.00,'2022-08-23 11:17:22','6','1','1','0000-00-00','mainitem','Inclusive','','active','','6G9M-12A366','pcs','Inventory','EXEMPTED','6'),(126,'Labour','12','13','',0.00,'3500','3500','1','3500',NULL,NULL,'1',0,0,'1638101661866417',0,0,0,2.00,'2022-08-30 16:34:49','6','1','1','0000-00-00','mainitem','Inclusive','Labour','active','','9300','pcs','Inventory','EXEMPTED','1'),(127,'Wheel Alignment','9','13','',0.00,'2000','2000','1','2000',NULL,NULL,'1',0,0,'1838611661866726',0,0,0,2.00,'2022-08-30 16:40:27','6','1','1','0000-00-00','mainitem','Inclusive','alignment','active','','9301','pcs','Inventory','EXEMPTED','0'),(128,'Llumar Window Tint','12','30','',0.00,'10000','10000','1','10000',NULL,NULL,'0',0,0,'2525331661866827',0,0,0,2.00,'2022-08-30 16:51:34','6','1','1','0000-00-00','mainitem','na','Tint','active','','9302','pcs','Inventory','EXEMPTED','0'),(129,'Spark plugs','1','8','',0.00,'00','15000','2','12000',NULL,NULL,'0',0,0,'8586601663139600',0,0,0,0.00,'2022-09-14 10:18:16','6','1','1','0000-00-00','mainitem','Inclusive','T6 Plugs','active','','30751805','pcs','Inventory','EXEMPTED','1'),(131,'Air filter','2','8','',0.00,'600','4000','1','2000',NULL,NULL,'1',0,0,'3788541663246409',0,0,0,0.00,'2022-09-15 15:55:02','6','1','1','0000-00-00','mainitem','Inclusive','air filter','active','','31370089','pcs','Inventory','EXEMPTED','1'),(132,'Expansion Tank','6','8','',0.00,'00','12000','2','9000',NULL,NULL,'1',0,0,'7199191663246604',0,0,0,0.00,'2022-09-15 16:00:28','6','1','1','0000-00-00','mainitem','na','Expansion','active','','8683456','pcs','Inventory','EXEMPTED','1'),(133,'Diesel Filter','2','7','',0.00,'00','5500','18','3500',NULL,NULL,'1',0,0,'8184671663246954',0,0,0,15.00,'2022-09-15 16:07:31','6','1','1','0000-00-00','mainitem','Inclusive','fuel filter','active','','31273979','pcs','Inventory','EXEMPTED','1'),(134,'Diesel Filter','2','7','',0.00,'00','5500','18','3500',NULL,NULL,'0',0,0,'8510261663247534',0,0,0,14.00,'2022-09-15 16:13:36','6','1','1','0000-00-00','mainitem','Inclusive','fuel filter','active','','32242188','pcs','Inventory','EXEMPTED','1'),(135,'Hose Kit','5','8','',0.00,'00','28300','0','28300',NULL,NULL,'0',0,0,'3229811665494635',0,0,0,0.00,'2022-10-11 16:27:20','6','1','1','0000-00-00','mainitem','Inclusive','','active','','32252963','pcs','Inventory','EXEMPTED','2'),(136,'Service kit','7','9','',0.00,'00','14400','2','14400',NULL,NULL,'0',0,0,'6635611665494841',0,0,0,0.00,'2022-10-11 16:28:32','6','1','1','0000-00-00','mainitem','Inclusive','','active','','32249447','pcs','Inventory','EXEMPTED','1'),(137,'Cable Ties','1','13','',0.00,'00','1200','0','1200',NULL,NULL,'0',0,0,'1527691665494912',0,0,0,0.00,'2022-10-11 16:29:37','6','1','1','0000-00-00','mainitem','Inclusive','','active','','983750','pcs','Inventory','EXEMPTED','2'),(138,'Cooling Temperature sensor','11','14','',0.00,'00','NaN','1','26000',NULL,NULL,'0',0,0,'3248301665494977',0,0,0,0.00,'2022-10-11 16:31:46','6','1','1','0000-00-00','mainitem','Inclusive','','active','','31339941','pcs','Inventory','EXEMPTED','1'),(139,'Catalystic converter','7','9','',0.00,'00','200000','0','120000',NULL,NULL,'0',0,0,'8669691665495106',0,0,0,0.00,'2022-10-11 16:33:25','6','1','1','0000-00-00','mainitem','Inclusive','','active','','3601045','pcs','Inventory','EXEMPTED','1'),(140,'Genuine Volvo Electric Box','1','8','',0.00,'00','245000','1','245000',NULL,NULL,'0',0,0,'6354031665746009',0,0,0,0.00,'2022-10-14 14:32:25','6','1','1','0000-00-00','mainitem','na','Genuine Volvo Electric Box','active','','31394157','pcs','Inventory','EXEMPTED','1'),(141,'Oxygen Sensor','7','9','',0.00,'1500','7500','0','8500',NULL,NULL,'0',0,0,'7337951670225210',0,0,0,3.00,'2022-12-05 10:39:34','6','1','1','0000-00-00','mainitem','Inclusive','S40,C30,V50','active','','8653653','pcs','Inventory','EXEMPTED','1'),(142,'Gasket cap , crankshaft front','1','42','',0.00,'3000','8000','1','6500',NULL,NULL,'0',0,0,'4085811672728778',0,0,0,1.00,'2023-01-03 09:55:12','6','1','1','0000-00-00','mainitem','Inclusive','','active','','30637986','pcs','Inventory','EXEMPTED','0'),(143,'Gasket cap , Camshaft ','1','42','',0.00,'2500','5500','1','5500',NULL,NULL,'0',0,0,'2650461672728913',0,0,0,2.00,'2023-01-03 09:58:12','6','1','1','0000-00-00','mainitem','Inclusive','','active','','31251117','pcs','Inventory','EXEMPTED','0'),(144,'Gasket Cover','1','42','',0.00,'8000','14000','0','14000',NULL,NULL,'0',0,0,'7201881672729093',0,0,0,1.00,'2023-01-03 10:04:17','6','1','1','0000-00-00','mainitem','Inclusive','Timing cover','active','','30711315','pcs','Inventory','EXEMPTED','0'),(145,'AISIN AFW ATF','13','48','',0.00,'4000','4500','2','4500',NULL,NULL,'2',0,0,'6351921678443686',0,0,0,4.00,'2023-03-10 13:23:32','6','1','1','0000-00-00','mainitem','Inclusive','ATF','active','','31437945','pcs','Inventory','EXEMPTED','2'),(146,'radiator pipe big','5','8','',0.00,'3000','12000','0','9000',NULL,NULL,'0',0,0,'133501682496908',0,0,0,1.00,'2023-04-26 11:17:01','6','1','1','0000-00-00','mainitem','Inclusive','pipe','active','','31293622','pcs','Inventory','EXEMPTED','0'),(147,'FUEL PRESSURE SENSOR','5','31','',0.00,'3000','10500','0','8000',NULL,NULL,'0',0,0,'4797611682497578',0,0,0,0.00,'2023-04-26 11:28:33','6','1','1','0000-00-00','mainitem','Inclusive','fuel pressure sensor','active','','31305139','pcs','Inventory','EXEMPTED','0'),(148,'Energizer2025 battery','12','38','',0.00,'2000','500','2','500',NULL,NULL,'0',0,0,'8878271683097499',0,0,0,2.00,'2023-05-03 10:10:47','6','1','1','0000-00-00','mainitem','Inclusive','key batt','active','','2025','pcs','Inventory','EXEMPTED','0'),(149,'Duracell 2025','12','38','',0.00,'200','500','0','500',NULL,NULL,'0',0,0,'1656931683097931',0,0,0,2.00,'2023-05-03 10:13:36','6','1','1','0000-00-00','mainitem','Inclusive','car batt','active','','dl/cr2025','pcs','Inventory','EXEMPTED','0'),(150,'Parking sensor','12','8','',0.00,'1000','6500','4','4500',NULL,NULL,'0',0,0,'6495891685020671',0,0,0,3.00,'2023-05-25 16:19:26','6','1','1','0000-00-00','mainitem','Inclusive','Sensor','active','','31270910','pcs','Inventory','EXEMPTED','1'),(151,'Spark Plugs','1','7','',0.00,'6000','12000','0','12000',NULL,NULL,'0',0,0,'2067781688204615',0,0,0,1.00,'2023-07-01 12:45:04','6','1','1','0000-00-00','mainitem','Inclusive','spark plug','active','','8642661','pcs','Inventory','EXEMPTED','1'); /*!40000 ALTER TABLE `productlist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `products` -- DROP TABLE IF EXISTS `products`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `products` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(255) NOT NULL, `category` varchar(50) NOT NULL, `supplier` varchar(50) DEFAULT NULL, `code` varchar(255) DEFAULT NULL, `description` varchar(255) NOT NULL, `tax_included` decimal(10,2) NOT NULL DEFAULT 16.00, `buyingprice` varchar(50) NOT NULL, `sellingprice` varchar(50) NOT NULL DEFAULT '0.00', `promoprice` varchar(50) DEFAULT NULL, `wholesaleprice` varchar(50) NOT NULL, `start_date` date DEFAULT NULL, `end_date` date DEFAULT NULL, `reorderevel` int(50) DEFAULT NULL, `allow_alt_description` tinyint(1) NOT NULL, `is_serialized` tinyint(1) NOT NULL, `imgid` varchar(255) DEFAULT NULL, `override_default_tax` int(1) NOT NULL DEFAULT 0, `is_service` int(1) NOT NULL DEFAULT 0, `deleted` int(1) NOT NULL DEFAULT 0, `qty` decimal(10,2) NOT NULL, `dateposted` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `store` varchar(50) NOT NULL, `expdate` date NOT NULL, `orderamount` varchar(50) NOT NULL DEFAULT 'mainitem', `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `shortname` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `uom` varchar(20) NOT NULL DEFAULT 'pcs', `producttype` varchar(30) NOT NULL DEFAULT 'Inventory', `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) NOT NULL, `vattype` varchar(20) NOT NULL DEFAULT 'VATABLE', `reorderquantity` varchar(20) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `item_number` (`code`), KEY `phppos_items_ibfk_1` (`supplier`), KEY `name` (`name`), KEY `deleted` (`deleted`), KEY `phppos_items_ibfk_2` (`imgid`) ) ENGINE=InnoDB AUTO_INCREMENT=171 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 (3,'Air filter','2','7','8638600','XC90(-2014)',16.00,'450','2500','','2000',NULL,NULL,20,0,0,'11619438206',0,0,0,75.00,'2021-04-26 15:01:24','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(4,'Air Filter','2','8','9454647','S60(-2009), S80(-2006)',16.00,'450','2500','','2000',NULL,NULL,5,0,0,'11619438161',0,0,0,18.00,'2021-04-26 14:56:43','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(5,'Air filter','2','7','9186361','S80(-2006)',16.00,'450','2500','','2000',NULL,NULL,5,0,0,'11619438137',0,0,0,17.00,'2021-04-26 14:55:52','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(6,'Air filter','2','7','30757155','C30, S40, V50',16.00,'450','2500','','1500',NULL,NULL,10,0,0,'11619438120',0,0,0,27.00,'2021-04-26 14:55:34','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(7,'Air filter(Round)','2','7','30792891','31370984-C30, V40(2013-)',16.00,'450','4000','','2500',NULL,NULL,10,0,0,'11619438097',0,0,0,0.00,'2021-04-26 14:55:16','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(8,'Air filter','2','7','30748212','S80 II',16.00,'450','3500','10','2000',NULL,NULL,10,0,0,'61637739506',0,0,0,5.00,'2021-11-24 10:38:47','6','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(9,'Air filter','2','7','30745344','S60,S80II 3.2,',16.00,'450','2500','','1500',NULL,NULL,10,0,0,'11619438056',0,0,0,223.00,'2021-04-26 14:54:32','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(10,'Air Filter','2','7','30636833','S60I,XC90 D,',16.00,'450','4000','','1500',NULL,NULL,10,0,0,'11619796677',0,0,0,119.00,'2021-04-30 18:32:00','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(11,'Oil filter','2','7','30750013','S60 II, S80 II, V60 II, XC60 I, XC90 I',16.00,'450','2500','','1500',NULL,NULL,10,0,0,'11619438014',0,0,0,0.00,'2021-04-26 14:53:51','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(12,'Oil filter','2','7','31372212','V40 II, S60 III, XC90 II, ',16.00,'450','2500','','1500',NULL,NULL,10,0,0,'11619437993',0,0,0,0.00,'2021-04-26 14:53:30','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(13,'Oil filter','2','7','31330050','XC60 I, S60 II',16.00,'350','2500','','1500',NULL,NULL,30,0,0,'11619437975',0,0,0,20.00,'2021-04-26 14:53:09','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(14,'Oil filter','2','7','1275810','XC90 I, 850, S60 I, S80 I',16.00,'330','2500','','1500',NULL,NULL,30,0,0,'11619437945',0,0,0,15.00,'2021-04-26 14:52:51','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(15,'Oil filter','2','7','8692305','C30, S40, V50',16.00,'350','2500','','1500',NULL,NULL,30,0,0,'11619437882',0,0,0,9.00,'2021-04-26 14:52:22','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(16,'Oil filter','2','7','30788490','C30, S40',16.00,'400','2500','','1500',NULL,NULL,20,0,0,'11619437839',0,0,0,10.00,'2021-04-26 14:51:19','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(17,'Oil filter','2','9','30735878','v40,v60,c30,s40',16.00,'400','2500','','1500',NULL,NULL,10,0,0,'11619437821',0,0,0,0.00,'2021-04-26 14:50:36','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(18,'Oil Filter','2','7','30650798','C30,S40D,',16.00,'400','2500','','1500',NULL,NULL,10,0,0,'11619437607',0,0,0,20.00,'2021-04-26 14:47:11','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(19,'Pollen Filter','2','10','31449209','S60 II V60 II, XC60 , V70, S80 II',16.00,'950','5000','','3000',NULL,NULL,10,0,0,'11619437565',0,0,0,6.00,'2021-04-26 14:46:22','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(20,'Gear box Filter','2','7','31256837','X60, S60',16.00,'600','5000','','4000',NULL,NULL,10,0,0,'11619439193',0,0,0,0.00,'2021-04-26 15:15:12','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(21,'Fuel Filter-Petrol','2','14','30620512','XC90 I, S60 I ',16.00,'1100','4000','','3500',NULL,NULL,3,0,0,'11619437380',0,0,0,0.00,'2021-04-26 14:44:26','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(22,'Belt Tensioner','1','9','30650957','C30, V50, S40',16.00,'4500','9000','','9000',NULL,NULL,1,0,0,'11619437175',0,0,0,1.00,'2021-04-26 14:42:06','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(23,'Auxilliary Belt','1','9','31330380','S60 II, XC60',16.00,'3000','9000','','8000',NULL,NULL,1,0,0,'11619437333',0,0,0,2.00,'2021-04-26 14:42:56','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(24,'Ignition Coil','11','12','30713416','S40, C30, XC90(-2014)',16.00,'4500','9500','','8500',NULL,NULL,5,0,0,'11619437121',0,0,0,0.00,'2021-04-26 14:38:59','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(25,'Ignition Coil','11','12','31375294','C30, S40, ',16.00,'4500','9500','','8500',NULL,NULL,5,0,0,'11619437087',0,0,0,5.00,'2021-04-26 14:38:25','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(26,'Ignition Coil','11','12','31422117','V60/S60(2011-2018), V40(2013-), S80(2008-)',16.00,'4500','9500','','8500',NULL,NULL,5,0,0,'11619437063',0,0,0,0.00,'2021-04-26 14:38:04','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(27,'Ignition Coil','11','12','32255012','XC60(-2017)',16.00,'4500','10500','','9000',NULL,NULL,5,0,0,'11619437042',0,0,0,0.00,'2021-04-26 14:37:36','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(28,'Spark Plugs','11','11','30751806','C30, S40 V50(2004-) S60 I, S80 II',16.00,'3500','10500','','9000',NULL,NULL,3,0,0,'11619437004',0,0,0,0.00,'2021-04-26 14:37:16','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(29,'Spark Plugs','11','10','8692071','XC90 I, 850, S60 I, S80 I',16.00,'3500','10500','','9000',NULL,NULL,3,0,0,'11619436514',0,0,0,0.00,'2021-04-26 14:34:09','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(30,'Spark Plugs','11','10','30758130','V60/S60 II,S80 II, V70 II, XC60 I ',16.00,'3500','12000','2','8000',NULL,NULL,3,0,0,'61656753518',0,0,0,0.00,'2022-07-02 12:19:17','6','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',''),(31,'Heat Exchanger','10','11','9171503','XC90, S60 I, S80 I',16.00,'5000','25000','','22000',NULL,NULL,1,0,0,'11619687934',0,0,0,0.00,'2021-04-29 12:19:23','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(32,'Oil filter housing','1','12','31338685','C30, V50, S40',16.00,'6500','25000','','23000',NULL,NULL,2,0,0,'11619436255',0,0,0,0.00,'2021-04-26 14:25:01','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(33,'Expansion Tank','5','13','31200321','S60,XC60',16.00,'3000','15000','','13000',NULL,NULL,1,0,0,'11619436191',0,0,0,0.00,'2021-04-26 14:23:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(34,'Coolant Breather Pipe','5','14','31319051','XC60 T6',16.00,'1500','4000','','4000',NULL,NULL,1,0,0,'11619436058',0,0,0,0.00,'2021-04-26 14:21:41','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(35,'Radiator','5','20','31368082','S80 II',16.00,'16000','20000','','20000',NULL,NULL,1,0,0,'11619435844',0,0,0,0.00,'2021-04-26 14:17:59','1','1','2','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(36,'Engine Mount','1','14','31262708','S60/V60 II, S80 II, XC60 I',16.00,'4500','24000','','21000',NULL,NULL,1,0,0,'11619435882',0,0,0,0.00,'2021-04-26 14:19:04','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(37,'Engine Mount Front rear','1','9','30778951','XC90, S60 I, S80 I',16.00,'3300','12000','','10000',NULL,NULL,1,0,0,'11619435806',0,0,0,0.00,'2021-04-26 14:17:12','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(38,'Engine Mounting Front Lower','1','9','9141042','850, ',16.00,'4300','7000','','6000',NULL,NULL,1,0,0,'11619435732',0,0,0,0.00,'2021-04-26 14:16:07','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(39,'Engine Mounting Right','1','9','30671245','XC60 T6',16.00,'7500','16000','','15000',NULL,NULL,1,0,0,'11619435680',0,0,0,0.00,'2021-04-26 14:14:59','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(40,'Engine Mounting Lower','1','10','30748811','XC90, S60 I, S80 I',16.00,'3300','9000','','8000',NULL,NULL,1,0,0,'11619435655',0,0,0,1.00,'2021-04-26 14:14:36','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(41,'Engine Mounting','1','11','30680770','XC90',16.00,'3200','8000','','7000',NULL,NULL,2,0,0,'11619435277',0,0,0,0.00,'2021-04-26 14:08:20','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(42,'Brake Pad Front 17','3','9','31687104','XC60 \r\nDouble Piston Brake Pad',16.00,'12600','17000','1','15000',NULL,NULL,2,0,0,'61624951997',0,0,0,1.00,'2021-06-29 10:33:26','6','1','1','0000-00-00','mainitem','Inclusive','','active','set','Inventory','','','','VATABLE',NULL),(43,'Brake Pad Front 16','3','8','30769125','XC90 I, S60 I, S80 I',16.00,'3500','15000','','13000',NULL,NULL,3,0,0,'11619687630',0,0,0,0.00,'2021-04-29 12:14:35','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(44,'Brake Pad Rear','3','8','30648382','S60 I, S80 I, XC70',16.00,'3500','8000','','5000',NULL,NULL,3,0,0,'11619687573',0,0,0,0.00,'2021-04-29 12:13:46','1','1','1','0000-00-00','mainitem','Inclusive','','active','set','Inventory','','','','VATABLE',NULL),(45,'Brake Pad Front ','3','8','30742030','C30, S40, V50',16.00,'2800','9000','2','8000',NULL,NULL,3,0,0,'11619687509',0,0,0,1.00,'2021-04-29 12:12:28','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(46,'Brake Pad Rear','3','8','30742031','C30, S40, V50',16.00,'2700','9000','2','7500',NULL,NULL,3,0,0,'11619687441',0,0,0,1.00,'2021-04-29 12:11:44','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(48,'Brake Pad Rear','3','8','30793265','XC90',16.00,'2700','9000','','7800',NULL,NULL,2,0,0,'61618471655',0,0,0,0.00,'2021-04-15 10:28:15','6','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(49,'Brake Pad Front 16,5','3','8','30736322','S60 II, S80 II,V60',16.00,'3700','15000','','13000',NULL,NULL,2,0,0,'11618415806',0,0,0,0.00,'2021-04-14 18:57:38','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(50,'Camshaft Adjustment Seal','1','7','31460321','XC60 T5',16.00,'3000','5000','','5000',NULL,NULL,2,0,0,'11618415774',0,0,0,0.00,'2021-04-14 18:56:43','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(51,'Top Cover Seal','1','7','31359965','XC60 T5',3.00,'3000','9000','','7000',NULL,NULL,2,0,0,'61621682429',0,0,0,0.00,'2021-05-22 14:20:54','6','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(52,'Oil Deflector','1','10','31319643','XC60 T6',16.00,'6000','15000','','15000',NULL,NULL,1,0,0,'11618415679',0,0,0,0.00,'2021-04-14 18:55:27','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(53,'Wiper Blade Rear','6','8','30757762','XC90',16.00,'1000','3000','','3000',NULL,NULL,2,0,0,'11619438710',0,0,0,0.00,'2021-04-26 15:05:47','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(54,'Wiper Blade Front','6','8','32237899','XC90',16.00,'1200','6000','','5000',NULL,NULL,2,0,0,'11618415622',0,0,0,0.00,'2021-04-14 18:53:59','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(55,'Wiper Blade Front','6','8','32237897','XC60',16.00,'1700','7000','','6000',NULL,NULL,2,0,0,'11618415592',0,0,0,-21.00,'2021-04-14 18:53:39','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(57,'Fan Module Double Fan','5','11','2','XC60',16.00,'2500','15000','','13000',NULL,NULL,1,0,0,'11618415547',0,0,0,0.00,'2021-04-14 18:52:43','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(58,'Fan Module Single Fan','5','11','3','S60 II, XC60',16.00,'2500','15000','','13000',NULL,NULL,1,0,0,'11618415473',0,0,0,0.00,'2021-04-14 18:52:19','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(59,'Electric Fan Double','5','20','30668629','S60 II, XC60',16.00,'35000','55000','','50000',NULL,NULL,1,0,0,'11618415402',0,0,0,0.00,'2021-04-14 18:50:35','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(60,'Electric Fan Single','5','20','31686806','S60 II, XC60',16.00,'35000','55000','','50000',NULL,NULL,1,0,0,'11618415435',0,0,0,0.00,'2021-04-14 18:50:49','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(61,'H7 Bulbs Phillips Pair','11','14','4','Volvo',16.00,'2000','4000','','4000',NULL,NULL,1,0,0,'11618415357',0,0,0,0.00,'2021-04-14 18:49:33','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(62,'H7 Bulbs Osram Pair','11','14','5','Volvo',16.00,'2000','4000','','4000',NULL,NULL,1,0,0,'11618415328',0,0,0,0.00,'2021-04-14 18:49:16','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(63,'H7 Bulbs 100w','11','14','6','Volvo',16.00,'150','1000','','1000',NULL,NULL,4,0,0,'11618415296',0,0,0,0.00,'2021-04-14 18:48:48','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(64,'Car Wheel Cap logo','6','13','7','Volvo',16.00,'200','1200','','1000',NULL,NULL,4,0,0,'11618415274',0,0,0,0.00,'2021-04-14 18:48:15','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(65,'Windshield Wiper Spray','6','13','8','Volvo',16.00,'130','1500','','1200',NULL,NULL,2,0,0,'11618415252',0,0,0,0.00,'2021-04-14 18:47:53','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(66,'Tow hook cover rear','6','13','39802591','S60',16.00,'1000','4000','','2500',NULL,NULL,1,0,0,'11618415228',0,0,0,0.00,'2021-04-14 18:47:31','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(67,'Tow hook cover rear','6','13','31283757','V40',16.00,'1000','4000','','2500',NULL,NULL,1,0,0,'11618415212',0,0,0,0.00,'2021-04-14 18:47:08','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(68,'Tow hook cover rear','6','13','39849034','XC60(2018-)',16.00,'1000','4000','','2500',NULL,NULL,1,0,0,'61619708360',0,0,0,0.00,'2021-04-29 17:59:37','6','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(69,' Roof Rail Cover Pair','6','9','8620546','XC90',16.00,'3000','6000','','6000',NULL,NULL,1,0,0,'11618415142',0,0,0,3.00,'2021-04-14 18:46:29','1','1','1','0000-00-00','mainitem','Inclusive','','active','set','Inventory','','','','VATABLE',NULL),(70,'Fuel Cap Strap','6','12','31336424','Volvo',16.00,'600','2000','','1500',NULL,NULL,1,0,0,'11618415118',0,0,0,6.00,'2021-04-14 18:45:42','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(71,'Volvo Fuel Flap Hinge','6','9','30649879','XC90',16.00,'1000','2500','','2500',NULL,NULL,1,0,0,'11618415079',0,0,0,0.00,'2021-04-14 18:45:17','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(72,'Grille Badge Small','6','9','31214625','S60',16.00,'2000','4000','','4000',NULL,NULL,1,0,0,'11618414960',0,0,0,-18.00,'2021-04-14 18:43:00','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(73,'Grille Badge Large','6','9','31214625i','XC60',16.00,'2000','4000','','4000',NULL,NULL,1,0,0,'11618414918',0,0,0,0.00,'2021-04-14 18:42:40','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(74,'Shock Mounting','8','9','8646713','XC90 I, S60 I, S80 I',16.00,'3000','5000','','5000',NULL,NULL,1,0,0,'11618414515',0,0,0,0.00,'2021-04-14 18:35:43','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(75,'Silicone Intercooler Hose','1','13','31261369','XC90 I, S60 I, S80 I',16.00,'3000','6500','','6000',NULL,NULL,1,0,0,'11618414453',0,0,0,0.00,'2021-04-14 18:35:15','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(76,'Oil Pan','1','14','30777739','C30, S40, V50',16.00,'10000','25000','','25000',NULL,NULL,1,0,0,'11618414431',0,0,0,0.00,'2021-04-14 18:34:13','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(77,'Drive Shaft Seal','7','14','30751402','Volvo',16.00,'2500','5500','','5000',NULL,NULL,1,0,0,'11618414393',0,0,0,0.00,'2021-04-14 18:33:51','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(78,'Expansion Tank Cover','5','9','30680002','Volvo',16.00,'800','2500','','3000',NULL,NULL,1,0,0,'11618414324',0,0,0,0.00,'2021-04-14 18:33:13','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(79,'Idler Pulley','1','9','31359864','S60 II, XC60',16.00,'3000','8000','','7500',NULL,NULL,1,0,0,'11618414278',0,0,0,0.00,'2021-04-14 18:32:03','1','1','1','0000-00-00','mainitem','Inclusive','','active','pcs','Inventory','','','','VATABLE',NULL),(80,'Air filter s60 II, XC60 ','2','7','31370161','',0.00,'400','3500','5','2000',NULL,NULL,0,0,0,'4908811619439477',0,0,0,0.00,'2021-04-26 15:19:58','1','1','STORE 1','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(81,'XC 90-Wiper Blade Rear Window','6','10','30747762','',0.00,'350','4000','0','3500',NULL,NULL,0,0,0,'11619691670',0,0,0,0.00,'2021-04-29 13:21:50','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(82,'Brakepad Front','3','8','30648385','',0.00,'4000','13000','2','11000',NULL,NULL,0,0,0,'2598701619696241',0,0,0,0.00,'2021-04-29 14:39:43','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(83,'Ignition Coil Volvo XC60 2.0T5','11','9','31312514','',0.00,'4500','10000','0','9000',NULL,NULL,0,0,0,'615451619699576',0,0,0,0.00,'2021-04-29 15:38:56','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(84,'Volvo S40, C30, V50 Engine Oil Pan','1','10','30777912','',0.00,'15000','25000','2','23500',NULL,NULL,0,0,0,'6777871619700184',0,0,0,0.00,'2021-04-29 15:47:05','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(85,'Engine Mounting Lower S60, XC60, V60 T5','1','10','31262713','',0.00,'4500','8000','2','7300',NULL,NULL,0,0,0,'7430391619700887',0,0,0,0.00,'2021-04-29 16:12:31','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(86,'SHOCK PLATES','8','10','30683637','',0.00,'9000','10000','2','10000',NULL,NULL,0,0,0,'8464761620989137',0,0,0,0.00,'2021-05-14 13:47:14','6','1','','0000-00-00','mainitem','na','Shock plates','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(87,'Silocone Intercooler Hose','1','12','8638507','',0.00,'5000','9000','2','8500',NULL,NULL,0,0,0,'824201621070306',0,0,0,0.00,'2021-05-15 12:22:37','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(88,'Emblem Logo stickers','12','12','30796427','',0.00,'2000','4000','5','3500',NULL,NULL,0,0,0,'4839031621074198',0,0,0,0.00,'2021-05-15 13:27:10','6','1','','0000-00-00','mainitem','na','volvo stickers Logo','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(89,'O Rings','13','11','1070475','',0.00,'3000','20-40','000000000','401',NULL,NULL,0,0,0,'4081681621074673',0,0,0,0.00,'2021-05-15 13:34:08','6','1','','0000-00-00','mainitem','na','rubber rings','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(90,'Halogen Bulbs','6','12','00000000','',0.00,'200','750','8','700',NULL,NULL,0,0,0,'1132341621074848',0,0,0,0.00,'2021-05-15 13:37:30','6','1','','0000-00-00','mainitem','na','Bulbs','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(91,'Bumper clips','6','12','3533394','',0.00,'000','20-30','0','30',NULL,NULL,0,0,0,'8424581621075050',0,0,0,0.00,'2021-05-15 13:45:36','6','1','','0000-00-00','mainitem','na','clips','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(92,'Wiper Washers','6','12','30655605','',0.00,'200','750','12','650',NULL,NULL,0,0,0,'2698691621075536',0,0,0,0.00,'2021-05-15 13:52:53','6','1','','0000-00-00','mainitem','na','wiper washers','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(93,'Copper washers Gasket','14','10','001','',0.00,'1500','20','200','20',NULL,NULL,0,0,0,'8703411621075973',0,0,0,0.00,'2021-05-15 14:01:36','6','1','','0000-00-00','mainitem','na','Gasket Sealing washers','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(94,'Push Clips','6','20','00200','',0.00,'20','20','620','20',NULL,NULL,0,0,0,'9016081621076690',0,0,0,0.00,'2021-05-15 14:11:40','6','1','','0000-00-00','mainitem','na','Clips','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(95,'Philips bulbs H7','12','13','5000k','',0.00,'2000','6000','2','5000',NULL,NULL,0,0,0,'5952551621670282',0,0,0,0.00,'2021-05-22 11:01:22','6','1','','0000-00-00','mainitem','na','bulbs','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(96,'OSRAM COOL BLUE HYPER BULB','12','9','H7 12 55W','',0.00,'1800','5000','2','4500',NULL,NULL,0,0,0,'3528851621670482',0,0,0,0.00,'2021-05-22 11:03:20','6','1','','0000-00-00','mainitem','na','OSRAM BULB','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(97,'Spark plugs','1','10','31330450','',0.00,'7000','10000','2','9500',NULL,NULL,0,0,0,'61656752189',0,0,0,0.00,'2022-07-02 11:57:25','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',''),(98,'Rear Brake pads','3','13','31317482','',0.00,'5000','9000','3','8000',NULL,NULL,0,0,0,'9142351622452688',0,0,0,0.00,'2021-05-31 12:19:46','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(99,'expansion tank','10','14','31439508','',0.00,'5000','12000','3','10000',NULL,NULL,0,0,0,'61656752271',0,0,0,0.00,'2022-07-02 11:58:28','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',''),(100,'Stabilizer Bar','14','9','30635778','',0.00,'6000','48000','1','45000',NULL,NULL,0,0,0,'1708431622452952',0,0,0,0.00,'2021-05-31 12:26:34','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(101,'Pollen Filter','2','7','30630752','',0.00,'1000','5000','50','3000',NULL,NULL,1,0,0,'61678879321',0,0,0,0.00,'2023-03-15 14:22:33','6','1','','0000-00-00','mainitem','na','Pollen Filter xc90','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(102,'bleeder pipe','1','7','31368200','',0.00,'3000','5000','3','4500',NULL,NULL,0,0,0,'7489601623163552',0,0,0,0.00,'2021-06-08 17:49:12','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(103,'cap-coolant radiator','13','13','9445462','',0.00,'1000','2500','2','2500',NULL,NULL,2,0,0,'61626257687',0,0,0,0.00,'2021-07-14 13:15:28','6','1','','0000-00-00','mainitem','na','cap coolant','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(104,'Rear Brake Pads','3','7','30671574','',0.00,'6000','10500','3','9000',NULL,NULL,0,0,0,'61656752083',0,0,0,0.00,'2022-07-02 11:55:35','6','1','','0000-00-00','mainitem','na','Brake Pads','active','pcs','Inventory','1110','4000','5500','EXEMPTED',''),(105,'Oil Dip Stick','13','7','30731177','',0.00,'3000','5000','2','4500',NULL,NULL,0,0,0,'3981381625819500',0,0,0,0.00,'2021-07-09 11:36:36','6','1','','0000-00-00','mainitem','na','Dip stick','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(106,'Engine Mounting right','1','7','31277689','',0.00,'10000','24000','0','21000',NULL,NULL,0,0,0,'5987591626255585',0,0,0,0.00,'2021-07-14 12:48:37','6','1','','0000-00-00','mainitem','na','S60,S80','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(107,'Fuel Pump','11','7','31372881','',0.00,'0000','40000','1','35000',NULL,NULL,0,0,0,'6992051627021567',0,0,0,0.00,'2021-07-23 09:32:02','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(108,'Timing Tensioner','1','7','30637955','',0.00,'5000','15000','2','19000',NULL,NULL,0,0,0,'4920291627021922',0,0,0,0.00,'2021-07-23 09:33:14','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(109,'Castrol Oil 5w 30','13','13','00000','',0.00,'6220','6220','6','6220',NULL,NULL,0,0,0,'61661866951',0,0,0,0.00,'2022-08-30 16:42:52','6','1','','0000-00-00','mainitem','na','Engine Oil ','active','ltr','Inventory','1110','4000','5500','EXEMPTED',''),(110,'Fargo courier','14','14','12345','',0.00,'1300','1300','0','1300',NULL,NULL,0,0,0,'4280461628776976',0,0,0,0.00,'2021-08-12 17:05:59','6','1','','0000-00-00','mainitem','na','transport','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(111,'Pollen Filter','2','7','31436713','',0.00,'950','5000','11','4000',NULL,NULL,1,0,0,'61663247471',0,0,0,0.00,'2022-09-15 16:11:36','6','1','','0000-00-00','mainitem','na','Pollen filter','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(112,'Pollen Filter','2','7','30780377','',0.00,'980','5000','5','4000',NULL,NULL,0,0,0,'61656752136',0,0,0,0.00,'2022-07-02 11:56:28','6','1','','0000-00-00','mainitem','na','Pollen Filter','active','pcs','Inventory','1110','4000','5500','EXEMPTED',''),(113,' Drive shaft front left Volvo XC60 (2018-), XC90 (2016-) OEM','7','7','36011773','',0.00,'20000','50000','0','',NULL,NULL,0,0,0,'8637551631189155',0,0,0,0.00,'2021-09-09 15:07:17','1','1','','0000-00-00','mainitem','na','Drive Shaft','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(114,' Drive shaft front right Volvo XC60 (2018-), XC90 (2016-) OEM','7','7','36010175','',0.00,'20000','65000','0','',NULL,NULL,0,0,0,'9161391631189237',0,0,0,0.00,'2021-09-09 15:08:17','1','1','','0000-00-00','mainitem','na','Drive Shaft Right','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(115,'Boot Module','6','7','31218393','',0.00,'7000','18000','1','16000',NULL,NULL,0,0,0,'6556431631193158',0,0,0,0.00,'2021-09-09 16:17:47','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(116,'Vacuum Pump O-Ring seal','1','10','31401249','',0.00,'550','2000','10','1500',NULL,NULL,0,0,0,'3122231631193468',0,0,0,0.00,'2021-09-09 16:20:49','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(117,'Stabilizer Link Rear-Volvo XC60','8','7','31476579','Volvo XC60 Rear Stabilizer link',0.00,'2000','4000','5','4000',NULL,NULL,0,0,0,'8679851632480400',0,0,0,0.00,'2021-09-24 13:55:43','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(118,'Panasonic Battery','12','14','CR2032','',0.00,'20','400','20','350',NULL,NULL,0,0,0,'809701632490612',0,0,0,20.00,'2021-09-24 16:40:55','6','1','','0000-00-00','mainitem','na','batt','active','pcs','Service','1110','4000','5500','EXEMPTED',NULL),(119,'LED BULB','11','14','BA15S','',0.00,'40','300','10','250',NULL,NULL,0,0,0,'6534681632490856',0,0,0,10.00,'2021-09-24 16:43:18','6','1','','0000-00-00','mainitem','na','BULB','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(120,'Heat Shrinkage Sleeves','12','14','0000','',0.00,'1','15','164','10',NULL,NULL,0,0,0,'5234471632491026',0,0,0,164.00,'2021-09-24 16:46:35','6','1','','0000-00-00','mainitem','na','sleeves','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(121,'Power Steering Oil Reservoir','9','11','30680756','',0.00,'3500','9300','2','7000',NULL,NULL,0,0,0,'2465171633172460',0,0,0,0.00,'2021-10-02 14:02:37','1','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(122,'INDICATOR BULBS','12','14','SKU842352','',0.00,'80','200','10','200',NULL,NULL,0,0,0,'9303671633687646',0,0,0,0.00,'2021-10-08 13:10:37','6','1','','0000-00-00','mainitem','na','Coloured bulbs','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(123,'OSRAM INDICATOR BULBS','12','14','PY21W','',0.00,'130','350','20','300',NULL,NULL,0,0,0,'8727881633687837',0,0,0,0.00,'2021-10-08 13:13:20','6','1','','0000-00-00','mainitem','na','BULBS','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(124,'LED COLOUR BULBS','12','14','W5WT10','',0.00,'20','50','20','50',NULL,NULL,0,0,0,'18211633688000',0,0,0,0.00,'2021-10-08 13:15:38','6','1','','0000-00-00','mainitem','na','Front Indicator bulbs','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(125,'Front Brake Pads','3','7','30793540','',0.00,'6000','12000','2','12000',NULL,NULL,0,0,0,'61660806769',0,0,0,0.00,'2022-08-18 10:13:02','6','1','','0000-00-00','mainitem','na','S60,S80,V70,XC70','active','pcs','Service','1110','4000','5500','EXEMPTED',''),(126,'Breather Hose Pipe','5','14','37686893','',0.00,'6500','15000','2','14500',NULL,NULL,0,0,0,'1551641634900040',0,0,0,0.00,'2021-10-22 13:59:58','6','1','','0000-00-00','mainitem','na','breather pipe S60,V60,S80','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(127,'Oxygen Sensor','9','7','31422419','',0.00,'9000','12000','1','8500',NULL,NULL,0,0,0,'633881634900430',0,0,0,0.00,'2021-10-22 14:01:48','6','1','','0000-00-00','mainitem','na','sensor','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(128,'Volvo XC601 Lower Arm R ','8','7','31317666','',0.00,'6500','23000','2','20000',NULL,NULL,0,0,0,'61636018051',0,0,0,0.00,'2021-11-04 12:27:44','6','1','','0000-00-00','mainitem','na','LOWER ARM RIGHT','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(129,'Lower Arm Left','8','7','31317665','',0.00,'6000','23000','2','20000',NULL,NULL,0,0,0,'61656752245',0,0,0,0.00,'2022-07-02 11:57:51','6','1','','0000-00-00','mainitem','na','XC 60 LOWER ARM L','active','pcs','Inventory','1110','4000','5500','EXEMPTED',''),(130,'VVTI PULLEY','1','9','31370809','',0.00,'12000','25000','2','25000',NULL,NULL,0,0,0,'8201631638440279',0,0,0,0.00,'2021-12-02 13:20:35','6','1','','0000-00-00','mainitem','na','VVTI','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(131,'XC60 Electronic Fuse Box','14','14','31412971','',0.00,'42000','70000','1','70000',NULL,NULL,0,0,0,'7992581639742322',0,0,0,0.00,'2021-12-17 15:01:14','6','1','','0000-00-00','mainitem','na','XC 60 Fuse Box','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(132,'Turbo Actuator','1','14','D5 Engine turbo actuator','',0.00,'15000','22000','1','22000',NULL,NULL,0,0,0,'3585341641476511',0,0,0,0.00,'2022-01-06 17:37:17','6','1','','0000-00-00','mainitem','na','Actuator','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(133,'Drive shaft seal XC60','1','7','31256727','',0.00,'2400','7500','3','7000',NULL,NULL,0,0,0,'5458921642599862',0,0,0,0.00,'2022-01-19 17:32:56','6','1','','0000-00-00','mainitem','na','driveshaft seal','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(134,'Gearbox Seal','14','7','31256845','',0.00,'4500','18000','2','15000',NULL,NULL,1,0,0,'6861081656750689',0,0,0,0.00,'2022-07-02 11:43:20','6','1','','0000-00-00','mainitem','na','gearbox seal','active','pcs','Inventory','1110','4000','5500','EXEMPTED','2'),(135,'Rack Ends','8','12','31451036','',0.00,'00','5500','1','5000',NULL,NULL,0,0,0,'61663418266',0,0,0,0.00,'2022-09-17 15:38:00','6','1','','0000-00-00','mainitem','na','rack ends','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(136,'Tie Rods','8','12','31302345','1',0.00,'1000','5500','2','5500',NULL,NULL,0,0,0,'61663418207',0,0,0,0.00,'2022-09-17 15:36:58','6','1','','0000-00-00','mainitem','na','rack ends','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(137,'Pollen Filter','2','7','31366124','',0.00,'800','4500','5','3000',NULL,NULL,0,0,0,'976241656829123',0,0,0,0.00,'2022-07-03 09:24:04','6','1','','0000-00-00','mainitem','na','Pollen','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(138,'Brake Pad Rear','3','7','30794554','',0.00,'3000','8000','0','',NULL,NULL,0,0,0,'8160541656829478',0,0,0,0.00,'2022-07-03 09:26:26','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED',NULL),(139,'Thermostart Housing','5','11','31432653','',0.00,'2500','12000','1','10000',NULL,NULL,0,0,0,'9066351657295767',0,0,0,0.00,'2022-07-08 18:58:44','6','1','','0000-00-00','mainitem','na','thermostart housing','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(140,'XC90 Air filter Diesel','2','7','30680293','',0.00,'850','4000','0','2000',NULL,NULL,0,0,0,'813611657964201',0,0,0,0.00,'2022-07-16 12:38:26','6','1','','0000-00-00','mainitem','na','air filter','active','pcs','Inventory','1110','4000','5500','EXEMPTED','13'),(141,'Front Brake Pads(double pistone)','3','7','31277334','',0.00,'00','12000','0','8500',NULL,NULL,0,0,0,'61660806583',0,0,0,0.00,'2022-08-18 10:10:03','6','1','','0000-00-00','mainitem','na','brake pads','active','pcs','Inventory','1110','4000','5500','EXEMPTED','2'),(142,'expansion pipe','5','7','31686893','',0.00,'00','12000','5','8500',NULL,NULL,0,0,0,'398021658914513',0,0,0,0.00,'2022-07-27 12:41:10','6','1','','0000-00-00','mainitem','na','hose pipe','active','pcs','Inventory','1110','4000','5500','EXEMPTED','2'),(143,'FUEL PRESSURE SENSOR','5','38','31263912','',0.00,'2500','12000','0','8500',NULL,NULL,2,0,0,'11659799759',0,0,0,0.00,'2022-08-06 18:30:11','1','1','','0000-00-00','mainitem','na','Sensor','active','pcs','Inventory','1110','4000','5500','EXEMPTED','2'),(144,'T6 IGNITION COILS','5','38','6G9M-12A366','',0.00,'00','8000','6','7500',NULL,NULL,0,0,0,'6660971661242499',0,0,0,0.00,'2022-08-23 11:17:22','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','6'),(145,'Labour','12','13','9300','',0.00,'3500','3500','1','3500',NULL,NULL,1,0,0,'1638101661866417',0,0,0,0.00,'2022-08-30 16:34:49','6','1','','0000-00-00','mainitem','na','Labour','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(146,'Wheel Alignment','9','13','9301','',0.00,'2000','2000','1','2000',NULL,NULL,1,0,0,'1838611661866726',0,0,0,0.00,'2022-08-30 16:40:27','6','1','','0000-00-00','mainitem','na','alignment','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(147,'Llumar Window Tint','12','30','9302','',0.00,'10000','10000','1','10000',NULL,NULL,0,0,0,'61661867425',0,0,0,0.00,'2022-08-30 16:51:34','6','1','','0000-00-00','mainitem','na','Tint','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(148,'Spark plugs','1','8','30751805','',0.00,'00','15000','2','12000',NULL,NULL,0,0,0,'8586601663139600',0,0,0,0.00,'2022-09-14 10:18:16','6','1','','0000-00-00','mainitem','na','T6 Plugs','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(149,'Pollen Filter','2','7','30767022','',0.00,'850','5500','50','3000',NULL,NULL,1,0,0,'1482511663246281',0,0,0,0.00,'2022-09-15 15:53:10','6','1','','0000-00-00','mainitem','na','Pollen Filter','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(150,'Air filter','2','8','31370089','',0.00,'600','4000','1','2000',NULL,NULL,1,0,0,'3788541663246409',0,0,0,0.00,'2022-09-15 15:55:02','6','1','','0000-00-00','mainitem','na','air filter','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(151,'Expansion Tank','6','8','8683456','',0.00,'00','12000','2','9000',NULL,NULL,1,0,0,'61663246789',0,0,0,0.00,'2022-09-15 16:00:28','6','1','','0000-00-00','mainitem','na','Expansion','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(152,'Diesel Filter','2','7','31273979','',0.00,'00','5500','18','3500',NULL,NULL,1,0,0,'8184671663246954',0,0,0,0.00,'2022-09-15 16:07:31','6','1','','0000-00-00','mainitem','na','fuel filter','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(153,'Diesel Filter','2','7','32242188','',0.00,'00','5500','18','3500',NULL,NULL,0,0,0,'8510261663247534',0,0,0,0.00,'2022-09-15 16:13:36','6','1','','0000-00-00','mainitem','na','fuel filter','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(154,'Hose Kit','5','8','32252963','',0.00,'00','28300','0','28300',NULL,NULL,0,0,0,'3229811665494635',0,0,0,0.00,'2022-10-11 16:27:20','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','2'),(155,'Service kit','7','9','32249447','',0.00,'00','14400','2','14400',NULL,NULL,0,0,0,'6635611665494841',0,0,0,0.00,'2022-10-11 16:28:32','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(156,'Cable Ties','1','13','983750','',0.00,'00','1200','0','1200',NULL,NULL,0,0,0,'1527691665494912',0,0,0,0.00,'2022-10-11 16:29:37','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','2'),(157,'Cooling Temperature sensor','11','14','31339941','',0.00,'00','NaN','1','26000',NULL,NULL,0,0,0,'3248301665494977',0,0,0,0.00,'2022-10-11 16:31:46','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(158,'Catalystic converter','7','9','3601045','',0.00,'00','200000','0','120000',NULL,NULL,0,0,0,'8669691665495106',0,0,0,0.00,'2022-10-11 16:33:25','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(159,'Genuine Volvo Electric Box','1','8','31394157','',0.00,'00','245000','1','245000',NULL,NULL,0,0,0,'61665747076',0,0,0,0.00,'2022-10-14 14:32:25','6','1','','0000-00-00','mainitem','na','Genuine Volvo Electric Box','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(160,'Oxygen Sensor','7','9','8653653','',0.00,'1500','7500','0','8500',NULL,NULL,0,0,0,'7337951670225210',0,0,0,0.00,'2022-12-05 10:39:34','6','1','','0000-00-00','mainitem','na','S40,C30,V50','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(161,'Gasket cap , crankshaft front','1','42','30637986','',0.00,'3000','8000','1','6500',NULL,NULL,0,0,0,'4085811672728778',0,0,0,0.00,'2023-01-03 09:55:12','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(162,'Gasket cap , Camshaft ','1','42','31251117','',0.00,'2500','5500','1','5500',NULL,NULL,0,0,0,'2650461672728913',0,0,0,0.00,'2023-01-03 09:58:12','6','1','','0000-00-00','mainitem','na','','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(163,'Gasket Cover','1','42','30711315','',0.00,'8000','14000','0','14000',NULL,NULL,0,0,0,'7201881672729093',0,0,0,0.00,'2023-01-03 10:04:17','6','1','','0000-00-00','mainitem','na','Timing cover','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(164,'AISIN AFW ATF','13','48','31437945','',0.00,'4000','4500','2','4500',NULL,NULL,2,0,0,'6351921678443686',0,0,0,0.00,'2023-03-10 13:23:32','6','1','','0000-00-00','mainitem','na','ATF','active','pcs','Inventory','1110','4000','5500','EXEMPTED','2'),(165,'radiator pipe big','5','8','31293622','',0.00,'3000','120000','0','9000',NULL,NULL,0,0,0,'133501682496908',0,0,0,0.00,'2023-04-26 11:17:01','6','1','','0000-00-00','mainitem','na','pipe','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(166,'FUEL PRESSURE SENSOR','5','31','31305139','',0.00,'3000','10500','0','8000',NULL,NULL,0,0,0,'4797611682497578',0,0,0,0.00,'2023-04-26 11:28:33','6','1','','0000-00-00','mainitem','na','fuel pressure sensor','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(167,'Energizer2025 battery','12','38','2025','',0.00,'2000','500','2','500',NULL,NULL,0,0,0,'8878271683097499',0,0,0,0.00,'2023-05-03 10:10:47','6','1','','0000-00-00','mainitem','na','key batt','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(168,'Duracell 2025','12','38','dl/cr2025','',0.00,'200','500','0','500',NULL,NULL,0,0,0,'1656931683097931',0,0,0,0.00,'2023-05-03 10:13:36','6','1','','0000-00-00','mainitem','na','car batt','active','pcs','Inventory','1110','4000','5500','EXEMPTED','0'),(169,'Parking sensor','12','8','31270910','',0.00,'1000','6500','4','4500',NULL,NULL,0,0,0,'6495891685020671',0,0,0,0.00,'2023-05-25 16:19:26','6','1','','0000-00-00','mainitem','na','Sensor','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'),(170,'Spark Plugs','1','7','8642661','',0.00,'6000','12000','0','12000',NULL,NULL,0,0,0,'2067781688204615',0,0,0,0.00,'2023-07-01 12:45:04','6','1','','0000-00-00','mainitem','na','spark plug','active','pcs','Inventory','1110','4000','5500','EXEMPTED','1'); /*!40000 ALTER TABLE `products` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `productsgrouping` -- DROP TABLE IF EXISTS `productsgrouping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `productsgrouping` ( `id` int(50) NOT NULL AUTO_INCREMENT, `memberid` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `createdate` varchar(50) NOT NULL, `user` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `updatedat` varchar(50) NOT NULL, `categoryid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `productsgrouping` -- LOCK TABLES `productsgrouping` WRITE; /*!40000 ALTER TABLE `productsgrouping` DISABLE KEYS */; /*!40000 ALTER TABLE `productsgrouping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projects` -- DROP TABLE IF EXISTS `projects`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projects` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, `category` int(20) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projects` -- LOCK TABLES `projects` WRITE; /*!40000 ALTER TABLE `projects` DISABLE KEYS */; /*!40000 ALTER TABLE `projects` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudget` -- DROP TABLE IF EXISTS `projectsbudget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudget` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudget` -- LOCK TABLES `projectsbudget` WRITE; /*!40000 ALTER TABLE `projectsbudget` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectsbudgettasks` -- DROP TABLE IF EXISTS `projectsbudgettasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectsbudgettasks` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(20) NOT NULL, `createdate` varchar(20) NOT NULL, `expamount` decimal(10,2) NOT NULL, `usedamount` decimal(10,2) NOT NULL, `balance` decimal(10,2) NOT NULL, `year` varchar(20) NOT NULL, `month` varchar(20) NOT NULL, `userid` int(11) NOT NULL, `companyid` int(11) NOT NULL, `branch` int(11) NOT NULL, `updatedby` int(11) NOT NULL, `description` text NOT NULL, `todate` varchar(30) DEFAULT NULL, `projectid` int(11) NOT NULL, `qty` varchar(20) NOT NULL, `uom` varchar(20) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(20) DEFAULT NULL, `buyingprice` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectsbudgettasks` -- LOCK TABLES `projectsbudgettasks` WRITE; /*!40000 ALTER TABLE `projectsbudgettasks` DISABLE KEYS */; /*!40000 ALTER TABLE `projectsbudgettasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `projectstask` -- DROP TABLE IF EXISTS `projectstask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `projectstask` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `taskid` text NOT NULL, `category` int(20) DEFAULT NULL, `invoice` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `projectstask` -- LOCK TABLES `projectstask` WRITE; /*!40000 ALTER TABLE `projectstask` DISABLE KEYS */; /*!40000 ALTER TABLE `projectstask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `proposal` -- DROP TABLE IF EXISTS `proposal`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `proposal` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `proposal` -- LOCK TABLES `proposal` WRITE; /*!40000 ALTER TABLE `proposal` DISABLE KEYS */; /*!40000 ALTER TABLE `proposal` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `province` -- DROP TABLE IF EXISTS `province`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `province` ( `id` int(20) NOT NULL, `code` varchar(40) NOT NULL, `name` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `province` -- LOCK TABLES `province` WRITE; /*!40000 ALTER TABLE `province` DISABLE KEYS */; INSERT INTO `province` VALUES (1,'1','Central','Central','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,'2','Coast','Coast','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,'3','Eastern','Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(4,'4','Nairobi','Nairobi','0000-00-00 00:00:00','0000-00-00 00:00:00'),(5,'5','North Eastern','North Eastern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(6,'6','Nyanza','Nyanza','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,'7','Rift valley','Rift valley','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,'8','Western','Western','0000-00-00 00:00:00','0000-00-00 00:00:00'); /*!40000 ALTER TABLE `province` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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=6 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,'38','11659797333','','1','','1','2022-08-06 17:50:25','','Air Shipment-Expected Delivery Thursday 18th Aug','','','','','','purchases',50500.00,'1',0.00,'2022-08-06 17:48:53','2022-09-05 17:48:53','2022-08-06 18:15:18','1','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','1','24',0,NULL,NULL,''),(2,'38','11659798918','','2','','1','2022-08-06 18:16:21','','Air Shipping Expected Delivery 18th Aug 2022','','','','','','purchases',0.00,'1',0.00,'2022-08-06 18:15:18','2022-09-05 18:15:18','','','','VATABLE','0.00',0.00,'16','0.00','open','','',1,0,'new','1',NULL,0,NULL,NULL,''),(3,'39','61661862830','2022-08-30 15:33:50','RO00010','Minor Service, Alignment, Window Tinting.','6','2022-08-30 17:00:29','Mary Ngugi','','2022-09-30 15:33:50','','','30 Days','','s.o',35400.00,'1',0.00,'','','','','','','',0.00,'','','open','','',1,0,'new','',NULL,0,NULL,6,'Mpesa'),(4,'40','61667397519','2022-11-02 16:58:39','RO00011','AMOUNT PAID-130,000.\r\nDISCOUNT-10,000.\r\nTOTAL BALANCE-129,900.','6','2022-11-02 16:58:39','Faith XC90 Faith','Faith XC90','2022-11-02 16:58:39','','','0','','s.o',269900.00,'1',0.00,'','','','','','','',0.00,'','','open','','',1,0,'new','',NULL,0,NULL,0,''),(5,'48','61678443567','','5','Transmission oil','6','2023-03-10 13:20:01','','','','','','','','purchases',8000.00,'1',0.00,'2023-03-09 13:19:27','2023-03-09 13:19:27','2023-03-10 13:25:00','6','','VATABLE','0',0.00,'16','0.00','closed','','',1,0,'new','1','2',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 AUTO_INCREMENT=34 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 */; INSERT INTO `purchaseorderlist` VALUES (1,'61661862830','31370161','1','4000','retail','4000','0','2022-08-30 16:30:22','','','','400','QT','0','','','6','pcs','1','2022-08-30 13:30:22','1','2','new','1','new','','',NULL),(2,'61661862830','30750013','1','2500','retail','2500','0','2022-08-30 15:36:45','','','','450','QT','344.83','','','6','','1','2022-08-30 12:36:45','1','2','new','1','new','','',NULL),(3,'61661862830','31449209','1','5200','retail','5200','0','2022-08-30 17:19:31','','','','950','QT','717.24','','','6','pcs','1','2022-08-30 14:19:31','1','2','new','1','new','','',NULL),(4,'61661862830','00000','1','8400','retail','8400','0','2022-08-30 16:37:37','','8ltrs','','6220','QT','0','','','6','pcs','1','2022-08-30 13:37:37','1','13','new','1','new','','',NULL),(6,'61661862830','9300','1','3500','retail','3500','0','2022-08-30 16:36:58','','','','3500','QT','0','','','6','','1','2022-08-30 13:36:58','1','12','new','1','new','','',NULL),(7,'61661862830','9301','1','2000','retail','2000','0','2022-08-30 16:43:20','','','','2000','QT','0','','','6','','1','2022-08-30 13:43:20','1','9','new','1','new','','',NULL),(8,'61661862830','9302','1','10000','retail','10000','0','2022-08-30 16:43:29','','','','10000','QT','0','','','6','','1','2022-08-30 13:43:29','1','12','new','1','new','','',NULL),(9,'61665495292','32252963','1','28300','retail','28300','0','2022-10-11 16:36:52','','','','00','QT','0','','','6','','1','2022-10-11 13:36:52','1','5','new','1','new','','',NULL),(10,'61665495292','32249447','1','14400','retail','14400','0','2022-10-11 16:37:01','','','','00','QT','0','','','6','','1','2022-10-11 13:37:01','1','7','new','1','new','','',NULL),(11,'61665495292','983750','1','1200','retail','1200','0','2022-10-11 16:37:19','','','','00','QT','0','','','6','','1','2022-10-11 13:37:19','1','1','new','1','new','','',NULL),(12,'61665495292','31339941','1','26000','retail','26000','0','2022-10-11 16:37:47','','','','00','QT','0','','','6','pcs','1','2022-10-11 13:37:47','1','11','new','1','new','','',NULL),(14,'61665495292','3601045','1','120000','retail','120000','0','2022-10-11 16:39:26','','','','00','QT','0','','','6','','1','2022-10-11 13:39:26','1','7','new','1','new','','',NULL),(15,'<div style=','32252963','1','28300','retail','28300','0','2022-10-11 16:47:00','','','','00','QT','0','','','6','','1','2022-10-11 13:47:00','1','5','new','1','new','','',NULL),(16,'<div style=','32249447','1','14400','retail','14400','0','2022-10-11 16:47:19','','','','00','QT','0','','','6','','1','2022-10-11 13:47:19','1','7','new','1','new','','',NULL),(17,'<div style=','983750','1','1200','retail','1200','0','2022-10-11 16:47:31','','','','00','QT','0','','','6','','1','2022-10-11 13:47:31','1','1','new','1','new','','',NULL),(18,'<div style=','31339941','1','26000','retail','26000','0','2022-10-11 16:49:03','','','','00','QT','0','','','6','pcs','1','2022-10-11 13:49:03','1','11','new','1','new','','',NULL),(19,'<div style=','3601045','1','120000','retail','120000','0','2022-10-11 16:48:00','','','','00','QT','0','','','6','','1','2022-10-11 13:48:00','1','7','new','1','new','','',NULL),(22,'61665746649','31394157','1','245000','retail','245000','0','2022-10-14 14:24:57','','','','00','QT','0','','','6','','1','2022-10-14 11:24:57','1','1','new','1','new','','',NULL),(23,'61665747203','31394157','1','245000','retail','245000','0','2022-10-14 14:33:57','','','','00','QT','0','','','6','','1','2022-10-14 11:33:57','1','1','new','1','new','','',NULL),(24,'61667397519','3601045','1','200000','retail','200000','0','2022-11-02 16:59:48','','','','00','QT','0','','','6','','1','2022-11-02 13:59:48','1','7','new','1','new','','',NULL),(25,'61667397519','32252963','1','28300','retail','28300','0','2022-11-02 16:59:55','','','','00','QT','0','','','6','','1','2022-11-02 13:59:55','1','5','new','1','new','','',NULL),(26,'61667397519','983750','1','1200','retail','1200','0','2022-11-02 17:00:02','','','','00','QT','0','','','6','','1','2022-11-02 14:00:02','1','1','new','1','new','','',NULL),(28,'61667397519','32249447','1','14400','retail','14400','0','2022-11-02 17:01:30','','','','00','QT','0','','','6','','1','2022-11-02 14:01:30','1','7','new','1','new','','',NULL),(29,'61667397519','31339941','1','26000','retail','26000','0','2022-11-02 17:02:56','','','','00','QT','0','','','6','pcs','1','2022-11-02 14:02:56','1','11','new','1','new','','',NULL),(32,'61673862548','30750013','1','2500','retail','2500','0','2023-01-16 12:50:03','','','','450','QT','344.83','','','6','pcs','1','2023-01-16 09:50:03','1','2','new','1','new','','',NULL),(33,'61673862548','30745344','1','3500','retail','3500','0','2023-01-16 12:51:27','','','','450','QT','482.76','','','6','pcs','1','2023-01-16 09:51:27','1','2','new','1','new','','',NULL); /*!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=12 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,'6','61661862692','2022-08-30 15:31:32','','','6','2022-08-30 15:32:01','Almas','','2022-08-30 15:31:32','','','30 Days','','new','0','1','6','No',1,'no'),(2,'39','61661862830','2022-08-30 15:33:50','','Minor Service, Alignment, Window Tinting.','6','2022-08-30 17:45:19','Mary Ngugi','','0','','','0','','new','35600','1','Tina','No',1,'no'),(3,'Faith XC90','61665495292','2022-10-11 16:34:52','','','6','2022-10-11 16:35:42','','','2022-10-11 16:34:52','','','30 Days','','new','310020','1','6','No',1,'no'),(4,'40','<div style=','2022-10-11 16:44:19','','Paid 70,000\r\nBalance-119,900','6','2022-10-12 13:34:00','Tina','','2022-10-11 16:44:19','','','0','','new','189900','1','Tina','No',1,'no'),(5,'BERNARD','61665746102','2022-10-14 14:15:02','','','6','2022-10-14 14:15:34','','','2022-10-14 14:15:02','','','30 Days','','new','0','1','6','No',1,'no'),(6,'BERNARD AMAZON','61665746226','2022-10-14 14:17:06','','','6','2022-10-14 14:17:31','','','2022-10-14 14:17:06','','','30 Days','','new','0','1','6','No',1,'no'),(7,'41','61665746649','2022-10-14 14:24:09','','','6','2022-10-14 14:25:17','Bernard Amamzon','','2022-10-14 14:24:09','','','0','','new','245000','1','6','No',1,'no'),(8,'41','61665747203','2022-10-14 14:33:24','','','6','2022-10-14 14:34:15','Amazon Bernard','','2022-10-14 14:33:24','','','30 Days','','new','245000','1','6','No',1,'no'),(9,'40','61667397519','2022-11-02 16:58:39','','AMOUNT PAID-130,000.\r\nDISCOUNT-10,000.\r\nTOTAL BALANCE-129,900.','6','2022-11-02 17:06:50','Faith XC90 Faith','Faith XC90','2022-11-02 16:58:39','','','0','','new','269900','1','Tina','No',1,'no'),(10,'K-MECHANICS Denis @k-mechanics','61673862157','2023-01-16 12:42:37','','','6','2023-01-16 12:43:12','','','2023-01-16 12:42:37','','','30 Days','','new','2500','1','6','No',1,'no'),(11,'44','61673862548','2023-01-16 12:49:08','','','6','2023-01-16 12:49:28','K-MECHANICS Denis @k-mechanics','','2023-01-16 12:49:08','','','30 Days','','new','14000','1','6','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 `requisition` -- DROP TABLE IF EXISTS `requisition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisition` ( `id` int(30) NOT NULL AUTO_INCREMENT, `name` text NOT NULL, `orderdate` varchar(30) NOT NULL, `ordernumber` varchar(30) NOT NULL, `description` text NOT NULL, `userid` varchar(30) NOT NULL, `createdate` varchar(30) NOT NULL, `orderedby` text NOT NULL, `shippingto` text NOT NULL, `canceldate` varchar(30) NOT NULL, `deliverymethod` varchar(30) NOT NULL, `fob` text NOT NULL, `terms` text NOT NULL, `deliverydate` varchar(30) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'new', `amount` varchar(30) NOT NULL, `companyid` varchar(30) NOT NULL, `preparedby` varchar(30) NOT NULL, `taskid` varchar(30) NOT NULL DEFAULT 'No', `branchid` int(30) NOT NULL DEFAULT 1, `subtaskid` varchar(50) DEFAULT NULL, `invoice` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisition` -- LOCK TABLES `requisition` WRITE; /*!40000 ALTER TABLE `requisition` DISABLE KEYS */; /*!40000 ALTER TABLE `requisition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `requisitionitems` -- DROP TABLE IF EXISTS `requisitionitems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `requisitionitems` ( `id` int(30) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) DEFAULT 'retail', `sprice` varchar(100) NOT NULL, `usedamount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `taskid` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `subtaskid` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `createdate` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `usedqty` varchar(20) DEFAULT NULL, `balanceqty` varchar(10) NOT NULL, `expamount` varchar(10) NOT NULL, `uom` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `requisitionitems` -- LOCK TABLES `requisitionitems` WRITE; /*!40000 ALTER TABLE `requisitionitems` DISABLE KEYS */; /*!40000 ALTER TABLE `requisitionitems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissions` -- DROP TABLE IF EXISTS `rolepermissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissions` ( `moduleid` varchar(100) NOT NULL, `userid` int(10) NOT NULL, PRIMARY KEY (`moduleid`,`userid`), KEY `person_id` (`userid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissions` -- LOCK TABLES `rolepermissions` WRITE; /*!40000 ALTER TABLE `rolepermissions` DISABLE KEYS */; INSERT INTO `rolepermissions` VALUES ('accomodation',1),('accounting',1),('accounting',5),('accountingreports',1),('accountingreports',5),('assets',1),('bankdeposits',1),('bankdeposits',5),('banktransfer',1),('banktransfer',5),('branch',1),('callcenter',1),('cashiersales',1),('cashiersales',2),('cashiersales',4),('cashiersales',8),('complain',1),('config',1),('damagedproducts',1),('deals',1),('displayreport',1),('documents',1),('ecommerce',1),('events',1),('grouping',1),('humanresource',1),('income',1),('incomeexpenses',1),('incomeexpenses',5),('incomingstock',1),('incomingstore',1),('journalentry',1),('labourrecords',1),('lowproducts',1),('lowstocklist',1),('members',1),('password',1),('password',2),('password',4),('password',8),('payroll',1),('peoplecategory',1),('productlist',1),('products',1),('productscategory',1),('profile',1),('profile',8),('projectsmanagement',1),('purchases',1),('recorddelivery',1),('reports',1),('sales',1),('sales',2),('sales',4),('sales',8),('sendsms',1),('task',1),('taskscategory',1),('users',1),('viewreturnsales',1),('viewreturnsales',4),('wholesale',1); /*!40000 ALTER TABLE `rolepermissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `rolepermissionsactions` -- DROP TABLE IF EXISTS `rolepermissionsactions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `rolepermissionsactions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moduleid` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `actionid` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=530 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `rolepermissionsactions` -- LOCK TABLES `rolepermissionsactions` WRITE; /*!40000 ALTER TABLE `rolepermissionsactions` DISABLE KEYS */; INSERT INTO `rolepermissionsactions` VALUES (1,'sales','4','add'),(2,'sales','4','suspend'),(3,'sales','4','printreceipt'),(4,'sales','4','update'),(5,'sales','4','cash'),(6,'sales','4','delete'),(7,'sales','4','moresales'),(8,'sales','4','sale'),(9,'sales','4','Logout'),(10,'sales','4','mpesabalance'),(11,'sales','4','discount'),(12,'sales','4','reprint'),(13,'sales','4','select'),(14,'sales','4','printbill'),(15,'sales','4','productdiscount'),(16,'sales','4','mpesa'),(17,'sales','4','order'),(18,'sales','4','closebill'),(19,'sales','4','viewbuyingprice'),(20,'sales','4','editsellingprice'),(21,'sales','4','updatepaymentmode'),(22,'sales','4','card'),(23,'sales','4','clearpayments'),(24,'sales','4','cheque'),(25,'sales','4','creditnote'),(26,'sales','4','voucher'),(27,'sales','4','salesbeyondbprice'),(28,'sales','4','points'),(29,'sales','4','credit'),(30,'sales','4','selectroom'),(31,'sales','4','dontprint'),(32,'sales','4','accountlimit'),(33,'sales','4','backdatesales'),(34,'sales','4','recordcoins'),(35,'sales','4','changetaxstatus'),(36,'sales','4','leaseitems'),(37,'sales','4','giveloyalityponts'),(38,'sales','4','dontshowstock'),(39,'sales','4','splitbill'),(40,'sales','4','changeuomonsales'),(41,'sales','4','selecttable'),(42,'sales','4','printdelivery'),(43,'sales','4','sendsms'),(44,'sales','4','selectcurrency'),(45,'sales','4','salesperson'),(46,'sales','4','usekeyboard'),(47,'sales','4','receiptno'),(48,'sales','4','negativesales'),(49,'cashiersales','4','entermpesacode'),(50,'cashiersales','4','editmpesa'),(51,'cashiersales','4','all'),(52,'cashiersales','4','delete'),(53,'cashiersales','4','cashiersales'),(54,'cashiersales','4','editmpesadate'),(55,'cashiersales','4','dontshowtotal'),(56,'cashiersales','4','adddailycollection'),(57,'cashiersales','4','viewtill'),(58,'cashiersales','4','viewdailycollections'),(59,'cashiersales','4','deletedailycollections'),(60,'cashiersales','4','updatedailycollections'),(61,'cashiersales','4','reversempesa'),(62,'cashiersales','4','clearallsales'),(63,'cashiersales','4','viewallcollections'),(64,'cashiersales','4','viewallcounters'),(65,'cashiersales','4','mpesapendingreport'),(66,'cashiersales','4','mpesaverifiedreport'),(67,'cashiersales','4','viewcommission'),(68,'cashiersales','4','viewmpesamessages'),(69,'cashiersales','4','dailysalesonly'),(70,'viewreturnsales','4','add'),(71,'viewreturnsales','4','update'),(72,'viewreturnsales','4','delete'),(73,'viewreturnsales','4','return'),(74,'viewreturnsales','4','clear'),(75,'viewreturnsales','4','moresales'),(76,'password','4','change'),(77,'sales','8','add'),(78,'sales','8','suspend'),(79,'sales','8','update'),(80,'sales','8','cash'),(81,'sales','8','moresales'),(82,'sales','8','sale'),(83,'sales','8','Logout'),(84,'sales','8','displaycustomers'),(85,'sales','8','select'),(86,'sales','8','printbill'),(87,'sales','8','productdiscount'),(88,'sales','8','mpesa'),(89,'sales','8','order'),(90,'sales','8','closebill'),(91,'sales','8','viewbuyingprice'),(92,'sales','8','editsellingprice'),(93,'sales','8','updatepaymentmode'),(94,'sales','8','card'),(95,'sales','8','clearpayments'),(96,'sales','8','cheque'),(97,'sales','8','creditnote'),(98,'sales','8','voucher'),(99,'sales','8','salesbeyondbprice'),(100,'sales','8','points'),(101,'sales','8','credit'),(102,'sales','8','selectroom'),(103,'sales','8','dontprint'),(104,'sales','8','backdatesales'),(105,'sales','8','recordcoins'),(106,'sales','8','changetaxstatus'),(107,'sales','8','giveloyalityponts'),(108,'sales','8','dontshowstock'),(109,'sales','8','splitbill'),(110,'sales','8','changeuomonsales'),(111,'sales','8','selecttable'),(112,'sales','8','printdelivery'),(113,'sales','8','sendsms'),(114,'sales','8','selectcurrency'),(115,'sales','8','salesperson'),(116,'sales','8','usekeyboard'),(117,'sales','8','receiptno'),(118,'cashiersales','8','entermpesacode'),(119,'cashiersales','8','editmpesa'),(120,'cashiersales','8','all'),(121,'cashiersales','8','cashiersales'),(122,'cashiersales','8','editmpesadate'),(123,'cashiersales','8','dontshowtotal'),(124,'cashiersales','8','viewtill'),(125,'cashiersales','8','viewdailycollections'),(126,'cashiersales','8','updatedailycollections'),(127,'cashiersales','8','viewallcounters'),(128,'cashiersales','8','viewcommission'),(129,'cashiersales','8','viewmpesamessages'),(130,'cashiersales','8','dailysalesonly'),(131,'password','8','change'),(132,'profile','8','update'),(133,'sales','1','add'),(134,'sales','1','suspend'),(135,'sales','1','selectmessage'),(136,'sales','1','printreceipt'),(137,'sales','1','update'),(138,'sales','1','cash'),(139,'sales','1','delete'),(140,'sales','1','moresales'),(141,'sales','1','sale'),(142,'sales','1','Logout'),(143,'sales','1','mpesabalance'),(144,'sales','1','displaycustomers'),(145,'sales','1','discount'),(146,'sales','1','reprint'),(147,'sales','1','select'),(148,'sales','1','printbill'),(149,'sales','1','productdiscount'),(150,'sales','1','mpesa'),(151,'sales','1','order'),(152,'sales','1','closebill'),(153,'sales','1','viewbuyingprice'),(154,'sales','1','editsellingprice'),(155,'sales','1','updatepaymentmode'),(156,'sales','1','card'),(157,'sales','1','clearpayments'),(158,'sales','1','cheque'),(159,'sales','1','creditnote'),(160,'sales','1','voucher'),(161,'sales','1','salesbeyondbprice'),(162,'sales','1','points'),(163,'sales','1','credit'),(164,'sales','1','selectroom'),(165,'sales','1','dontprint'),(166,'sales','1','accountlimit'),(167,'sales','1','backdatesales'),(168,'sales','1','recordcoins'),(169,'sales','1','changetaxstatus'),(170,'sales','1','leaseitems'),(171,'sales','1','giveloyalityponts'),(172,'sales','1','dontshowstock'),(173,'sales','1','splitbill'),(174,'sales','1','changeuomonsales'),(175,'sales','1','selecttable'),(176,'sales','1','printdelivery'),(177,'sales','1','sendsms'),(178,'sales','1','selectcurrency'),(179,'sales','1','salesperson'),(180,'sales','1','usekeyboard'),(181,'sales','1','receiptno'),(182,'sales','1','negativesales'),(183,'wholesale','1','sale'),(184,'wholesale','1','add'),(185,'wholesale','1','delete'),(186,'wholesale','1','update'),(187,'cashiersales','1','entermpesacode'),(188,'cashiersales','1','editmpesa'),(189,'cashiersales','1','all'),(190,'cashiersales','1','delete'),(191,'cashiersales','1','cashiersales'),(192,'cashiersales','1','editmpesadate'),(193,'cashiersales','1','dontshowtotal'),(194,'cashiersales','1','adddailycollection'),(195,'cashiersales','1','viewtill'),(196,'cashiersales','1','viewdailycollections'),(197,'cashiersales','1','deletedailycollections'),(198,'cashiersales','1','updatedailycollections'),(199,'cashiersales','1','reversempesa'),(200,'cashiersales','1','clearallsales'),(201,'cashiersales','1','viewallcollections'),(202,'cashiersales','1','viewallcounters'),(203,'cashiersales','1','mpesapendingreport'),(204,'cashiersales','1','mpesaverifiedreport'),(205,'cashiersales','1','viewcommission'),(206,'cashiersales','1','viewmpesamessages'),(207,'cashiersales','1','dailysalesonly'),(208,'recorddelivery','1','add'),(209,'recorddelivery','1','view'),(210,'recorddelivery','1','update'),(211,'recorddelivery','1','delete'),(212,'recorddelivery','1','changestatus'),(213,'recorddelivery','1','report'),(214,'recorddelivery','1','Dispatched'),(215,'recorddelivery','1','FailedDelivery'),(216,'recorddelivery','1','ReturnedandReceived'),(217,'recorddelivery','1','Delivered'),(218,'recorddelivery','1','Claimraised'),(219,'recorddelivery','1','ClaimOK'),(220,'recorddelivery','1','ClaimDamaged'),(221,'purchases','1','add'),(222,'purchases','1','update'),(223,'purchases','1','delete'),(224,'purchases','1','updatebuyingprice'),(225,'purchases','1','updatesellingprice'),(226,'purchases','1','updateclosedinvoice'),(227,'purchases','1','viewquotation'),(228,'purchases','1','viewserials'),(229,'purchases','1','viewdirectpurchases'),(230,'purchases','1','viewpurchase'),(231,'purchases','1','salesorder'),(232,'purchases','1','budget'),(233,'purchases','1','showdefaultserials'),(234,'purchases','1','viewallcounters'),(235,'purchases','1','approve'),(236,'purchases','1','addbatchno'),(237,'purchases','1','addexpirydate'),(238,'viewreturnsales','1','add'),(239,'viewreturnsales','1','update'),(240,'viewreturnsales','1','delete'),(241,'viewreturnsales','1','return'),(242,'viewreturnsales','1','clear'),(243,'viewreturnsales','1','moresales'),(244,'income','1','View'),(245,'income','1','add'),(246,'income','1','wiewinvoices'),(247,'income','1','detailedvatinvoice'),(248,'incomeexpenses','1','add'),(249,'incomeexpenses','1','closeexpense'),(250,'incomeexpenses','1','update'),(251,'incomeexpenses','1','updateclosedexpenses'),(252,'incomeexpenses','1','wiewinvoices'),(253,'incomeexpenses','1','viewbills'),(254,'incomeexpenses','1','viewexpense'),(255,'incomeexpenses','1','viewdebtors'),(256,'incomeexpenses','1','viewcreditors'),(257,'incomeexpenses','1','postrentalexpenses'),(258,'accomodation','1','viewrooms'),(259,'accomodation','1','addhouse'),(260,'accomodation','1','dailysales'),(261,'accomodation','1','viewhouse'),(262,'accomodation','1','voucher'),(263,'accomodation','1','mpesa'),(264,'accomodation','1','points'),(265,'accomodation','1','credit'),(266,'accomodation','1','card'),(267,'accomodation','1','cash'),(268,'accomodation','1','cheque'),(269,'accomodation','1','checkinroom'),(270,'accomodation','1','checkoutroom'),(271,'accomodation','1','addroom'),(272,'accomodation','1','cancel'),(273,'accomodation','1','checkin'),(274,'accomodation','1','addcharges'),(275,'accomodation','1','givediscount'),(276,'accomodation','1','cleanrooms'),(277,'accomodation','1','updatecharges'),(278,'accomodation','1','updateroom'),(279,'accomodation','1','postexpense'),(280,'accomodation','1','updatehouse'),(281,'accomodation','1','Post Bank Deposits'),(282,'accomodation','1','managehotel'),(283,'accomodation','1','assignrooms'),(284,'accomodation','1','managerental'),(285,'accomodation','1','changepayment'),(286,'accomodation','1','housekeeping'),(287,'accomodation','1','customerregister'),(288,'accomodation','1','dailypayments'),(289,'accomodation','1','advancebooking'),(290,'accomodation','1','checkoutcustomerwithbalance'),(291,'accomodation','1','managecustomer'),(292,'accomodation','1','viewreports'),(293,'accomodation','1','accomodationmanager'),(294,'accomodation','1','accommodationcleaner'),(295,'accomodation','1','accommodationreceiptionist'),(296,'accomodation','1','config'),(297,'accomodation','1','viewroomcleaned'),(298,'accomodation','1','clearsales'),(299,'accomodation','1','dailycollections'),(300,'branch','1','add'),(301,'branch','1','view'),(302,'branch','1','update'),(303,'branch','1','delete'),(304,'members','1','add'),(305,'members','1','update'),(306,'members','1','deletepeople'),(307,'members','1','opencloseshift'),(308,'users','1','add'),(309,'users','1','update'),(310,'users','1','delete'),(311,'users','1','deleteallroles'),(312,'productscategory','1','add'),(313,'productscategory','1','update'),(314,'productscategory','1','delete'),(315,'productlist','1','bulk'),(316,'productlist','1','updatestock'),(317,'productlist','1','move'),(318,'productlist','1','more'),(319,'productlist','1','transfer'),(320,'productlist','1','addstock'),(321,'productlist','1','delete'),(322,'productlist','1','view'),(323,'productlist','1','update'),(324,'productlist','1','add'),(325,'productlist','1','openclosestock'),(326,'productlist','1','stocktaking'),(327,'productlist','1','editstocktaken'),(328,'productlist','1','editopenclosestock'),(329,'productlist','1','changeserialstatus'),(330,'productlist','1','viewserials'),(331,'productlist','1','viewproductsfromallbranches'),(332,'productlist','1','bulkpriceupdate'),(333,'productlist','1','viewbprice'),(334,'products','1','add'),(335,'products','1','update'),(336,'products','1','delete'),(337,'products','1','addstock'),(338,'products','1','more'),(339,'products','1','bulk'),(340,'products','1','deleteorder'),(341,'products','1','dispatch'),(342,'products','1','removestock'),(343,'products','1','price'),(344,'products','1','removeallstock'),(345,'products','1','bulkpriceupdate'),(346,'products','1','viewbprice'),(347,'incomingstock','1','add'),(348,'incomingstock','1','update'),(349,'incomingstock','1','view'),(350,'incomingstock','1','delete'),(351,'incomingstore','1','add'),(352,'incomingstore','1','delete'),(353,'incomingstore','1','view'),(354,'lowstocklist','1','add'),(355,'lowstocklist','1','more'),(356,'lowstocklist','1','view'),(357,'lowproducts','1','add'),(358,'lowproducts','1','update'),(359,'damagedproducts','1','add'),(360,'damagedproducts','1','update'),(361,'damagedproducts','1','delete'),(362,'projectsmanagement','1','view'),(363,'projectsmanagement','1','add'),(364,'projectsmanagement','1','update'),(365,'projectsmanagement','1','delete'),(366,'assets','1','add'),(367,'assets','1','update'),(368,'assets','1','delete'),(369,'accounting','1','deletebank'),(370,'accounting','1','deleteglaccount'),(371,'accounting','1','view'),(372,'bankdeposits','1','add'),(373,'bankdeposits','1','update'),(374,'bankdeposits','1','delete'),(375,'banktransfer','1','add'),(376,'journalentry','1','add'),(377,'accountingreports','1','view'),(378,'peoplecategory','1','add'),(379,'peoplecategory','1','update'),(380,'peoplecategory','1','delete'),(381,'labourrecords','1','add'),(382,'payroll','1','add'),(383,'reports','1','view'),(384,'reports','1','download'),(385,'reports','1','delete'),(386,'reports','1','update'),(387,'reports','1','viewall'),(388,'displayreport','1','view'),(389,'grouping','1','add'),(390,'grouping','1','update'),(391,'grouping','1','delete'),(392,'sendsms','1','add'),(393,'sendsms','1','update'),(394,'sendsms','1','delete'),(395,'sendsms','1','transfersms'),(396,'documents','1','add'),(397,'documents','1','update'),(398,'documents','1','delete'),(399,'documents','1','viewalldocuments'),(400,'humanresource','1','add'),(401,'humanresource','1','approve'),(402,'humanresource','1','update'),(403,'humanresource','1','delete'),(404,'humanresource','1','view'),(405,'humanresource','1','allocate'),(406,'humanresource','1','viewallpayroll'),(407,'humanresource','1','leavesetup'),(408,'humanresource','1','allleaves '),(409,'humanresource','1','bioattendance'),(410,'taskscategory','1','add'),(411,'taskscategory','1','update'),(412,'taskscategory','1','delete'),(413,'task','1','add'),(414,'task','1','update'),(415,'task','1','viewall'),(416,'task','1','delete'),(417,'task','1','postspecifictask'),(418,'task','1','postgeneraltask'),(419,'task','1','viewothersspecifictask'),(420,'task','1','viewothersgeneraltask'),(421,'task','1','assigntask'),(422,'task','1','posttaskforothers'),(423,'callcenter','1','add'),(424,'callcenter','1','upadate'),(425,'callcenter','1','view'),(426,'callcenter','1','download'),(427,'callcenter','1','delete'),(428,'deals','1','add'),(429,'deals','1','update'),(430,'deals','1','delete'),(431,'deals','1','viewall'),(432,'complain','1','add'),(433,'complain','1','view'),(434,'complain','1','update'),(435,'complain','1','allcompalin'),(436,'complain','1','delete'),(437,'events','1','add'),(438,'events','1','update'),(439,'events','1','delete'),(440,'password','1','change'),(441,'profile','1','update'),(442,'ecommerce','1','add'),(443,'ecommerce','1','update'),(444,'ecommerce','1','delete'),(445,'ecommerce','1','vieworders'),(446,'ecommerce','1','setup'),(447,'ecommerce','1','approveorders'),(448,'config','1','delete'),(449,'config','1','add'),(450,'config','1','update'),(483,'sales','2','add'),(484,'sales','2','suspend'),(485,'sales','2','printreceipt'),(486,'sales','2','update'),(487,'sales','2','cash'),(488,'sales','2','moresales'),(489,'sales','2','sale'),(490,'sales','2','mpesa'),(491,'sales','2','updatepaymentmode'),(492,'sales','2','card'),(493,'sales','2','clearpayments'),(494,'sales','2','cheque'),(495,'sales','2','dontprint'),(496,'cashiersales','2','entermpesacode'),(497,'cashiersales','2','editmpesa'),(498,'cashiersales','2','cashiersales'),(499,'cashiersales','2','editmpesadate'),(500,'cashiersales','2','dontshowtotal'),(501,'cashiersales','2','adddailycollection'),(502,'cashiersales','2','viewtill'),(503,'cashiersales','2','viewdailycollections'),(504,'cashiersales','2','updatedailycollections'),(505,'cashiersales','2','viewallcounters'),(506,'cashiersales','2','mpesapendingreport'),(507,'cashiersales','2','mpesaverifiedreport'),(508,'cashiersales','2','viewcommission'),(509,'cashiersales','2','viewmpesamessages'),(510,'cashiersales','2','dailysalesonly'),(511,'password','2','change'),(512,'incomeexpenses','5','add'),(513,'incomeexpenses','5','closeexpense'),(514,'incomeexpenses','5','update'),(515,'incomeexpenses','5','updateclosedexpenses'),(516,'incomeexpenses','5','wiewinvoices'),(517,'incomeexpenses','5','viewbills'),(518,'incomeexpenses','5','viewexpense'),(519,'incomeexpenses','5','viewdebtors'),(520,'incomeexpenses','5','viewcreditors'),(521,'incomeexpenses','5','postrentalexpenses'),(522,'accounting','5','deletebank'),(523,'accounting','5','deleteglaccount'),(524,'accounting','5','view'),(525,'bankdeposits','5','add'),(526,'bankdeposits','5','update'),(527,'bankdeposits','5','delete'),(528,'banktransfer','5','add'),(529,'accountingreports','5','view'); /*!40000 ALTER TABLE `rolepermissionsactions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roles` -- DROP TABLE IF EXISTS `roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roles` ( `id` int(20) NOT NULL AUTO_INCREMENT, `name` varchar(50) NOT NULL, `description` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `invoice` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roles` -- LOCK TABLES `roles` WRITE; /*!40000 ALTER TABLE `roles` DISABLE KEYS */; INSERT INTO `roles` VALUES (1,'calls','0','2022-01-13 16:35:53','active','1','','1',''),(2,'Cashier','Cashier','2021-12-16 15:44:25','active','1','','1',''),(3,'Manager','Manager','2021-12-16 15:49:15','active','1','','1',''),(4,'Supervisors','Supervisors','2021-12-16 15:49:57','active','1','','1',''),(5,'Accountant','','2021-12-21 07:13:49','active','1','','1',''),(6,'Stock Controller','','2021-12-21 07:14:02','active','1','','1',''),(7,'Cleaners','','2021-12-21 07:14:12','active','1','','1',''),(8,'Waiter','','2021-12-21 07:14:33','active','1','','1',''),(9,'call next week','call next week','2022-01-13 16:34:53','active','1','','1',''); /*!40000 ALTER TABLE `roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `roomcharges` -- DROP TABLE IF EXISTS `roomcharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `roomcharges` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roomid` varchar(40) NOT NULL, `plotno` varchar(100) NOT NULL, `cost` varchar(100) NOT NULL, `status` varchar(40) NOT NULL DEFAULT 'active', `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `name` varchar(50) NOT NULL, `companyid` varchar(30) NOT NULL, `chargeid` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomcharges` -- LOCK TABLES `roomcharges` WRITE; /*!40000 ALTER TABLE `roomcharges` DISABLE KEYS */; INSERT INTO `roomcharges` VALUES (1,'1','1','1000','','2022-03-30 12:02:29pm','','1','T1','1','12 '),(2,'1','1','2000','','2022-03-30 12:02:34pm','','1','','1','13 '),(3,'9','2','2000','','2022-04-08 05:53:17am','','1','','1','1 '),(4,'9','2','2044','active','2022-04-08 05:53:28am','2022-05-11','1','Robisearch','1','5'),(5,'7','2','','','2022-04-08 05:53:44am','2022-05-11','1','','1','1 '),(6,'7','2','','','2022-04-08 05:53:55am','2022-05-11','1','','1','7 '),(7,'8','2','','','2022-04-08 05:54:16am','2022-05-11','1','','1','1 '),(8,'8','2','4444','','2022-04-08 05:54:23am','2022-05-11','1','','1','7 '),(9,'5','2','1000','','2022-04-08 05:54:52am','','1','','1','1 '),(10,'5','2','250','','2022-04-08 05:54:58am','','1','','1','7 '),(11,'5','2','2045','','2022-05-04 03:57:54pm','2022-05-11','1','','1','5 '),(12,'11','2','6000','active','2022-05-05 08:35:14am','','1','rent','1','1 '),(13,'11','2','2040','active','2022-05-05 08:35:27am','2022-05-11','1','','1','5'),(14,'11','2','350','active','2022-05-05 08:35:45am','2022-05-05 08:52:38am','1','','1','10'),(15,'11','2','12000','inactive','2022-05-05 08:36:03am','2022-05-05 08:36:26am','1','','1','2'),(16,'7','2','2033','active','2022-05-05 08:49:36am','2022-05-11','1','','1','5 '),(17,'5','2','4585','active','2022-05-05 08:52:05am','','1','','1','10 '),(18,'7','2','374','active','2022-05-05 08:52:21am','','1','','1','10 '),(19,'10','1','12000','active','2022-05-05 09:08:52am','','1','','1','12 '),(20,'10','1','1000','active','2022-05-05 09:08:57am','','1','','1','13 '); /*!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 AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `roomsales` -- LOCK TABLES `roomsales` WRITE; /*!40000 ALTER TABLE `roomsales` DISABLE KEYS */; INSERT INTO `roomsales` VALUES (1,1,'9005',2,'2022-05-05 09:09:28',5666.00,1,1,'New','9','',0,1,'11651730965'); /*!40000 ALTER TABLE `roomsales` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salary` -- DROP TABLE IF EXISTS `salary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salary` ( `id` int(20) NOT NULL AUTO_INCREMENT, `userid` int(20) NOT NULL, `companyid` int(15) NOT NULL, `salary` decimal(10,2) NOT NULL, `pay` decimal(10,2) NOT NULL, `deductions` decimal(10,2) NOT NULL, `bonus` decimal(10,2) NOT NULL, `bankname` varchar(20) NOT NULL, `bankaccount` varchar(30) NOT NULL, `method` varchar(20) NOT NULL, `payment` varchar(20) NOT NULL, `netsalry` decimal(10,2) NOT NULL, `gross` decimal(10,2) NOT NULL, `memberid` int(11) NOT NULL, `salaryyear` varchar(20) NOT NULL, `paymentmode` varchar(30) NOT NULL, `slarymonth` varchar(20) NOT NULL, `number` varchar(20) NOT NULL, `createdate` varchar(30) NOT NULL, `relief` decimal(10,2) NOT NULL, `salaryid` varchar(100) NOT NULL, `branchid` int(11) NOT NULL DEFAULT 1, `loanbalance` decimal(10,2) NOT NULL, `nhif` int(20) DEFAULT NULL, `nssf` varchar(20) DEFAULT NULL, `paye` varchar(20) DEFAULT NULL, `advance` varchar(20) DEFAULT NULL, `otherdeductions` varchar(20) DEFAULT NULL, `currency` varchar(20) DEFAULT NULL, `transactiontypecode` varchar(20) DEFAULT NULL, `chargetype` varchar(20) DEFAULT NULL, `paymenttype` varchar(20) NOT NULL, `nhifrelief` decimal(10,2) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salary` -- LOCK TABLES `salary` WRITE; /*!40000 ALTER TABLE `salary` DISABLE KEYS */; /*!40000 ALTER TABLE `salary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salarycharges` -- DROP TABLE IF EXISTS `salarycharges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salarycharges` ( `id` int(20) NOT NULL AUTO_INCREMENT, `code` int(20) NOT NULL, `name` text NOT NULL, `createdate` varchar(50) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'Active', `userid` varchar(50) NOT NULL, `updatedate` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `category` varchar(20) NOT NULL DEFAULT 'Minus', `amountmode` varchar(20) NOT NULL, `qtymode` varchar(20) NOT NULL, `quantity` decimal(10,2) NOT NULL, `amount` decimal(10,2) NOT NULL, `unit` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=21 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 (1,2,'House Allowance','2019-03-28 12:47:59','Active','503','','1','Pay','Fixed','Fixed',1.00,0.00,''),(2,3,'Overtime','2019-03-28 12:48:27','Active','503','','1','Pay','Fixed','Fixed',1.00,0.00,''),(3,4,'Travel Allowance','2019-03-28 12:48:59','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(4,5,'Bonus','2019-03-28 12:49:21','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(5,6,'Allowance','2019-03-28 12:50:16','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(6,7,'Appreciation','2019-03-28 12:50:45','Active','503','','1','Pay','Variable','Variable',1.00,0.00,''),(7,8,'PAYE','2019-03-28 12:51:21','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(8,9,'NSSF','2019-03-28 12:51:38','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(9,10,'NHIF','2019-03-28 12:52:09','Active','503','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(10,11,'Advances','2019-03-28 13:00:47','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(11,12,'Loan payment','2019-03-28 13:03:14','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(12,14,'destruction','2019-03-28 13:04:59','Active','503','','1','Deduction','Variable','Variable',1.00,0.00,''),(13,15,'Loan','2019-06-11 13:31:04','Active','351','','1','Pay','Variable','Fixed',1.00,0.00,''),(14,12,'staff Uniforms','2019-11-26 15:15:36','Active','351','','1','Deduction','Fixed','Fixed',1.00,0.00,''),(15,16,'Helb / Sacco Loan ','2019-12-17 04:55:20','Active','416','','1','Deduction','Variable','Variable',1.00,0.00,''),(16,12,'LOST/DAMAGED ITEM','2020-12-15 15:23:40','Active','1172','','1','Deduction','Variable','Fixed',1.00,900.00,''),(17,18,'sales cut ','2020-12-15 19:06:21','Active','1172','','1','Deduction','Variable','Variable',1.00,0.00,''),(18,19,'UNPAID LEAVE DAYS','2021-04-05 10:49:16','Active','1531','','1','Deduction','Variable','Fixed',1.00,0.00,''),(19,20,'DEDUCTION','2021-04-05 10:49:55','Active','1531','','1','Deduction','Fixed','Variable',1.00,0.00,''),(20,21,'Insurance cover ','2022-02-04 10:16:25','Active','1531','','1','Deduction','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=147 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales` -- LOCK TABLES `sales` WRITE; /*!40000 ALTER TABLE `sales` DISABLE KEYS */; INSERT INTO `sales` VALUES (1,'','Mpesa','','2022-07-01 16:33:48','','0','6','2022-07-01 16:33:48','','40','40','1','retail','0','40','1','0','0','0','0','0','0','printed',' ','','1','0','61656682412','Cleared','','','','','','','','',0.00,0.00,0,'',''),(2,'','Mpesa','','2022-07-02 12:22:02','Alexis Motors','0','6','2022-07-02 12:22:02','15','17000','17000','1','retail','0','17000','1','0','0','0','0','0','0','printed','Alexis Motors </BR>254722113666 ','','1','0','61656753612','Cleared','','','','','','','','',0.00,0.00,0,'',''),(3,'','Mpesa','','2022-07-02 16:09:33','Alexis Motors','0','6','2022-07-02 16:09:33','15','27000','27000','1','retail','0','27000','1','0','0','2700','0','0','0','printed','Alexis Motors </BR>254722113666 ','','1','0','61656764452','Cleared','','','','','','','','',0.00,0.00,0,'',''),(4,'','Mpesa','','2022-07-03 09:34:28','','0','6','2022-07-03 09:34:28','15','14500','14500','1','retail','0','14500','1','0','0','0','0','0','0','printed',' ','','1','0','61656829444','Cleared','','','','','','','','',0.00,0.00,0,'',''),(5,'','Mpesa','','2022-07-03 09:37:10','','0','6','2022-07-03 09:37:10','15','0','0','1','retail','0','4000','1','0','0','0','0','0','0','printed',' ','','1','0','61656830201','Cleared','','','','','','','','',0.00,0.00,0,'',''),(6,'','Invoice','','2022-07-04 13:22:28','','0','6','2022-07-04 13:22:28','15','11000','11000','1','retail','0','11000','1','0','0','0','0','0','0','printed',' ','','1','0','61656929957','Cleared','','','','','','','','',0.00,0.00,0,'',''),(7,'','Invoice','','2022-07-05 14:55:46','','0','6','2022-07-05 14:55:46','15','14500','14500','1','retail','0','14500','1','0','0','0','0','0','0','printed',' ','','1','0','61657022003','Cleared','','','','','','','','',0.00,0.00,0,'',''),(8,'','Invoice','','2022-07-08 18:58:57','','0','6','2022-07-08 18:58:57','15','4500','4500','1','retail','14500','4500','1','0','0','0','0','0','0','printed',' ','','1','0','61657295647','Cleared','','','','','','','','',0.00,0.00,0,'',''),(9,'','Invoice','','2022-07-16 12:39:08','','0','6','2022-07-16 12:39:08','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed',' ','','1','0','61657964052','Cleared','','','','','','','','',0.00,0.00,0,'',''),(10,'','Invoice','','2022-07-19 15:46:21','','-0','6','2022-07-19 15:46:21','15','0','0','1','retail','16500','0','1','0','0','0','0','0','0','printed',' ','','1','0','61658233410','Cleared','','','','','','','','',0.00,0.00,0,'',''),(11,'','Invoice','','2022-07-25 12:46:07','','0','6','2022-07-25 12:46:07','15','0','11000','1','retail','0','11000','1','0','0','0','0','11000','0','printed',' ','','1','0','61658742312','Cleared','','','','','','','','',0.00,0.00,0,'',''),(12,'','Cash','','2022-07-27 16:10:24','','0','6','2022-07-27 16:10:24','15','7500','7500','1','retail','0','7500','1','0','0','0','0','0','0','printed',' ','','1','0','61658922205','Cleared','','','','','','','','',0.00,0.00,0,'',''),(13,'','Cash','','2022-07-27 16:14:12','','0','6','2022-07-27 16:14:12','15','15000','15000','1','retail','0','15000','1','0','0','0','0','0','0','printed','','','1','0','61658927436','Cleared','6','2022-07-27 18:10:14','','','','','','',0.00,0.00,0,'',''),(14,'','Invoice','','2022-07-28 11:07:24','','-0','6','2022-07-28 11:07:24','15','0','0','1','retail','33000','0','1','0','0','0','0','0','0','printed',' ','','1','0','61658995613','Cleared','','','','','','','','',0.00,0.00,0,'',''),(15,'','Invoice','','2022-07-28 11:11:42','','0','6','2022-07-28 11:11:42','15','2000','35000','1','retail','0','35000','1','0','0','0','0','33000','0','printed','','','1','0','61658995862','Cleared','6','2022-08-12 11:36:35','','','','','','',0.00,0.00,0,'',''),(16,'','Invoice','','2022-07-28 13:58:10','','0','6','2022-07-28 13:58:10','15','0','7500','1','retail','0','7500','1','0','0','0','0','7500','0','printed',' ','','1','0','61659005844','Cleared','','','','','','','','',0.00,0.00,0,'',''),(17,'','Invoice','','2022-07-29 11:05:54','','0','6','2022-07-29 11:05:54','15','0','15500','1','retail','0','15500','1','0','0','0','0','15500','0','printed',' ','','1','0','61659081511','Cleared','','','','','','','','',0.00,0.00,0,'',''),(18,'','Invoice','','2022-07-29 11:59:50','','0','6','2022-07-29 11:59:50','15','0','22000','1','retail','0','22000','1','0','0','0','0','22000','0','printed',' ','','1','0','61659085143','Cleared','','','','','','','','',0.00,0.00,0,'',''),(19,'','Invoice','','2022-07-30 14:35:14','','0','6','2022-07-30 14:35:14','15','0','16500','1','retail','0','16500','1','0','0','0','0','16500','0','printed',' ','','1','0','61659180790','Cleared','','','','','','','','',0.00,0.00,0,'',''),(20,'','Invoice','','2022-08-05 12:06:04','','0','6','2022-08-05 12:06:04','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61659690054','Cleared','6','2022-08-12 11:28:54','','','','','','',0.00,0.00,0,'',''),(21,'','Invoice','','2022-08-08 13:46:44','mwaniki','0','6','2022-08-08 13:46:44','31','0','5000','1','retail','0','5000','1','0','0','0','0','5000','0','printed','mwaniki </BR>254733407039 ','','1','0','61659955493','Cleared','','','','','','','','',0.00,0.00,0,'',''),(22,'','Invoice','','2022-08-08 13:49:57','','0','6','2022-08-08 13:49:57','15','0','8500','1','retail','0','8500','1','0','0','0','0','8500','0','printed',' ','','1','0','61659955779','Cleared','','','','','','','','',0.00,0.00,0,'',''),(23,'','Invoice','','2022-08-12 11:49:11','','0','6','2022-08-12 11:49:11','15','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed','','','1','0','61660294125','Cleared','6','2022-08-18 10:07:48','','','','','','',0.00,0.00,0,'',''),(24,'','Invoice','','2022-08-19 14:22:53','','0','6','2022-08-19 14:22:53','15','5500','5500','1','retail','0','5500','1','0','0','0','0','0','0','printed','','','1','0','61660908132','Cleared','6','2022-09-19 09:55:38','','','','','','',0.00,0.00,0,'',''),(25,'','Mpesa','','2022-08-23 12:29:00','','0','6','2022-08-23 12:29:00','25','15000','15000','1','retail','0','15000','1','0','0','0','0','0','0','printed',' ','','1','0','61661246860','Cleared','','','','','','','','',0.00,0.00,0,'',''),(26,'','Invoice','','2022-08-23 18:03:37','','0','6','2022-08-23 18:03:37','15','0','21000','1','retail','0','21000','1','0','0','0','0','21000','0','printed','','','1','0','61661266967','Cleared','6','2022-09-19 09:58:11','','','','','','',0.00,0.00,0,'',''),(27,'','Invoice','','2022-08-30 11:37:33','','0','6','2022-08-30 11:37:33','15','0','3500','1','retail','15500','3500','1','0','0','0','0','3500','0','printed',' ','','1','0','61661848445','Cleared','','','','','','','','',0.00,0.00,0,'',''),(28,'','Invoice','0.00','2022-09-30 15:33:50','Mary Ngugi','-0','6','2022-08-30 17:01:03','39','0','0','1','Retail','35400','0','1','','','0','','10000','','printed','','RO00010','1','','61661862830','No','','','','','','','',NULL,0.00,0.00,6,NULL,NULL),(29,'','Invoice','','2022-09-16 10:51:14','','0','6','2022-09-16 10:51:14','15','0','16500','1','retail','0','16500','1','0','0','0','0','16500','0','printed','','','1','0','61663314618','Cleared','6','2022-09-29 10:45:15','','','','','','',0.00,0.00,0,'',''),(30,'','Mpesa','','2022-09-16 10:53:43','','0','6','2022-09-16 10:53:43','15','9000','9000','1','retail','0','9000','1','0','0','0','0','0','0','printed',' ','','1','0','61663314803','Cleared','','','','','','','','',0.00,0.00,0,'',''),(31,'','Invoice','','2022-09-16 17:45:02','','0','6','2022-09-16 17:45:02','15','3500','3500','1','retail','0','3500','1','0','0','0','0','0','0','printed','','','1','0','61663339476','Cleared','6','2022-09-19 09:57:01','','','','','','',0.00,0.00,0,'',''),(32,'','Invoice','','2022-09-17 10:34:12','','0','6','2022-09-17 10:34:12','15','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed','','','1','0','61663400038','Cleared','6','2022-09-19 09:53:12','','','','','','',0.00,0.00,0,'',''),(33,'','Invoice','','2022-09-17 16:37:39','','0','6','2022-09-17 16:37:39','25','0','15000','1','retail','0','15000','1','0','0','0','0','15000','0','printed','','','1','0','61663421780','Cleared','6','2022-10-01 10:22:47','','','','','','',0.00,0.00,0,'',''),(34,'','Invoice','','2022-09-17 18:12:04','','0','6','2022-09-17 18:12:04','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61663427466','Cleared','6','2022-09-19 09:52:25','','','','','','',0.00,0.00,0,'',''),(35,'','Invoice','','2022-09-19 11:31:07','','-0','6','2022-09-19 11:31:07','15','0','0','1','retail','8000','0','1','0','0','0','0','0','0','printed',' ','','1','0','61663576244','Cleared','','','','','','','','',0.00,0.00,0,'',''),(36,'','Invoice','','2022-09-19 18:17:35','','0','6','2022-09-19 18:17:35','15','0','14000','1','retail','0','14000','1','0','0','0','0','14000','0','printed','','','1','0','61663600637','Cleared','6','2022-09-20 18:53:50','','','','','','',0.00,0.00,0,'',''),(37,'','Invoice','','2022-09-20 18:52:15','','0','6','2022-09-20 18:52:15','15','0','16500','1','retail','0','16500','1','0','0','0','0','16500','0','printed','','','1','0','61663689049','Cleared','6','2022-09-29 10:43:26','','','','','','',0.00,0.00,0,'',''),(38,'','Invoice','','2022-09-28 12:58:54','','0','6','2022-09-28 12:58:54','23','0','16000','1','retail','0','16000','1','0','0','0','0','0','0','printed',' ','','1','0','61664359068','Cleared','','','','','16000','','','',0.00,0.00,0,'',''),(39,'','Invoice','','2022-09-28 17:28:51','','0','6','2022-09-28 17:28:51','25','0','7500','1','retail','0','7500','1','0','0','0','0','7500','0','printed','','','1','0','61664375227','Cleared','6','2022-09-29 10:44:02','','','','','','',0.00,0.00,0,'',''),(40,'','Invoice','','2022-09-28 17:30:19','','0','6','2022-09-28 17:30:19','15','0','2500','1','retail','0','2500','1','0','0','0','0','2500','0','printed',' ','','1','0','61664375344','Cleared','','','','','','','','',0.00,0.00,0,'',''),(41,'','Invoice','','2022-10-01 09:51:08','','0','6','2022-10-01 09:51:08','16','0','8000','1','retail','0','8000','1','0','0','0','0','8000','0','printed','','','1','0','61664607046','Cleared','6','2022-10-03 13:38:18','','','','','','',0.00,0.00,0,'',''),(42,'','Invoice','','2022-10-01 11:10:57','','0','6','2022-10-01 11:10:57','15','0','10000','1','retail','0','10000','1','0','0','0','0','10000','0','printed','','','1','0','61664611142','Cleared','6','2022-10-08 12:00:42','','','','','','',0.00,0.00,0,'',''),(43,'','Invoice','','2022-10-01 12:41:06','','0','6','2022-10-01 12:41:06','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed',' ','','1','0','61664617102','Cleared','','','','','','','','',0.00,0.00,0,'',''),(44,'','Invoice','','2022-10-01 12:42:52','','-0','6','2022-10-01 12:42:52','16','0','0','1','retail','7000','0','1','0','0','0','0','0','0','printed',' ','','1','0','61664617274','Cleared','','','','','','','','',0.00,0.00,0,'',''),(45,'','Invoice','','2022-10-01 14:30:11','','0','6','2022-10-01 14:30:11','15','0','3000','1','retail','0','3000','1','0','0','0','0','3000','0','printed',' ','','1','0','61664623792','Cleared','','','','','','','','',0.00,0.00,0,'',''),(46,'','Invoice','','2022-10-01 15:55:33','','0','6','2022-10-01 15:55:33','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61664628894','Cleared','6','2022-10-11 10:01:49','','','','','','',0.00,0.00,0,'',''),(47,'','Invoice','','2022-10-03 13:27:07','','0','6','2022-10-03 13:27:07','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61664792695','Cleared','6','2022-10-11 10:02:16','','','','','','',0.00,0.00,0,'',''),(48,'','Savedata','','2022-10-03 13:45:23','','0','6','2022-10-03 13:45:23','23','20000','20000','1','retail','0','20000','1','0','0','0','0','0','0','printed',' ','','1','0','61664793878','Cleared','','','','','','','','',0.00,0.00,0,'',''),(49,'','Mpesa','','2022-10-04 11:54:32','','0','6','2022-10-04 11:54:32','25','8000','8000','1','retail','0','8000','1','0','0','0','0','0','0','printed',' ','','1','0','61664873658','Cleared','','','','','','','','',0.00,0.00,0,'',''),(50,'','Invoice','','2022-10-05 13:40:07','','0','6','2022-10-05 13:40:07','15','0','22000','1','retail','0','22000','1','0','0','0','0','22000','0','printed','','','1','0','61664966266','Cleared','6','2022-10-08 12:00:04','','','','','','',0.00,0.00,0,'',''),(51,'','Mpesa','','2022-10-06 14:57:03','','0','6','2022-10-06 14:57:03','15','11500','11500','1','retail','0','11500','1','0','0','0','0','0','0','printed',' ','','1','0','61665046649','Cleared','','','','','','','','',0.00,0.00,0,'',''),(52,'','Invoice','','2022-10-07 14:48:23','','0','6','2022-10-07 14:48:23','15','0','5000','1','retail','0','5000','1','0','0','0','0','5000','0','printed','','','1','0','61665143284','Cleared','6','2022-10-18 13:31:27','','','','','','',0.00,0.00,0,'',''),(53,'','Invoice','','2022-10-07 14:53:46','','0','6','2022-10-07 14:53:46','25','0','8000','1','retail','0','8000','1','0','0','0','0','8000','0','printed',' ','','1','0','61665143312','Cleared','','','','','','','','',0.00,0.00,0,'',''),(54,'','Invoice','','2022-10-07 15:18:40','','0','6','2022-10-07 15:18:40','15','0','8000','1','retail','0','8000','1','0','0','0','0','8000','0','printed','','','1','0','61665143639','Cleared','6','2022-10-11 10:02:55','','','','','','',0.00,0.00,0,'',''),(55,'','Invoice','','2022-10-07 17:21:19','','0','6','2022-10-07 17:21:19','15','0','3000','1','retail','0','3000','1','0','0','0','0','3000','0','printed','','','1','0','61665152319','Cleared','6','2022-10-08 12:02:10','','','','','','',0.00,0.00,0,'',''),(56,'','Invoice','','2022-10-08 14:34:26','','0','6','2022-10-08 14:34:26','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61665228656','Cleared','6','2022-10-21 16:09:42','','','','','','',0.00,0.00,0,'',''),(57,'','Invoice','','2022-10-08 14:35:23','','0','6','2022-10-08 14:35:23','18','0','11000','1','retail','0','11000','1','0','0','0','0','11000','0','printed','','','1','0','61665228890','Cleared','6','2022-10-11 09:56:26','','','','','','',0.00,0.00,0,'',''),(58,'','Invoice','','2022-10-08 15:41:03','','0','6','2022-10-08 15:41:03','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61665232786','Cleared','6','2022-10-18 13:30:56','','','','','','',0.00,0.00,0,'',''),(59,'','Invoice','','2022-10-12 15:43:21','','0','6','2022-10-12 15:43:21','15','0','13500','1','retail','0','13500','1','0','0','0','0','13500','0','printed','','','1','0','61665578520','Cleared','6','2022-10-18 13:30:02','','','','','','',0.00,0.00,0,'',''),(60,'','Invoice','','2022-10-13 13:59:17','','0','6','2022-10-13 13:59:17','18','0','15000','1','retail','0','15000','1','0','0','0','0','15000','0','printed','','','1','0','61665658735','Cleared','6','2022-10-15 13:43:28','','','','','','',0.00,0.00,0,'',''),(61,'','Invoice','','2022-10-13 14:37:22','','0','6','2022-10-13 14:37:22','18','0','15000','1','retail','0','15000','1','0','0','0','0','15000','0','printed','','','1','0','61665661023','Cleared','6','2022-10-14 10:05:37','','','','','','',0.00,0.00,0,'',''),(62,'','Invoice','','2022-10-15 13:42:39','','0','6','2022-10-15 13:42:39','15','0','7500','1','retail','0','7500','1','0','0','0','0','7500','0','printed','','','1','0','61665830515','Cleared','6','2022-10-18 13:32:44','','','','','','',0.00,0.00,0,'',''),(63,'','Invoice','','2022-10-15 14:00:23','','0','6','2022-10-15 14:00:23','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61665831581','Cleared','6','2022-10-21 16:10:15','','','','','','',0.00,0.00,0,'',''),(64,'','Invoice','','2022-10-18 13:28:49','','0','6','2022-10-18 13:28:49','15','0','8000','1','retail','0','8000','1','0','0','0','0','8000','0','printed','','','1','0','61666088920','Cleared','6','2022-10-22 11:37:35','','','','','','',0.00,0.00,0,'',''),(65,'','Invoice','','2022-10-18 15:33:01','','0','6','2022-10-18 15:33:01','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61666096347','Cleared','6','2022-10-21 16:11:22','','','','','','',0.00,0.00,0,'',''),(66,'','Invoice','','2022-10-18 18:39:52','','0','6','2022-10-18 18:39:52','15','0','5000','1','retail','0','5000','1','0','0','0','0','5000','0','printed','','','1','0','61666107572','Cleared','6','2022-10-21 16:10:43','','','','','','',0.00,0.00,0,'',''),(67,'','Invoice','','2022-10-19 12:49:48','','0','6','2022-10-19 12:49:48','15','2000','2000','1','retail','6500','2000','1','0','0','0','0','0','0','printed',' ','','1','0','61666172873','Cleared','','','','','','','','',0.00,0.00,0,'',''),(68,'','Invoice','','2022-10-21 14:29:43','','0','6','2022-10-21 14:29:43','15','0','11500','1','retail','0','11500','1','0','0','0','0','11500','0','printed','','','1','0','61666351670','Cleared','6','2022-10-27 10:39:59','','','','','','',0.00,0.00,0,'',''),(69,'','Invoice','','2022-10-21 16:07:34','','-0','6','2022-10-21 16:07:34','15','0','0','1','retail','15000','0','1','0','0','0','0','0','0','printed',' ','',NULL,'0','61666357642','Cleared','6','2022-10-21 16:07:34','','','','','','',0.00,0.00,0,'',''),(70,'','Invoice','','2022-10-21 16:08:07','','0','6','2022-10-21 16:08:07','15','0','15000','1','retail','0','15000','1','0','0','0','0','15000','0','printed','','','1','0','61666357669','Cleared','6','2022-11-08 10:19:14','','','','','','',0.00,0.00,0,'',''),(71,'','Invoice','','2022-10-21 16:57:49','','0','6','2022-10-21 16:57:49','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61666360618','Cleared','6','2022-10-27 10:40:38','','','','','','',0.00,0.00,0,'',''),(72,'','Mpesa','','2022-10-22 11:36:00','','0','6','2022-10-22 11:36:00','25','3500','3500','1','retail','0','3500','1','0','0','0','0','0','0','printed',' ','','1','0','61666427722','Cleared','','','','','','','','',0.00,0.00,0,'',''),(73,'','Invoice','','2022-10-26 14:15:15','','0','6','2022-10-26 14:15:15','15','0','16500','1','retail','0','16500','1','0','0','0','0','16500','0','printed','','','1','0','61666782716','Cleared','6','2022-11-01 12:33:54','','','','','','',0.00,0.00,0,'',''),(74,'','Invoice','','2022-10-26 16:47:26','','0','6','2022-10-26 16:47:26','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61666791999','Cleared','6','2022-10-27 10:41:07','','','','','','',0.00,0.00,0,'',''),(75,'','Invoice','','2022-10-28 15:38:14','','0','6','2022-10-28 15:38:14','15','0','11500','1','retail','0','11500','1','0','0','0','0','11500','0','printed','','','1','0','61666960641','Cleared','6','2022-11-08 10:22:15','','','','','','',0.00,0.00,0,'',''),(76,'','Mpesa','','2022-11-01 13:20:10','','0','6','2022-11-01 13:20:10','40','69900','69900','1','retail','0','69900','1','0','0','0','0','0','0','printed',' ','',NULL,'0','61667297948','Cleared','6','2022-11-01 13:20:10','','','','','','',0.00,0.00,0,'',''),(77,'','Cash','','2022-11-01 13:20:57','','0','6','2022-11-01 13:20:57','40','68700','68700','1','retail','0','68700','1','0','0','0','0','0','0','printed',' ','','1','0','61667298031','Cleared','','','','','','','','',0.00,0.00,0,'',''),(78,'','Invoice','','2022-11-02 14:00:21','','0','6','2022-11-02 14:00:21','15','0','9500','1','retail','0','9500','1','0','0','0','0','9500','0','printed','','','1','0','61667386755','Cleared','6','2022-11-08 10:23:18','','','','','','',0.00,0.00,0,'',''),(79,'','Invoice','','2022-11-03 13:26:49','','0','6','2022-11-03 13:26:49','15','0','10000','1','retail','0','10000','1','0','0','0','0','10000','0','printed','','','1','0','61667471123','Cleared','6','2022-11-08 10:25:04','','','','','','',0.00,0.00,0,'',''),(80,'','Invoice','','2022-11-07 16:29:02','','0','6','2022-11-07 16:29:02','15','0','10500','1','retail','0','10500','1','0','0','0','0','10500','0','printed','','','1','0','61667827681','Cleared','6','2022-12-14 18:28:58','','','','','','',0.00,0.00,0,'',''),(81,'','Invoice','','2022-11-09 11:40:25','','0','6','2022-11-09 11:40:25','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61667983167','Cleared','6','2022-12-14 18:28:22','','','','','','',0.00,0.00,0,'',''),(82,'','Invoice','','2022-11-19 15:33:36','','0','6','2022-11-19 15:33:36','15','0','17000','1','retail','0','17000','1','0','0','0','0','17000','0','printed','','','1','0','61668860997','Cleared','6','2022-12-14 18:27:53','','','','','','',0.00,0.00,0,'',''),(83,'','Invoice','','2022-11-19 17:22:08','','0','6','2022-11-19 17:22:08','15','0','4500','1','retail','0','4500','1','0','0','0','0','4500','0','printed','','','1','0','61668861226','Cleared','6','2022-12-14 18:27:06','','','','','','',0.00,0.00,0,'',''),(84,'','Invoice','','2022-12-13 16:58:42','','0','6','2022-12-13 16:58:42','15','0','5000','1','retail','0','5000','1','0','0','0','0','5000','0','printed',' ','','1','0','61670939806','Cleared','','','','','','','','',0.00,0.00,0,'',''),(85,'','Invoice','','2022-12-14 18:16:03','','0','6','2022-12-14 18:16:03','15','0','10500','1','retail','0','10500','1','0','0','0','0','10500','0','printed','','','1','0','61671030743','Cleared','6','2023-03-21 12:34:18','','','','','','',0.00,0.00,0,'',''),(86,'','Invoice','','2022-12-15 09:51:58','','0','6','2022-12-15 09:51:58','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed',' ','','1','0','61671086948','Cleared','','','','','','','','',0.00,0.00,0,'',''),(87,'','Mpesa','','2022-12-15 12:53:59','','0','6','2022-12-15 12:53:59','15','10000','10000','1','retail','0','10000','1','0','0','0','0','0','0','printed',' ','','1','0','61671098031','Cleared','','','','','','','','',0.00,0.00,0,'',''),(88,'','Invoice','','2022-12-15 17:18:53','','0','6','2022-12-15 17:18:53','15','0','10000','1','retail','0','10000','1','0','0','0','0','10000','0','printed',' ','','1','0','61671113917','Cleared','','','','','','','','',0.00,0.00,0,'',''),(89,'','Invoice','','2022-12-15 17:20:16','','0','6','2022-12-15 17:20:16','15','0','7000','1','retail','0','7000','1','0','0','0','0','7000','0','printed',' ','','1','0','61671113959','Cleared','','','','','','','','',0.00,0.00,0,'',''),(90,'','Invoice','','2022-12-17 13:40:03','','0','6','2022-12-17 13:40:03','15','0','21500','1','retail','0','21500','1','0','0','0','0','21500','0','printed','','','1','0','61671273508','Cleared','6','2023-03-21 12:35:14','','','','','','',0.00,0.00,0,'',''),(91,'','Invoice','','2023-01-03 15:42:26','','0','6','2023-01-03 15:42:26','15','11500','11500','1','retail','0','11500','1','0','0','0','0','0','0','printed','','','1','0','61672749515','Cleared','6','2023-03-21 12:38:40','','','','','','',0.00,0.00,0,'',''),(92,'','Mpesa','','2023-01-16 12:42:11','','0','6','2023-01-16 12:42:11','45','6000','6000','1','retail','0','6000','1','0','0','0','0','0','0','printed',' ','','1','0','61673861264','Cleared','','','','','','','','',0.00,0.00,0,'',''),(93,'','Mpesa','','2023-02-02 17:25:56','','0','6','2023-02-02 17:25:56','25','8800','8800','1','retail','0','8800','1','0','0','0','0','0','0','printed',' ','','1','0','61675347881','Cleared','','','','','','','','',0.00,0.00,0,'',''),(94,'','Invoice','','2023-02-02 17:26:39','','0','6','2023-02-02 17:26:39','15','0','4000','1','retail','0','4000','1','0','0','0','0','4000','0','printed',' ','','1','0','61675347978','Cleared','','','','','','','','',0.00,0.00,0,'',''),(95,'','Mpesa','','2023-02-02 17:27:07','','0','6','2023-02-02 17:27:07','16','14000','14000','1','retail','0','14000','1','0','0','0','0','0','0','printed',' ','','1','0','61675348009','Cleared','','','','','','','','',0.00,0.00,0,'',''),(96,'','Mpesa','','2023-02-20 16:28:20','','0','6','2023-02-20 16:28:20','46','8500','8500','1','retail','0','8500','1','0','0','0','0','0','0','printed',' ','','1','0','61676899510','Cleared','','','','','','','','',0.00,0.00,0,'',''),(97,'','Mpesa','','2023-03-04 10:20:24','','0','6','2023-03-04 10:20:24','15','17000','17000','1','retail','0','17000','1','0','0','0','0','0','0','printed',' ','','1','0','61677914163','Cleared','','','','','','','','',0.00,0.00,0,'',''),(98,'','Mpesa','','2023-03-04 10:22:31','','0','6','2023-03-04 10:22:31','39','51200','51200','1','retail','0','51200','1','0','0','0','0','0','0','printed',' ','','1','0','61677914444','Cleared','','','','','','','','',0.00,0.00,0,'',''),(99,'','Mpesa','','2023-03-04 10:23:39','','0','6','2023-03-04 10:23:39','22','6000','6000','1','retail','0','6000','1','0','0','0','0','0','0','printed',' ','','1','0','61677914571','Cleared','','','','','','','','',0.00,0.00,0,'',''),(100,'','Mpesa','','2023-03-04 10:25:47','','0','6','2023-03-04 10:25:47','15','14500','14500','1','retail','0','14500','1','0','0','0','0','0','0','printed',' ','','1','0','61677914633','Cleared','','','','','','','','',0.00,0.00,0,'',''),(101,'','Invoice','','2023-03-04 13:47:26','','0','6','2023-03-04 13:47:26','15','0','10000','1','retail','0','10000','1','0','0','0','0','10000','0','printed','','','1','0','61677926735','Cleared','6','2023-03-04 13:48:59','','','','','','',0.00,0.00,0,'',''),(102,'','Invoice','','2023-03-06 17:19:35','','0','6','2023-03-06 17:19:35','15','0','6000','1','retail','0','6000','1','0','0','0','0','6000','0','printed','','','1','0','61678112337','Cleared','6','2023-03-21 12:42:44','','','','','','',0.00,0.00,0,'',''),(103,'','Invoice','','2023-03-07 12:28:46','','0','6','2023-03-07 12:28:46','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61678181285','Cleared','6','2023-03-21 12:43:13','','','','','','',0.00,0.00,0,'',''),(104,'','Invoice','','2023-03-10 13:12:50','','0','6','2023-03-10 13:12:50','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61678443132','Cleared','6','2023-03-21 12:45:45','','','','','','',0.00,0.00,0,'',''),(105,'','Invoice','','2023-03-10 13:13:54','','0','6','2023-03-10 13:13:54','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61678443180','Cleared','6','2023-03-21 12:33:28','','','','','','',0.00,0.00,0,'',''),(106,'','Invoice','','2023-03-14 10:34:13','','0','6','2023-03-14 10:34:13','49','0','8500','1','retail','0','8500','1','0','0','0','0','8500','0','printed','','','1','0','61678779040','Cleared','6','2023-03-21 12:32:32','','','','','','',0.00,0.00,0,'',''),(107,'','Mpesa','','2023-03-15 14:14:34','','0','6','2023-03-15 14:14:34','18','4000','4000','1','retail','0','4000','1','0','0','0','0','0','0','printed',' ','','1','0','61678878845','Cleared','','','','','','','','',0.00,0.00,0,'',''),(108,'','Mpesa','','2023-03-15 14:18:29','','0','6','2023-03-15 14:18:29','50','8500','8500','1','retail','0','8500','1','0','0','0','0','0','0','printed',' ','','1','0','61678878902','Cleared','','','','','','','','',0.00,0.00,0,'',''),(109,'','Invoice','','2023-03-21 12:31:31','','0','6','2023-03-21 12:31:31','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61679391060','Cleared','6','2023-03-29 10:28:49','','','','','','',0.00,0.00,0,'',''),(110,'','Invoice','','2023-03-25 14:37:48','','0','6','2023-03-25 14:37:48','15','0','10000','1','retail','0','10000','1','0','0','0','0','10000','0','printed','','','1','0','61679744190','Cleared','6','2023-03-28 09:20:22','','','','','','',0.00,0.00,0,'',''),(111,'','Invoice','','2023-03-25 14:38:14','','-0','6','2023-03-25 14:38:14','25','0','0','1','retail','18000','0','1','0','0','0','0','0','0','printed',' ','','1','0','61679744282','Cleared','','','','','','','','',0.00,0.00,0,'',''),(112,'','Mpesa','','2023-03-25 14:40:49','','0','6','2023-03-25 14:40:49','25','14000','14000','1','retail','0','14000','1','0','0','0','0','0','0','printed',' ','','1','0','61679744430','Cleared','','','','','','','','',0.00,0.00,0,'',''),(113,'','Invoice','','2023-03-25 16:03:19','','0','6','2023-03-25 16:03:19','15','0','8500','1','retail','0','8500','1','0','0','0','0','8500','0','printed',' ','',NULL,'0','61679749351','Cleared','6','2023-03-25 16:03:19','','','','','','',0.00,0.00,0,'',''),(114,'','Invoice','','2023-03-28 15:32:18','','0','6','2023-03-28 15:32:18','15','0','15500','1','retail','0','15500','1','0','0','0','0','15500','0','printed','','','1','0','61680006628','Cleared','6','2023-04-01 10:35:21','','','','','','',0.00,0.00,0,'',''),(115,'','Invoice','','2023-03-29 16:40:34','','0','6','2023-03-29 16:40:34','15','0','7000','1','retail','0','7000','1','0','0','0','0','7000','0','printed','','','1','0','61680097156','Cleared','6','2023-04-01 10:35:55','','','','','','',0.00,0.00,0,'',''),(116,'','Invoice','','2023-03-31 15:50:28','','0','6','2023-03-31 15:50:28','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61680266990','Cleared','6','2023-04-01 10:36:23','','','','','','',0.00,0.00,0,'',''),(117,'','Mpesa','','2023-03-31 15:51:13','','0','6','2023-03-31 15:51:13','25','5000','5000','1','retail','0','5000','1','0','0','0','0','0','0','printed',' ','','1','0','61680267038','Cleared','','','','','','','','',0.00,0.00,0,'',''),(118,'','Invoice','','2023-03-31 15:52:16','','0','6','2023-03-31 15:52:16','15','0','6500','1','retail','0','6500','1','0','0','0','0','6500','0','printed','','','1','0','61680267083','Cleared','6','2023-04-26 11:40:21','','','','','','',0.00,0.00,0,'',''),(119,'','Invoice','','2023-03-31 15:52:57','','0','6','2023-03-31 15:52:57','23','0','6000','1','retail','0','6000','1','0','0','0','0','6000','0','printed','','',NULL,'0','61680267144','Cleared','6','2023-04-01 10:34:37','','','','','','',0.00,0.00,0,'',''),(120,'','Mpesa','','2023-03-31 15:53:41','','0','6','2023-03-31 15:53:41','23','6000','6000','1','retail','0','6000','1','0','0','0','0','0','0','printed',' ','','1','0','61680267194','Cleared','','','','','','','','',0.00,0.00,0,'',''),(121,'','Invoice','','2023-04-01 10:48:43','','0','6','2023-04-01 10:48:43','15','0','14000','1','retail','0','14000','1','0','0','0','0','14000','0','printed','','','1','0','61680334195','Cleared','6','2023-04-26 11:39:36','','','','','','',0.00,0.00,0,'',''),(122,'','Invoice','','2023-04-01 12:03:03','','0','6','2023-04-01 12:03:03','15','0','3500','1','retail','0','3500','1','0','0','0','0','3500','0','printed','','','1','0','61680339738','Cleared','6','2023-04-01 17:31:28','','','','','','',0.00,0.00,0,'',''),(123,'','Invoice','','2023-04-01 14:21:46','','0','6','2023-04-01 14:21:46','15','0','4000','1','retail','0','4000','1','0','0','0','0','4000','0','printed',' ','','1','0','61680348083','Cleared','','','','','','','','',0.00,0.00,0,'',''),(124,'','Invoice','','2023-04-01 15:02:47','','0','6','2023-04-01 15:02:47','15','0','1500','1','retail','0','1500','1','0','0','0','0','1500','0','printed','','','1','0','61680350551','Cleared','6','2023-04-26 11:37:03','','','','','','',0.00,0.00,0,'',''),(125,'','Mpesa','','2023-04-01 15:55:37','','0','6','2023-04-01 15:55:37','25','6500','6500','1','retail','0','6500','1','0','0','0','0','0','0','printed','','','1','0','61680353715','Cleared','6','2023-04-01 17:30:51','','','','','','',0.00,0.00,0,'',''),(126,'','Mpesa','','2023-04-17 11:51:06','','0','6','2023-04-17 11:51:06','25','4500','4500','1','retail','0','4500','1','0','0','0','0','0','0','printed',' ','','1','0','61681721137','Cleared','','','','','','','','',0.00,0.00,0,'',''),(127,'','Invoice','','2023-04-17 11:52:11','','0','6','2023-04-17 11:52:11','15','0','5000','1','retail','0','5000','1','0','0','0','0','5000','0','printed','','','1','0','61681721479','Cleared','6','2023-04-26 11:36:25','','','','','','',0.00,0.00,0,'',''),(128,'','Mpesa','','2023-04-26 11:07:24','','0','6','2023-04-26 11:07:24','15','3500','3500','1','retail','0','3500','1','0','0','0','0','0','0','printed',' ','','1','0','61682496396','Cleared','','','','','','','','',0.00,0.00,0,'',''),(129,'','Mpesa','','2023-04-26 11:07:59','','0','6','2023-04-26 11:07:59','15','1500','1500','1','retail','0','1500','1','0','0','0','0','0','0','printed',' ','','1','0','61682496457','Cleared','','','','','','','','',0.00,0.00,0,'',''),(130,'','Mpesa','','2023-04-26 11:13:35','','0','6','2023-04-26 11:13:35','15','6500','6500','1','retail','0','6500','1','0','0','0','0','0','0','printed',' ','','1','0','61682496488','Cleared','','','','','','','','',0.00,0.00,0,'',''),(131,'','Mpesa','','2023-04-26 11:17:28','','0','6','2023-04-26 11:17:28','15','11500','11500','1','retail','0','11500','1','0','0','0','0','0','0','printed',' ','','1','0','61682496829','Cleared','','','','','','','','',0.00,0.00,0,'',''),(132,'','Mpesa','','2023-04-26 11:18:18','','0','6','2023-04-26 11:18:18','25','4500','4500','1','retail','0','4500','1','0','0','0','0','0','0','printed',' ','','1','0','61682497057','Cleared','','','','','','','','',0.00,0.00,0,'',''),(133,'','Mpesa','','2023-04-26 11:29:41','','0','6','2023-04-26 11:29:41','15','14500','14500','1','retail','0','14500','1','0','0','0','0','0','0','printed',' ','','1','0','61682497114','Cleared','','','','','','','','',0.00,0.00,0,'',''),(134,'','Mpesa','','2023-04-26 11:33:01','','0','6','2023-04-26 11:33:02','15','26500','26500','1','retail','0','26500','1','0','0','0','0','0','0','printed','','','1','0','61682497791','Cleared','6','2023-04-26 11:38:42','','','','','','',0.00,0.00,0,'',''),(135,'','Invoice','','2023-04-26 12:27:53','','-7000','6','2023-04-26 12:27:53','16','0','7000','1','retail','0','7000','1','0','0','7000','0','0','0','printed',' ','','1','0','61682501254','Cleared','','','','','','','','',0.00,0.00,0,'',''),(136,'','Mpesa','','2023-05-19 13:15:13','','0','6','2023-05-19 13:15:13','15','15000','15000','1','retail','0','15000','1','0','0','0','0','0','0','printed',' ','','1','0','61684491291','Cleared','','','','','','','','',0.00,0.00,0,'',''),(137,'','Mpesa','','2023-05-19 13:29:20','','0','6','2023-05-19 13:29:20','15','22500','22500','1','retail','0','22500','1','0','0','0','0','0','0','printed',' ','','1','0','61684491330','Cleared','','','','','','','','',0.00,0.00,0,'',''),(138,'','Mpesa','','2023-05-19 13:30:31','','0','6','2023-05-19 13:30:31','15','22000','22000','1','retail','0','22000','1','0','0','0','0','0','0','printed',' ','','1','0','61684492168','Cleared','','','','','','','','',0.00,0.00,0,'',''),(139,'','Mpesa','','2023-05-25 16:19:43','','0','6','2023-05-25 16:19:43','53','6500','6500','1','retail','0','6500','1','0','0','0','0','0','0','printed',' ','','1','0','61685020771','Cleared','','','','','','','','',0.00,0.00,0,'',''),(140,'','Cash','','2023-05-30 14:01:38','','0','6','2023-05-30 14:01:38','25','14000','14000','1','retail','0','14000','1','0','0','0','0','0','0','printed',' ','','1','0','61685444473','Cleared','','','','','','','','',0.00,0.00,0,'',''),(141,'','Invoice','','2023-05-30 14:02:30','','-4500','6','2023-05-30 14:02:30','15','0','4500','1','retail','0','4500','1','0','0','4500','0','0','0','printed',' ','','1','0','61685444517','Cleared','','','','','','','','',0.00,0.00,0,'',''),(142,'','Mpesa','','2023-05-30 14:03:06','','0','6','2023-05-30 14:03:06','16','14000','14000','1','retail','0','14000','1','0','0','0','0','0','0','printed',' ','','1','0','61685444571','Cleared','','','','','','','','',0.00,0.00,0,'',''),(143,'','Mpesa','','2023-05-30 14:05:00','','0','6','2023-05-30 14:05:00','15','22500','22500','1','retail','0','22500','1','0','0','0','0','0','0','printed',' ','','1','0','61685444676','Cleared','','','','','','','','',0.00,0.00,0,'',''),(144,'','Cash','','2023-06-05 12:48:11','','0','6','2023-06-05 12:48:11','25','4500','4500','1','retail','0','4500','1','0','0','0','0','0','0','printed',' ','','1','0','61685956032','Cleared','','','','','','','','',0.00,0.00,0,'',''),(145,'','Invoice','','2023-06-05 12:49:09','','-6500','6','2023-06-05 12:49:09','15','0','6500','1','retail','0','6500','1','0','0','6500','0','0','0','printed',' ','','1','0','61685958501','Cleared','','','','','','','','',0.00,0.00,0,'',''),(146,'','Invoice','','2023-06-05 12:49:50','','-9000','6','2023-06-05 12:49:50','15','0','9000','1','retail','0','9000','1','0','0','9000','0','0','0','printed',' ','','1','0','61685958561','Cleared','','','','','','','','',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` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, `start` varchar(20) NOT NULL, `close` varchar(20) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB AUTO_INCREMENT=366 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 ('616566824273358202',1,'61656682412','001','2.00','40','retail','0','2022-07-01 16:33:48','','','','1500','Cash',0.00,'20','','','6','','1','2022-07-01 13:33:50','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'2','200.00','198','Inclusive','branch','Inventory','1110','4000','5500','',''),('616567536233525226',2,'61656753612','30758130','1.00','8000','retail','0','2022-07-02 12:22:02','','','','3500','Cash',1103.45,'8000','','','6','','1','2022-07-02 09:23:55','1','11','new','1','new','pcs','','','','','','0','','','VATABLE',6896.55,'','1.00','0','Inclusive','branch','Inventory','','','','',''),('616567537203336237',3,'61656753612','31317482','1.00','9000','retail','0','2022-07-02 12:22:02','','','','5000','Cash',0.00,'9000','','','6','','1','2022-07-02 09:23:55','1','3','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616567644600006622',4,'61656764452','31370161','3.00','6000','retail','0','2022-07-02 16:09:33','','','','400','Cash',0.00,'2000','','','6','','1','2022-07-02 13:11:25','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','7.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616567670460362067',5,'61656764452','31330050','3.00','4500','retail','0','2022-07-02 16:09:33','','','','350','Cash',620.69,'1500','','','6','','1','2022-07-02 13:11:25','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3879.31,'','65.00','62','Inclusive','branch','Inventory','','','','',''),('616567673023073033',6,'61656764452','30780377','3.00','9000','retail','0','2022-07-02 16:09:33','','','','980','Cash',0.00,'3000','','','6','','1','2022-07-02 13:11:25','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616567673632132330',7,'61656764452','31330450','1.00','7500','retail','0','2022-07-02 16:09:33','','','','7000','Cash',0.00,'7500','','','6','','1','2022-07-02 13:11:25','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616568294653336220',8,'61656829444','31366124','1.00','3000','retail','0','2022-07-03 09:34:28','','','','800','Cash',0.00,'3000','','','6','','1','2022-07-03 06:34:35','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616568296860362629',9,'61656829444','30648382','1.00','8000','retail','0','2022-07-03 09:34:28','','','','3500','Cash',1103.45,'8000','','','6','','1','2022-07-03 06:34:35','1','3','new','1','new','pcs','','','','','','0','','','VATABLE',6896.55,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('616568297073766330',10,'61656829444','31370161','1.00','2000','retail','0','2022-07-03 09:34:28','','','','400','Cash',0.00,'2000','','','6','','1','2022-07-03 06:34:35','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616568297196100294',11,'61656829444','30735878','1.00','1500','retail','0','2022-07-03 09:34:28','','','','400','Cash',206.90,'1500','','','6','','1','2022-07-03 06:34:35','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','11.00','10','Inclusive','branch','Inventory','','','','',''),('616568302296003243',12,'61656830201','30620512','1.00','4000','retail','0','2022-07-03 09:37:10','','','','1100','Cash',551.72,'4000','','','6','','1','2022-07-04 09:03:35','1','2','returned','1','new','pcs','','2022-07-04 12:03:35','6','','','0','','','VATABLE',3448.28,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('616569299782392263',13,'61656929957','31370161','1.00','2000','retail','0','2022-07-04 13:22:28','','','','400','Cash',0.00,'2000','','','6','','1','2022-07-04 10:23:40','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616569300590633661',14,'61656929957','31330050','2.00','3000','retail','0','2022-07-04 13:22:28','','','','350','Cash',413.79,'1500','','','6','','1','2022-07-04 10:23:40','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','10.00','8','Inclusive','branch','Inventory','','','','',''),('616569301303332020',15,'61656929957','31449209','2.00','6000','retail','0','2022-07-04 13:22:28','','','','950','Cash',827.59,'3000','','','6','','1','2022-07-04 10:23:40','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',5172.41,'','14.00','12','Inclusive','branch','Inventory','','','','',''),('616570220150621220',16,'61657022003','31330050','1.00','1500','retail','0','2022-07-05 14:55:46','','','','350','Cash',206.90,'1500','','','6','','1','2022-07-05 11:56:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','8.00','7','Inclusive','branch','Inventory','','','','',''),('616570220323260232',17,'61657022003','30792891','1.00','2500','retail','0','2022-07-05 14:55:46','','','','450','Cash',344.83,'2500','','','6','','1','2022-07-05 11:56:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'','20.00','19','Inclusive','branch','Inventory','','','','',''),('616570220412333067',18,'61657022003','30620512','1.00','3500','retail','0','2022-07-05 14:55:46','','','','1100','Cash',482.76,'3500','','','6','','1','2022-07-05 11:56:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3017.24,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616570220590033550',19,'61657022003','31256837','1.00','4000','retail','0','2022-07-05 14:55:46','','','','600','Cash',551.72,'4000','','','6','','1','2022-07-05 11:56:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','14.00','13','Inclusive','branch','Inventory','','','','',''),('616570221100332333',20,'61657022003','30780377','1.00','3000','retail','0','2022-07-05 14:55:46','','','','980','Cash',0.00,'3000','','','6','','1','2022-07-05 11:56:10','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616572956582326220',21,'61657295647','31330050','1.00','1500','retail','0','2022-07-08 18:58:57','','','','350','Cash',206.90,'1500','','','6','','1','2022-07-08 15:59:15','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','7.00','6','Inclusive','branch','Inventory','','','','',''),('616572956803037002',22,'61657295647','31449209','1.00','3000','retail','0','2022-07-08 18:58:57','','','','950','Cash',413.79,'3000','','','6','','1','2022-07-08 15:59:15','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','12.00','11','Inclusive','branch','Inventory','','','','',''),('616572959365225335',23,'61657295647','31432653','1.00','10000','retail','0','2022-07-08 18:58:57','','','','3500','Cash',0.00,'10000','','','6','','1','2022-07-27 15:16:09','1','5','returned','1','new','pcs','','2022-07-27 18:16:09','6','','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616579640783032302',24,'61657964052','8692305','1.00','1500','retail','0','2022-07-16 12:39:08','','','','350','Cash',206.90,'1500','','','6','','1','2022-07-16 09:39:21','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','85.00','84','Inclusive','branch','Inventory','','','','',''),('616579643389302646',25,'61657964052','30680293','1.00','2000','retail','0','2022-07-16 12:39:08','','','','850','Cash',0.00,'2000','','','6','','1','2022-07-16 09:39:21','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','',''),('616582334302630305',26,'61658233410','30794554','1.00','7500','retail','0','2022-07-19 15:46:21','','','','3000','Cash',0.00,'7500','','','6','','1','2022-07-27 15:14:52','1','3','returned','1','new','pcs','','2022-07-27 18:14:52','6','','','0','','','EXEMPTED',0.00,'','6.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616582347570223072',27,'61658233410','31277334','1.00','9000','retail','0','2022-07-19 15:46:21','','','','00','Cash',0.00,'9000','','','6','','1','2022-07-27 15:14:54','1','3','returned','1','new','pcs','','2022-07-27 18:14:54','6','','','0','','','EXEMPTED',0.00,'','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('616587423252366228',28,'61658742312','30748212','1.00','2000','retail','0','2022-07-25 12:46:07','','','','450','Cash',275.86,'2000','','','6','','1','2022-07-25 09:46:27','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','20.00','19','Inclusive','branch','Inventory','','','','',''),('616587423332034321',29,'61658742312','31330050','1.00','1500','retail','0','2022-07-25 12:46:07','','','','350','Cash',206.90,'1500','','','6','','1','2022-07-25 09:46:27','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','24.00','23','Inclusive','branch','Inventory','','','','',''),('616587423427635334',30,'61658742312','30794554','1.00','7500','retail','0','2022-07-25 12:46:07','','','','3000','Cash',0.00,'7500','','','6','','1','2022-07-25 09:46:27','1','3','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616589274166320263',31,'61658922205','31359965','1.00','7500','retail','0','2022-07-27 16:10:24','','','','3000','Cash',1034.48,'7500','','','6','','1','2022-07-27 13:10:35','1','1','new','1','new','pcs','','','','','','0','','','VATABLE',6465.52,'','5.00','0','Inclusive','branch','Inventory','','','','',''),('616589276455020242',32,'61658927436','31256845','1.00','15000','retail','0','2022-07-27 16:14:12','','','','4500','Cash',0.00,'15000','','','6','','1','2022-07-27 15:07:32','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616589956253660823',33,'61658995613','31372881','1.00','33000','retail','0','2022-07-28 11:07:24','','','','0000','Cash',0.00,'33000','','','6','','1','2022-07-28 08:10:55','1','11','returned','1','new','pcs','','2022-07-28 11:10:55','6','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616589958717029109',34,'61658995862','31372881','1.00','33000','retail','0','2022-07-28 11:11:42','','','','0000','Cash',0.00,'33000','','','6','','1','2022-07-28 08:11:49','1','11','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616589958895833839',35,'61658995862','30748212','1.00','2000','retail','0','2022-07-28 11:11:42','','','','450','Cash',275.86,'2000','','','6','','1','2022-07-28 08:11:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','19.00','18','Inclusive','branch','Inventory','','','','',''),('616590058550235325',36,'61659005844','30636833','3.00','6000','retail','0','2022-07-28 13:58:10','','','','450','Cash',827.59,'2000','','','6','','1','2022-07-28 10:58:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',5172.41,'','11.00','8','Inclusive','branch','Inventory','','','','',''),('616590058840002262',37,'61659005844','30788490','1.00','1500','retail','0','2022-07-28 13:58:10','','','','400','Cash',206.90,'1500','','','6','','1','2022-07-28 10:58:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','81.00','80','Inclusive','branch','Inventory','','','','',''),('616590815218632032',38,'61659081511','30748212','1.00','2000','retail','0','2022-07-29 11:05:54','','','','450','Cash',275.86,'2000','','','6','','1','2022-07-29 08:06:04','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','17.00','16','Inclusive','branch','Inventory','','','','',''),('616590815342300203',39,'61659081511','31330050','1.00','1500','retail','0','2022-07-29 11:05:54','','','','350','Cash',206.90,'1500','','','6','','1','2022-07-29 08:06:04','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','23.00','22','Inclusive','branch','Inventory','','','','',''),('616590819133243332',40,'61659081511','30793540','1.00','9000','retail','0','2022-07-29 11:05:54','','','','6000','Cash',0.00,'9000','','','6','','1','2022-07-29 08:06:04','1','3','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','6.00','6','Inclusive','branch','Service','1110','4000','5500','',''),('616590819450223003',41,'61659081511','31449209','1.00','3000','retail','0','2022-07-29 11:05:54','','','','950','Cash',413.79,'3000','','','6','','1','2022-07-29 08:06:04','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','11.00','10','Inclusive','branch','Inventory','','','','',''),('616590851549052032',42,'61659085143','31256845','1.00','15000','retail','0','2022-07-29 11:59:50','','','','4500','Cash',0.00,'15000','','','6','','1','2022-07-29 09:00:00','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616590851649009002',43,'61659085143','31451036','2.00','7000','retail','0','2022-07-29 11:59:50','','','','00','Cash',0.00,'3500','','','6','','1','2022-07-29 09:00:00','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616591808001906826',44,'61659180790','31330050','1.00','1500','retail','0','2022-07-30 14:35:14','','','','350','Cash',206.90,'1500','','','6','','1','2022-07-30 11:35:26','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','22.00','21','Inclusive','branch','Inventory','','','','',''),('616591808190902969',45,'61659180790','30748212','1.00','2000','retail','0','2022-07-30 14:35:14','','','','450','Cash',275.86,'2000','','','6','','1','2022-07-30 11:35:26','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','16.00','15','Inclusive','branch','Inventory','','','','',''),('616591808406020822',46,'61659180790','31449209','1.00','3000','retail','0','2022-07-30 14:35:14','','','','950','Cash',413.79,'3000','','','6','','1','2022-07-30 11:35:26','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','10.00','9','Inclusive','branch','Inventory','','','','',''),('616591808583302100',47,'61659180790','30620512','1.00','3500','retail','0','2022-07-30 14:35:14','','','','1100','Cash',482.76,'3500','','','6','','1','2022-07-30 11:35:26','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3017.24,'','2.00','1','Inclusive','branch','Inventory','','','','',''),('616591808711822223',48,'61659180790','8638600','1.00','2000','retail','0','2022-07-30 14:35:14','','','','450','Cash',275.86,'2000','','','6','','1','2022-07-30 11:35:26','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','37.00','36','Inclusive','branch','Inventory','','','','',''),('616591808830321362',49,'61659180790','1275810','1.00','1500','retail','0','2022-07-30 14:35:14','','','','330','Cash',206.90,'1500','','','6','','1','2022-07-30 11:35:26','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','71.00','70','Inclusive','branch','Inventory','','','','',''),('616591809066214062',50,'61659180790','31449209','1.00','3000','retail','0','2022-07-30 14:35:14','','','','950','Cash',413.79,'3000','','','6','','1','2022-07-30 11:35:26','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','9.00','8','Inclusive','branch','Inventory','','','','',''),('616596900663090023',51,'61659690054','30745344','1.00','2000','retail','0','2022-08-05 12:06:04','','','','450','Cash',275.86,'2000','','','6','','1','2022-08-05 09:06:14','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','26.00','25','Inclusive','branch','Inventory','','','','',''),('616596903173929052',52,'61659690054','30750013','1.00','1500','retail','0','2022-08-05 12:06:04','','','','450','Cash',206.90,'1500','','','6','','1','2022-08-05 09:06:14','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','23.00','22','Inclusive','branch','Inventory','','','','',''),('616596903283220401',53,'61659690054','30780377','1.00','3000','retail','0','2022-08-05 12:06:04','','','','980','Cash',0.00,'3000','','','6','','1','2022-08-05 09:06:14','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616599555133502043',54,'61659955493','30748212','1.00','3000','retail','0','2022-08-08 13:46:44','','','','450','Cash',413.79,'3000','','','6','','1','2022-08-08 10:47:32','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','15.00','14','Inclusive','branch','Inventory','','','','',''),('616599555823903225',55,'61659955493','31372212','1.00','2000','retail','0','2022-08-08 13:46:44','','','','450','Cash',275.86,'2000','','','6','','1','2022-08-08 10:47:32','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','5.00','4','Inclusive','branch','Inventory','','','','',''),('616599557890623320',56,'61659955779','31686893','1.00','8500','retail','0','2022-08-08 13:49:57','','','','00','Cash',0.00,'8500','','','6','','1','2022-08-08 10:50:06','1','5','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616602941410422220',57,'61660294125','8692305','1.00','1500','retail','0','2022-08-12 11:49:11','','','','350','Cash',206.90,'1500','','','6','','1','2022-08-12 08:49:21','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','84.00','83','Inclusive','branch','Inventory','','','','',''),('616609081432363109',58,'61660908132','31330050','1.00','1500','retail','0','2022-08-19 14:22:53','','','','350','Cash',206.90,'1500','','','6','','1','2022-08-19 11:23:32','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','10.00','9','Inclusive','branch','Inventory','','','','',''),('616609081613396330',59,'61660908132','30748212','2.00','4000','retail','0','2022-08-19 14:22:53','','','','450','Cash',551.72,'2000','','','6','','1','2022-08-19 11:23:32','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','8.00','6','Inclusive','branch','Inventory','','','','',''),('616612468686183312',60,'61661246860','31686893','1.00','10000','retail','0','2022-08-23 12:29:00','','','','00','Cash',0.00,'10000','','','6','','1','2022-08-23 09:29:12','1','5','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616612469400632663',61,'61661246860','31256837','1.00','5000','retail','0','2022-08-23 12:29:00','','','','600','Cash',689.66,'5000','','','6','','1','2022-08-23 09:29:12','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',4310.34,'1','9.00','8','Inclusive','branch','Inventory','','','','',''),('616612669791712929',62,'61661266967','8692305','1.00','1500','retail','0','2022-08-23 18:03:37','','','','350','Cash',206.90,'1500','','','6','','1','2022-08-23 15:03:51','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','83.00','82','Inclusive','branch','Inventory','','','','',''),('616612669900902022',63,'61661266967','31277334','1.00','12000','retail','0','2022-08-23 18:03:37','','','','00','Cash',0.00,'12000','','','6','','1','2022-08-23 15:03:51','1','3','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616612670080223002',64,'61661266967','30758130','1.00','7500','retail','0','2022-08-23 18:03:37','','','','3500','Cash',1034.48,'7500','','','6','','1','2022-08-23 15:03:51','1','11','new','1','new','pcs','','','','','','0','','','VATABLE',6465.52,'','4.00','3','Inclusive','branch','Inventory','','','','',''),('616618484544063222',65,'61661848445','30745344','1.00','2000','retail','0','2022-08-30 11:37:33','','','','450','Cash',275.86,'2000','','','6','','1','2022-08-30 08:37:53','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','25.00','24','Inclusive','branch','Inventory','','','','',''),('616618484911223832',66,'61661848445','30750013','1.00','1500','retail','0','2022-08-30 11:37:33','','','','450','Cash',206.90,'1500','','','6','','1','2022-08-30 08:37:53','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','22.00','21','Inclusive','branch','Inventory','','','','',''),('616618486163003331',67,'61661848445','31330450','1.00','12000','retail','0','2022-08-30 11:37:33','','','','7000','Cash',0.00,'12000','','','6','','1','2022-09-19 06:54:48','1','1','returned','1','new','pcs','','2022-09-19 09:54:48','6','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('61661862831',68,'61661862830','9302','1','10000','retail','0','2022-08-30 16:43:29','','','','10000','PO',0.00,'10000','','','6','','1','2022-08-30 14:07:05','1','12','returned','1','new','','1','2022-08-30 17:07:05','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61661862832',69,'61661862830','9301','1','2000','retail','0','2022-08-30 16:43:20','','','','2000','PO',0.00,'2000','','','6','','1','2022-08-30 14:07:04','1','9','returned','1','new','','1','2022-08-30 17:07:04','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61661862833',70,'61661862830','9300','1','3500','retail','0','2022-08-30 16:36:58','','','','3500','PO',0.00,'3500','','','6','','1','2022-08-30 14:07:04','1','12','returned','1','new','','1','2022-08-30 17:07:04','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61661862834',71,'61661862830','00000','1','8400','retail','0','2022-08-30 16:37:37','','','','6220','PO',0.00,'8400','','','6','','1','2022-08-30 14:07:03','1','13','returned','1','new','pcs','1','2022-08-30 17:07:03','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61661862835',72,'61661862830','31449209','1','5000','retail','0','2022-08-30 15:37:04','','','','950','PO',689.66,'5000','','','6','','1','2022-08-30 14:06:34','1','2','returned','1','new','','1','2022-08-30 17:06:34','6','',NULL,'','','','VATABLE',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61661862836',73,'61661862830','30750013','1','2500','retail','0','2022-08-30 15:36:45','','','','450','PO',344.83,'2500','','','6','','1','2022-08-30 14:06:31','1','2','returned','1','new','','1','2022-08-30 17:06:31','6','',NULL,'','','','VATABLE',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61661862837',74,'61661862830','31370161','','4000','retail','0','2022-08-30 16:30:22','','','','','PO',0.00,'4000','','','6','','1','2022-08-30 14:07:02','1','2','returned','1','new','pcs','1','2022-08-30 17:07:02','6','','','0','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('616633146362430633',75,'61663314618','31262708','1.00','15000','retail','0','2022-09-16 10:51:14','','','','4500','Cash',2068.97,'15000','','','6','','1','2022-09-16 07:51:24','1','1','new','1','new','pcs','','','','','','0','','','VATABLE',12931.03,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616633146623342311',76,'61663314618','1275810','1.00','1500','retail','0','2022-09-16 10:51:14','','','','330','Cash',206.90,'1500','','','6','','1','2022-09-16 07:51:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','70.00','69','Inclusive','branch','Inventory','','','','',''),('616633148164140120',77,'61663314803','30793540','1.00','9000','retail','0','2022-09-16 10:53:43','','','','6000','Cash',0.00,'9000','','','6','','1','2022-09-16 07:53:51','1','3','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','1','Inclusive','branch','Service','1110','4000','5500','',''),('616633394940062022',78,'61663339476','30620512','1.00','3500','retail','0','2022-09-16 17:45:02','','','','1100','Cash',482.76,'3500','','','6','','1','2022-09-16 14:45:12','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3017.24,'','1.00','0','Inclusive','branch','Inventory','','','','',''),('616634000460412232',79,'61663400038','31372212','1.00','1500','retail','0','2022-09-17 10:34:12','','','','450','Cash',206.90,'1500','','','6','','1','2022-09-17 07:34:20','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','20.00','19','Inclusive','branch','Inventory','','','','',''),('616634218263306263',80,'61663421780','31200321','1.00','12000','retail','0','2022-09-17 16:37:39','','','','3000','Cash',1655.17,'12000','','','6','','1','2022-09-17 13:37:48','1','5','new','1','new','pcs','','','','','','0','','','VATABLE',10344.83,'','4.00','3','Inclusive','branch','Inventory','','','','',''),('616634218410330224',81,'61663421780','30796427','1.00','3000','retail','0','2022-09-17 16:37:39','','','','2000','Cash',0.00,'3000','','','6','','1','2022-09-17 13:37:48','1','12','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('616634274920403221',82,'61663427466','30757155','1.00','2000','retail','0','2022-09-17 18:12:04','','','','450','Cash',275.86,'2000','','','6','','1','2022-09-17 15:12:13','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','13.00','12','Inclusive','branch','Inventory','','','','',''),('616634275060352333',83,'61663427466','30788490','1.00','1500','retail','0','2022-09-17 18:12:04','','','','400','Cash',206.90,'1500','','','6','','1','2022-09-17 15:12:13','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','80.00','79','Inclusive','branch','Inventory','','','','',''),('616635762660300603',84,'61663576244','30648382','1.00','8000','retail','0','2022-09-19 11:31:07','','','','3500','Cash',1103.45,'8000','','','6','','1','2022-09-20 07:25:39','1','3','returned','1','new','pcs','','2022-09-20 10:25:39','6','','','0','','','VATABLE',6896.55,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('616636006484206302',85,'61663600637','31256845','1.00','14000','retail','0','2022-09-19 18:17:35','','','','4500','Cash',0.00,'14000','','','6','','1','2022-09-19 15:17:44','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616636890762363626',86,'61663689049','30792891','1.00','2500','retail','0','2022-09-20 18:52:15','','','','450','Cash',344.83,'2500','','','6','','1','2022-09-20 15:52:22','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'','15.00','14','Inclusive','branch','Inventory','','','','',''),('616636891273210206',87,'61663689049','30671245','1.00','14000','retail','0','2022-09-20 18:52:15','','','','7500','Cash',1931.03,'14000','','','6','','1','2022-09-20 15:52:22','1','1','new','1','new','pcs','','','','','','0','','','VATABLE',12068.97,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616643590923032052',88,'61664359068','30671245','1.00','16000','retail','0','2022-09-28 12:58:54','','','','7500','Cash',2206.90,'16000','','','6','','1','2022-09-28 09:59:13','1','1','new','1','new','pcs','','','','','','0','','','VATABLE',13793.10,'1','2.00','1','Inclusive','branch','Inventory','','','','',''),('616643752660025334',89,'61664375227','30748212','1.00','2500','retail','0','2022-09-28 17:28:51','','','','450','Cash',344.83,'2500','','','6','','1','2022-09-28 14:29:04','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616643752753663342',90,'61664375227','31330050','1.00','1500','retail','0','2022-09-28 17:28:51','','','','350','Cash',206.90,'1500','','','6','','1','2022-09-28 14:29:04','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','81.00','80','Inclusive','branch','Inventory','','','','',''),('616643752884162022',91,'61664375227','31436713','1.00','3500','retail','0','2022-09-28 17:28:51','','','','950','Cash',0.00,'3500','','','6','','1','2022-09-28 14:29:04','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','11.00','10','Inclusive','branch','Inventory','1110','4000','5500','',''),('616643754100020323',92,'61664375344','30792891','1.00','2500','retail','0','2022-09-28 17:30:19','','','','450','Cash',344.83,'2500','','','6','','1','2022-09-28 14:30:29','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'','14.00','13','Inclusive','branch','Inventory','','','','',''),('616646070682032220',93,'61664607046','30648382','1.00','8000','retail','0','2022-10-01 09:51:08','','','','3500','Cash',1103.45,'8000','','','6','','1','2022-10-01 06:51:24','1','3','new','1','new','pcs','','','','','','0','','','VATABLE',6896.55,'1','4.00','3','Inclusive','branch','Inventory','','','','',''),('616646111521022432',94,'61664611142','30792891','2.00','4000','retail','0','2022-10-01 11:10:57','','','','450','Cash',551.72,'2000','','','6','','1','2022-10-01 08:11:19','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','13.00','11','Inclusive','branch','Inventory','','','','',''),('616646111616023263',95,'61664611142','31436713','2.00','6000','retail','0','2022-10-01 11:10:57','','','','950','Cash',0.00,'3000','','','6','','1','2022-10-01 08:11:19','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','10.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('616646171700302123',96,'61664617102','31330050','1.00','1500','retail','0','2022-10-01 12:41:06','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-01 09:41:14','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','80.00','79','Inclusive','branch','Inventory','','','','',''),('616646171840366333',97,'61664617102','31436713','1.00','3000','retail','0','2022-10-01 12:41:06','','','','950','Cash',0.00,'3000','','','6','','1','2022-10-01 09:41:14','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('616646172243202432',98,'61664617102','30792891','1.00','2000','retail','0','2022-10-01 12:41:06','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-01 09:41:14','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','11.00','10','Inclusive','branch','Inventory','','','','',''),('616646172833333313',99,'61664617274','30748212','1.00','2000','retail','0','2022-10-01 12:42:52','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-01 11:38:22','1','2','returned','1','new','pcs','','2022-10-01 14:38:22','6','','','0','','','VATABLE',1724.14,'','2.00','31','Inclusive','branch','Inventory','','','','',''),('616646173436221334',100,'61664617274','31372212','1.00','1500','retail','0','2022-10-01 12:42:52','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-01 11:38:23','1','2','returned','1','new','pcs','','2022-10-01 14:38:23','6','','','0','','','VATABLE',1293.10,'','19.00','18','Inclusive','branch','Inventory','','','','',''),('616646173505036433',101,'61664617274','31273979','1.00','3500','retail','0','2022-10-01 12:42:52','','','','00','Cash',0.00,'3500','','','6','','1','2022-10-01 11:38:25','1','2','returned','1','new','pcs','','2022-10-01 14:38:25','6','','','0','','','EXEMPTED',0.00,'','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('616646238033303233',102,'61664623792','31436713','1.00','3000','retail','0','2022-10-01 14:30:11','','','','950','Cash',0.00,'3000','','','6','','1','2022-10-01 11:30:18','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('616646289010992123',103,'61664628894','30748212','1.00','2000','retail','0','2022-10-01 15:55:33','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-01 12:55:41','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','32.00','31','Inclusive','branch','Inventory','','','','',''),('616646289077116242',104,'61664628894','31372212','1.00','1500','retail','0','2022-10-01 15:55:33','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-01 12:55:41','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','19.00','18','Inclusive','branch','Inventory','','','','',''),('616646289140202232',105,'61664628894','31436713','1.00','3000','retail','0','2022-10-01 15:55:33','','','','950','Cash',0.00,'3000','','','6','','1','2022-10-01 12:55:41','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('616647927870044631',106,'61664792695','31372212','1.00','1500','retail','0','2022-10-03 13:27:07','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-03 10:27:19','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','18.00','17','Inclusive','branch','Inventory','','','','',''),('616647927940230263',107,'61664792695','30748212','1.00','2000','retail','0','2022-10-03 13:27:07','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-03 10:27:19','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','31.00','30','Inclusive','branch','Inventory','','','','',''),('616647928064329633',108,'61664792695','31436713','1.00','3000','retail','0','2022-10-03 13:27:07','','','','950','Cash',0.00,'3000','','','6','','1','2022-10-03 10:27:19','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616647938872220422',109,'61664793878','31317666','1.00','10000','retail','0','2022-10-03 13:45:23','','','','6500','Cash',0.00,'10000','','','6','','1','2022-10-03 10:45:40','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616647938993243320',110,'61664793878','31317665','1.00','10000','retail','0','2022-10-03 13:45:23','','','','6000','Cash',0.00,'10000','','','6','','1','2022-10-03 10:45:40','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616648736663836223',111,'61664873658','31422419','1.00','8000','retail','0','2022-10-04 11:54:32','','','','9000','Cash',0.00,'8000','','','6','','1','2022-10-04 08:54:41','1','9','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616649662952336263',112,'61664966266','30788490','1.00','1500','retail','0','2022-10-05 13:40:07','','','','400','Cash',206.90,'1500','','','6','','1','2022-10-05 10:40:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','79.00','78','Inclusive','branch','Inventory','','','','',''),('616649663013124669',113,'61664966266','30636833','1.00','2000','retail','0','2022-10-05 13:40:07','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-05 10:40:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','16.00','15','Inclusive','branch','Inventory','','','','',''),('616649663102022022',114,'61664966266','31372212','1.00','1500','retail','0','2022-10-05 13:40:07','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-05 10:40:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','17.00','16','Inclusive','branch','Inventory','','','','',''),('616649663163622222',115,'61664966266','30748212','1.00','2000','retail','0','2022-10-05 13:40:07','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-05 10:40:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','30.00','29','Inclusive','branch','Inventory','','','','',''),('616649663533332200',116,'61664966266','30751805','1.00','12000','retail','0','2022-10-05 13:40:07','','','','00','Cash',0.00,'12000','','','6','','1','2022-10-05 10:40:24','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616649663992343399',117,'61664966266','31436713','1.00','3000','retail','0','2022-10-05 13:40:07','','','','950','Cash',0.00,'3000','','','6','','1','2022-10-05 10:40:24','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616650468382086302',118,'61665046649','32237897','1.00','5000','retail','0','2022-10-06 14:57:03','','','','1700','Cash',689.66,'5000','','','6','','1','2022-10-06 11:57:31','1','6','new','1','new','pcs','','','','','','0','','','VATABLE',4310.34,'','5.00','4','Inclusive','branch','Inventory','','','','',''),('616650535875302350',119,'61665046649','30792891','1.00','2000','retail','0','2022-10-06 14:57:03','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-06 11:57:31','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','10.00','9','Inclusive','branch','Inventory','','','','',''),('616650535952205250',120,'61665046649','31330050','1.00','1500','retail','0','2022-10-06 14:57:03','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-06 11:57:31','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','79.00','78','Inclusive','branch','Inventory','','','','',''),('616650536035032044',121,'61665046649','31436713','1.00','3000','retail','0','2022-10-06 14:57:03','','','','950','Cash',0.00,'3000','','','6','','1','2022-10-06 11:57:31','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616651432971144333',122,'61665143284','32237897','1.00','5000','retail','0','2022-10-07 14:48:23','','','','1700','Cash',689.66,'5000','','','6','','1','2022-10-07 11:48:31','1','6','new','1','new','pcs','','','','','','0','','','VATABLE',4310.34,'','4.00','3','Inclusive','branch','Inventory','','','','',''),('616651436200320166',123,'61665143312','30793265','1.00','8000','retail','0','2022-10-07 14:53:46','','','','2700','Cash',1103.45,'8000','','','6','','1','2022-10-07 11:53:58','1','3','new','1','new','pcs','','','','','','0','','','VATABLE',6896.55,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616651450590035342',124,'61665143639','30748212','1.00','2000','retail','0','2022-10-07 15:18:40','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-07 12:18:48','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','29.00','28','Inclusive','branch','Inventory','','','','',''),('616651450735220430',125,'61665143639','31330050','2.00','3000','retail','0','2022-10-07 15:18:40','','','','350','Cash',413.79,'1500','','','6','','1','2022-10-07 12:18:48','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','78.00','76','Inclusive','branch','Inventory','','','','',''),('616651450883883605',126,'61665143639','30767022','1.00','3000','retail','0','2022-10-07 15:18:40','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-07 12:18:48','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','',''),('616651523490203592',127,'61665152319','30767022','1.00','3000','retail','0','2022-10-07 17:21:19','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-07 14:21:30','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','',''),('616652287140560503',128,'61665228656','31330050','1.00','1500','retail','0','2022-10-08 14:34:26','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-08 11:34:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','76.00','75','Inclusive','branch','Inventory','','','','',''),('616652287203022372',129,'61665228656','30748212','1.00','2000','retail','0','2022-10-08 14:34:26','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-08 11:34:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','28.00','27','Inclusive','branch','Inventory','','','','',''),('616652287340002355',130,'61665228656','30767022','1.00','3000','retail','0','2022-10-08 14:34:26','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-08 11:34:49','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','',''),('616652288972223380',131,'61665228890','30767022','1.00','3000','retail','0','2022-10-08 14:35:23','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-08 11:35:36','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','',''),('616652289062922202',132,'61665228890','30758130','1.00','8000','retail','0','2022-10-08 14:35:23','','','','3500','Cash',1103.45,'8000','','','6','','1','2022-10-08 11:35:36','1','11','new','1','new','pcs','','','','','','0','','','VATABLE',6896.55,'','1.00','0','Inclusive','branch','Inventory','','','','',''),('616652327939320053',133,'61665232786','30745344','1.00','2000','retail','0','2022-10-08 15:41:03','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-08 12:41:30','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','24.00','23','Inclusive','branch','Inventory','','','','',''),('616652328103510520',134,'61665232786','30767022','1.00','3000','retail','0','2022-10-08 15:41:03','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-08 12:41:30','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','46.00','45','Inclusive','branch','Inventory','1110','4000','5500','',''),('616652328303620022',135,'61665232786','31372212','1.00','1500','retail','0','2022-10-08 15:41:03','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-08 12:41:30','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','16.00','15','Inclusive','branch','Inventory','','','','',''),('616655785333033630',136,'61665578520','31330050','1.00','1500','retail','0','2022-10-12 15:43:21','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-12 12:43:32','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','75.00','74','Inclusive','branch','Inventory','','','','',''),('616655785402303730',137,'61665578520','30748212','1.00','2000','retail','0','2022-10-12 15:43:21','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-12 12:43:32','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','27.00','26','Inclusive','branch','Inventory','','','','',''),('616655785484330200',138,'61665578520','30767022','1.00','3000','retail','0','2022-10-12 15:43:21','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-12 12:43:32','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','',''),('616655785573323332',139,'61665578520','30796427','1.00','3000','retail','0','2022-10-12 15:43:21','','','','2000','Cash',0.00,'3000','','','6','','1','2022-10-12 12:43:32','1','12','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616655785683663636',140,'61665578520','31256837','1.00','4000','retail','0','2022-10-12 15:43:21','','','','600','Cash',551.72,'4000','','','6','','1','2022-10-12 12:43:32','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','5.00','4','Inclusive','branch','Inventory','','','','',''),('616656587460226230',141,'61665658735','31256845','1.00','15000','retail','0','2022-10-13 13:59:17','','','','4500','Cash',0.00,'15000','','','6','','1','2022-10-13 10:59:43','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616656610333606025',142,'61665661023','31256845','1.00','15000','retail','0','2022-10-13 14:37:22','','','','4500','Cash',0.00,'15000','','','6','','1','2022-10-13 11:37:35','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616658305332234033',143,'61665830515','31370089','1.00','2000','retail','0','2022-10-15 13:42:39','','','','600','Cash',0.00,'2000','','','6','','1','2022-10-15 10:42:51','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','8.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('616658305403610623',144,'61665830515','31372212','1.00','1500','retail','0','2022-10-15 13:42:39','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-15 10:42:51','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','15.00','14','Inclusive','branch','Inventory','','','','',''),('616658305466203522',145,'61665830515','31256837','1.00','4000','retail','0','2022-10-15 13:42:39','','','','600','Cash',551.72,'4000','','','6','','1','2022-10-15 10:42:51','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','4.00','3','Inclusive','branch','Inventory','','','','',''),('616658315884652224',146,'61665831581','30748212','1.00','2000','retail','0','2022-10-15 14:00:23','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-15 11:00:31','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','26.00','25','Inclusive','branch','Inventory','','','','',''),('616658316028632825',147,'61665831581','30735878','1.00','1500','retail','0','2022-10-15 14:00:23','','','','400','Cash',206.90,'1500','','','6','','1','2022-10-15 11:00:31','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','2.00','1','Inclusive','branch','Inventory','','','','',''),('616660889290230329',148,'61666088920','30648382','1.00','8000','retail','0','2022-10-18 13:28:49','','','','3500','Cash',1103.45,'8000','','','6','','1','2022-10-18 10:29:04','1','3','new','1','new','pcs','','','','','','0','','','VATABLE',6896.55,'1','3.00','2','Inclusive','branch','Inventory','','','','',''),('616660963570003006',149,'61666096347','30680293','1.00','2000','retail','0','2022-10-18 15:33:01','','','','850','Cash',0.00,'2000','','','6','','1','2022-10-18 12:33:09','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','',''),('616660963692339292',150,'61666096347','30750013','1.00','1500','retail','0','2022-10-18 15:33:01','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-18 12:33:09','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','45.00','44','Inclusive','branch','Inventory','','','','',''),('616661075850362230',151,'61666107572','30683637','1.00','5000','retail','0','2022-10-18 18:39:52','','','','9000','Cash',0.00,'5000','','','6','','1','2022-10-18 15:40:00','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616661728913272042',152,'61666172873','30748212','1.00','2000','retail','0','2022-10-19 12:49:48','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-19 09:49:58','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','25.00','24','Inclusive','branch','Inventory','','','','',''),('616661729589130066',153,'61666172873','30767022','1.00','3000','retail','0','2022-10-19 12:49:48','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-19 10:49:21','1','2','returned','1','new','pcs','','2022-10-19 13:49:21','6','','','0','','','EXEMPTED',0.00,'','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','',''),('616661729659626340',154,'61666172873','30788490','1.00','1500','retail','0','2022-10-19 12:49:48','','','','400','Cash',206.90,'1500','','','6','','1','2022-10-19 10:49:23','1','2','returned','1','new','pcs','','2022-10-19 13:49:23','6','','','0','','','VATABLE',1293.10,'','78.00','77','Inclusive','branch','Inventory','','','','',''),('616663516973336336',155,'61666351670','30748212','1.00','2000','retail','0','2022-10-21 14:29:43','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-21 11:29:58','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','24.00','23','Inclusive','branch','Inventory','','','','',''),('616663517212302301',156,'61666351670','31330050','1.00','1500','retail','0','2022-10-21 14:29:43','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-21 11:29:58','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','74.00','73','Inclusive','branch','Inventory','','','','',''),('616663517313233232',157,'61666351670','30767022','1.00','3000','retail','0','2022-10-21 14:29:43','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-21 11:29:58','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','',''),('616663517772772706',158,'61666351670','32237897','1.00','5000','retail','0','2022-10-21 14:29:43','','','','1700','Cash',689.66,'5000','','','6','','1','2022-10-21 11:29:58','1','6','new','1','new','pcs','','','','','','0','','','VATABLE',4310.34,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616663576493027433',159,'61666357642','31256845','1.00','15000','retail','0','2022-10-21 16:07:34','','','','4500','Invoice',0.00,'15000','','','6','','1','2022-10-21 13:08:34','1','14','returned','1','new','pcs','','2022-10-21 16:08:34','6','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616663576806623232',161,'61666357669','31256845','1.00','15000','retail','0','2022-10-21 16:08:07','','','','4500','Cash',0.00,'15000','','','6','','1','2022-10-21 13:08:14','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616663606403646021',162,'61666360618','31330050','1.00','1500','retail','0','2022-10-21 16:57:49','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-21 13:58:02','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','73.00','72','Inclusive','branch','Inventory','','','','',''),('616663606466236622',163,'61666360618','30748212','1.00','2000','retail','0','2022-10-21 16:57:49','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-21 13:58:02','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','23.00','22','Inclusive','branch','Inventory','','','','',''),('616663606526002333',164,'61666360618','30767022','1.00','3000','retail','0','2022-10-21 16:57:49','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-21 13:58:02','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','',''),('616664277383003002',165,'61666427722','30757155','1.00','2000','retail','0','2022-10-22 11:36:00','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-22 08:36:09','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','12.00','11','Inclusive','branch','Inventory','','','','',''),('616664277442000262',166,'61666427722','30788490','1.00','1500','retail','0','2022-10-22 11:36:00','','','','400','Cash',206.90,'1500','','','6','','1','2022-10-22 08:36:09','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','78.00','77','Inclusive','branch','Inventory','','','','',''),('616667827340042320',167,'61666782716','31330050','1.00','1500','retail','0','2022-10-26 14:15:15','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-26 11:15:34','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','72.00','71','Inclusive','branch','Inventory','','','','',''),('616667827476660322',168,'61666782716','30788490','1.00','1500','retail','0','2022-10-26 14:15:15','','','','400','Cash',206.90,'1500','','','6','','1','2022-10-26 11:15:34','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','77.00','76','Inclusive','branch','Inventory','','','','',''),('616667827586283232',169,'61666782716','31273979','1.00','3500','retail','0','2022-10-26 14:15:15','','','','00','Cash',0.00,'3500','','','6','','1','2022-10-26 11:15:34','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('616667827723262000',170,'61666782716','30748212','2.00','4000','retail','0','2022-10-26 14:15:15','','','','450','Cash',551.72,'2000','','','6','','1','2022-10-26 11:15:34','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','22.00','20','Inclusive','branch','Inventory','','','','',''),('616667829083222330',171,'61666782716','30767022','2.00','6000','retail','0','2022-10-26 14:15:15','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-26 11:15:34','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','42.00','40','Inclusive','branch','Inventory','1110','4000','5500','',''),('616667920092233616',172,'61666791999','30748212','1.00','2000','retail','0','2022-10-26 16:47:26','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-26 13:47:41','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','20.00','19','Inclusive','branch','Inventory','','','','',''),('616667920170630601',173,'61666791999','31330050','1.00','1500','retail','0','2022-10-26 16:47:26','','','','350','Cash',206.90,'1500','','','6','','1','2022-10-26 13:47:41','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','71.00','70','Inclusive','branch','Inventory','','','','',''),('616667920281326229',174,'61666791999','30767022','1.00','3000','retail','0','2022-10-26 16:47:26','','','','850','Cash',0.00,'3000','','','6','','1','2022-10-26 13:47:41','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','40.00','39','Inclusive','branch','Inventory','1110','4000','5500','',''),('616669606522633233',175,'61666960641','31422419','1.00','8000','retail','0','2022-10-28 15:38:14','','','','9000','Cash',0.00,'8000','','','6','','1','2022-10-28 12:38:29','1','9','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616669606622032260',176,'61666960641','31372212','1.00','1500','retail','0','2022-10-28 15:38:14','','','','450','Cash',206.90,'1500','','','6','','1','2022-10-28 12:38:29','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','14.00','13','Inclusive','branch','Inventory','','','','',''),('616669606726622002',177,'61666960641','30748212','1.00','2000','retail','0','2022-10-28 15:38:14','','','','450','Cash',275.86,'2000','','','6','','1','2022-10-28 12:38:29','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','19.00','18','Inclusive','branch','Inventory','','','','',''),('616672979560302061',178,'61667297948','32252963','1.00','28300','retail','0','2022-11-01 13:20:10','','','','00','Mpesa',0.00,'28300','','','6','','1','2022-11-01 10:20:23','1','5','printed','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616672979643632627',179,'61667297948','32249447','1.00','14400','retail','0','2022-11-01 13:20:10','','','','00','Mpesa',0.00,'14400','','','6','','1','2022-11-01 10:20:23','1','7','printed','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616672979711243431',180,'61667297948','983750','1.00','1200','retail','0','2022-11-01 13:20:10','','','','00','Mpesa',0.00,'1200','','','6','','1','2022-11-01 10:20:23','1','1','printed','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616672980092236322',181,'61667297948','31339941','1.00','26000','retail','0','2022-11-01 13:20:10','','','','00','Mpesa',0.00,'26000','','','6','','1','2022-11-01 10:20:23','1','11','printed','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616672980433133603',186,'61667298031','32249447','1.00','14400','retail','0','2022-11-01 13:20:57','','','','00','Cash',0.00,'14400','','','6','','1','2022-11-01 10:21:24','1','7','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616672980490263400',187,'61667298031','32252963','1.00','28300','retail','0','2022-11-01 13:20:57','','','','00','Cash',0.00,'28300','','','6','','1','2022-11-01 10:21:24','1','5','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616672980573182720',188,'61667298031','31339941','1.00','26000','retail','0','2022-11-01 13:20:57','','','','00','Cash',0.00,'26000','','','6','','1','2022-11-01 10:21:24','1','11','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616673867650365363',189,'61667386755','31330050','1.00','1500','retail','0','2022-11-02 14:00:21','','','','350','Cash',206.90,'1500','','','6','','1','2022-11-02 11:00:34','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','70.00','69','Inclusive','branch','Inventory','','','','',''),('616673867832027306',190,'61667386755','30748212','1.00','2000','retail','0','2022-11-02 14:00:21','','','','450','Cash',275.86,'2000','','','6','','1','2022-11-02 11:00:34','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','18.00','17','Inclusive','branch','Inventory','','','','',''),('616673867972007326',191,'61667386755','30767022','2.00','6000','retail','0','2022-11-02 14:00:21','','','','850','Cash',0.00,'3000','','','6','','1','2022-11-02 11:00:34','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','39.00','37','Inclusive','branch','Inventory','1110','4000','5500','',''),('61667397520',192,'61667397519','31339941','1','26000','retail','0','2022-11-02 17:02:56','','','','00','PO',0.00,'26000','','','6','','1','2022-11-02 14:07:38','1','11','printed','1','new','pcs','1','','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61667397521',193,'61667397519','32249447','1','14400','retail','0','2022-11-02 17:01:30','','','','00','PO',0.00,'14400','','','6','','1','2022-11-02 14:07:38','1','7','printed','1','new','','1','','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61667397522',194,'61667397519','983750','1','1200','retail','0','2022-11-02 17:00:02','','','','00','PO',0.00,'1200','','','6','','1','2022-11-02 14:07:38','1','1','printed','1','new','','1','','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61667397523',195,'61667397519','32252963','1','28300','retail','0','2022-11-02 16:59:55','','','','00','PO',0.00,'28300','','','6','','1','2022-11-02 14:07:38','1','5','printed','1','new','','1','','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('61667397524',196,'61667397519','3601045','1','200000','retail','0','2022-11-02 16:59:48','','','','00','PO',0.00,'200000','','','6','','1','2022-11-02 14:07:38','1','7','printed','1','new','','1','','6','',NULL,'','','','EXEMPTED',0.00,'','','','Inclusive','branch','','','',NULL,'',''),('616674711321232002',197,'61667471123','31372212','1.00','1500','retail','0','2022-11-03 13:26:49','','','','450','Cash',206.90,'1500','','','6','','1','2022-11-03 10:26:59','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','13.00','12','Inclusive','branch','Inventory','','','','',''),('616674711402440434',198,'61667471123','32242188','1.00','3500','retail','0','2022-11-03 13:26:49','','','','00','Cash',0.00,'3500','','','6','','1','2022-11-03 10:26:59','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('616674711543367262',199,'61667471123','30748212','1.00','2000','retail','0','2022-11-03 13:26:49','','','','450','Cash',275.86,'2000','','','6','','1','2022-11-03 10:26:59','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','17.00','16','Inclusive','branch','Inventory','','','','',''),('616674711762462363',200,'61667471123','30767022','1.00','3000','retail','0','2022-11-03 13:26:49','','','','850','Cash',0.00,'3000','','','6','','1','2022-11-03 10:26:59','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','',''),('616678276922330282',201,'61667827681','31330050','2.00','3000','retail','0','2022-11-07 16:29:02','','','','350','Cash',413.79,'1500','','','6','','1','2022-11-07 13:29:11','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','69.00','67','Inclusive','branch','Inventory','','','','',''),('616678277170203323',202,'61667827681','31372212','1.00','1500','retail','0','2022-11-07 16:29:02','','','','450','Cash',206.90,'1500','','','6','','1','2022-11-07 13:29:11','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','12.00','11','Inclusive','branch','Inventory','','','','',''),('616678277252227222',203,'61667827681','30748212','3.00','6000','retail','0','2022-11-07 16:29:02','','','','450','Cash',827.59,'2000','','','6','','1','2022-11-07 13:29:11','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',5172.41,'','4.00','1','Inclusive','branch','Inventory','','','','',''),('616679831793226233',204,'61667983167','30748212','1.00','2000','retail','0','2022-11-09 11:40:25','','','','450','Cash',275.86,'2000','','','6','','1','2022-11-09 08:40:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','1.00','0','Inclusive','branch','Inventory','','','','',''),('616679831853233003',205,'61667983167','31372212','1.00','1500','retail','0','2022-11-09 11:40:25','','','','450','Cash',206.90,'1500','','','6','','1','2022-11-09 08:40:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','11.00','10','Inclusive','branch','Inventory','','','','',''),('616679831999807660',206,'61667983167','30767022','1.00','3000','retail','0','2022-11-09 11:40:25','','','','850','Cash',0.00,'3000','','','6','','1','2022-11-09 08:40:36','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','',''),('616688610111610006',207,'61668860997','30745344','1.00','2000','retail','0','2022-11-19 15:33:36','','','','450','Cash',275.86,'2000','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','23.00','22','Inclusive','branch','Inventory','','','','',''),('616688610311160022',208,'61668860997','30767022','1.00','3000','retail','0','2022-11-19 15:33:36','','','','850','Cash',0.00,'3000','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','35.00','32','Inclusive','branch','Inventory','1110','4000','5500','',''),('616688610470132722',209,'61668860997','31372212','1.00','1500','retail','0','2022-11-19 15:33:36','','','','450','Cash',206.90,'1500','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','10.00','9','Inclusive','branch','Inventory','','','','',''),('616688610563201222',210,'61668860997','30767022','1.00','3000','retail','0','2022-11-19 15:33:36','','','','850','Cash',0.00,'3000','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','34.00','32','Inclusive','branch','Inventory','1110','4000','5500','',''),('616688610922133218',211,'61668860997','31330050','1.00','1500','retail','0','2022-11-19 15:33:36','','','','350','Cash',206.90,'1500','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','67.00','65','Inclusive','branch','Inventory','','','','',''),('616688611196202112',212,'61668860997','30767022','1.00','3000','retail','0','2022-11-19 15:33:36','','','','850','Cash',0.00,'3000','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','',''),('616688611451223323',213,'61668860997','30750013','1.00','1500','retail','0','2022-11-19 15:33:36','','','','450','Cash',206.90,'1500','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','44.00','43','Inclusive','branch','Inventory','','','','',''),('616688611573663636',214,'61668860997','31330050','1.00','1500','retail','0','2022-11-19 15:33:36','','','','350','Cash',206.90,'1500','','','6','','1','2022-11-19 12:33:45','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','66.00','65','Inclusive','branch','Inventory','','','','',''),('616688676776322363',215,'61668861226','31330050','1.00','1500','retail','0','2022-11-19 17:22:08','','','','350','Cash',206.90,'1500','','','6','','1','2022-11-19 14:23:03','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','65.00','64','Inclusive','branch','Inventory','','','','',''),('616688677116631720',216,'61668861226','30767022','1.00','3000','retail','0','2022-11-19 17:22:08','','','','850','Cash',0.00,'3000','','','6','','1','2022-11-19 14:23:03','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','',''),('616709398356122322',217,'61670939806','30636833','1.00','2000','retail','0','2022-12-13 16:58:42','','','','450','Cash',275.86,'2000','','','6','','1','2022-12-13 13:58:59','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','15.00','14','Inclusive','branch','Inventory','','','','',''),('616709398462020140',218,'61670939806','31330050','1.00','1500','retail','0','2022-12-13 16:58:42','','','','350','Cash',206.90,'1500','','','6','','1','2022-12-13 13:58:59','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','64.00','63','Inclusive','branch','Inventory','','','','',''),('616709398944029999',219,'61670939806','1275810','1.00','1500','retail','0','2022-12-13 16:58:42','','','','330','Cash',206.90,'1500','','','6','','1','2022-12-13 13:58:59','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','69.00','68','Inclusive','branch','Inventory','','','','',''),('616710307543303223',220,'61671030743','31330050','1.00','1500','retail','0','2022-12-14 18:16:03','','','','350','Cash',206.90,'1500','','','6','','1','2022-12-14 15:16:11','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','63.00','62','Inclusive','branch','Inventory','','','','',''),('616710307612712262',221,'61671030743','1275810','1.00','1500','retail','0','2022-12-14 18:16:03','','','','330','Cash',206.90,'1500','','','6','','1','2022-12-14 15:16:11','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','68.00','67','Inclusive','branch','Inventory','','','','',''),('616710307790232770',222,'61671030743','8638600','1.00','2000','retail','0','2022-12-14 18:16:03','','','','450','Cash',275.86,'2000','','','6','','1','2022-12-14 15:16:11','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','36.00','35','Inclusive','branch','Inventory','','','','',''),('616710308617123127',223,'61671030743','30630752','1.00','3500','retail','0','2022-12-14 18:16:03','','','','1000','Cash',0.00,'3500','','','6','','1','2022-12-14 15:16:11','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','10.00','9','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710309292122309',224,'61671030743','31370161','1.00','2000','retail','0','2022-12-14 18:16:03','','','','400','Cash',0.00,'2000','','','6','','1','2022-12-14 15:16:11','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','50.00','49','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710870199114622',225,'61671086948','30750013','1.00','1500','retail','0','2022-12-15 09:51:58','','','','450','Cash',206.90,'1500','','','6','','1','2022-12-15 06:52:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','44.00','43','Inclusive','branch','Inventory','','','','',''),('616710870252322288',226,'61671086948','30745344','1.00','2000','retail','0','2022-12-15 09:51:58','','','','450','Cash',275.86,'2000','','','6','','1','2022-12-15 06:52:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','22.00','21','Inclusive','branch','Inventory','','','','',''),('616710871000630202',227,'61671086948','31436713','1.00','3000','retail','0','2022-12-15 09:51:58','','','','950','Cash',0.00,'3000','','','6','','1','2022-12-15 06:52:10','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','20.00','19','Inclusive','branch','Inventory','1110','4000','5500','',''),('616710980392130733',228,'61671098031','31330450','1.00','10000','retail','0','2022-12-15 12:53:59','','','','7000','Cash',0.00,'10000','','','6','','1','2022-12-15 09:54:38','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616711139253333632',229,'61671113917','31330450','1.00','10000','retail','0','2022-12-15 17:18:53','','','','7000','Cash',0.00,'10000','','','6','','1','2022-12-15 14:19:18','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616711139740436023',230,'61671113959','8692305','1.00','1500','retail','0','2022-12-15 17:20:16','','','','350','Cash',206.90,'1500','','','6','','1','2022-12-15 14:20:27','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','82.00','81','Inclusive','branch','Inventory','','','','',''),('616711139863303333',231,'61671113959','30636833','1.00','2000','retail','0','2022-12-15 17:20:16','','','','450','Cash',275.86,'2000','','','6','','1','2022-12-15 14:20:27','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','14.00','13','Inclusive','branch','Inventory','','','','',''),('616711139943903241',232,'61671113959','30630752','1.00','3500','retail','0','2022-12-15 17:20:16','','','','1000','Cash',0.00,'3500','','','6','','1','2022-12-15 14:20:27','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','9.00','8','Inclusive','branch','Inventory','1110','4000','5500','',''),('616712735281220731',233,'61671273508','31372212','1.00','1500','retail','0','2022-12-17 13:40:03','','','','450','Cash',206.90,'1500','','','6','','1','2022-12-17 10:40:34','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','59.00','58','Inclusive','branch','Inventory','','','','',''),('616712735450373222',234,'61671273508','31368200','1.00','7000','retail','0','2022-12-17 13:40:03','','','','3000','Cash',0.00,'7000','','','6','','1','2022-12-17 10:40:34','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616712735733336020',235,'61671273508','31436713','1.00','3000','retail','0','2022-12-17 13:40:03','','','','950','Cash',0.00,'3000','','','6','','1','2022-12-17 10:40:34','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','19.00','18','Inclusive','branch','Inventory','1110','4000','5500','',''),('616712735952232032',236,'61671273508','31330450','1.00','10000','retail','0','2022-12-17 13:40:03','','','','7000','Cash',0.00,'10000','','','6','','1','2022-12-17 10:40:34','1','1','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616727495782230037',237,'61672749515','31375294','1.00','8000','retail','0','2023-01-03 15:42:26','','','','4500','Cash',1103.45,'8000','','','6','','1','2023-01-03 13:29:44','1','11','new','1','new','pcs','','','','','','0','','','VATABLE',6896.55,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616727496086003234',238,'61672749515','30750013','1.00','1500','retail','0','2023-01-03 15:42:26','','','','450','Cash',206.90,'1500','','','6','','1','2023-01-03 13:29:44','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','43.00','42','Inclusive','branch','Inventory','','','','',''),('616727496413044076',239,'61672749515','30745344','1.00','2000','retail','0','2023-01-03 15:42:26','','','','450','Cash',275.86,'2000','','','6','','1','2023-01-03 13:29:44','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','21.00','20','Inclusive','branch','Inventory','','','','',''),('616738612740232243',240,'61673861264','30745344','1.00','3500','retail','0','2023-01-16 12:42:11','','','','450','Cash',482.76,'3500','','','6','','1','2023-01-16 09:42:20','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3017.24,'','20.00','19','Inclusive','branch','Inventory','','','','',''),('616738612910723233',241,'61673861264','30750013','1.00','2500','retail','0','2023-01-16 12:42:11','','','','450','Cash',344.83,'2500','','','6','','1','2023-01-16 09:42:20','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'1','57.00','56','Inclusive','branch','Inventory','','','','',''),('616753478933422367',242,'61675347881','31372212','1.00','1800','retail','0','2023-02-02 17:25:56','','','','450','Cash',248.28,'1800','','','6','','1','2023-02-02 14:26:17','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1551.72,'','52.00','51','Inclusive','branch','Inventory','','','','',''),('616753479088205153',243,'61675347881','31370161','1.00','3500','retail','0','2023-02-02 17:25:56','','','','400','Cash',0.00,'3500','','','6','','1','2023-02-02 14:26:17','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','49.00','48','Inclusive','branch','Inventory','1110','4000','5500','',''),('616753479206237721',244,'61675347881','31436713','1.00','3500','retail','0','2023-02-02 17:25:56','','','','950','Cash',0.00,'3500','','','6','','1','2023-02-02 14:26:17','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','18.00','17','Inclusive','branch','Inventory','1110','4000','5500','',''),('616753479893223373',245,'61675347978','31256837','1.00','4000','retail','0','2023-02-02 17:26:39','','','','600','Cash',551.72,'4000','','','6','','1','2023-02-02 14:26:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','10.00','9','Inclusive','branch','Inventory','','','','',''),('616753480188412233',246,'61675348009','31256845','1.00','14000','retail','0','2023-02-02 17:27:07','','','','4500','Cash',0.00,'14000','','','6','','1','2023-02-02 14:27:16','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('616768995193233308',247,'61676899510','31370161','1.00','3000','retail','0','2023-02-20 16:28:20','','','','400','Cash',0.00,'3000','','','6','','1','2023-02-20 13:28:36','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','48.00','47','Inclusive','branch','Inventory','1110','4000','5500','',''),('616768995262733229',248,'61676899510','31330050','1.00','1500','retail','0','2023-02-20 16:28:20','','','','350','Cash',206.90,'1500','','','6','','1','2023-02-20 13:28:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','62.00','61','Inclusive','branch','Inventory','','','','',''),('616768995436460343',249,'61676899510','31436713','1.00','4000','retail','0','2023-02-20 16:28:20','','','','950','Cash',0.00,'4000','','','6','','1','2023-02-20 13:28:36','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779143011001220',250,'61677914163','30757155','1.00','2000','retail','0','2023-03-04 10:20:24','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-04 07:20:44','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','11.00','10','Inclusive','branch','Inventory','','','','',''),('616779143244232247',251,'61677914163','31436713','1.00','3000','retail','0','2023-03-04 10:20:24','','','','950','Cash',0.00,'3000','','','6','','1','2023-03-04 07:20:44','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','16.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779143392232021',252,'61677914163','31436713','1.00','3000','retail','0','2023-03-04 10:20:24','','','','950','Cash',0.00,'3000','','','6','','1','2023-03-04 07:20:44','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','15.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779143488333033',253,'61677914163','30792891','1.00','2000','retail','0','2023-03-04 10:20:24','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-04 07:20:44','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','20.00','19','Inclusive','branch','Inventory','','','','',''),('616779143653246642',254,'61677914163','31256837','1.00','4000','retail','0','2023-03-04 10:20:24','','','','600','Cash',551.72,'4000','','','6','','1','2023-03-04 07:20:44','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','9.00','8','Inclusive','branch','Inventory','','','','',''),('616779143822062327',255,'61677914163','31436713','1.00','3000','retail','0','2023-03-04 10:20:24','','','','950','Cash',0.00,'3000','','','6','','1','2023-03-04 07:20:44','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','14.00','13','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779144555223032',256,'61677914444','31317665','1.00','20000','retail','0','2023-03-04 10:22:31','','','','6000','Cash',0.00,'20000','','','6','','1','2023-03-04 07:22:50','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779144664632312',257,'61677914444','31317666','1.00','20000','retail','0','2023-03-04 10:22:31','','','','6500','Cash',0.00,'20000','','','6','','1','2023-03-04 07:22:50','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779144739333212',258,'61677914444','30745344','1.00','4000','retail','0','2023-03-04 10:22:31','','','','450','Cash',551.72,'4000','','','6','','1','2023-03-04 07:22:50','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','19.00','18','Inclusive','branch','Inventory','','','','',''),('616779144872232640',259,'61677914444','30750013','1.00','2000','retail','0','2023-03-04 10:22:31','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-04 07:22:50','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','56.00','55','Inclusive','branch','Inventory','','','','',''),('616779145023243022',260,'61677914444','31436713','1.00','5200','retail','0','2023-03-04 10:22:31','','','','950','Cash',0.00,'5200','','','6','','1','2023-03-04 07:22:50','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','13.00','12','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779145801200302',261,'61677914571','31370089','1.00','4000','retail','0','2023-03-04 10:23:39','','','','600','Cash',0.00,'4000','','','6','','1','2023-03-04 07:23:51','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779145944340293',262,'61677914571','30735878','1.00','2000','retail','0','2023-03-04 10:23:39','','','','400','Cash',275.86,'2000','','','6','','1','2023-03-04 07:23:51','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','1.00','0','Inclusive','branch','Inventory','','','','',''),('616779146746630424',263,'61677914633','30680002','3.00','7500','retail','0','2023-03-04 10:25:47','','','','800','Cash',1034.48,'2500','','','6','','1','2023-03-04 07:26:02','1','5','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'3','5.00','2','Inclusive','branch','Inventory','','','','',''),('616779147033600321',264,'61677914633','31370089','1.00','2000','retail','0','2023-03-04 10:25:47','','','','600','Cash',0.00,'2000','','','6','','1','2023-03-04 07:26:02','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779147183323221',265,'61677914633','31436713','1.00','3000','retail','0','2023-03-04 10:25:47','','','','950','Cash',0.00,'3000','','','6','','1','2023-03-04 07:26:02','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','12.00','11','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779147303742392',266,'61677914633','31370161','1.00','2000','retail','0','2023-03-04 10:25:47','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-04 07:26:02','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','47.00','46','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779267813321108',267,'61677926735','31436713','2.00','6000','retail','0','2023-03-04 13:47:26','','','','950','Cash',0.00,'3000','','','6','','1','2023-03-04 10:48:05','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','11.00','9','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779267902320261',268,'61677926735','31370161','1.00','2000','retail','0','2023-03-04 13:47:26','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-04 10:48:05','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','46.00','44','Inclusive','branch','Inventory','1110','4000','5500','',''),('616779268131474033',269,'61677926735','31370161','1.00','2000','retail','0','2023-03-04 13:47:26','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-04 10:48:05','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','45.00','44','Inclusive','branch','Inventory','1110','4000','5500','',''),('616781123670060180',270,'61678112337','31436713','2.00','6000','retail','0','2023-03-06 17:19:35','','','','950','Cash',0.00,'3000','','','6','','1','2023-03-06 14:19:50','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','9.00','7','Inclusive','branch','Inventory','1110','4000','5500','',''),('616781813020232613',271,'61678181285','31330050','1.00','1500','retail','0','2023-03-07 12:28:46','','','','350','Cash',206.90,'1500','','','6','','1','2023-03-07 09:28:55','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','61.00','60','Inclusive','branch','Inventory','','','','',''),('616781813103220311',272,'61678181285','31370161','1.00','2000','retail','0','2023-03-07 12:28:46','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-07 09:28:55','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','44.00','43','Inclusive','branch','Inventory','1110','4000','5500','',''),('616784431512831403',273,'61678443132','30757155','1.00','2000','retail','0','2023-03-10 13:12:50','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-10 10:12:58','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','10.00','9','Inclusive','branch','Inventory','','','','',''),('616784431590733232',274,'61678443132','30788490','1.00','1500','retail','0','2023-03-10 13:12:50','','','','400','Cash',206.90,'1500','','','6','','1','2023-03-10 10:12:58','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','56.00','55','Inclusive','branch','Inventory','','','','',''),('616784431952307971',275,'61678443180','30745344','1.00','2000','retail','0','2023-03-10 13:13:54','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-10 10:14:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','18.00','17','Inclusive','branch','Inventory','','','','',''),('616784432043214422',276,'61678443180','31372212','1.00','1500','retail','0','2023-03-10 13:13:54','','','','450','Cash',206.90,'1500','','','6','','1','2023-03-10 10:14:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','51.00','50','Inclusive','branch','Inventory','','','','',''),('616784432142443370',277,'61678443180','31436713','1.00','3000','retail','0','2023-03-10 13:13:54','','','','950','Cash',0.00,'3000','','','6','','1','2023-03-10 10:14:10','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','7.00','6','Inclusive','branch','Inventory','1110','4000','5500','',''),('616787790588220260',278,'61678779040','31370161','1.00','3000','retail','0','2023-03-14 10:34:13','','','','400','Cash',0.00,'3000','','','6','','1','2023-03-14 07:34:21','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','43.00','42','Inclusive','branch','Inventory','1110','4000','5500','',''),('616787790673062302',279,'61678779040','31330050','1.00','1500','retail','0','2023-03-14 10:34:13','','','','350','Cash',206.90,'1500','','','6','','1','2023-03-14 07:34:21','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','60.00','59','Inclusive','branch','Inventory','','','','',''),('616787790799291320',280,'61678779040','31436713','1.00','4000','retail','0','2023-03-14 10:34:13','','','','950','Cash',0.00,'4000','','','6','','1','2023-03-14 07:34:21','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','6.00','5','Inclusive','branch','Inventory','1110','4000','5500','',''),('616788788556803802',281,'61678878845','30745344','1.00','2500','retail','0','2023-03-15 14:14:34','','','','450','Cash',344.83,'2500','','','6','','1','2023-03-15 11:15:01','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'1','17.00','16','Inclusive','branch','Inventory','','','','',''),('616788788646064670',282,'61678878845','30788490','1.00','1500','retail','0','2023-03-15 14:14:34','','','','400','Cash',206.90,'1500','','','6','','1','2023-03-15 11:15:01','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','55.00','54','Inclusive','branch','Inventory','','','','',''),('616788789136033937',283,'61678878902','31370161','1.00','3000','retail','0','2023-03-15 14:18:29','','','','400','Cash',0.00,'3000','','','6','','1','2023-03-15 11:18:43','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','42.00','41','Inclusive','branch','Inventory','1110','4000','5500','',''),('616788789472031788',284,'61678878902','31330050','1.00','1500','retail','0','2023-03-15 14:18:29','','','','350','Cash',206.90,'1500','','','6','','1','2023-03-15 11:18:43','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','59.00','58','Inclusive','branch','Inventory','','','','',''),('616788789676323202',285,'61678878902','31436713','1.00','4000','retail','0','2023-03-15 14:18:29','','','','950','Cash',0.00,'4000','','','6','','1','2023-03-15 11:18:43','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616793910676943313',286,'61679391060','31370161','1.00','2000','retail','0','2023-03-21 12:31:31','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-21 09:31:40','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','41.00','40','Inclusive','branch','Inventory','1110','4000','5500','',''),('616793910753700362',287,'61679391060','31330050','1.00','1500','retail','0','2023-03-21 12:31:31','','','','350','Cash',206.90,'1500','','','6','','1','2023-03-21 09:31:40','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','58.00','57','Inclusive','branch','Inventory','','','','',''),('616797442182071412',288,'61679744190','31372212','3.00','4500','retail','0','2023-03-25 14:37:48','','','','450','Cash',620.69,'1500','','','6','','1','2023-03-25 11:38:02','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3879.31,'','50.00','47','Inclusive','branch','Inventory','','','','',''),('616797442332373321',289,'61679744190','9454647','1.00','2000','retail','0','2023-03-25 14:37:48','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-25 11:38:02','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','14.00','13','Inclusive','branch','Inventory','','','','',''),('616797442391032341',290,'61679744190','30620512','1.00','3500','retail','0','2023-03-25 14:37:48','','','','1100','Cash',482.76,'3500','','','6','','1','2023-03-25 11:38:02','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3017.24,'','3.00','2','Inclusive','branch','Inventory','','','','',''),('616797442943270424',291,'61679744282','31256845','1.00','18000','retail','0','2023-03-25 14:38:14','','','','4500','Cash',0.00,'18000','','','6','','1','2023-03-25 11:38:47','1','14','returned','1','new','pcs','','2023-03-25 14:38:47','6','','','0','','','EXEMPTED',0.00,'1','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616797444409433369',292,'61679744430','31256845','1.00','14000','retail','0','2023-03-25 14:40:49','','','','4500','Cash',0.00,'14000','','','6','','1','2023-03-25 11:41:01','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616797493613103233',293,'61679749351','31256837','1.00','4000','retail','0','2023-03-25 16:03:19','','','','600','Invoice',551.72,'4000','','','6','','1','2023-03-25 13:03:26','1','2','printed','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','2.00','1','Inclusive','branch','Inventory','','','','',''),('616797493692094026',294,'61679749351','31330050','1.00','1500','retail','0','2023-03-25 16:03:19','','','','350','Invoice',206.90,'1500','','','6','','1','2023-03-25 13:03:26','1','2','printed','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','57.00','56','Inclusive','branch','Inventory','','','','',''),('616797493782732097',295,'61679749351','31273979','1.00','3000','retail','0','2023-03-25 16:03:19','','','','00','Invoice',0.00,'3000','','','6','','1','2023-03-25 13:03:26','1','2','printed','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('616800066653003220',299,'61680006628','31359965','1.00','7000','retail','0','2023-03-28 15:32:18','','','','3000','Cash',965.52,'7000','','','6','','1','2023-03-28 12:32:36','1','1','new','1','new','pcs','','','','','','0','','','VATABLE',6034.48,'','1.00','1','Inclusive','branch','Inventory','','','','',''),('616800066862622006',300,'61680006628','31372212','1.00','1500','retail','0','2023-03-28 15:32:18','','','','450','Cash',206.90,'1500','','','6','','1','2023-03-28 12:32:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','47.00','46','Inclusive','branch','Inventory','','','','',''),('616800067110202168',301,'61680006628','31370161','2.00','4000','retail','0','2023-03-28 15:32:18','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-28 12:32:36','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','40.00','38','Inclusive','branch','Inventory','1110','4000','5500','',''),('616800067302422320',302,'61680006628','31330050','2.00','3000','retail','0','2023-03-28 15:32:18','','','','350','Cash',413.79,'1500','','','6','','1','2023-03-28 12:32:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','56.00','54','Inclusive','branch','Inventory','','','','',''),('616800971733060237',303,'61680097156','31330050','2.00','3000','retail','0','2023-03-29 16:40:34','','','','350','Cash',413.79,'1500','','','6','','1','2023-03-29 13:40:45','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','54.00','52','Inclusive','branch','Inventory','','','','',''),('616800971992333303',304,'61680097156','31370161','1.00','2000','retail','0','2023-03-29 16:40:34','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-29 13:40:45','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','38.00','37','Inclusive','branch','Inventory','1110','4000','5500','',''),('616800972162622220',305,'61680097156','30792891','1.00','2000','retail','0','2023-03-29 16:40:34','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-29 13:40:45','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','15.00','14','Inclusive','branch','Inventory','','','','',''),('616802670060207626',306,'61680266990','30792891','1.00','2000','retail','0','2023-03-31 15:50:28','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-31 12:50:38','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','14.00','13','Inclusive','branch','Inventory','','','','',''),('616802670152527632',307,'61680266990','31330050','1.00','1500','retail','0','2023-03-31 15:50:28','','','','350','Cash',206.90,'1500','','','6','','1','2023-03-31 12:50:38','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','52.00','51','Inclusive','branch','Inventory','','','','',''),('616802670502620262',308,'61680267038','31370161','1.00','3000','retail','0','2023-03-31 15:51:13','','','','400','Cash',0.00,'3000','','','6','','1','2023-03-31 12:51:22','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','37.00','36','Inclusive','branch','Inventory','1110','4000','5500','',''),('616802670595030724',309,'61680267038','31330050','1.00','2000','retail','0','2023-03-31 15:51:13','','','','350','Cash',275.86,'2000','','','6','','1','2023-03-31 12:51:22','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','51.00','50','Inclusive','branch','Inventory','','','','',''),('616802670940003724',310,'61680267083','31370161','1.00','2000','retail','0','2023-03-31 15:52:16','','','','400','Cash',0.00,'2000','','','6','','1','2023-03-31 12:52:23','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','36.00','35','Inclusive','branch','Inventory','1110','4000','5500','',''),('616802671022003223',311,'61680267083','8692305','1.00','1500','retail','0','2023-03-31 15:52:16','','','','350','Cash',206.90,'1500','','','6','','1','2023-03-31 12:52:23','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','81.00','80','Inclusive','branch','Inventory','','','','',''),('616802671172321460',312,'61680267083','31273979','1.00','3000','retail','0','2023-03-31 15:52:16','','','','00','Cash',0.00,'3000','','','6','','1','2023-03-31 12:52:23','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','',''),('616802671513322612',313,'61680267144','30745344','1.00','4000','retail','0','2023-03-31 15:52:57','','','','450','Invoice',551.72,'4000','','','6','','1','2023-03-31 12:53:07','1','2','printed','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','16.00','15','Inclusive','branch','Inventory','','','','',''),('616802671633316236',314,'61680267144','30750013','1.00','2000','retail','0','2023-03-31 15:52:57','','','','450','Invoice',275.86,'2000','','','6','','1','2023-03-31 12:53:07','1','2','printed','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','55.00','54','Inclusive','branch','Inventory','','','','',''),('616802672010232220',317,'61680267194','30745344','1.00','4000','retail','0','2023-03-31 15:53:41','','','','450','Cash',551.72,'4000','','','6','','1','2023-03-31 12:53:52','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','15.00','14','Inclusive','branch','Inventory','','','','',''),('616802672092360306',318,'61680267194','30750013','1.00','2000','retail','0','2023-03-31 15:53:41','','','','450','Cash',275.86,'2000','','','6','','1','2023-03-31 12:53:52','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','54.00','53','Inclusive','branch','Inventory','','','','',''),('616803342050320223',319,'61680334195','31256845','1.00','14000','retail','0','2023-04-01 10:48:43','','','','4500','Cash',0.00,'14000','','','6','','1','2023-04-01 07:48:59','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616803397499314923',320,'61680339738','31372212','1.00','1500','retail','0','2023-04-01 12:03:03','','','','450','Cash',206.90,'1500','','','6','','1','2023-04-01 09:03:10','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','46.00','45','Inclusive','branch','Inventory','','','','',''),('616803397670322363',321,'61680339738','31370161','1.00','2000','retail','0','2023-04-01 12:03:03','','','','400','Cash',0.00,'2000','','','6','','1','2023-04-01 09:03:10','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','35.00','34','Inclusive','branch','Inventory','1110','4000','5500','',''),('616803480980222900',322,'61680348083','31256837','1.00','4000','retail','0','2023-04-01 14:21:46','','','','600','Cash',551.72,'4000','','','6','','1','2023-04-01 11:21:53','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'','1.00','0','Inclusive','branch','Inventory','','','','',''),('616803505593232200',323,'61680350551','31372212','1.00','1500','retail','0','2023-04-01 15:02:47','','','','450','Cash',206.90,'1500','','','6','','1','2023-04-01 12:03:04','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','45.00','44','Inclusive','branch','Inventory','','','','',''),('616803537293833363',324,'61680353715','30683637','1.00','6500','retail','0','2023-04-01 15:55:37','','','','9000','Cash',0.00,'6500','','','6','','1','2023-04-01 12:55:50','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616817214332222237',325,'61681721137','31370161','1.00','2500','retail','0','2023-04-17 11:51:06','','','','400','Cash',0.00,'2500','','','6','','1','2023-04-17 08:51:18','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','34.00','33','Inclusive','branch','Inventory','1110','4000','5500','',''),('616817214412221322',326,'61681721137','31330050','1.00','2000','retail','0','2023-04-17 11:51:06','','','','350','Cash',275.86,'2000','','','6','','1','2023-04-17 08:51:18','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','50.00','49','Inclusive','branch','Inventory','','','','',''),('616817214883322283',327,'61681721479','30745344','1.00','2000','retail','0','2023-04-17 11:52:11','','','','450','Cash',275.86,'2000','','','6','','1','2023-04-17 08:52:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','14.00','13','Inclusive','branch','Inventory','','','','',''),('616817214979393336',328,'61681721479','31372212','1.00','1500','retail','0','2023-04-17 11:52:11','','','','450','Cash',206.90,'1500','','','6','','1','2023-04-17 08:52:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','44.00','43','Inclusive','branch','Inventory','','','','',''),('616817215234060212',329,'61681721479','31330050','1.00','1500','retail','0','2023-04-17 11:52:11','','','','350','Cash',206.90,'1500','','','6','','1','2023-04-17 08:52:24','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','49.00','48','Inclusive','branch','Inventory','','','','',''),('616824964112602063',330,'61682496396','31370161','1.00','2000','retail','0','2023-04-26 11:07:24','','','','400','Cash',0.00,'2000','','','6','','1','2023-04-26 08:07:37','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','33.00','32','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824964264924368',331,'61682496396','31372212','1.00','1500','retail','0','2023-04-26 11:07:24','','','','450','Cash',206.90,'1500','','','6','','1','2023-04-26 08:07:37','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','43.00','42','Inclusive','branch','Inventory','','','','',''),('616824964704242236',332,'61682496457','31330050','1.00','1500','retail','0','2023-04-26 11:07:59','','','','350','Cash',206.90,'1500','','','6','','1','2023-04-26 08:08:07','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','48.00','47','Inclusive','branch','Inventory','','','','',''),('616824965054022350',333,'61682496488','30636833','1.00','2000','retail','0','2023-04-26 11:13:35','','','','450','Cash',275.86,'2000','','','6','','1','2023-04-26 08:13:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','13.00','12','Inclusive','branch','Inventory','','','','',''),('616824965403903022',334,'61682496488','8692305','1.00','1500','retail','0','2023-04-26 11:13:35','','','','350','Cash',206.90,'1500','','','6','','1','2023-04-26 08:13:49','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','80.00','79','Inclusive','branch','Inventory','','','','',''),('616824968062230989',335,'61682496488','30630752','1.00','3000','retail','0','2023-04-26 11:13:35','','','','1000','Cash',0.00,'3000','','','6','','1','2023-04-26 08:13:49','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','4','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824968423361226',336,'61682496829','30792891','1.00','4000','retail','0','2023-04-26 11:17:28','','','','450','Cash',551.72,'4000','','','6','','1','2023-04-26 08:17:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',3448.28,'1','13.00','12','Inclusive','branch','Inventory','','','','',''),('616824968522202342',337,'61682496829','31330050','1.00','2500','retail','0','2023-04-26 11:17:28','','','','350','Cash',344.83,'2500','','','6','','1','2023-04-26 08:17:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2155.17,'1','47.00','46','Inclusive','branch','Inventory','','','','',''),('616824970374283703',338,'61682496829','31293622','1.00','5000','retail','0','2023-04-26 11:17:28','','','','3000','Cash',0.00,'5000','','','6','','1','2023-04-26 08:17:36','1','5','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824970653347220',339,'61682497057','31370161','1.00','2500','retail','0','2023-04-26 11:18:18','','','','400','Cash',0.00,'2500','','','6','','1','2023-04-26 08:18:34','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','32.00','31','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824970756632612',340,'61682497057','31372212','1.00','2000','retail','0','2023-04-26 11:18:18','','','','450','Cash',275.86,'2000','','','6','','1','2023-04-26 08:18:34','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','42.00','41','Inclusive','branch','Inventory','','','','',''),('616824971939002223',341,'61682497114','30792891','1.00','2000','retail','0','2023-04-26 11:29:41','','','','450','Cash',275.86,'2000','','','6','','1','2023-04-26 08:29:50','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1724.14,'','12.00','11','Inclusive','branch','Inventory','','','','',''),('616824972100440433',342,'61682497114','31370161','1.00','2000','retail','0','2023-04-26 11:29:41','','','','400','Cash',0.00,'2000','','','6','','1','2023-04-26 08:29:50','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','31.00','30','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824972210329397',343,'61682497114','32242188','1.00','3000','retail','0','2023-04-26 11:29:41','','','','00','Cash',0.00,'3000','','','6','','1','2023-04-26 08:29:50','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','17.00','16','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824977382134230',344,'61682497114','31305139','1.00','7500','retail','0','2023-04-26 11:29:41','','','','3000','Cash',0.00,'7500','','','6','','1','2023-04-26 08:29:50','1','5','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','1.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824978263029300',345,'61682497791','31370161','1.00','2000','retail','0','2023-04-26 11:33:02','','','','400','Cash',0.00,'2000','','','6','','1','2023-04-26 08:33:18','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','30.00','29','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824978400338271',346,'61682497791','31330050','1.00','1500','retail','0','2023-04-26 11:33:02','','','','350','Cash',206.90,'1500','','','6','','1','2023-04-26 08:33:18','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','46.00','45','Inclusive','branch','Inventory','','','','',''),('616824978583035245',347,'61682497791','30630752','1.00','3000','retail','0','2023-04-26 11:33:02','','','','1000','Cash',0.00,'3000','','','6','','1','2023-04-26 08:33:18','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824978999229332',348,'61682497791','31312514','2.00','16000','retail','0','2023-04-26 11:33:02','','','','4500','Cash',0.00,'8000','','','6','','1','2023-04-26 08:33:18','1','11','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','5.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616824979723042392',349,'61682497791','31370161','2.00','4000','retail','0','2023-04-26 11:33:02','','','','400','Cash',0.00,'2000','','','6','','1','2023-04-26 08:33:18','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','29.00','27','Inclusive','branch','Inventory','1110','4000','5500','',''),('616825012656283233',350,'61682501254','8653653','1.00','7000','retail','0','2023-04-26 12:27:53','','','','1500','Cash',0.00,'7000','','','6','','1','2023-04-26 09:28:07','1','7','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616844913053234423',351,'61684491291','8683456','2.00','15000','retail','0','2023-05-19 13:15:13','','','','00','Cash',0.00,'7500','','','6','','1','2023-05-19 10:15:29','1','6','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616844921512005533',352,'61684491330','31312514','3.00','22500','retail','0','2023-05-19 13:29:20','','','','4500','Cash',0.00,'7500','','','6','','1','2023-05-19 10:29:28','1','11','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','0','Inclusive','branch','Inventory','1110','4000','5500','',''),('616844922243342049',353,'61684492168','30792891','11.00','22000','retail','0','2023-05-19 13:30:31','','','','450','Cash',3034.48,'2000','','','6','','1','2023-05-19 10:30:36','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',18965.52,'','11.00','0','Inclusive','branch','Inventory','','','','',''),('616850207822082310',354,'61685020771','31270910','1.00','6500','retail','0','2023-05-25 16:19:43','','','','1000','Cash',0.00,'6500','','','6','','1','2023-05-25 13:19:55','1','12','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'1','4.00','3','Inclusive','branch','Inventory','1110','4000','5500','',''),('616854444878300483',355,'61685444473','31256845','1.00','14000','retail','0','2023-05-30 14:01:38','','','','4500','Cash',0.00,'14000','','','6','','1','2023-05-30 11:01:57','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','3.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''),('616854445303323302',356,'61685444517','32242188','1.00','3000','retail','0','2023-05-30 14:02:30','','','','00','Cash',0.00,'3000','','','6','','1','2023-05-30 11:02:42','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','16.00','15','Inclusive','branch','Inventory','1110','4000','5500','',''),('616854445373225510',357,'61685444517','30788490','1.00','1500','retail','0','2023-05-30 14:02:30','','','','400','Cash',206.90,'1500','','','6','','1','2023-05-30 11:02:42','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','54.00','53','Inclusive','branch','Inventory','','','','',''),('616854445800322232',358,'61685444571','31256845','1.00','14000','retail','0','2023-05-30 14:03:06','','','','4500','Cash',0.00,'14000','','','6','','1','2023-05-30 11:03:13','1','14','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','2.00','1','Inclusive','branch','Inventory','1110','4000','5500','',''),('616854446930402334',359,'61685444676','31200321','3.00','22500','retail','0','2023-05-30 14:05:00','','','','3000','Cash',3103.45,'7500','','','6','','1','2023-05-30 11:05:06','1','5','new','1','new','pcs','','','','','','0','','','VATABLE',19396.55,'','3.00','0','Inclusive','branch','Inventory','','','','',''),('616859584702022033',360,'61685956032','8638600','1.00','1500','retail','0','2023-06-05 12:48:11','','','','450','Cash',206.90,'1500','','','6','','1','2023-06-05 09:48:21','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','32.00','31','Inclusive','branch','Inventory','','','','',''),('616859584763323525',361,'61685956032','1275810','1.00','3000','retail','0','2023-06-05 12:48:11','','','','330','Cash',413.79,'3000','','','6','','1','2023-06-05 09:48:21','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',2586.21,'','49.00','48','Inclusive','branch','Inventory','','','','',''),('616859585092939333',362,'61685958501','31370161','1.00','2000','retail','0','2023-06-05 12:49:09','','','','400','Cash',0.00,'2000','','','6','','1','2023-06-05 09:49:20','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','27.00','26','Inclusive','branch','Inventory','1110','4000','5500','',''),('616859585155528252',363,'61685958501','8692305','1.00','1500','retail','0','2023-06-05 12:49:09','','','','350','Cash',206.90,'1500','','','6','','1','2023-06-05 09:49:20','1','2','new','1','new','pcs','','','','','','0','','','VATABLE',1293.10,'','79.00','78','Inclusive','branch','Inventory','','','','',''),('616859585282230032',364,'61685958501','32242188','1.00','3000','retail','0','2023-06-05 12:49:09','','','','00','Cash',0.00,'3000','','','6','','1','2023-06-05 09:49:20','1','2','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','15.00','14','Inclusive','branch','Inventory','1110','4000','5500','',''),('616859585753562258',365,'61685958561','31302345','2.00','9000','retail','0','2023-06-05 12:49:50','','','','1000','Cash',0.00,'4500','','','6','','1','2023-06-05 09:50:01','1','8','new','1','new','pcs','','','','','','0','','','EXEMPTED',0.00,'','4.00','2','Inclusive','branch','Inventory','1110','4000','5500','',''); /*!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` text NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` decimal(10,2) NOT NULL, `sprice` varchar(100) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `maincategory` varchar(50) NOT NULL, `category` varchar(50) NOT NULL, `status` varchar(30) DEFAULT 'new', `branch` varchar(30) NOT NULL, `ordersales` varchar(20) NOT NULL DEFAULT 'new', `uom` varchar(30) NOT NULL, `sales` varchar(30) NOT NULL, `updatedat` varchar(50) NOT NULL, `updatedby` varchar(10) NOT NULL, `taxindicator` varchar(10) NOT NULL DEFAULT 'yes', `serial` varchar(50) DEFAULT NULL, `tax2` varchar(20) NOT NULL, `discountype` varchar(20) NOT NULL, `discountvalue` varchar(20) NOT NULL, `vattype` varchar(20) NOT NULL, `taxable` decimal(10,2) NOT NULL, `uomqty` varchar(30) NOT NULL DEFAULT '0', `stockbefore` varchar(30) NOT NULL, `stockafter` varchar(30) NOT NULL, `taxtype` varchar(30) NOT NULL DEFAULT 'Inclusive', `stock` varchar(20) NOT NULL DEFAULT 'branch', `producttype` varchar(30) NOT NULL, `assetaccount` varchar(30) NOT NULL, `salesaccount` varchar(30) NOT NULL, `expenseaccount` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `myinvoice` (`myinvoice`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_orderraw` -- LOCK TABLES `sales_orderraw` WRITE; /*!40000 ALTER TABLE `sales_orderraw` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_orderraw` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sales_reading` -- DROP TABLE IF EXISTS `sales_reading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sales_reading` ( `invoice` varchar(100) NOT NULL, `code` varchar(100) NOT NULL, `qty` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `salestype` varchar(100) NOT NULL, `sprice` varchar(100) NOT NULL, `discount` varchar(100) NOT NULL, `dateposted` varchar(50) NOT NULL, `address` varchar(50) NOT NULL, `description` text NOT NULL, `user` varchar(50) NOT NULL, `bprice` varchar(50) NOT NULL, `type` varchar(50) NOT NULL DEFAULT 'cash', `tax` varchar(50) NOT NULL, `balance` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `mode` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `id` int(30) NOT NULL AUTO_INCREMENT, `status` varchar(30) NOT NULL DEFAULT 'new', `category` varchar(30) NOT NULL, `maincategory` varchar(10) NOT NULL, `start` varchar(100) NOT NULL, `close` varchar(100) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `sales_reading` -- LOCK TABLES `sales_reading` WRITE; /*!40000 ALTER TABLE `sales_reading` DISABLE KEYS */; /*!40000 ALTER TABLE `sales_reading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreading` -- DROP TABLE IF EXISTS `salesreading`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreading` ( `id` int(11) NOT NULL AUTO_INCREMENT, `invoice` varchar(100) NOT NULL, `cashier` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `due_date` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `balance` varchar(20) NOT NULL DEFAULT '0', `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `customer` varchar(50) NOT NULL, `cash` varchar(50) NOT NULL, `total` varchar(50) NOT NULL, `companyid` varchar(50) NOT NULL, `salestype` varchar(50) NOT NULL, `maindiscount` varchar(20) DEFAULT NULL, `discountedtotal` varchar(20) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreading` -- LOCK TABLES `salesreading` WRITE; /*!40000 ALTER TABLE `salesreading` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreading` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `salesreport` -- DROP TABLE IF EXISTS `salesreport`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `salesreport` ( `id` int(50) NOT NULL, `type` varchar(50) NOT NULL, `userid` varchar(50) NOT NULL, `title` varchar(50) NOT NULL, `description` text NOT NULL, `dateposted` varchar(50) NOT NULL, `user` varchar(100) NOT NULL, `status` varchar(50) NOT NULL DEFAULT 'active', `reportdate` varchar(50) NOT NULL, `recommendation` text NOT NULL, `controller` varchar(40) NOT NULL, `companyid` varchar(50) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `salesreport` -- LOCK TABLES `salesreport` WRITE; /*!40000 ALTER TABLE `salesreport` DISABLE KEYS */; /*!40000 ALTER TABLE `salesreport` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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 AUTO_INCREMENT=6 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 */; INSERT INTO `serials` VALUES (1,'4','2022-05-20 06:30:51','new','1','','1','153','1',1.0000,726.00,850.00,'11648263558','7552361','','bacardi','350ml',1,0),(2,'4','2022-05-20 06:30:51','new','1','','1','153','1',1.0000,726.00,850.00,'11648263558','7552362','','bacardi','350ml',1,0),(3,'4','2022-05-20 06:30:51','new','1','','1','153','1',1.0000,726.00,850.00,'11648263558','7552363','','bacardi','350ml',1,0),(4,'4','2022-05-20 06:30:51','new','1','','1','153','1',1.0000,726.00,850.00,'11648263558','7552364','','bacardi','350ml',1,0),(5,'4','2022-05-20 06:30:51','new','1','','1','153','1',1.0000,726.00,850.00,'11648263558','7552365','','bacardi','350ml',1,0); /*!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=3 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,'254777784594','2022-08-06 06:22:14pm','Dear Reinit, Total sales for 06/08/2022 00:00 are follows: cash:0,mpesa: 0,cheque:0,card:0,voucher:0,credit:0,points:0,creditnote:0,GRAND TOTAL:0,Total Expense:500,O/B:0.00,Banked:0,C/B:0,','active','1','1',0,0,'',0,'',''),(2,'254777784594','2022-08-06 06:24:33pm','Dear Reinit, Total sales for 06/08/2022 00:00 are follows: cash:0,mpesa: 0,cheque:0,card:0,voucher:0,credit:24000,points:0,creditnote:0,GRAND TOTAL:0,Total Expense:500,O/B:0.00,Banked:0,C/B:0,','active','1','1',0,0,'',0,'',''); /*!40000 ALTER TABLE `sms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sms_in` -- DROP TABLE IF EXISTS `sms_in`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `sms_in` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sms_text` varchar(1600) DEFAULT NULL, `sender_number` varchar(50) DEFAULT NULL, `sent_dt` datetime DEFAULT NULL, `code` varchar(15) NOT NULL, `amount` decimal(10,2) NOT NULL DEFAULT 0.00, `firstname` varchar(15) DEFAULT NULL, `lastname` varchar(15) DEFAULT NULL, `msisdn` 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, `OrgAccountBalance` decimal(10,2) 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 `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','Nordic Parts','','<H1 style=\"margin:0px;\">NORDIC PARTS AND GARAGES</H1>\r\nP.O BOX 35312-00100\r\nTELEPHONE:0114 796 409\r\nTILL NO::9705847','0114 796 409','NAIROBI, KILIMANI','nordicpartske@outlook.com','NORDICPOS','NORDIC PARTS&GARAGES<br>\r\nP.O BOX 35312-00100, NAIROBI<br>\r\nVOLVO CENTER,<br>\r\nNDEMI Rd, OFF NGONG Rd<br>\r\n0114 796 409/0713 573 629<br>\r\nnordicpartske@outlook.com<br>\r\n\r\nPAYBILL: 516600<br>\r\nACC: 0010627038001<br>\r\n','Tina','e7bd1efe6cee0b56cf3b31d7fb5d01c7','0713 573 629','A0511382839F','Ksh.','VAT','16','levy','0','RO0001',' Goods once sold will not be returned ,Prices inclusive of vat where applicable, <br>We appreciate your valuable business','2022-10-141665749338.jpg','1','1 ','','1','2022-10-14 15:16:11','','no','no','no','RWBSLpZbF7B+wrJIWjdVx+kXCWsbdqP4IqWcht+zmnoiGRfzCf2XCZlh79AQDCz46yABdFPxBs1KjpHIZrt90Q==','<center><h1>PAYBILL NO:516600</h1></center>','<h3>Terms and Conditions.</h3>\r\n1. This invoice is payable on demand unless terms specified.<br>\r\n2. Goods once sold are not returnable unless unpacked and in Original Packaging \r\n3. Electric parts not returnable.\r\n4. Ownership of the above good will be vested in Nordic Parts unless fully paid\r\n','no','You have not paid your pending balance or you have not paid your annual maintenance fees. Kindly send the payment through our Playbill no:522522 and Acc No:117121120 for you to continue enjoying our services.','/h+EV+OvNDST7q6M6ejK8VINkDb6Aa/ToOPithuxJgz7994bq0TqfiuZpmNeUVY1D93H/n/+to0TojFXwpky1A==','100','Current','Current','00:00','23:59','Retail','One Without Automatic Logout','Before Receipt','Thank you for shopping with NORDIC PARTS!','no','yes','Advanta','NORDICPARTS','Shawn2016','NORDIC PARTS Ke','\r\n\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','Nordic Parts KE','yes',2,'Both','yes','yes'); /*!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=8 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','11651152436','2022-04-28 16:27:38',0.00,0.00,'','1','1','n/a','777','200','1','','','N/A','0','0','EXEMPTED'),(2,'5250','0','11651756276','2022-05-05 16:11:30',0.00,0.00,'','1','1','n/a','LUNCH','300','1','10','','N/A','0','0','EXEMPTED'),(3,'5520','0','11651756276','2022-05-05 16:11:30',0.00,0.00,'','1','1','n/a','APRIL RENT','5000','1','10','','N/A','0','0','EXEMPTED'),(4,'4171','0','11651756276','2022-05-05 16:11:30',0.00,0.00,'','1','1','n/a','ELECTRICITY','100','1','10','','N/A','0','0','EXEMPTED'),(5,'5920','0','11656682532','2022-07-01 16:36:51',0.00,0.00,'','1','1','n/a','POS Web Hosting and Accounting module','20000','1','1','','N/A','0','0','EXEMPTED'),(6,'5520','','BILL-61678444203','2023-03-10 13:32:00',0.00,0.00,'','6','1','','March Rent+security','22000','1','24','','N/A','','',''),(7,'5720','','BILL-61682498530','2023-04-26 11:44:36',0.00,0.00,'','6','1','','tires','20000','1','23','','N/A','','',''); /*!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 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 */; /*!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=517 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,'32242188',18.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(2,'31273979',0.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(3,'8683456',2.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(4,'31370089',8.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(5,'30767022',50.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(6,'30751805',1.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(7,'9302',1.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(8,'9301',1.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(9,'9300',2.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(10,'6G9M-12A366',6.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(11,'31263912',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(12,'31686893',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(13,'31277334',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(14,'30680293',12.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(15,'31432653',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(16,'30794554',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(17,'31366124',0.00,0.00,0.00,0.00,0.00,4500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(18,'31302345',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(19,'31451036',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(20,'31256845',5.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(21,'31256727',3.00,0.00,0.00,0.00,0.00,7500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(22,'D5 Engine turbo actuator',0.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(23,'31412971',0.00,0.00,0.00,0.00,0.00,70000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(24,'31370809',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(25,'30758130',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(26,'30748212',3.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(27,'31317665',2.00,0.00,0.00,0.00,0.00,23000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(28,'31317666',2.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(29,'31422419',2.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(30,'37686893',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(31,'30793540',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(32,'W5WT10',20.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(33,'PY21W',20.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(34,'SKU842352',10.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(35,'30680756',0.00,0.00,0.00,0.00,0.00,9300.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(36,'9171503',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(37,'0000',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(38,'BA15S',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(39,'CR2032',0.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(40,'31476579',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(41,'30751402',1.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(42,'31401249',10.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(43,'31218393',0.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(44,'36010175',1.00,0.00,0.00,0.00,0.00,65000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(45,'36011773',1.00,0.00,0.00,0.00,0.00,50000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(46,'30735878',2.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(47,'8692071',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(48,'30780377',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(49,'31436713',11.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(50,'12345',0.00,0.00,0.00,0.00,0.00,1300.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(51,'00000',1.00,0.00,0.00,0.00,0.00,6220.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(52,'30637955',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(53,'31372881',0.00,0.00,0.00,0.00,0.00,40000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(54,'31277689',0.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(55,'30731177',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(56,'30671574',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(57,'9445462',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(58,'31368200',3.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(59,'30630752',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(60,'30635778',0.00,0.00,0.00,0.00,0.00,48000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(61,'31439508',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(62,'31317482',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(63,'31330450',0.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(64,'H7 12 55W',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(65,'5000k',1.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(66,'00200',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(67,'001',198.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(68,'30655605',12.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(69,'3533394',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(70,'00000000',8.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(71,'1070475',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(72,'30796427',5.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(73,'8638507',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(74,'30683637',4.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(75,'39802591',1.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(76,'31283757',4.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(77,'39849034',2.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(78,'31687104',2.00,0.00,0.00,0.00,0.00,17000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(79,'31262713',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(80,'31449209',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(81,'30777912',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(82,'31312514',5.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(83,'31319643',2.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(84,'31359965',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(85,'30750013',45.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(86,'30648382',4.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(87,'30648385',0.00,0.00,0.00,0.00,0.00,13000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(88,'30650957',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(89,'31330380',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(90,'31262708',2.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(91,'31375294',3.00,0.00,0.00,0.00,0.00,9500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(92,'30680770',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(93,'31330050',81.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(94,'8692305',82.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(95,'30650798',100.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(96,'1275810',69.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(97,'9454647',14.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(98,'9186361',18.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(99,'8638600',36.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(100,'30792891',15.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(101,'30745344',24.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(102,'30636833',16.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(103,'30757155',12.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(104,'31372212',19.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(105,'30747762',3.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(106,'30788490',79.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(107,'31370161',0.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(108,'30620512',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(109,'31256837',5.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(110,'31200321',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(111,'30778951',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(112,'9141042',0.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(113,'30671245',3.00,0.00,0.00,0.00,0.00,16000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(114,'30748811',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(115,'30769125',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(116,'30742030',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(117,'30742031',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(118,'30793265',3.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(119,'30736322',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(120,'31460321',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(121,'31359965',3.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(122,'30649879',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(123,'30757762',3.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(124,'32237899',0.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(125,'32237897',5.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(126,'2',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(127,'3',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(128,'30680002',5.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(129,'31359864',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-19','',0,'09:50:51','',''),(130,'32242188',18.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(131,'31273979',0.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(132,'8683456',2.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(133,'31370089',8.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(134,'30767022',50.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(135,'30751805',1.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(136,'9302',1.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(137,'9301',1.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(138,'9300',2.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(139,'6G9M-12A366',6.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(140,'31263912',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(141,'31686893',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(142,'31277334',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(143,'30680293',12.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(144,'31432653',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(145,'30794554',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(146,'31366124',0.00,0.00,0.00,0.00,0.00,4500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(147,'31302345',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(148,'31451036',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(149,'31256845',4.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(150,'31256727',3.00,0.00,0.00,0.00,0.00,7500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(151,'D5 Engine turbo actuator',0.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(152,'31412971',0.00,0.00,0.00,0.00,0.00,70000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(153,'31370809',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(154,'30758130',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(155,'30748212',3.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(156,'31317665',2.00,0.00,0.00,0.00,0.00,23000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(157,'31317666',2.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(158,'31422419',2.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(159,'37686893',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(160,'30793540',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(161,'W5WT10',20.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(162,'PY21W',20.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(163,'SKU842352',10.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(164,'30680756',0.00,0.00,0.00,0.00,0.00,9300.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(165,'9171503',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(166,'0000',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(167,'BA15S',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(168,'CR2032',0.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(169,'31476579',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(170,'30751402',1.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(171,'31401249',10.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(172,'31218393',0.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(173,'36010175',1.00,0.00,0.00,0.00,0.00,65000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(174,'36011773',1.00,0.00,0.00,0.00,0.00,50000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(175,'30735878',2.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(176,'8692071',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(177,'30780377',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(178,'31436713',11.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(179,'12345',0.00,0.00,0.00,0.00,0.00,1300.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(180,'00000',1.00,0.00,0.00,0.00,0.00,6220.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(181,'30637955',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(182,'31372881',0.00,0.00,0.00,0.00,0.00,40000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(183,'31277689',0.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(184,'30731177',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(185,'30671574',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(186,'9445462',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(187,'31368200',3.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(188,'30630752',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(189,'30635778',0.00,0.00,0.00,0.00,0.00,48000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(190,'31439508',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(191,'31317482',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(192,'31330450',1.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(193,'H7 12 55W',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(194,'5000k',1.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(195,'00200',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(196,'001',198.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(197,'30655605',12.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(198,'3533394',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(199,'00000000',8.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(200,'1070475',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(201,'30796427',5.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(202,'8638507',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(203,'30683637',4.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(204,'39802591',1.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(205,'31283757',4.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(206,'39849034',2.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(207,'31687104',2.00,0.00,0.00,0.00,0.00,17000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(208,'31262713',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(209,'31449209',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(210,'30777912',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(211,'31312514',5.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(212,'31319643',2.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(213,'31359965',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(214,'30750013',45.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(215,'30648382',3.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(216,'30648385',0.00,0.00,0.00,0.00,0.00,13000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(217,'30650957',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(218,'31330380',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(219,'31262708',2.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(220,'31375294',3.00,0.00,0.00,0.00,0.00,9500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(221,'30680770',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(222,'31330050',81.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(223,'8692305',82.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(224,'30650798',100.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(225,'1275810',69.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(226,'9454647',14.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(227,'9186361',18.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(228,'8638600',36.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(229,'30792891',15.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(230,'30745344',24.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(231,'30636833',16.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(232,'30757155',12.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(233,'31372212',19.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(234,'30747762',3.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(235,'30788490',79.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(236,'31370161',0.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(237,'30620512',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(238,'31256837',5.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(239,'31200321',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(240,'30778951',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(241,'9141042',0.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(242,'30671245',3.00,0.00,0.00,0.00,0.00,16000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(243,'30748811',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(244,'30769125',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(245,'30742030',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(246,'30742031',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(247,'30793265',3.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(248,'30736322',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(249,'31460321',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(250,'31359965',3.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(251,'30649879',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(252,'30757762',3.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(253,'32237899',0.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(254,'32237897',5.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(255,'2',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(256,'3',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(257,'30680002',5.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(258,'31359864',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-20','',0,'10:24:27','',''),(259,'32242188',18.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(260,'31273979',0.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(261,'8683456',2.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(262,'31370089',8.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(263,'30767022',50.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(264,'30751805',1.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(265,'9302',1.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(266,'9301',1.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(267,'9300',2.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(268,'6G9M-12A366',6.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(269,'31263912',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(270,'31686893',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(271,'31277334',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(272,'30680293',12.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(273,'31432653',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(274,'30794554',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(275,'31366124',0.00,0.00,0.00,0.00,0.00,4500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(276,'31302345',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(277,'31451036',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(278,'31256845',4.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(279,'31256727',3.00,0.00,0.00,0.00,0.00,7500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(280,'D5 Engine turbo actuator',0.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(281,'31412971',0.00,0.00,0.00,0.00,0.00,70000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(282,'31370809',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(283,'30758130',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(284,'30748212',2.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(285,'31317665',2.00,0.00,0.00,0.00,0.00,23000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(286,'31317666',2.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(287,'31422419',2.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(288,'37686893',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(289,'30793540',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(290,'W5WT10',20.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(291,'PY21W',20.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(292,'SKU842352',10.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(293,'30680756',0.00,0.00,0.00,0.00,0.00,9300.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(294,'9171503',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(295,'0000',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(296,'BA15S',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(297,'CR2032',0.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(298,'31476579',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(299,'30751402',1.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(300,'31401249',10.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(301,'31218393',0.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(302,'36010175',1.00,0.00,0.00,0.00,0.00,65000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(303,'36011773',1.00,0.00,0.00,0.00,0.00,50000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(304,'30735878',2.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(305,'8692071',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(306,'30780377',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(307,'31436713',10.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(308,'12345',0.00,0.00,0.00,0.00,0.00,1300.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(309,'00000',1.00,0.00,0.00,0.00,0.00,6220.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(310,'30637955',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(311,'31372881',0.00,0.00,0.00,0.00,0.00,40000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(312,'31277689',0.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(313,'30731177',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(314,'30671574',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(315,'9445462',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(316,'31368200',3.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(317,'30630752',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(318,'30635778',0.00,0.00,0.00,0.00,0.00,48000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(319,'31439508',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(320,'31317482',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(321,'31330450',1.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(322,'H7 12 55W',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(323,'5000k',1.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(324,'00200',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(325,'001',198.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(326,'30655605',12.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(327,'3533394',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(328,'00000000',8.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(329,'1070475',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(330,'30796427',5.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(331,'8638507',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(332,'30683637',4.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(333,'39802591',1.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(334,'31283757',4.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(335,'39849034',2.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(336,'31687104',0.00,0.00,0.00,0.00,0.00,17000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(337,'31262713',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(338,'31449209',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(339,'30777912',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(340,'31312514',5.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(341,'31319643',2.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(342,'31359965',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(343,'30750013',45.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(344,'30648382',4.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(345,'30648385',0.00,0.00,0.00,0.00,0.00,13000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(346,'30650957',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(347,'31330380',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(348,'31262708',0.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(349,'31375294',3.00,0.00,0.00,0.00,0.00,9500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(350,'30680770',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(351,'31330050',80.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(352,'8692305',82.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(353,'30650798',100.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(354,'1275810',69.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(355,'9454647',14.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(356,'9186361',18.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(357,'8638600',36.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(358,'30792891',13.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(359,'30745344',24.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(360,'30636833',16.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(361,'30757155',12.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(362,'31372212',19.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(363,'30747762',3.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(364,'30788490',79.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(365,'31370161',0.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(366,'30620512',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(367,'31256837',5.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(368,'31200321',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(369,'30778951',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(370,'9141042',0.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(371,'30671245',1.00,0.00,0.00,0.00,0.00,16000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(372,'30748811',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(373,'30769125',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(374,'30742030',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(375,'30742031',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(376,'30793265',3.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(377,'30736322',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(378,'31460321',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(379,'31359965',3.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(380,'30649879',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(381,'30757762',3.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(382,'32237899',0.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(383,'32237897',5.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(384,'2',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(385,'3',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(386,'30680002',5.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(387,'31359864',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-09-29','',0,'10:41:12','',''),(388,'32242188',18.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(389,'31273979',18.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(390,'8683456',2.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(391,'31370089',8.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(392,'30767022',45.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(393,'30751805',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(394,'9302',1.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(395,'9301',1.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(396,'9300',2.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(397,'6G9M-12A366',6.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(398,'31263912',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(399,'31686893',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(400,'31277334',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(401,'30680293',12.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(402,'31432653',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(403,'30794554',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(404,'31366124',0.00,0.00,0.00,0.00,0.00,4500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(405,'31302345',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(406,'31451036',4.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(407,'31256845',4.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(408,'31256727',3.00,0.00,0.00,0.00,0.00,7500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(409,'D5 Engine turbo actuator',0.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(410,'31412971',0.00,0.00,0.00,0.00,0.00,70000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(411,'31370809',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(412,'30758130',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(413,'30748212',27.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(414,'31317665',1.00,0.00,0.00,0.00,0.00,23000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(415,'31317666',1.00,0.00,0.00,0.00,0.00,22000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(416,'31422419',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(417,'37686893',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(418,'30793540',1.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(419,'W5WT10',20.00,0.00,0.00,0.00,0.00,50.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(420,'PY21W',20.00,0.00,0.00,0.00,0.00,350.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(421,'SKU842352',10.00,0.00,0.00,0.00,0.00,200.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(422,'30680756',0.00,0.00,0.00,0.00,0.00,9300.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(423,'9171503',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(424,'0000',0.00,0.00,0.00,0.00,0.00,15.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(425,'BA15S',0.00,0.00,0.00,0.00,0.00,300.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(426,'CR2032',0.00,0.00,0.00,0.00,0.00,400.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(427,'31476579',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(428,'30751402',1.00,0.00,0.00,0.00,0.00,5500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(429,'31401249',10.00,0.00,0.00,0.00,0.00,2000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(430,'31218393',0.00,0.00,0.00,0.00,0.00,18000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(431,'36010175',1.00,0.00,0.00,0.00,0.00,65000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(432,'36011773',1.00,0.00,0.00,0.00,0.00,50000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(433,'30735878',2.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(434,'8692071',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(435,'30780377',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(436,'31436713',2.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(437,'12345',0.00,0.00,0.00,0.00,0.00,1300.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(438,'00000',1.00,0.00,0.00,0.00,0.00,6220.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(439,'30637955',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(440,'31372881',0.00,0.00,0.00,0.00,0.00,40000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(441,'31277689',0.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(442,'30731177',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(443,'30671574',0.00,0.00,0.00,0.00,0.00,10500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(444,'9445462',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(445,'31368200',3.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(446,'30630752',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(447,'30635778',0.00,0.00,0.00,0.00,0.00,48000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(448,'31439508',0.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(449,'31317482',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(450,'31330450',1.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(451,'H7 12 55W',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(452,'5000k',1.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(453,'00200',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(454,'001',198.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(455,'30655605',12.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(456,'3533394',620.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(457,'00000000',8.00,0.00,0.00,0.00,0.00,750.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(458,'1070475',0.00,0.00,0.00,0.00,0.00,20.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(459,'30796427',5.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(460,'8638507',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(461,'30683637',4.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(462,'39802591',1.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(463,'31283757',4.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(464,'39849034',2.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(465,'31687104',0.00,0.00,0.00,0.00,0.00,17000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(466,'31262713',0.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(467,'31449209',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(468,'30777912',0.00,0.00,0.00,0.00,0.00,25000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(469,'31312514',5.00,0.00,0.00,0.00,0.00,10000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(470,'31319643',2.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(471,'31359965',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(472,'30750013',45.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(473,'30648382',3.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(474,'30648385',0.00,0.00,0.00,0.00,0.00,13000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(475,'30650957',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(476,'31330380',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(477,'31262708',0.00,0.00,0.00,0.00,0.00,24000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(478,'31375294',3.00,0.00,0.00,0.00,0.00,9500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(479,'30680770',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(480,'31330050',75.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(481,'8692305',82.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(482,'30650798',100.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(483,'1275810',69.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(484,'9454647',14.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(485,'9186361',18.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(486,'8638600',36.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(487,'30792891',9.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(488,'30745344',23.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(489,'30636833',15.00,0.00,0.00,0.00,0.00,250.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(490,'30757155',12.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(491,'31372212',15.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(492,'30747762',3.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(493,'30788490',78.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(494,'31370161',0.00,0.00,0.00,0.00,0.00,3500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(495,'30620512',0.00,0.00,0.00,0.00,0.00,4000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(496,'31256837',5.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(497,'31200321',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(498,'30778951',3.00,0.00,0.00,0.00,0.00,12000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(499,'9141042',0.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(500,'30671245',1.00,0.00,0.00,0.00,0.00,16000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(501,'30748811',0.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(502,'30769125',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(503,'30742030',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(504,'30742031',1.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(505,'30793265',2.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(506,'30736322',3.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(507,'31460321',0.00,0.00,0.00,0.00,0.00,5000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(508,'31359965',3.00,0.00,0.00,0.00,0.00,9000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(509,'30649879',0.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(510,'30757762',3.00,0.00,0.00,0.00,0.00,3000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(511,'32237899',0.00,0.00,0.00,0.00,0.00,6000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(512,'32237897',3.00,0.00,0.00,0.00,0.00,7000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(513,'2',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(514,'3',0.00,0.00,0.00,0.00,0.00,15000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(515,'30680002',5.00,0.00,0.00,0.00,0.00,2500.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''),(516,'31359864',2.00,0.00,0.00,0.00,0.00,8000.00,0.00,'1','1',6,1,'2022-10-11','',0,'09:55:16','',''); /*!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 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 */; /*!40000 ALTER TABLE `stocktaking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `stocktakingstatus` -- DROP TABLE IF EXISTS `stocktakingstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `stocktakingstatus` ( `id` int(30) NOT NULL AUTO_INCREMENT, `userid` varchar(30) NOT NULL, `timedone` varchar(50) NOT NULL, `ip` text NOT NULL, `companyid` int(11) NOT NULL, `startdate` date NOT NULL, `closedate` date NOT NULL, `updatedby` int(11) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'open', `maincategory` int(11) NOT NULL, `level` varchar(20) NOT NULL DEFAULT 'one', `type` varchar(20) NOT NULL DEFAULT 'branch', `branchid` int(5) NOT NULL DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `stocktakingstatus` -- LOCK TABLES `stocktakingstatus` WRITE; /*!40000 ALTER TABLE `stocktakingstatus` DISABLE KEYS */; /*!40000 ALTER TABLE `stocktakingstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `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,'T1','','2022-03-28 12:16:06','active','1','','1',1),(2,'T2','','2022-03-28 12:16:10','active','1','','1',1),(3,'T3','','2022-03-28 12:16:14','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 DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `uomproducts` -- LOCK TABLES `uomproducts` WRITE; /*!40000 ALTER TABLE `uomproducts` DISABLE KEYS */; /*!40000 ALTER TABLE `uomproducts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upgrade` -- DROP TABLE IF EXISTS `upgrade`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `upgrade` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(45) DEFAULT NULL, `companyid` int(11) NOT NULL DEFAULT 1, `description` text NOT NULL, `version` varchar(50) NOT NULL, `package` varchar(50) NOT NULL, `exactdate` varchar(50) NOT NULL, `status` varchar(30) NOT NULL DEFAULT 'active', `userid` int(10) DEFAULT NULL, `entrydate` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upgrade` -- LOCK TABLES `upgrade` WRITE; /*!40000 ALTER TABLE `upgrade` DISABLE KEYS */; /*!40000 ALTER TABLE `upgrade` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `utilityinvoice` -- DROP TABLE IF EXISTS `utilityinvoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `utilityinvoice` ( `id` int(40) NOT NULL AUTO_INCREMENT, `plotno` varchar(60) NOT NULL, `houseno` varchar(40) NOT NULL, `tenantid` varchar(100) NOT NULL, `amount` varchar(100) NOT NULL, `type` varchar(100) NOT NULL, `description` varchar(100) NOT NULL, `month` varchar(100) NOT NULL, `year` varchar(100) NOT NULL, `createdat` varchar(100) NOT NULL, `updatedat` varchar(100) NOT NULL, `userid` varchar(100) NOT NULL, `duedate` varchar(40) NOT NULL, `paymentstatus` varchar(40) NOT NULL DEFAULT 'receipt', `paymentmode` varchar(40) NOT NULL, `paymentcode` varchar(100) NOT NULL, `transactioncode` varchar(100) NOT NULL, `approval` varchar(30) NOT NULL DEFAULT 'new', `paid` varchar(40) NOT NULL, `balance` varchar(40) NOT NULL DEFAULT '0', `companyid` varchar(100) NOT NULL DEFAULT '1', `commission` decimal(10,2) NOT NULL, `vat` decimal(10,2) NOT NULL, `paymentdate` varchar(30) NOT NULL, `branchid` int(11) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `utilityinvoice` -- LOCK TABLES `utilityinvoice` WRITE; /*!40000 ALTER TABLE `utilityinvoice` DISABLE KEYS */; /*!40000 ALTER TABLE `utilityinvoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `voucher` -- DROP TABLE IF EXISTS `voucher`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `voucher` ( `id` int(30) NOT NULL AUTO_INCREMENT, `value` decimal(10,2) NOT NULL, `customer` varchar(100) DEFAULT NULL, `deleted` int(1) NOT NULL DEFAULT 0, `status` varchar(50) NOT NULL, `description` text NOT NULL, `userid` varchar(50) NOT NULL, `dateposted` varchar(50) NOT NULL, `dateupdated` varchar(50) NOT NULL, `companyid` varchar(100) NOT NULL, `cardnumber` varchar(100) NOT NULL, `type` varchar(30) NOT NULL, `branchid` int(11) NOT NULL, `amount` decimal(10,2) NOT NULL, `mode` varchar(30) NOT NULL, `invoice` varchar(30) NOT NULL, `originalamount` decimal(10,2) NOT NULL, `fromdate` varchar(20) DEFAULT NULL, `business` text NOT NULL, `todate` varchar(30) DEFAULT NULL, PRIMARY KEY (`id`), KEY `deleted` (`deleted`), KEY `phppos_giftcards_ibfk_1` (`customer`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `voucher` -- LOCK TABLES `voucher` WRITE; /*!40000 ALTER TABLE `voucher` DISABLE KEYS */; /*!40000 ALTER TABLE `voucher` ENABLE KEYS */; UNLOCK TABLES; /*!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:31:33
.
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