File: /home/xedaptot/.cpanel/logs/restoredb/2025-12-07T07:35:00Z.1.log
{"type":"info","name":"no-virus","data":{"description":"No virus detected in upload “mrsimple_vlxd.sql.gz”.","file":"mrsimple_vlxd.sql.gz"}}
{"name":"gunzip","data":{"archive":"/home/xedaptot/tmp/Cpanel_Form_file.upload.662ce0e5","description":"The system is extracting the archive “/home/xedaptot/tmp/Cpanel_Form_file.upload.662ce0e5”.","file":"mrsimple_vlxd.sql.gz"},"type":"info"}
{"name":"database_name","data":{"description":"The system identified the database name for the backup file “mrsimple_vlxd.sql.gz” to be “xedaptot_mrsimple_vlxd”.","file":"mrsimple_vlxd.sql.gz","database":"xedaptot_mrsimple_vlxd"},"type":"debug"}
{"name":"database_create","data":{"database":"xedaptot_mrsimple_vlxd","file":"mrsimple_vlxd.sql.gz","description":"The system created the database “xedaptot_mrsimple_vlxd” since it did not exist."},"type":"info"}
{"type":"debug","data":{"description":"The system created a temporary database user “xedaptot_eovjada”.","file":"mrsimple_vlxd.sql.gz","username":"xedaptot_eovjada"},"name":"created_temp_database_user"}
{"name":"linked_temp_database_user_to_database","data":{"description":"The system linked the temporary database user “xedaptot_eovjada” to the database “xedaptot_mrsimple_vlxd”.","file":"mrsimple_vlxd.sql.gz","username":"xedaptot_eovjada","database":"xedaptot_mrsimple_vlxd"},"type":"debug"}
{"name":"restoring_start","data":{"file":"mrsimple_vlxd.sql.gz","description":"The system is starting to restore the database backup “mrsimple_vlxd.sql.gz”."},"type":"info"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"--------------\n/*M!999999 enable the sandbox mode */ \n\n\n\n\n\n\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */\n--------------\n\n--------------\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */\n--------------\n\n--------------\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */\n--------------\n\n--------------\n/*!40101 SET NAMES utf8mb4 */\n--------------\n\n--------------\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */\n--------------\n\n--------------\n/*!40103 SET TIME_ZONE='+00:00' */\n--------------\n\n--------------\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */\n--------------\n\n--------------\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */\n--------------\n\n--------------\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */\n--------------\n\n--------------\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */\n--------------\n\n--------------\nDROP TABLE IF EXISTS `account_transactions`\n--------------\n\n-------"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"-------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `account_transactions` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `account_id` int(11) NOT NULL,\n `type` enum('debit','credit') NOT NULL,\n `sub_type` enum('opening_balance','fund_transfer','deposit') DEFAULT NULL,\n `amount` decimal(22,4) NOT NULL,\n `reff_no` varchar(191) DEFAULT NULL,\n `operation_date` datetime NOT NULL,\n `created_by` int(11) NOT NULL,\n `transaction_id` int(11) DEFAULT NULL,\n `transaction_payment_id` int(11) DEFAULT NULL,\n `transfer_transaction_id` int(11) DEFAULT NULL,\n `note` text DEFAULT NULL,\n `deleted_at` timestamp NULL DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `account_transactions_account_id_index` (`account_id`),\n KEY `account_transactions_transaction_id_index` (`transaction_id`),\n KEY `","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":"account_transactions_transaction_payment_id_index` (`transaction_payment_id`),\n KEY `account_transactions_transfer_transaction_id_index` (`transfer_transaction_id`),\n KEY `account_transactions_created_by_index` (`created_by`),\n KEY `account_transactions_type_index` (`type`),\n KEY `account_transactions_sub_type_index` (`sub_type`),\n KEY `account_transactions_operation_date_index` (`operation_date`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `account_transactions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `account_transactions` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `account_transactions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `account_types`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n-----","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"---------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `account_types` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `name` varchar(191) NOT NULL,\n `parent_account_type_id` int(11) DEFAULT NULL,\n `business_id` int(11) NOT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `account_types_parent_account_type_id_index` (`parent_account_type_id`),\n KEY `account_types_business_id_index` (`business_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `account_types` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `account_types` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `account_types` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXIS"},"name":"restoring"}
{"name":"restoring","data":{"description":"TS `accounts`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `accounts` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `business_id` int(11) NOT NULL,\n `name` varchar(191) NOT NULL,\n `account_number` varchar(191) NOT NULL,\n `account_details` text DEFAULT NULL,\n `account_type_id` int(11) DEFAULT NULL,\n `note` text DEFAULT NULL,\n `created_by` int(11) NOT NULL,\n `is_closed` tinyint(1) NOT NULL DEFAULT 0,\n `deleted_at` timestamp NULL DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `accounts_business_id_index` (`business_id`),\n KEY `accounts_account_type_id_index` (`account_type_id`),\n KEY `accounts_created_by_index` (`created_by`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_se","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"t_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `accounts` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `accounts` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `accounts` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `activity_log`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `activity_log` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `log_name` varchar(191) DEFAULT NULL,\n `description` text NOT NULL,\n `subject_id` int(11) DEFAULT NULL,\n `subject_type` varchar(191) DEFAULT NULL,\n `event` varchar(191) DEFAULT NULL,\n `business_id` int(11) DEFAULT NULL,\n `causer_id` int(11) DEFAULT NULL,\n `causer_type` varchar(191) DEFAULT NULL,\n `properties` text DEFAULT NULL,\n `batch_uuid` char(36) DEFAULT NULL,\n `cr"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":"eated_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `activity_log_log_name_index` (`log_name`)\n) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `activity_log` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `activity_log` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `activity_log` (`id`, `log_name`, `description`, `subject_id`, `subject_type`, `event`, `business_id`, `causer_id`, `causer_type`, `properties`, `batch_uuid`, `created_at`, `updated_at`) VALUES (1,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-05 20:48:10','2025-07-05 20:48:10'),(2,'default','added',2,'App\\\\User',NULL,1,1,'App\\\\User','{\\\"name\\\":\\\"Mr Ng\\\\u1ecdc S\\\\u01a1n \\\"}',NULL,'2025-07-05 20:59:09','2025-07-05 20:59:09'),(3,'default','login',2,'App\\\\User',NULL,1,2,'App\\\\User'"}}
{"type":"debug","name":"restoring","data":{"description":",'[]',NULL,'2025-07-05 20:59:56','2025-07-05 20:59:56'),(4,'default','edited',2,'App\\\\User',NULL,1,2,'App\\\\User','{\\\"name\\\":\\\"Mr Ng\\\\u1ecdc S\\\\u01a1n \\\"}',NULL,'2025-07-05 21:00:54','2025-07-05 21:00:54'),(5,'default','added',1,'App\\\\Transaction',NULL,1,2,'App\\\\User','{\\\"attributes\\\":{\\\"type\\\":\\\"sell\\\",\\\"status\\\":\\\"final\\\",\\\"payment_status\\\":\\\"paid\\\",\\\"final_total\\\":810000}}',NULL,'2025-07-05 21:16:40','2025-07-05 21:16:40'),(6,'default','login',2,'App\\\\User',NULL,1,2,'App\\\\User','[]',NULL,'2025-07-05 21:30:57','2025-07-05 21:30:57'),(7,'default','added',2,'App\\\\Transaction',NULL,1,2,'App\\\\User','{\\\"attributes\\\":{\\\"type\\\":\\\"sell\\\",\\\"status\\\":\\\"final\\\",\\\"payment_status\\\":\\\"paid\\\",\\\"final_total\\\":716000}}',NULL,'2025-07-05 21:31:46','2025-07-05 21:31:46'),(8,'default','login',2,'App\\\\User',NULL,1,2,'App\\\\User','[]',NULL,'2025-07-05 21:35:38','2025-07-05 21:35:38'),(9,'default','logout',2,'App\\\\User',NULL,1,2,'App\\\\User','[]',NULL,'2025-07-05 21:36:20','2025-07-05 21:36:20'),(10,'default','login',2,'App\\\\User',N","file":"mrsimple_vlxd.sql.gz"}}
{"type":"debug","name":"restoring","data":{"description":"ULL,1,2,'App\\\\User','[]',NULL,'2025-07-05 21:36:25','2025-07-05 21:36:25'),(11,'default','added',3,'App\\\\Transaction',NULL,1,2,'App\\\\User','{\\\"attributes\\\":{\\\"type\\\":\\\"sell\\\",\\\"status\\\":\\\"final\\\",\\\"payment_status\\\":\\\"paid\\\",\\\"final_total\\\":405000}}',NULL,'2025-07-05 21:42:51','2025-07-05 21:42:51'),(12,'default','login',2,'App\\\\User',NULL,1,2,'App\\\\User','[]',NULL,'2025-07-05 21:44:42','2025-07-05 21:44:42'),(13,'default','logout',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-05 22:37:26','2025-07-05 22:37:26'),(14,'default','login',3,'App\\\\User',NULL,2,3,'App\\\\User','[]',NULL,'2025-07-05 22:39:40','2025-07-05 22:39:40'),(15,'default','logout',3,'App\\\\User',NULL,2,3,'App\\\\User','[]',NULL,'2025-07-05 22:41:26','2025-07-05 22:41:26'),(16,'default','login',3,'App\\\\User',NULL,2,3,'App\\\\User','[]',NULL,'2025-07-05 22:41:34','2025-07-05 22:41:34'),(17,'default','logout',3,'App\\\\User',NULL,2,3,'App\\\\User','[]',NULL,'2025-07-05 22:41:51','2025-07-05 22:41:51'),(18,'default','login',1,'App\\\\User',NULL,1,1,'App","file":"mrsimple_vlxd.sql.gz"}}
{"type":"debug","data":{"description":"\\\\User','[]',NULL,'2025-07-05 22:41:56','2025-07-05 22:41:56'),(19,'default','logout',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-05 22:48:19','2025-07-05 22:48:19'),(20,'default','login',3,'App\\\\User',NULL,2,3,'App\\\\User','[]',NULL,'2025-07-05 22:48:26','2025-07-05 22:48:26'),(21,'default','logout',3,'App\\\\User',NULL,2,3,'App\\\\User','[]',NULL,'2025-07-06 00:24:57','2025-07-06 00:24:57'),(22,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 00:25:04','2025-07-06 00:25:04'),(23,'default','edited',2,'App\\\\User',NULL,1,1,'App\\\\User','{\\\"name\\\":\\\"Mr Ng\\\\u1ecdc S\\\\u01a1n \\\"}',NULL,'2025-07-06 00:35:58','2025-07-06 00:35:58'),(24,'default','logout',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 01:56:40','2025-07-06 01:56:40'),(25,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 01:57:12','2025-07-06 01:57:12'),(26,'default','logout',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 01:57:50','2025-07-06 01:57:50'),(27,'default','login',1","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":",'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 01:57:55','2025-07-06 01:57:55'),(28,'default','logout',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 01:58:24','2025-07-06 01:58:24'),(29,'default','login',2,'App\\\\User',NULL,1,2,'App\\\\User','[]',NULL,'2025-07-06 01:58:40','2025-07-06 01:58:40'),(30,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 13:28:57','2025-07-06 13:28:57'),(31,'default','logout',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 13:28:57','2025-07-06 13:28:57'),(32,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 13:29:13','2025-07-06 13:29:13'),(33,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-06 21:56:54','2025-07-06 21:56:54'),(34,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-07 15:00:29','2025-07-07 15:00:29'),(35,'default','added',4,'App\\\\Transaction',NULL,1,1,'App\\\\User','{\\\"attributes\\\":{\\\"type\\\":\\\"sell\\\",\\\"status\\\":\\\"draft\\\",\\\"sub_status\\\":\\\"quotation\\\""},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":",\\\"final_total\\\":216000}}',NULL,'2025-07-07 15:01:53','2025-07-07 15:01:53'),(36,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-14 00:08:02','2025-07-14 00:08:02'),(37,'default','login',1,'App\\\\User',NULL,1,1,'App\\\\User','[]',NULL,'2025-07-16 13:59:29','2025-07-16 13:59:29')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `activity_log` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `barcodes`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `barcodes` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `name` varchar(191) NOT NULL,\n `description` text DEFAULT NULL,\n `width` double(22,4) DEFAULT NULL,\n `height` double(22,4) DEFAULT NULL,\n `paper_width` double(22,4) DEFAULT NULL,\n `paper_height` double(22,4) DEFAULT NULL,\n `top_margin` double(22,4)"},"type":"debug"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":" DEFAULT NULL,\n `left_margin` double(22,4) DEFAULT NULL,\n `row_distance` double(22,4) DEFAULT NULL,\n `col_distance` double(22,4) DEFAULT NULL,\n `stickers_in_one_row` int(11) DEFAULT NULL,\n `is_default` tinyint(1) NOT NULL DEFAULT 0,\n `is_continuous` tinyint(1) NOT NULL DEFAULT 0,\n `stickers_in_one_sheet` int(11) DEFAULT NULL,\n `business_id` int(10) unsigned DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `barcodes_business_id_foreign` (`business_id`),\n CONSTRAINT `barcodes_business_id_foreign` FOREIGN KEY (`business_id`) REFERENCES `business` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `barcodes` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `barcodes` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `barco"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"des` (`id`, `name`, `description`, `width`, `height`, `paper_width`, `paper_height`, `top_margin`, `left_margin`, `row_distance`, `col_distance`, `stickers_in_one_row`, `is_default`, `is_continuous`, `stickers_in_one_sheet`, `business_id`, `created_at`, `updated_at`) VALUES (1,'20 Labels per Sheet','Sheet Size: 8.5\\\" x 11\\\", Label Size: 4\\\" x 1\\\", Labels per sheet: 20',4.0000,1.0000,8.5000,11.0000,0.5000,0.1250,0.0000,0.1875,2,0,0,20,NULL,'2017-12-18 06:13:44','2017-12-18 06:13:44'),(2,'30 Labels per sheet','Sheet Size: 8.5\\\" x 11\\\", Label Size: 2.625\\\" x 1\\\", Labels per sheet: 30',2.6250,1.0000,8.5000,11.0000,0.5000,0.1880,0.0000,0.1250,3,0,0,30,NULL,'2017-12-18 06:04:39','2017-12-18 06:10:40'),(3,'32 Labels per sheet','Sheet Size: 8.5\\\" x 11\\\", Label Size: 2\\\" x 1.25\\\", Labels per sheet: 32',2.0000,1.2500,8.5000,11.0000,0.5000,0.2500,0.0000,0.0000,4,0,0,32,NULL,'2017-12-18 05:55:40','2017-12-18 05:55:40'),(4,'40 Labels per sheet','Sheet Size: 8.5\\\" x 11\\\", Label Size: 2\\\" x 1\\\", Labels per sheet: 40',2.0000"},"name":"restoring"}
{"type":"debug","data":{"description":",1.0000,8.5000,11.0000,0.5000,0.2500,0.0000,0.0000,4,0,0,40,NULL,'2017-12-18 05:58:40','2017-12-18 05:58:40'),(5,'50 Labels per Sheet','Sheet Size: 8.5\\\" x 11\\\", Label Size: 1.5\\\" x 1\\\", Labels per sheet: 50',1.5000,1.0000,8.5000,11.0000,0.5000,0.5000,0.0000,0.0000,5,0,0,50,NULL,'2017-12-18 05:51:10','2017-12-18 05:51:10'),(6,'Continuous Rolls - 31.75mm x 25.4mm','Label Size: 31.75mm x 25.4mm, Gap: 3.18mm',1.2500,1.0000,1.2500,0.0000,0.1250,0.0000,0.1250,0.0000,1,0,1,NULL,NULL,'2017-12-18 05:51:10','2017-12-18 05:51:10')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `barcodes` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `bookings`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `bookings` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `contact_id` int(10) unsigned NO","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"T NULL,\n `waiter_id` int(10) unsigned DEFAULT NULL,\n `table_id` int(10) unsigned DEFAULT NULL,\n `correspondent_id` int(11) DEFAULT NULL,\n `business_id` int(10) unsigned NOT NULL,\n `location_id` int(10) unsigned NOT NULL,\n `booking_start` datetime NOT NULL,\n `booking_end` datetime NOT NULL,\n `created_by` int(10) unsigned NOT NULL,\n `booking_status` varchar(191) NOT NULL,\n `booking_note` text DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `bookings_contact_id_foreign` (`contact_id`),\n KEY `bookings_business_id_foreign` (`business_id`),\n KEY `bookings_created_by_foreign` (`created_by`),\n KEY `bookings_table_id_index` (`table_id`),\n KEY `bookings_waiter_id_index` (`waiter_id`),\n KEY `bookings_location_id_index` (`location_id`),\n KEY `bookings_booking_status_index` (`booking_status`),\n KEY `bookings_correspondent_id_index` (`correspondent_id`),\n CONSTRAINT `bookings_business_id_foreign` FOREIGN KEY (`business_id`) "},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":"REFERENCES `business` (`id`) ON DELETE CASCADE,\n CONSTRAINT `bookings_contact_id_foreign` FOREIGN KEY (`contact_id`) REFERENCES `contacts` (`id`) ON DELETE CASCADE,\n CONSTRAINT `bookings_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `bookings` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `bookings` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `bookings` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `brands`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `brands` (\n `id` int(10) unsigned NOT NULL AUTO_INC"}}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"REMENT,\n `business_id` int(10) unsigned NOT NULL,\n `name` varchar(191) NOT NULL,\n `description` text DEFAULT NULL,\n `created_by` int(10) unsigned NOT NULL,\n `deleted_at` timestamp NULL DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `brands_business_id_foreign` (`business_id`),\n KEY `brands_created_by_foreign` (`created_by`),\n CONSTRAINT `brands_business_id_foreign` FOREIGN KEY (`business_id`) REFERENCES `business` (`id`) ON DELETE CASCADE,\n CONSTRAINT `brands_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `brands` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `brands` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `brands` ENABLE KEYS */\n-------------"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"-\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `business`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `business` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `name` varchar(191) NOT NULL,\n `currency_id` int(10) unsigned NOT NULL,\n `start_date` date DEFAULT NULL,\n `tax_number_1` varchar(100) DEFAULT NULL,\n `tax_label_1` varchar(10) DEFAULT NULL,\n `tax_number_2` varchar(100) DEFAULT NULL,\n `tax_label_2` varchar(10) DEFAULT NULL,\n `code_label_1` varchar(191) DEFAULT NULL,\n `code_1` varchar(191) DEFAULT NULL,\n `code_label_2` varchar(191) DEFAULT NULL,\n `code_2` varchar(191) DEFAULT NULL,\n `default_sales_tax` int(10) unsigned DEFAULT NULL,\n `default_profit_percent` double(5,2) NOT NULL DEFAULT 0.00,\n `owner_id` int(10) unsigned NOT NULL,\n `time_zone` varchar(191) NOT NULL DEFAULT 'Asia/Ko","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"lkata',\n `fy_start_month` tinyint(4) NOT NULL DEFAULT 1,\n `accounting_method` enum('fifo','lifo','avco') NOT NULL DEFAULT 'fifo',\n `default_sales_discount` decimal(5,2) DEFAULT NULL,\n `sell_price_tax` enum('includes','excludes') NOT NULL DEFAULT 'includes',\n `logo` varchar(191) DEFAULT NULL,\n `sku_prefix` varchar(191) DEFAULT NULL,\n `enable_product_expiry` tinyint(1) NOT NULL DEFAULT 0,\n `expiry_type` enum('add_expiry','add_manufacturing') NOT NULL DEFAULT 'add_expiry',\n `on_product_expiry` enum('keep_selling','stop_selling','auto_delete') NOT NULL DEFAULT 'keep_selling',\n `stop_selling_before` int(11) NOT NULL COMMENT 'Stop selling expied item n days before expiry',\n `enable_tooltip` tinyint(1) NOT NULL DEFAULT 1,\n `purchase_in_diff_currency` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'Allow purchase to be in different currency then the business currency',\n `purchase_currency_id` int(10) unsigned DEFAULT NULL,\n `p_exchange_rate` decimal(20,3) NOT NULL DEFAULT 1.000,\n `transaction_edit_days` int(10)"},"name":"restoring"}
{"data":{"description":" unsigned NOT NULL DEFAULT 30,\n `stock_expiry_alert_days` int(10) unsigned NOT NULL DEFAULT 30,\n `keyboard_shortcuts` text DEFAULT NULL,\n `pos_settings` text DEFAULT NULL,\n `woocommerce_api_settings` text DEFAULT NULL,\n `woocommerce_skipped_orders` text DEFAULT NULL,\n `woocommerce_wh_oc_secret` varchar(191) DEFAULT NULL,\n `woocommerce_wh_ou_secret` varchar(191) DEFAULT NULL,\n `woocommerce_wh_od_secret` varchar(191) DEFAULT NULL,\n `woocommerce_wh_or_secret` varchar(191) DEFAULT NULL,\n `weighing_scale_setting` text NOT NULL COMMENT 'used to store the configuration of weighing scale',\n `enable_brand` tinyint(1) NOT NULL DEFAULT 1,\n `enable_category` tinyint(1) NOT NULL DEFAULT 1,\n `enable_sub_category` tinyint(1) NOT NULL DEFAULT 1,\n `enable_price_tax` tinyint(1) NOT NULL DEFAULT 1,\n `enable_purchase_status` tinyint(1) DEFAULT 1,\n `enable_lot_number` tinyint(1) NOT NULL DEFAULT 0,\n `default_unit` int(11) DEFAULT NULL,\n `enable_sub_units` tinyint(1) NOT NULL DEFAULT 0,\n `enable_racks` tinyint(1","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":") NOT NULL DEFAULT 0,\n `enable_row` tinyint(1) NOT NULL DEFAULT 0,\n `enable_position` tinyint(1) NOT NULL DEFAULT 0,\n `enable_editing_product_from_purchase` tinyint(1) NOT NULL DEFAULT 1,\n `sales_cmsn_agnt` enum('logged_in_user','user','cmsn_agnt') DEFAULT NULL,\n `item_addition_method` tinyint(1) NOT NULL DEFAULT 1,\n `enable_inline_tax` tinyint(1) NOT NULL DEFAULT 1,\n `currency_symbol_placement` enum('before','after') NOT NULL DEFAULT 'before',\n `enabled_modules` text DEFAULT NULL,\n `date_format` varchar(191) NOT NULL DEFAULT 'm/d/Y',\n `time_format` enum('12','24') NOT NULL DEFAULT '24',\n `currency_precision` tinyint(4) NOT NULL DEFAULT 2,\n `quantity_precision` tinyint(4) NOT NULL DEFAULT 2,\n `ref_no_prefixes` text DEFAULT NULL,\n `theme_color` char(20) DEFAULT NULL,\n `created_by` int(11) DEFAULT NULL,\n `enable_rp` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'rp is the short form of reward points',\n `rp_name` varchar(191) DEFAULT NULL COMMENT 'rp is the short form of reward points',\n `amount_for_un"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"it_rp` decimal(22,4) NOT NULL DEFAULT 1.0000 COMMENT 'rp is the short form of reward points',\n `min_order_total_for_rp` decimal(22,4) NOT NULL DEFAULT 1.0000 COMMENT 'rp is the short form of reward points',\n `max_rp_per_order` int(11) DEFAULT NULL COMMENT 'rp is the short form of reward points',\n `redeem_amount_per_unit_rp` decimal(22,4) NOT NULL DEFAULT 1.0000 COMMENT 'rp is the short form of reward points',\n `min_order_total_for_redeem` decimal(22,4) NOT NULL DEFAULT 1.0000 COMMENT 'rp is the short form of reward points',\n `min_redeem_point` int(11) DEFAULT NULL COMMENT 'rp is the short form of reward points',\n `max_redeem_point` int(11) DEFAULT NULL COMMENT 'rp is the short form of reward points',\n `rp_expiry_period` int(11) DEFAULT NULL COMMENT 'rp is the short form of reward points',\n `rp_expiry_type` enum('month','year') NOT NULL DEFAULT 'year' COMMENT 'rp is the short form of reward points',\n `email_settings` text DEFAULT NULL,\n `sms_settings` text DEFAULT NULL,\n `custom_labels` text DEFAULT","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":" NULL,\n `common_settings` text DEFAULT NULL,\n `is_active` tinyint(1) NOT NULL DEFAULT 1,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `business_owner_id_foreign` (`owner_id`),\n KEY `business_currency_id_foreign` (`currency_id`),\n KEY `business_default_sales_tax_foreign` (`default_sales_tax`),\n CONSTRAINT `business_currency_id_foreign` FOREIGN KEY (`currency_id`) REFERENCES `currencies` (`id`),\n CONSTRAINT `business_default_sales_tax_foreign` FOREIGN KEY (`default_sales_tax`) REFERENCES `tax_rates` (`id`),\n CONSTRAINT `business_owner_id_foreign` FOREIGN KEY (`owner_id`) REFERENCES `users` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `business` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `business` DISABLE KEYS */\n--------------\n\n","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"data":{"description":"--------------\nINSERT INTO `business` (`id`, `name`, `currency_id`, `start_date`, `tax_number_1`, `tax_label_1`, `tax_number_2`, `tax_label_2`, `code_label_1`, `code_1`, `code_label_2`, `code_2`, `default_sales_tax`, `default_profit_percent`, `owner_id`, `time_zone`, `fy_start_month`, `accounting_method`, `default_sales_discount`, `sell_price_tax`, `logo`, `sku_prefix`, `enable_product_expiry`, `expiry_type`, `on_product_expiry`, `stop_selling_before`, `enable_tooltip`, `purchase_in_diff_currency`, `purchase_currency_id`, `p_exchange_rate`, `transaction_edit_days`, `stock_expiry_alert_days`, `keyboard_shortcuts`, `pos_settings`, `woocommerce_api_settings`, `woocommerce_skipped_orders`, `woocommerce_wh_oc_secret`, `woocommerce_wh_ou_secret`, `woocommerce_wh_od_secret`, `woocommerce_wh_or_secret`, `weighing_scale_setting`, `enable_brand`, `enable_category`, `enable_sub_category`, `enable_price_tax`, `enable_purchase_status`, `enable_lot_number`, `default_unit`, `enable_sub_units`, `enable_racks`, `enable_row`, ","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"description":"`enable_position`, `enable_editing_product_from_purchase`, `sales_cmsn_agnt`, `item_addition_method`, `enable_inline_tax`, `currency_symbol_placement`, `enabled_modules`, `date_format`, `time_format`, `currency_precision`, `quantity_precision`, `ref_no_prefixes`, `theme_color`, `created_by`, `enable_rp`, `rp_name`, `amount_for_unit_rp`, `min_order_total_for_rp`, `max_rp_per_order`, `redeem_amount_per_unit_rp`, `min_order_total_for_redeem`, `min_redeem_point`, `max_redeem_point`, `rp_expiry_period`, `rp_expiry_type`, `email_settings`, `sms_settings`, `custom_labels`, `common_settings`, `is_active`, `created_at`, `updated_at`) VALUES (1,'Vật Liệu Xây Dựng Cao Nhi',129,'1970-01-01',NULL,'VAT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,25.00,1,'Asia/Ho_Chi_Minh',1,'lifo',0.00,'includes',NULL,NULL,0,'add_expiry','keep_selling',0,1,0,NULL,1.000,30,30,'{\\\"pos\\\":{\\\"express_checkout\\\":\\\"shift+e\\\",\\\"pay_n_ckeckout\\\":\\\"shift+p\\\",\\\"draft\\\":\\\"shift+d\\\",\\\"cancel\\\":\\\"shift+c\\\",\\\"recent_product_quantity\\\":\\\"f2\\\",\\\"weighing_sc","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"ale\\\":null,\\\"edit_discount\\\":\\\"shift+i\\\",\\\"edit_order_tax\\\":\\\"shift+t\\\",\\\"add_payment_row\\\":\\\"shift+r\\\",\\\"finalize_payment\\\":\\\"shift+f\\\",\\\"add_new_product\\\":\\\"f4\\\"}}','{\\\"amount_rounding_method\\\":null,\\\"cmmsn_calculation_type\\\":\\\"invoice_value\\\",\\\"razor_pay_key_id\\\":null,\\\"razor_pay_key_secret\\\":null,\\\"stripe_public_key\\\":null,\\\"stripe_secret_key\\\":null,\\\"is_pos_subtotal_editable\\\":\\\"1\\\",\\\"display_screen_heading\\\":null,\\\"cash_denominations\\\":null,\\\"enable_cash_denomination_on\\\":\\\"pos_screen\\\",\\\"disable_pay_checkout\\\":0,\\\"disable_draft\\\":0,\\\"disable_express_checkout\\\":0,\\\"hide_product_suggestion\\\":0,\\\"hide_recent_trans\\\":0,\\\"disable_discount\\\":0,\\\"disable_order_tax\\\":0}','{\\\"woocommerce_app_url\\\":null,\\\"woocommerce_consumer_key\\\":null,\\\"woocommerce_consumer_secret\\\":null,\\\"location_id\\\":\\\"1\\\",\\\"default_tax_class\\\":null,\\\"product_tax_type\\\":\\\"inc\\\",\\\"default_selling_price_group\\\":null,\\\"sync_description_as\\\":\\\"long\\\",\\\"product_fields_for_create\\\":[\\\"category\\\",\\\"quantity\\\"],\\\"manage_stock_for_create\\\":\\\"none\\\","},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"description":"\\\"in_stock_for_create\\\":\\\"none\\\",\\\"product_fields_for_update\\\":[\\\"name\\\",\\\"price\\\",\\\"category\\\",\\\"quantity\\\"],\\\"manage_stock_for_update\\\":\\\"none\\\",\\\"in_stock_for_update\\\":\\\"none\\\",\\\"order_statuses\\\":{\\\"pending\\\":null,\\\"processing\\\":null,\\\"on-hold\\\":null,\\\"completed\\\":null,\\\"cancelled\\\":null,\\\"refunded\\\":null,\\\"failed\\\":null,\\\"shipped\\\":null},\\\"shipping_statuses\\\":{\\\"pending\\\":null,\\\"processing\\\":null,\\\"on-hold\\\":null,\\\"completed\\\":null,\\\"cancelled\\\":null,\\\"refunded\\\":null,\\\"failed\\\":null,\\\"shipped\\\":null},\\\"woocommerce_wh_oc_secret\\\":null,\\\"woocommerce_wh_ou_secret\\\":null,\\\"woocommerce_wh_od_secret\\\":null,\\\"woocommerce_wh_or_secret\\\":null}',NULL,NULL,NULL,NULL,NULL,'{\\\"label_prefix\\\":null,\\\"product_sku_length\\\":\\\"3\\\",\\\"qty_length\\\":\\\"2\\\",\\\"qty_length_decimal\\\":\\\"2\\\"}',1,1,1,1,1,0,NULL,0,0,0,0,1,NULL,1,1,'after','[\\\"purchases\\\",\\\"add_sale\\\",\\\"pos_sale\\\",\\\"stock_transfers\\\",\\\"stock_adjustment\\\",\\\"expenses\\\"]','d/m/Y','24',0,1,'{\\\"purchase\\\":\\\"PO\\\",\\\"purchase_return\\\":null,\\\"purchase_requisition\\\":null,\\\"purchas","file":"mrsimple_vlxd.sql.gz"}}
{"name":"restoring","data":{"description":"e_order\\\":null,\\\"stock_transfer\\\":\\\"ST\\\",\\\"stock_adjustment\\\":\\\"SA\\\",\\\"sell_return\\\":\\\"CN\\\",\\\"expense\\\":\\\"EP\\\",\\\"contacts\\\":\\\"CO\\\",\\\"purchase_payment\\\":\\\"PP\\\",\\\"sell_payment\\\":\\\"SP\\\",\\\"expense_payment\\\":null,\\\"business_location\\\":\\\"BL\\\",\\\"username\\\":null,\\\"subscription\\\":null,\\\"draft\\\":null,\\\"sales_order\\\":null}',NULL,NULL,0,NULL,1.0000,1.0000,NULL,1.0000,1.0000,NULL,NULL,NULL,'year','{\\\"mail_driver\\\":\\\"smtp\\\",\\\"mail_host\\\":null,\\\"mail_port\\\":null,\\\"mail_username\\\":null,\\\"mail_password\\\":null,\\\"mail_encryption\\\":null,\\\"mail_from_address\\\":null,\\\"mail_from_name\\\":null}','{\\\"sms_service\\\":\\\"other\\\",\\\"nexmo_key\\\":null,\\\"nexmo_secret\\\":null,\\\"nexmo_from\\\":null,\\\"twilio_sid\\\":null,\\\"twilio_token\\\":null,\\\"twilio_from\\\":null,\\\"url\\\":null,\\\"send_to_param_name\\\":\\\"to\\\",\\\"msg_param_name\\\":\\\"text\\\",\\\"request_method\\\":\\\"post\\\",\\\"header_1\\\":null,\\\"header_val_1\\\":null,\\\"header_2\\\":null,\\\"header_val_2\\\":null,\\\"header_3\\\":null,\\\"header_val_3\\\":null,\\\"param_1\\\":null,\\\"param_val_1\\\":null,\\\"param_2\\\":null,\\\"param_val_2\\\":null,\\","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"\"param_3\\\":null,\\\"param_val_3\\\":null,\\\"param_4\\\":null,\\\"param_val_4\\\":null,\\\"param_5\\\":null,\\\"param_val_5\\\":null,\\\"param_6\\\":null,\\\"param_val_6\\\":null,\\\"param_7\\\":null,\\\"param_val_7\\\":null,\\\"param_8\\\":null,\\\"param_val_8\\\":null,\\\"param_9\\\":null,\\\"param_val_9\\\":null,\\\"param_10\\\":null,\\\"param_val_10\\\":null}','{\\\"payments\\\":{\\\"custom_pay_1\\\":null,\\\"custom_pay_2\\\":null,\\\"custom_pay_3\\\":null,\\\"custom_pay_4\\\":null,\\\"custom_pay_5\\\":null,\\\"custom_pay_6\\\":null,\\\"custom_pay_7\\\":null},\\\"contact\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null,\\\"custom_field_6\\\":null,\\\"custom_field_7\\\":null,\\\"custom_field_8\\\":null,\\\"custom_field_9\\\":null,\\\"custom_field_10\\\":null},\\\"product\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null,\\\"custom_field_6\\\":null,\\\"custom_field_7\\\":null,\\\"custom_field_8\\\":null,\\\"custom_field_9\\\":null,\\\"custom_field_10\\\":null,\\\"custom_field_11\\\":null,\\\"custom_fie"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"ld_12\\\":null,\\\"custom_field_13\\\":null,\\\"custom_field_14\\\":null,\\\"custom_field_15\\\":null,\\\"custom_field_16\\\":null,\\\"custom_field_17\\\":null,\\\"custom_field_18\\\":null,\\\"custom_field_19\\\":null,\\\"custom_field_20\\\":null},\\\"product_cf_details\\\":{\\\"1\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"2\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"3\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"4\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"5\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"6\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"7\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"8\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"9\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"10\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"11\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"12\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"13\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"14\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"15\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"16\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"17\\\":{\\\"t","file":"mrsimple_vlxd.sql.gz"}}
{"data":{"description":"ype\\\":null,\\\"dropdown_options\\\":null},\\\"18\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"19\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"20\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null}},\\\"location\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"user\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"purchase\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"purchase_shipping\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null},\\\"sell\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"shipping\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null},\\\"types_of_service\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"cus","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"tom_field_5\\\":null,\\\"custom_field_6\\\":null}}','{\\\"default_credit_limit\\\":null,\\\"default_datatable_page_entries\\\":\\\"25\\\"}',1,'2025-07-05 19:18:00','2025-07-06 01:58:13'),(2,'Bán lá',129,'2025-01-01','13233489','VAT',NULL,NULL,NULL,NULL,NULL,NULL,NULL,150.00,3,'Asia/Ho_Chi_Minh',1,'lifo',0.00,'includes',NULL,NULL,0,'add_expiry','keep_selling',0,1,0,NULL,1.000,30,30,'{\\\"pos\\\":{\\\"express_checkout\\\":\\\"shift+e\\\",\\\"pay_n_ckeckout\\\":\\\"shift+p\\\",\\\"draft\\\":\\\"shift+d\\\",\\\"cancel\\\":\\\"shift+c\\\",\\\"recent_product_quantity\\\":\\\"f2\\\",\\\"weighing_scale\\\":null,\\\"edit_discount\\\":\\\"shift+i\\\",\\\"edit_order_tax\\\":\\\"shift+t\\\",\\\"add_payment_row\\\":\\\"shift+r\\\",\\\"finalize_payment\\\":\\\"shift+f\\\",\\\"add_new_product\\\":\\\"f4\\\"}}','{\\\"amount_rounding_method\\\":null,\\\"cmmsn_calculation_type\\\":\\\"invoice_value\\\",\\\"razor_pay_key_id\\\":null,\\\"razor_pay_key_secret\\\":null,\\\"stripe_public_key\\\":null,\\\"stripe_secret_key\\\":null,\\\"display_screen_heading\\\":null,\\\"cash_denominations\\\":null,\\\"enable_cash_denomination_on\\\":\\\"pos_screen\\\",\\\"disable_pay_checkout\\\":","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"0,\\\"disable_draft\\\":0,\\\"disable_express_checkout\\\":0,\\\"hide_product_suggestion\\\":0,\\\"hide_recent_trans\\\":0,\\\"disable_discount\\\":0,\\\"disable_order_tax\\\":0,\\\"is_pos_subtotal_editable\\\":0}','{\\\"woocommerce_app_url\\\":\\\"https:\\\\/\\\\/gift.naniguide.com\\\",\\\"woocommerce_consumer_key\\\":\\\"ck_d249fc18c5abd17a25fcfe845778f60875cb6a9f\\\",\\\"woocommerce_consumer_secret\\\":\\\"cs_30271a0c296904fbbb821061594388e73b9baa50\\\",\\\"location_id\\\":\\\"2\\\",\\\"enable_auto_sync\\\":\\\"1\\\",\\\"default_tax_class\\\":null,\\\"product_tax_type\\\":\\\"inc\\\",\\\"default_selling_price_group\\\":null,\\\"sync_description_as\\\":\\\"long\\\",\\\"product_fields_for_create\\\":[\\\"category\\\",\\\"quantity\\\",\\\"image\\\"],\\\"manage_stock_for_create\\\":\\\"none\\\",\\\"in_stock_for_create\\\":\\\"none\\\",\\\"product_fields_for_update\\\":[\\\"name\\\",\\\"price\\\",\\\"category\\\",\\\"quantity\\\",\\\"image\\\"],\\\"manage_stock_for_update\\\":\\\"none\\\",\\\"in_stock_for_update\\\":\\\"none\\\",\\\"order_statuses\\\":{\\\"pending\\\":null,\\\"processing\\\":null,\\\"on-hold\\\":null,\\\"completed\\\":null,\\\"cancelled\\\":null,\\\"refunded\\\":null,\\\"failed\\\":null,\\\"s"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"description":"hipped\\\":null},\\\"shipping_statuses\\\":{\\\"pending\\\":null,\\\"processing\\\":null,\\\"on-hold\\\":null,\\\"completed\\\":null,\\\"cancelled\\\":null,\\\"refunded\\\":null,\\\"failed\\\":null,\\\"shipped\\\":null},\\\"woocommerce_wh_oc_secret\\\":null,\\\"woocommerce_wh_ou_secret\\\":null,\\\"woocommerce_wh_od_secret\\\":null,\\\"woocommerce_wh_or_secret\\\":null}',NULL,NULL,NULL,NULL,NULL,'{\\\"label_prefix\\\":null,\\\"product_sku_length\\\":\\\"4\\\",\\\"qty_length\\\":\\\"3\\\",\\\"qty_length_decimal\\\":\\\"2\\\"}',1,1,1,1,1,0,NULL,0,0,0,0,1,NULL,1,0,'before','[\\\"purchases\\\",\\\"add_sale\\\",\\\"pos_sale\\\",\\\"stock_transfers\\\",\\\"stock_adjustment\\\",\\\"expenses\\\"]','m/d/Y','24',2,2,'{\\\"purchase\\\":\\\"PO\\\",\\\"purchase_return\\\":null,\\\"purchase_requisition\\\":null,\\\"purchase_order\\\":null,\\\"stock_transfer\\\":\\\"ST\\\",\\\"stock_adjustment\\\":\\\"SA\\\",\\\"sell_return\\\":\\\"CN\\\",\\\"expense\\\":\\\"EP\\\",\\\"contacts\\\":\\\"CO\\\",\\\"purchase_payment\\\":\\\"PP\\\",\\\"sell_payment\\\":\\\"SP\\\",\\\"expense_payment\\\":null,\\\"business_location\\\":\\\"BL\\\",\\\"username\\\":null,\\\"subscription\\\":null,\\\"draft\\\":null,\\\"sales_order\\\":null}',NULL,NULL,0,N","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"type":"debug","data":{"description":"ULL,1.0000,1.0000,NULL,1.0000,1.0000,NULL,NULL,NULL,'year','{\\\"mail_driver\\\":\\\"smtp\\\",\\\"mail_host\\\":null,\\\"mail_port\\\":null,\\\"mail_username\\\":null,\\\"mail_password\\\":null,\\\"mail_encryption\\\":null,\\\"mail_from_address\\\":null,\\\"mail_from_name\\\":null}','{\\\"sms_service\\\":\\\"other\\\",\\\"nexmo_key\\\":null,\\\"nexmo_secret\\\":null,\\\"nexmo_from\\\":null,\\\"twilio_sid\\\":null,\\\"twilio_token\\\":null,\\\"twilio_from\\\":null,\\\"url\\\":null,\\\"send_to_param_name\\\":\\\"to\\\",\\\"msg_param_name\\\":\\\"text\\\",\\\"request_method\\\":\\\"post\\\",\\\"header_1\\\":null,\\\"header_val_1\\\":null,\\\"header_2\\\":null,\\\"header_val_2\\\":null,\\\"header_3\\\":null,\\\"header_val_3\\\":null,\\\"param_1\\\":null,\\\"param_val_1\\\":null,\\\"param_2\\\":null,\\\"param_val_2\\\":null,\\\"param_3\\\":null,\\\"param_val_3\\\":null,\\\"param_4\\\":null,\\\"param_val_4\\\":null,\\\"param_5\\\":null,\\\"param_val_5\\\":null,\\\"param_6\\\":null,\\\"param_val_6\\\":null,\\\"param_7\\\":null,\\\"param_val_7\\\":null,\\\"param_8\\\":null,\\\"param_val_8\\\":null,\\\"param_9\\\":null,\\\"param_val_9\\\":null,\\\"param_10\\\":null,\\\"param_val_10\\\":null}','{\\\"payments\\\":{\\\"cus","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":"tom_pay_1\\\":null,\\\"custom_pay_2\\\":null,\\\"custom_pay_3\\\":null,\\\"custom_pay_4\\\":null,\\\"custom_pay_5\\\":null,\\\"custom_pay_6\\\":null,\\\"custom_pay_7\\\":null},\\\"contact\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null,\\\"custom_field_6\\\":null,\\\"custom_field_7\\\":null,\\\"custom_field_8\\\":null,\\\"custom_field_9\\\":null,\\\"custom_field_10\\\":null},\\\"product\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null,\\\"custom_field_6\\\":null,\\\"custom_field_7\\\":null,\\\"custom_field_8\\\":null,\\\"custom_field_9\\\":null,\\\"custom_field_10\\\":null,\\\"custom_field_11\\\":null,\\\"custom_field_12\\\":null,\\\"custom_field_13\\\":null,\\\"custom_field_14\\\":null,\\\"custom_field_15\\\":null,\\\"custom_field_16\\\":null,\\\"custom_field_17\\\":null,\\\"custom_field_18\\\":null,\\\"custom_field_19\\\":null,\\\"custom_field_20\\\":null},\\\"product_cf_details\\\":{\\\"1\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"2\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":"},"type":"debug"}
{"type":"debug","data":{"description":"null},\\\"3\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"4\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"5\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"6\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"7\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"8\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"9\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"10\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"11\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"12\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"13\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"14\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"15\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"16\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"17\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"18\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"19\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null},\\\"20\\\":{\\\"type\\\":null,\\\"dropdown_options\\\":null}},\\\"location\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"user\\\":{\\\"custom_field_1\\\":nu","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"name":"restoring","data":{"description":"ll,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"purchase\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"purchase_shipping\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null},\\\"sell\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null},\\\"shipping\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null},\\\"types_of_service\\\":{\\\"custom_field_1\\\":null,\\\"custom_field_2\\\":null,\\\"custom_field_3\\\":null,\\\"custom_field_4\\\":null,\\\"custom_field_5\\\":null,\\\"custom_field_6\\\":null}}','{\\\"default_credit_limit\\\":null,\\\"default_datatable_page_entries\\\":\\\"25\\\"}',1,'2025-07-05 21:09:36','2025-07-05 23:10:02')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `business` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP ","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":"TABLE IF EXISTS `business_locations`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `business_locations` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `business_id` int(10) unsigned NOT NULL,\n `location_id` varchar(191) DEFAULT NULL,\n `name` varchar(256) NOT NULL,\n `landmark` text DEFAULT NULL,\n `country` varchar(100) NOT NULL,\n `state` varchar(100) NOT NULL,\n `city` varchar(100) NOT NULL,\n `zip_code` char(7) NOT NULL,\n `invoice_scheme_id` int(10) unsigned NOT NULL,\n `sale_invoice_scheme_id` int(11) DEFAULT NULL,\n `invoice_layout_id` int(10) unsigned NOT NULL,\n `sale_invoice_layout_id` int(11) DEFAULT NULL,\n `selling_price_group_id` int(11) DEFAULT NULL,\n `print_receipt_on_invoice` tinyint(1) DEFAULT 1,\n `receipt_printer_type` enum('browser','printer') NOT NULL DEFAULT 'browser',\n `printer_id` int(11) DEFAULT NULL,\n `mobi"},"type":"debug"}
{"type":"debug","data":{"description":"le` varchar(191) DEFAULT NULL,\n `alternate_number` varchar(191) DEFAULT NULL,\n `email` varchar(191) DEFAULT NULL,\n `website` varchar(191) DEFAULT NULL,\n `featured_products` text DEFAULT NULL,\n `is_active` tinyint(1) NOT NULL DEFAULT 1,\n `default_payment_accounts` text DEFAULT NULL,\n `custom_field1` varchar(191) DEFAULT NULL,\n `custom_field2` varchar(191) DEFAULT NULL,\n `custom_field3` varchar(191) DEFAULT NULL,\n `custom_field4` varchar(191) DEFAULT NULL,\n `deleted_at` timestamp NULL DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `business_locations_business_id_index` (`business_id`),\n KEY `business_locations_invoice_scheme_id_foreign` (`invoice_scheme_id`),\n KEY `business_locations_invoice_layout_id_foreign` (`invoice_layout_id`),\n KEY `business_locations_sale_invoice_layout_id_index` (`sale_invoice_layout_id`),\n KEY `business_locations_selling_price_group_id_index` (`selling_price_group_id`),\n KEY `business_loc","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"ations_receipt_printer_type_index` (`receipt_printer_type`),\n KEY `business_locations_printer_id_index` (`printer_id`),\n CONSTRAINT `business_locations_business_id_foreign` FOREIGN KEY (`business_id`) REFERENCES `business` (`id`) ON DELETE CASCADE,\n CONSTRAINT `business_locations_invoice_layout_id_foreign` FOREIGN KEY (`invoice_layout_id`) REFERENCES `invoice_layouts` (`id`) ON DELETE CASCADE,\n CONSTRAINT `business_locations_invoice_scheme_id_foreign` FOREIGN KEY (`invoice_scheme_id`) REFERENCES `invoice_schemes` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `business_locations` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `business_locations` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `business_locations` (`id`, `business_id`, `location_id`, `name`, `landmark`, `country`, `state`, `city"},"name":"restoring"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"`, `zip_code`, `invoice_scheme_id`, `sale_invoice_scheme_id`, `invoice_layout_id`, `sale_invoice_layout_id`, `selling_price_group_id`, `print_receipt_on_invoice`, `receipt_printer_type`, `printer_id`, `mobile`, `alternate_number`, `email`, `website`, `featured_products`, `is_active`, `default_payment_accounts`, `custom_field1`, `custom_field2`, `custom_field3`, `custom_field4`, `deleted_at`, `created_at`, `updated_at`) VALUES (1,1,'BL0001','Vật Liệu Xây Dựng Cao Nhi','Đường Bàu Trâm','Việt Nam','TP Hồ Chí Minh','Xã Trung An','700000',1,1,1,1,NULL,1,'browser',NULL,NULL,NULL,NULL,NULL,NULL,1,'{\\\"cash\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"card\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"cheque\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"bank_transfer\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"other\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"custom_pay_1\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"custom_pay_2\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"custom_pay_3\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"custom_pay_4\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"custom_pay_5\\\":{\\\"is_enabled\\\":\\\"1\\\"},\\\"custom_pay_6\\\":{\\\"is_enabled\\\":\\"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":"\"1\\\"},\\\"custom_pay_7\\\":{\\\"is_enabled\\\":\\\"1\\\"}}',NULL,NULL,NULL,NULL,NULL,'2025-07-05 19:18:00','2025-07-05 21:45:26'),(2,2,'BL0001','Bán lá','Trần Hưng Đạo','Việt Nam','An Giang','Đặc Khu Phú Quốc','920000',2,NULL,2,2,NULL,1,'browser',NULL,'','','','https://wiss.vn',NULL,1,'{\\\"cash\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"card\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"cheque\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"bank_transfer\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"other\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"custom_pay_1\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"custom_pay_2\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"custom_pay_3\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"custom_pay_4\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"custom_pay_5\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"custom_pay_6\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null},\\\"custom_pay_7\\\":{\\\"is_enabled\\\":1,\\\"account\\\":null}}',NULL,NULL,NULL,NULL,NULL,'2025-07-05 21:09:36','2025-07-05 21:09:36')\n--------------\n\n--------------\n/*!40000 ALTER TABLE ","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"`business_locations` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `cash_denominations`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `cash_denominations` (\n `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,\n `business_id` int(11) NOT NULL,\n `amount` decimal(22,4) NOT NULL,\n `total_count` int(11) NOT NULL,\n `model_type` varchar(191) NOT NULL,\n `model_id` bigint(20) unsigned NOT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `cash_denominations_model_type_model_id_index` (`model_type`,`model_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `cash_deno"},"name":"restoring"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"minations` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `cash_denominations` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `cash_denominations` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `cash_register_transactions`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `cash_register_transactions` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `cash_register_id` int(10) unsigned NOT NULL,\n `amount` decimal(22,4) NOT NULL DEFAULT 0.0000,\n `pay_method` varchar(191) DEFAULT NULL,\n `type` enum('debit','credit') NOT NULL,\n `transaction_type` varchar(191) DEFAULT NULL,\n `transaction_id` int(11) DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `cash_register_transac"},"name":"restoring"}
{"data":{"description":"tions_cash_register_id_foreign` (`cash_register_id`),\n KEY `cash_register_transactions_transaction_id_index` (`transaction_id`),\n KEY `cash_register_transactions_type_index` (`type`),\n KEY `cash_register_transactions_transaction_type_index` (`transaction_type`),\n CONSTRAINT `cash_register_transactions_cash_register_id_foreign` FOREIGN KEY (`cash_register_id`) REFERENCES `cash_registers` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `cash_register_transactions` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `cash_register_transactions` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `cash_register_transactions` (`id`, `cash_register_id`, `amount`, `pay_method`, `type`, `transaction_type`, `transaction_id`, `created_at`, `updated_at`) VALUES (1,1,810000.0000,'cash','credit','sell',1,'2025-07-05 2","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"1:16:40','2025-07-05 21:16:40'),(2,1,716000.0000,'cash','credit','sell',2,'2025-07-05 21:31:46','2025-07-05 21:31:46'),(3,1,405000.0000,'cash','credit','sell',3,'2025-07-05 21:42:51','2025-07-05 21:42:51')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `cash_register_transactions` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `cash_registers`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `cash_registers` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `business_id` int(10) unsigned NOT NULL,\n `location_id` int(11) DEFAULT NULL,\n `user_id` int(10) unsigned DEFAULT NULL,\n `status` enum('close','open') NOT NULL DEFAULT 'open',\n `closed_at` datetime DEFAULT NULL,\n `closing_amount` decimal(22,4) NOT NULL DEFAULT 0.0000,\n `total_card_slips` int(11) NOT NULL DEFAULT 0,\n"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":" `total_cheques` int(11) NOT NULL DEFAULT 0,\n `denominations` text DEFAULT NULL,\n `closing_note` text DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `cash_registers_business_id_foreign` (`business_id`),\n KEY `cash_registers_user_id_foreign` (`user_id`),\n KEY `cash_registers_location_id_index` (`location_id`),\n CONSTRAINT `cash_registers_business_id_foreign` FOREIGN KEY (`business_id`) REFERENCES `business` (`id`) ON DELETE CASCADE,\n CONSTRAINT `cash_registers_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `cash_registers` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `cash_registers` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `cash_registers` (`i","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"type":"debug","data":{"description":"d`, `business_id`, `location_id`, `user_id`, `status`, `closed_at`, `closing_amount`, `total_card_slips`, `total_cheques`, `denominations`, `closing_note`, `created_at`, `updated_at`) VALUES (1,1,1,2,'open',NULL,0.0000,0,0,NULL,NULL,'2025-07-05 21:11:00','2025-07-05 21:11:30'),(2,2,2,3,'open',NULL,0.0000,0,0,NULL,NULL,'2025-07-05 23:03:00','2025-07-05 23:03:34'),(3,1,1,1,'open',NULL,0.0000,0,0,NULL,NULL,'2025-07-07 15:01:00','2025-07-07 15:01:35')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `cash_registers` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `categories`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `categories` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `name` varchar(191) NOT NULL,\n `business_id` int(10) unsigned NOT NULL,\n `short_code` varchar(1","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"data":{"description":"91) DEFAULT NULL,\n `parent_id` int(11) NOT NULL,\n `created_by` int(10) unsigned NOT NULL,\n `woocommerce_cat_id` int(11) DEFAULT NULL,\n `category_type` varchar(191) DEFAULT NULL,\n `description` text DEFAULT NULL,\n `slug` varchar(191) DEFAULT NULL,\n `deleted_at` timestamp NULL DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `categories_business_id_foreign` (`business_id`),\n KEY `categories_created_by_foreign` (`created_by`),\n KEY `categories_parent_id_index` (`parent_id`),\n KEY `categories_woocommerce_cat_id_index` (`woocommerce_cat_id`),\n CONSTRAINT `categories_business_id_foreign` FOREIGN KEY (`business_id`) REFERENCES `business` (`id`) ON DELETE CASCADE,\n CONSTRAINT `categories_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client ","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":"*/\n--------------\n\n--------------\nLOCK TABLES `categories` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `categories` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `categories` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `categorizables`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `categorizables` (\n `category_id` int(11) NOT NULL,\n `categorizable_type` varchar(191) NOT NULL,\n `categorizable_id` bigint(20) unsigned NOT NULL,\n KEY `categorizables_categorizable_type_categorizable_id_index` (`categorizable_type`,`categorizable_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `categorizables"}}
{"data":{"description":"` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `categorizables` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `categorizables` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `contacts`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `contacts` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `business_id` int(10) unsigned NOT NULL,\n `type` varchar(191) NOT NULL,\n `contact_type` varchar(191) DEFAULT NULL,\n `land_mark` varchar(191) DEFAULT NULL,\n `street_name` varchar(191) DEFAULT NULL,\n `building_number` varchar(191) DEFAULT NULL,\n `additional_number` varchar(191) DEFAULT NULL,\n `supplier_business_name` varchar(191) DEFAULT NULL,\n `name` varchar(191) DEFAULT NULL,\n `prefix` varchar(191) DEFAULT NULL,\n `first_name` varchar(191) DEFAULT","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"type":"debug","data":{"description":" NULL,\n `middle_name` varchar(191) DEFAULT NULL,\n `last_name` varchar(191) DEFAULT NULL,\n `email` varchar(191) DEFAULT NULL,\n `contact_id` varchar(191) DEFAULT NULL,\n `contact_status` varchar(191) NOT NULL DEFAULT 'active',\n `tax_number` varchar(191) DEFAULT NULL,\n `city` varchar(191) DEFAULT NULL,\n `state` varchar(191) DEFAULT NULL,\n `country` varchar(191) DEFAULT NULL,\n `address_line_1` text DEFAULT NULL,\n `address_line_2` text DEFAULT NULL,\n `zip_code` varchar(191) DEFAULT NULL,\n `dob` date DEFAULT NULL,\n `mobile` varchar(191) NOT NULL,\n `landline` varchar(191) DEFAULT NULL,\n `alternate_number` varchar(191) DEFAULT NULL,\n `pay_term_number` int(11) DEFAULT NULL,\n `pay_term_type` enum('days','months') DEFAULT NULL,\n `credit_limit` decimal(22,4) DEFAULT NULL,\n `created_by` int(10) unsigned NOT NULL,\n `balance` decimal(22,4) NOT NULL DEFAULT 0.0000,\n `total_rp` int(11) NOT NULL DEFAULT 0 COMMENT 'rp is the short form of reward points',\n `total_rp_used` int(11) NOT NULL DEFAULT 0 COMMENT ","file":"mrsimple_vlxd.sql.gz"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":"'rp is the short form of reward points',\n `total_rp_expired` int(11) NOT NULL DEFAULT 0 COMMENT 'rp is the short form of reward points',\n `is_default` tinyint(1) NOT NULL DEFAULT 0,\n `shipping_address` text DEFAULT NULL,\n `shipping_custom_field_details` longtext DEFAULT NULL,\n `is_export` tinyint(1) NOT NULL DEFAULT 0,\n `export_custom_field_1` varchar(191) DEFAULT NULL,\n `export_custom_field_2` varchar(191) DEFAULT NULL,\n `export_custom_field_3` varchar(191) DEFAULT NULL,\n `export_custom_field_4` varchar(191) DEFAULT NULL,\n `export_custom_field_5` varchar(191) DEFAULT NULL,\n `export_custom_field_6` varchar(191) DEFAULT NULL,\n `position` varchar(191) DEFAULT NULL,\n `customer_group_id` int(11) DEFAULT NULL,\n `custom_field1` varchar(191) DEFAULT NULL,\n `custom_field2` varchar(191) DEFAULT NULL,\n `custom_field3` varchar(191) DEFAULT NULL,\n `custom_field4` varchar(191) DEFAULT NULL,\n `custom_field5` varchar(191) DEFAULT NULL,\n `custom_field6` varchar(191) DEFAULT NULL,\n `custom_field7` varchar("}}
{"name":"restoring","data":{"description":"191) DEFAULT NULL,\n `custom_field8` varchar(191) DEFAULT NULL,\n `custom_field9` varchar(191) DEFAULT NULL,\n `custom_field10` varchar(191) DEFAULT NULL,\n `deleted_at` timestamp NULL DEFAULT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`),\n KEY `contacts_business_id_foreign` (`business_id`),\n KEY `contacts_created_by_foreign` (`created_by`),\n KEY `contacts_type_index` (`type`),\n KEY `contacts_contact_status_index` (`contact_status`),\n CONSTRAINT `contacts_business_id_foreign` FOREIGN KEY (`business_id`) REFERENCES `business` (`id`) ON DELETE CASCADE,\n CONSTRAINT `contacts_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `contacts` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TA","file":"mrsimple_vlxd.sql.gz"},"type":"debug"}
{"type":"debug","data":{"file":"mrsimple_vlxd.sql.gz","description":"BLE `contacts` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `contacts` (`id`, `business_id`, `type`, `contact_type`, `land_mark`, `street_name`, `building_number`, `additional_number`, `supplier_business_name`, `name`, `prefix`, `first_name`, `middle_name`, `last_name`, `email`, `contact_id`, `contact_status`, `tax_number`, `city`, `state`, `country`, `address_line_1`, `address_line_2`, `zip_code`, `dob`, `mobile`, `landline`, `alternate_number`, `pay_term_number`, `pay_term_type`, `credit_limit`, `created_by`, `balance`, `total_rp`, `total_rp_used`, `total_rp_expired`, `is_default`, `shipping_address`, `shipping_custom_field_details`, `is_export`, `export_custom_field_1`, `export_custom_field_2`, `export_custom_field_3`, `export_custom_field_4`, `export_custom_field_5`, `export_custom_field_6`, `position`, `customer_group_id`, `custom_field1`, `custom_field2`, `custom_field3`, `custom_field4`, `custom_field5`, `custom_field6`, `custom_field7`, `custom_field8`, `custom_field9`, `custom_field10`,"},"name":"restoring"}
{"type":"debug","name":"restoring","data":{"description":" `deleted_at`, `created_at`, `updated_at`) VALUES (1,1,'customer',NULL,NULL,NULL,NULL,NULL,NULL,'Walk-In Customer',NULL,NULL,NULL,NULL,NULL,'CO0001','active',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,0.0000,1,0.0000,0,0,0,1,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-05 19:18:00','2025-07-05 19:18:00'),(2,2,'customer',NULL,NULL,NULL,NULL,NULL,NULL,'Walk-In Customer',NULL,NULL,NULL,NULL,NULL,'CO0001','active',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,0.0000,3,0.0000,0,0,0,1,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-05 21:09:36','2025-07-05 21:09:36')\n--------------\n\n--------------\n/*!40000 ALTER TABLE `contacts` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `currencies`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */","file":"mrsimple_vlxd.sql.gz"}}
{"data":{"description":"\n--------------\n\n--------------\n/*!40101 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `currencies` (\n `id` int(10) unsigned NOT NULL AUTO_INCREMENT,\n `country` varchar(100) NOT NULL,\n `currency` varchar(100) NOT NULL,\n `code` varchar(25) NOT NULL,\n `symbol` varchar(25) NOT NULL,\n `thousand_separator` varchar(10) NOT NULL,\n `decimal_separator` varchar(10) NOT NULL,\n `created_at` timestamp NULL DEFAULT NULL,\n `updated_at` timestamp NULL DEFAULT NULL,\n PRIMARY KEY (`id`)\n) ENGINE=InnoDB AUTO_INCREMENT=142 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `currencies` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `currencies` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `currencies` (`id`, `country`, `currency`, `code`, `symbol`, `thousand_separator`, `decimal_separator`, `created_at`, `updated_at`) VALUES (1,'Al","file":"mrsimple_vlxd.sql.gz"},"name":"restoring","type":"debug"}
{"name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":"bania','Leke','ALL','Lek',',','.',NULL,NULL),(2,'America','Dollars','USD','$',',','.',NULL,NULL),(3,'Afghanistan','Afghanis','AF','؋',',','.',NULL,NULL),(4,'Argentina','Pesos','ARS','$',',','.',NULL,NULL),(5,'Aruba','Guilders','AWG','ƒ',',','.',NULL,NULL),(6,'Australia','Dollars','AUD','$',',','.',NULL,NULL),(7,'Azerbaijan','New Manats','AZ','ман',',','.',NULL,NULL),(8,'Bahamas','Dollars','BSD','$',',','.',NULL,NULL),(9,'Barbados','Dollars','BBD','$',',','.',NULL,NULL),(10,'Belarus','Rubles','BYR','p.',',','.',NULL,NULL),(11,'Belgium','Euro','EUR','€',',','.',NULL,NULL),(12,'Beliz','Dollars','BZD','BZ$',',','.',NULL,NULL),(13,'Bermuda','Dollars','BMD','$',',','.',NULL,NULL),(14,'Bolivia','Bolivianos','BOB','$b',',','.',NULL,NULL),(15,'Bosnia and Herzegovina','Convertible Marka','BAM','KM',',','.',NULL,NULL),(16,'Botswana','Pula\\'s','BWP','P',',','.',NULL,NULL),(17,'Bulgaria','Leva','BG','лв',',','.',NULL,NULL),(18,'Brazil','Reais','BRL','R$',',','.',NULL,NULL),(19,'Britain [United Kingdom]','Pounds',"},"type":"debug"}
{"type":"debug","name":"restoring","data":{"description":"'GBP','£',',','.',NULL,NULL),(20,'Brunei Darussalam','Dollars','BND','$',',','.',NULL,NULL),(21,'Cambodia','Riels','KHR','៛',',','.',NULL,NULL),(22,'Canada','Dollars','CAD','$',',','.',NULL,NULL),(23,'Cayman Islands','Dollars','KYD','$',',','.',NULL,NULL),(24,'Chile','Pesos','CLP','$',',','.',NULL,NULL),(25,'China','Yuan Renminbi','CNY','¥',',','.',NULL,NULL),(26,'Colombia','Pesos','COP','$',',','.',NULL,NULL),(27,'Costa Rica','Colón','CRC','₡',',','.',NULL,NULL),(28,'Croatia','Kuna','HRK','kn',',','.',NULL,NULL),(29,'Cuba','Pesos','CUP','₱',',','.',NULL,NULL),(30,'Cyprus','Euro','EUR','€','.',',',NULL,NULL),(31,'Czech Republic','Koruny','CZK','Kč',',','.',NULL,NULL),(32,'Denmark','Kroner','DKK','kr',',','.',NULL,NULL),(33,'Dominican Republic','Pesos','DOP ','RD$',',','.',NULL,NULL),(34,'East Caribbean','Dollars','XCD','$',',','.',NULL,NULL),(35,'Egypt','Pounds','EGP','£',',','.',NULL,NULL),(36,'El Salvador','Colones','SVC','$',',','.',NULL,NULL),(37,'England [United Kingdom]','Pounds','GBP','£'","file":"mrsimple_vlxd.sql.gz"}}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":",',','.',NULL,NULL),(38,'Euro','Euro','EUR','€','.',',',NULL,NULL),(39,'Falkland Islands','Pounds','FKP','£',',','.',NULL,NULL),(40,'Fiji','Dollars','FJD','$',',','.',NULL,NULL),(41,'France','Euro','EUR','€','.',',',NULL,NULL),(42,'Ghana','Cedis','GHS','¢',',','.',NULL,NULL),(43,'Gibraltar','Pounds','GIP','£',',','.',NULL,NULL),(44,'Greece','Euro','EUR','€','.',',',NULL,NULL),(45,'Guatemala','Quetzales','GTQ','Q',',','.',NULL,NULL),(46,'Guernsey','Pounds','GGP','£',',','.',NULL,NULL),(47,'Guyana','Dollars','GYD','$',',','.',NULL,NULL),(48,'Holland [Netherlands]','Euro','EUR','€','.',',',NULL,NULL),(49,'Honduras','Lempiras','HNL','L',',','.',NULL,NULL),(50,'Hong Kong','Dollars','HKD','$',',','.',NULL,NULL),(51,'Hungary','Forint','HUF','Ft',',','.',NULL,NULL),(52,'Iceland','Kronur','ISK','kr',',','.',NULL,NULL),(53,'India','Rupees','INR','₹',',','.',NULL,NULL),(54,'Indonesia','Rupiahs','IDR','Rp',',','.',NULL,NULL),(55,'Iran','Rials','IRR','﷼',',','.',NULL,NULL),(56,'Ireland','Euro','EUR','€',"},"name":"restoring","type":"debug"}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"'.',',',NULL,NULL),(57,'Isle of Man','Pounds','IMP','£',',','.',NULL,NULL),(58,'Israel','New Shekels','ILS','₪',',','.',NULL,NULL),(59,'Italy','Euro','EUR','€','.',',',NULL,NULL),(60,'Jamaica','Dollars','JMD','J$',',','.',NULL,NULL),(61,'Japan','Yen','JPY','¥',',','.',NULL,NULL),(62,'Jersey','Pounds','JEP','£',',','.',NULL,NULL),(63,'Kazakhstan','Tenge','KZT','лв',',','.',NULL,NULL),(64,'Korea [North]','Won','KPW','₩',',','.',NULL,NULL),(65,'Korea [South]','Won','KRW','₩',',','.',NULL,NULL),(66,'Kyrgyzstan','Soms','KGS','лв',',','.',NULL,NULL),(67,'Laos','Kips','LAK','₭',',','.',NULL,NULL),(68,'Latvia','Lati','LVL','Ls',',','.',NULL,NULL),(69,'Lebanon','Pounds','LBP','£',',','.',NULL,NULL),(70,'Liberia','Dollars','LRD','$',',','.',NULL,NULL),(71,'Liechtenstein','Switzerland Francs','CHF','CHF',',','.',NULL,NULL),(72,'Lithuania','Litai','LTL','Lt',',','.',NULL,NULL),(73,'Luxembourg','Euro','EUR','€','.',',',NULL,NULL),(74,'Macedonia','Denars','MKD','ден',',','.',NULL,NULL),(75,'Malaysia'"},"name":"restoring","type":"debug"}
{"type":"debug","name":"restoring","data":{"file":"mrsimple_vlxd.sql.gz","description":",'Ringgits','MYR','RM',',','.',NULL,NULL),(76,'Malta','Euro','EUR','€','.',',',NULL,NULL),(77,'Mauritius','Rupees','MUR','₨',',','.',NULL,NULL),(78,'Mexico','Pesos','MXN','$',',','.',NULL,NULL),(79,'Mongolia','Tugriks','MNT','₮',',','.',NULL,NULL),(80,'Mozambique','Meticais','MZ','MT',',','.',NULL,NULL),(81,'Namibia','Dollars','NAD','$',',','.',NULL,NULL),(82,'Nepal','Rupees','NPR','₨',',','.',NULL,NULL),(83,'Netherlands Antilles','Guilders','ANG','ƒ',',','.',NULL,NULL),(84,'Netherlands','Euro','EUR','€','.',',',NULL,NULL),(85,'New Zealand','Dollars','NZD','$',',','.',NULL,NULL),(86,'Nicaragua','Cordobas','NIO','C$',',','.',NULL,NULL),(87,'Nigeria','Nairas','NGN','₦',',','.',NULL,NULL),(88,'North Korea','Won','KPW','₩',',','.',NULL,NULL),(89,'Norway','Krone','NOK','kr',',','.',NULL,NULL),(90,'Oman','Rials','OMR','﷼',',','.',NULL,NULL),(91,'Pakistan','Rupees','PKR','₨',',','.',NULL,NULL),(92,'Panama','Balboa','PAB','B/.',',','.',NULL,NULL),(93,'Paraguay','Guarani','PYG','Gs',',','.',NULL,NUL"}}
{"data":{"file":"mrsimple_vlxd.sql.gz","description":"…","truncated":1},"name":"restoring","type":"debug"}
{"type":"debug","name":"removed_temp_database_user","data":{"username":"xedaptot_eovjada","file":"mrsimple_vlxd.sql.gz","description":"The system removed the temporary database user “xedaptot_eovjada”."}}
{"name":"restore_done","data":{"description":"The system successfully restored the database “xedaptot_mrsimple_vlxd” from the backup file “mrsimple_vlxd.sql.gz”.","file":"mrsimple_vlxd.sql.gz"},"type":"done"}
{"data":{"file":"mrsimple_vlxd.sql.gz"},"name":"processed","type":"info"}
{"type":"close"}