/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19-11.4.10-MariaDB, for Linux (x86_64)
--
-- Host: 127.0.0.1    Database: parkviewhotelcom_pvh-main
-- ------------------------------------------------------
-- Server version	11.4.10-MariaDB

/*!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' */;
/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */;

--
-- Table structure for table `activity_logs`
--

DROP TABLE IF EXISTS `activity_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `activity_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `description` varchar(255) NOT NULL,
  `subject_type` varchar(255) NOT NULL DEFAULT 'system',
  `subject_id` bigint(20) unsigned DEFAULT NULL,
  `subject_label` varchar(255) DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_name` varchar(255) DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `properties` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`properties`)),
  `created_at` timestamp NOT NULL,
  PRIMARY KEY (`id`),
  KEY `activity_logs_user_id_foreign` (`user_id`),
  CONSTRAINT `activity_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=3069 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `activity_logs`
--

LOCK TABLES `activity_logs` WRITE;
/*!40000 ALTER TABLE `activity_logs` DISABLE KEYS */;
INSERT INTO `activity_logs` VALUES
(1,'reservation.checked_in','Maria Santos checked in to Room 101','reservation',1,'Booking #2026-06-000001',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 11:58:21'),
(2,'reservation.checked_in','Carmelita Umali checked in to Room 102','reservation',34,'Booking #2026-06-000034',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 11:58:25'),
(3,'reservation.checked_in','Ricky Simbahan checked in to Room 406','reservation',37,'Booking #2026-06-000037',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 11:58:27'),
(4,'reservation.payment_added','Payment of ₱555 recorded via Cash','reservation',4,'Booking #2026-06-000004',1,'System Administrator','49.149.96.64','{\"amount\":\"555\",\"method\":\"Cash\"}','2026-06-18 11:59:02'),
(5,'reservation.confirmed','Reservation confirmed for Gliceria Jimenez','reservation',70,'Booking #2026-06-000070',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:00:38'),
(6,'reservation.payment_added','Payment of ₱100 recorded via Cash','reservation',70,'Booking #2026-06-000070',1,'System Administrator','49.149.96.64','{\"amount\":\"100\",\"method\":\"Cash\"}','2026-06-18 12:01:00'),
(7,'reservation.payment_added','Payment of ₱500 recorded via GCash','reservation',70,'Booking #2026-06-000070',1,'System Administrator','49.149.96.64','{\"amount\":\"500\",\"method\":\"GCash\"}','2026-06-18 12:01:00'),
(8,'reservation.room_transferred','Room transferred: 102 → 104 — Maintenance Issue (AC)','reservation',34,'Booking #2026-06-000034',1,'System Administrator','49.149.96.64','{\"from\":\"102\",\"to\":\"104\",\"reason\":\"Maintenance Issue\"}','2026-06-18 12:02:25'),
(9,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:02:48'),
(10,'shift.opened','System Administrator opened a Morning shift','shift',1,'Shift #1',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:04:19'),
(11,'reservation.checked_in','Nelson Omamalin checked in to Room 208','reservation',35,'Booking #2026-06-000035',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:04:28'),
(12,'reservation.checked_in','Perla Macaraeg checked in to Room 305','reservation',36,'Booking #2026-06-000036',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:04:30'),
(13,'reservation.checked_in','Jose Mercado checked in to Room 401','reservation',10,'Booking #2026-06-000010',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:04:33'),
(14,'reservation.checked_in','Josephina Luna checked in to Room 314','reservation',47,'Booking #2026-06-000047',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:04:40'),
(15,'reservation.payment_added','Payment of ₱100 recorded via Cash','reservation',42,'Booking #2026-06-000042',1,'System Administrator','49.149.96.64','{\"amount\":\"100\",\"method\":\"Cash\"}','2026-06-18 12:05:30'),
(16,'reservation.confirmed','Reservation confirmed for Ernesto Garcia','reservation',42,'Booking #2026-06-000042',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:05:33'),
(17,'reservation.checked_in','Ernesto Garcia checked in to Room 204','reservation',42,'Booking #2026-06-000042',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:05:37'),
(18,'shift.closed','System Administrator closed a Morning shift (duration: 1m)','shift',1,'Shift #1',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:06:11'),
(19,'shift.opened','System Administrator opened a Afternoon shift','shift',2,'Shift #2',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:06:38'),
(20,'shift.closed','System Administrator closed a Afternoon shift (duration: 18m)','shift',2,'Shift #2',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 12:25:22'),
(21,'shift.opened','System Administrator opened a Afternoon shift','shift',3,'Shift #3',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:03:25'),
(22,'reservation.room_transferred','Room transferred: 101 → 102 — Maintenance Issue (AC Maintenance)','reservation',1,'Booking #2026-06-000001',1,'System Administrator','49.149.96.64','{\"from\":\"101\",\"to\":\"102\",\"reason\":\"Maintenance Issue\"}','2026-06-18 13:04:11'),
(23,'reservation.checked_in','Jennifer Lim checked in to Room 201','reservation',5,'Booking #2026-06-000005',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:04:43'),
(24,'reservation.checked_in','Annaliza Cruz checked in to Room 106','reservation',38,'Booking #2026-06-000038',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:04:47'),
(25,'reservation.checked_in','Herminia Javellana checked in to Room 309','reservation',45,'Booking #2026-06-000045',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:04:52'),
(26,'reservation.checked_in','Patricia Aquino checked in to Room 116','reservation',7,'Booking #2026-06-000007',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:04:55'),
(27,'reservation.checked_in','Carlo Esteban checked in to Room 117','reservation',40,'Booking #2026-06-000040',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:04:58'),
(28,'reservation.payment_added','Payment of ₱500 recorded via Cash','reservation',1,'Booking #2026-06-000001',1,'System Administrator','49.149.96.64','{\"amount\":\"500\",\"method\":\"Cash\"}','2026-06-18 13:06:10'),
(29,'reservation.checked_out','Robert Chen checked out from Room 108','reservation',4,'Booking #2026-06-000004',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:06:23'),
(30,'reservation.checked_out','Ricky Simbahan checked out from Room 406','reservation',37,'Booking #2026-06-000037',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:06:45'),
(31,'reservation.payment_added','Payment of ₱1,252 recorded via Cash','reservation',28,'Booking #2026-06-000028',1,'System Administrator','49.149.96.64','{\"amount\":\"1252\",\"method\":\"Cash\"}','2026-06-18 13:07:31'),
(32,'reservation.checked_out','Concepcion Batangan checked out from Room 112','reservation',28,'Booking #2026-06-000028',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:07:36'),
(33,'reservation.payment_added','Payment of ₱1,000 recorded via Cash','reservation',46,'Booking #2026-06-000046',1,'System Administrator','49.149.96.64','{\"amount\":\"1000\",\"method\":\"Cash\"}','2026-06-18 13:10:47'),
(34,'reservation.confirmed','Reservation confirmed for Ireneo Kintanar','reservation',46,'Booking #2026-06-000046',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:11:14'),
(35,'shift.closed','System Administrator closed a Afternoon shift (duration: 28m)','shift',3,'Shift #3',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:31:56'),
(36,'room.clean','Room 402 marked clean and ready for sale','room',NULL,'Room 402',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:36:06'),
(37,'room.clean','Room 101 marked clean and ready for sale','room',NULL,'Room 101',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:36:16'),
(38,'reservation.created','Reservation created for Juan Santos — Room 101, Jun 19 to Jun 21, 2026 (2N) [Group GRP-2026-000001]','reservation',73,'Booking #2026-06-000073',1,'System Administrator','49.149.96.64','{\"status\":\"confirmed\",\"amount\":1398,\"source\":\"Walk-in\"}','2026-06-18 13:37:47'),
(39,'reservation.created','Reservation created for Juan Santos — Room 202, Jun 19 to Jun 21, 2026 (2N) [Group GRP-2026-000001]','reservation',74,'Booking #2026-06-000074',1,'System Administrator','49.149.96.64','{\"status\":\"confirmed\",\"amount\":1398,\"source\":\"Walk-in\"}','2026-06-18 13:37:47'),
(40,'reservation.payment_added','Payment of ₱1,000 recorded via Cash','reservation',71,'Booking #2026-06-000071',1,'System Administrator','49.149.96.64','{\"amount\":\"1000\",\"method\":\"Cash\"}','2026-06-18 13:40:54'),
(41,'reservation.payment_added','Payment of ₱300 recorded via GCash','reservation',71,'Booking #2026-06-000071',1,'System Administrator','49.149.96.64','{\"amount\":\"300\",\"method\":\"GCash\"}','2026-06-18 13:40:54'),
(42,'reservation.checked_in','Horacio Kho checked in to Room 402','reservation',71,'Booking #2026-06-000071',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:41:24'),
(43,'reservation.undo_check_in','Check-in reversed — Horacio Kho back to Confirmed, Room 402 released','reservation',71,'Booking #2026-06-000071',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:41:30'),
(44,'reservation.room_transferred','Room transferred: 314 → 101 — Maintenance Issue (Init ang Aircon)','reservation',47,'Booking #2026-06-000047',1,'System Administrator','49.149.96.64','{\"from\":\"314\",\"to\":\"101\",\"reason\":\"Maintenance Issue\"}','2026-06-18 13:42:29'),
(45,'room.clean','Room 108 marked clean and ready for sale','room',NULL,'Room 108',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:47:03'),
(46,'room.available','Room 108 released as available','room',NULL,'Room 108',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:47:22'),
(47,'reservation.payment_added','Payment of ₱1,098 recorded via Cash','reservation',45,'Booking #2026-06-000045',1,'System Administrator','49.149.96.64','{\"amount\":\"1098\",\"method\":\"Cash\"}','2026-06-18 13:52:57'),
(48,'reservation.checked_out','Herminia Javellana checked out from Room 309','reservation',45,'Booking #2026-06-000045',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:53:03'),
(49,'shift.opened','System Administrator opened a Afternoon shift','shift',4,'Shift #4',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:53:48'),
(50,'shift.closed','System Administrator closed a Afternoon shift (duration: 0m)','shift',4,'Shift #4',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 13:53:55'),
(51,'shift.opened','Juan dela Cruz opened a Afternoon shift','shift',5,'Shift #5',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:54:45'),
(52,'reservation.payment_added','Payment of ₱3,886 recorded via Cash','reservation',30,'Booking #2026-06-000030',3,'Juan dela Cruz','49.149.96.64','{\"amount\":\"3886\",\"method\":\"Cash\"}','2026-06-18 13:55:03'),
(53,'reservation.checked_out','Gloria Ocampo checked out from Room 203','reservation',30,'Booking #2026-06-000030',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:55:06'),
(54,'shift.closed','Juan dela Cruz closed a Afternoon shift (duration: 1m)','shift',5,'Shift #5',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:56:42'),
(55,'shift.opened','Juan dela Cruz opened a Afternoon shift','shift',6,'Shift #6',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:58:41'),
(56,'room.clean','Room 111 marked clean and ready for sale','room',NULL,'Room 111',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:59:06'),
(57,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:59:16'),
(58,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:59:20'),
(59,'room.available','Room 111 released as available','room',NULL,'Room 111',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:59:25'),
(60,'room.available','Room 112 released as available','room',NULL,'Room 112',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:59:28'),
(61,'room.available','Room 113 released as available','room',NULL,'Room 113',3,'Juan dela Cruz','49.149.96.64',NULL,'2026-06-18 13:59:32'),
(62,'reservation.room_transferred','Room transferred: 102 → 103 — Noise / Disturbance','reservation',1,'Booking #2026-06-000001',3,'Juan dela Cruz','49.149.96.64','{\"from\":\"102\",\"to\":\"103\",\"reason\":\"Noise \\/ Disturbance\"}','2026-06-18 14:00:08'),
(63,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',71,'Booking #2026-06-000071',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:41:47'),
(64,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',70,'Booking #2026-06-000070',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:41:52'),
(65,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',72,'Booking #2026-06-000072',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:42:15'),
(66,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',69,'Booking #2026-06-000069',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:42:20'),
(67,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',68,'Booking #2026-06-000068',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:42:27'),
(68,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',67,'Booking #2026-06-000067',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:42:35'),
(69,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',65,'Booking #2026-06-000065',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:42:40'),
(70,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',66,'Booking #2026-06-000066',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:42:43'),
(71,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',64,'Booking #2026-06-000064',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:42:59'),
(72,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',61,'Booking #2026-06-000061',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:46:29'),
(73,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',63,'Booking #2026-06-000063',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:46:35'),
(74,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',57,'Booking #2026-06-000057',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:46:46'),
(75,'reservation.cancelled','Reservation cancelled (was: confirmed)','reservation',73,'Booking #2026-06-000073',1,'System Administrator','49.149.96.64',NULL,'2026-06-18 15:49:59'),
(76,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',60,'Booking #2026-06-000060',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:53:30'),
(77,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',62,'Booking #2026-06-000062',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:53:38'),
(78,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',58,'Booking #2026-06-000058',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:53:51'),
(79,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',59,'Booking #2026-06-000059',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:53:58'),
(80,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',56,'Booking #2026-06-000056',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:54:11'),
(81,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',55,'Booking #2026-06-000055',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:54:17'),
(82,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',54,'Booking #2026-06-000054',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:54:21'),
(83,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',52,'Booking #2026-06-000052',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:54:26'),
(84,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',51,'Booking #2026-06-000051',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:54:30'),
(85,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',74,'Booking #2026-06-000074',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:54:37'),
(86,'reservation.deleted','Reservation soft-deleted (status was: cancelled)','reservation',73,'Booking #2026-06-000073',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:54:58'),
(87,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',53,'Booking #2026-06-000053',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:55:06'),
(88,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',50,'Booking #2026-06-000050',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:55:17'),
(89,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',49,'Booking #2026-06-000049',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:55:27'),
(90,'reservation.payment_added','Payment of ₱818 recorded via Cash','reservation',1,'Booking #2026-06-000001',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8','{\"amount\":\"818\",\"method\":\"Cash\"}','2026-06-18 15:58:14'),
(91,'reservation.checked_out','Maria Santos checked out from Room 103','reservation',1,'Booking #2026-06-000001',1,'System Administrator','2001:4455:6bc:7e00:f5e0:67cd:8dd1:23a8',NULL,'2026-06-18 15:58:20'),
(92,'reservation.payment_added','Payment of ₱1,047 recorded via Cash','reservation',38,'Booking #2026-06-000038',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1047\",\"method\":\"Cash\"}','2026-06-18 18:03:32'),
(93,'reservation.checked_out','Annaliza Cruz checked out from Room 106','reservation',38,'Booking #2026-06-000038',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:03:36'),
(94,'room.clean','Room 106 marked clean and ready for sale','room',NULL,'Room 106',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:04:28'),
(95,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:04:31'),
(96,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:04:34'),
(97,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:04:41'),
(98,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:04:44'),
(99,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:04:47'),
(100,'room.clean','Room 302 marked clean and ready for sale','room',NULL,'Room 302',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:04:59'),
(101,'room.clean','Room 304 marked clean and ready for sale','room',NULL,'Room 304',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:05:02'),
(102,'room.clean','Room 309 marked clean and ready for sale','room',NULL,'Room 309',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:05:05'),
(103,'room.clean','Room 314 marked clean and ready for sale','room',NULL,'Room 314',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:05:07'),
(104,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:05:10'),
(105,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:05:12'),
(106,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:05:15'),
(107,'reservation.payment_added','Payment of ₱2,371 recorded via Cash','reservation',47,'Booking #2026-06-000047',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"2371\",\"method\":\"Cash\"}','2026-06-18 18:19:36'),
(108,'reservation.checked_out','Josephina Luna checked out from Room 101','reservation',47,'Booking #2026-06-000047',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:19:41'),
(109,'reservation.payment_added','Payment of ₱848 recorded via Cash','reservation',34,'Booking #2026-06-000034',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"848\",\"method\":\"Cash\"}','2026-06-18 18:20:11'),
(110,'reservation.checked_out','Carmelita Umali checked out from Room 104','reservation',34,'Booking #2026-06-000034',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:20:14'),
(111,'reservation.payment_added','Payment of ₱1,662 recorded via Cash','reservation',2,'Booking #2026-06-000002',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1662\",\"method\":\"Cash\"}','2026-06-18 18:22:26'),
(112,'reservation.checked_out','Juan dela Cruz checked out from Room 105','reservation',2,'Booking #2026-06-000002',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:22:50'),
(113,'reservation.payment_added','Payment of ₱2,052 recorded via Cash','reservation',27,'Booking #2026-06-000027',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"2052\",\"method\":\"Cash\"}','2026-06-18 18:23:33'),
(114,'reservation.checked_out','Arturo Sabado checked out from Room 110','reservation',27,'Booking #2026-06-000027',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:23:39'),
(115,'reservation.payment_added','Payment of ₱1,946 recorded via Cash','reservation',29,'Booking #2026-06-000029',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1946\",\"method\":\"Cash\"}','2026-06-18 18:26:48'),
(116,'reservation.checked_out','Federico Espiritu checked out from Room 114','reservation',29,'Booking #2026-06-000029',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:26:55'),
(117,'reservation.payment_added','Payment of ₱699 recorded via Cash','reservation',7,'Booking #2026-06-000007',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-06-18 18:28:02'),
(118,'reservation.checked_out','Patricia Aquino checked out from Room 116','reservation',7,'Booking #2026-06-000007',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:28:05'),
(119,'reservation.payment_added','Payment of ₱1,796 recorded via Cash','reservation',40,'Booking #2026-06-000040',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1796\",\"method\":\"Cash\"}','2026-06-18 18:28:39'),
(120,'reservation.checked_out','Carlo Esteban checked out from Room 117','reservation',40,'Booking #2026-06-000040',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:29:24'),
(121,'reservation.payment_added','Payment of ₱1,197 recorded via Cash','reservation',5,'Booking #2026-06-000005',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1197\",\"method\":\"Cash\"}','2026-06-18 18:30:43'),
(122,'reservation.checked_out','Jennifer Lim checked out from Room 201','reservation',5,'Booking #2026-06-000005',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:31:03'),
(123,'reservation.payment_added','Payment of ₱1,997 recorded via Cash','reservation',42,'Booking #2026-06-000042',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1997\",\"method\":\"Cash\"}','2026-06-18 18:31:35'),
(124,'reservation.checked_out','Ernesto Garcia checked out from Room 204','reservation',42,'Booking #2026-06-000042',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:31:43'),
(125,'reservation.payment_added','Payment of ₱1,647 recorded via Cash','reservation',35,'Booking #2026-06-000035',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1647\",\"method\":\"Cash\"}','2026-06-18 18:32:13'),
(126,'reservation.checked_out','Nelson Omamalin checked out from Room 208','reservation',35,'Booking #2026-06-000035',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:32:38'),
(127,'reservation.payment_added','Payment of ₱1,196 recorded via Cash','reservation',36,'Booking #2026-06-000036',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1196\",\"method\":\"Cash\"}','2026-06-18 18:33:02'),
(128,'reservation.checked_out','Perla Macaraeg checked out from Room 305','reservation',36,'Booking #2026-06-000036',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:33:05'),
(129,'reservation.payment_added','Payment of ₱2,547 recorded via Cash','reservation',31,'Booking #2026-06-000031',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"2547\",\"method\":\"Cash\"}','2026-06-18 18:33:49'),
(130,'reservation.checked_out','Honesto Lacsamana checked out from Room 315','reservation',31,'Booking #2026-06-000031',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:33:54'),
(131,'reservation.checked_out','Imelda Bernal checked out from Room 405','reservation',32,'Booking #2026-06-000032',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:34:34'),
(132,'reservation.payment_added','Payment of ₱1,596 recorded via Cash','reservation',33,'Booking #2026-06-000033',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"1596\",\"method\":\"Cash\"}','2026-06-18 18:38:16'),
(133,'reservation.checked_out','Jorge Tiangco checked out from Room 407','reservation',33,'Booking #2026-06-000033',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:38:24'),
(134,'room.clean','Room 101 marked clean and ready for sale','room',NULL,'Room 101',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:39:32'),
(135,'room.clean','Room 104 marked clean and ready for sale','room',NULL,'Room 104',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:39:35'),
(136,'room.clean','Room 105 marked clean and ready for sale','room',NULL,'Room 105',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:39:38'),
(137,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:39:44'),
(138,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:39:47'),
(139,'room.out_of_order','Room 116 marked out of order','room',NULL,'Room 116',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:39:52'),
(140,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:00'),
(141,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:04'),
(142,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:07'),
(143,'room.clean','Room 208 marked clean and ready for sale','room',NULL,'Room 208',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:09'),
(144,'room.clean','Room 305 marked clean and ready for sale','room',NULL,'Room 305',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:13'),
(145,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:16'),
(146,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:19'),
(147,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:42:21'),
(148,'reservation.payment_added','Payment of ₱3,245 recorded via Cash','reservation',10,'Booking #2026-06-000010',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659','{\"amount\":\"3245\",\"method\":\"Cash\"}','2026-06-18 18:45:28'),
(149,'reservation.checked_out','Jose Mercado checked out from Room 401','reservation',10,'Booking #2026-06-000010',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:45:31'),
(150,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',47,'Booking #2026-06-000047',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:46:00'),
(151,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',42,'Booking #2026-06-000042',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:46:10'),
(152,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',48,'Booking #2026-06-000048',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:46:30'),
(153,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',43,'Booking #2026-06-000043',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:46:40'),
(154,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',46,'Booking #2026-06-000046',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:46:50'),
(155,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',44,'Booking #2026-06-000044',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:46:55'),
(156,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',41,'Booking #2026-06-000041',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:46:59'),
(157,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',40,'Booking #2026-06-000040',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:10'),
(158,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',7,'Booking #2026-06-000007',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:14'),
(159,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',45,'Booking #2026-06-000045',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:18'),
(160,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',39,'Booking #2026-06-000039',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:23'),
(161,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',38,'Booking #2026-06-000038',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:27'),
(162,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',10,'Booking #2026-06-000010',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:32'),
(163,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',5,'Booking #2026-06-000005',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:40'),
(164,'reservation.deleted','Reservation soft-deleted (status was: pending)','reservation',3,'Booking #2026-06-000003',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:44'),
(165,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',37,'Booking #2026-06-000037',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:51'),
(166,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',36,'Booking #2026-06-000036',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:47:56'),
(167,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',35,'Booking #2026-06-000035',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:04'),
(168,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',34,'Booking #2026-06-000034',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:08'),
(169,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',33,'Booking #2026-06-000033',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:13'),
(170,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',31,'Booking #2026-06-000031',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:19'),
(171,'reservation.deleted','Reservation soft-deleted (status was: cancelled)','reservation',11,'Booking #2026-06-000011',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:26'),
(172,'reservation.deleted','Reservation soft-deleted (status was: no_show)','reservation',9,'Booking #2026-06-000009',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:30'),
(173,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',2,'Booking #2026-06-000002',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:35'),
(174,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',1,'Booking #2026-06-000001',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:44'),
(175,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',32,'Booking #2026-06-000032',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:47'),
(176,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',29,'Booking #2026-06-000029',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:52'),
(177,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',27,'Booking #2026-06-000027',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:48:56'),
(178,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',16,'Booking #2026-06-000016',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:49:00'),
(179,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',4,'Booking #2026-06-000004',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:49:04'),
(180,'staff.created','New staff member Resamie Reyes created (role: Front Desk)','staff',6,'Resamie Reyes',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:50:33'),
(181,'staff.deactivated','Staff member Ana Reyes deactivated','staff',4,'Ana Reyes',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:51:38'),
(182,'staff.deactivated','Staff member Juan dela Cruz deactivated','staff',3,'Juan dela Cruz',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:51:51'),
(183,'staff.deactivated','Staff member Maria Santos deactivated','staff',2,'Maria Santos',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:52:03'),
(184,'staff.deactivated','Staff member Roberto Mendoza deactivated','staff',5,'Roberto Mendoza',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:52:08'),
(185,'staff.created','New staff member Veberly Tabunar created (role: Front Desk)','staff',7,'Veberly Tabunar',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:54:17'),
(186,'staff.created','New staff member Mark Anthony Estrada created (role: Front Desk)','staff',8,'Mark Anthony Estrada',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 18:57:52'),
(187,'staff.created','New staff member Hiddenmae Rodrigo created (role: Front Desk)','staff',9,'Hiddenmae Rodrigo',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:00:19'),
(188,'staff.created','New staff member Erika Galit created (role: Front Desk)','staff',10,'Erika Galit',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:02:59'),
(189,'staff.created','New staff member Irish Santarita created (role: Housekeeping)','staff',11,'Irish Santarita',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:05:45'),
(190,'staff.activated','Staff member Ana Reyes activated','staff',4,'Ana Reyes',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:08:07'),
(191,'staff.activated','Staff member Juan dela Cruz activated','staff',3,'Juan dela Cruz',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:08:15'),
(192,'staff.activated','Staff member Maria Santos activated','staff',2,'Maria Santos',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:08:25'),
(193,'staff.activated','Staff member Roberto Mendoza activated','staff',5,'Roberto Mendoza',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:08:36'),
(194,'shift.closed','System Administrator closed a Afternoon shift (duration: 5h 12m)','shift',6,'Shift #6',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:11:32'),
(195,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',7,'Shift #7',6,'Resamie Reyes','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:12:13'),
(196,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',1,'System Administrator','2001:4455:6bc:7e00:3070:77b6:8dbb:a659',NULL,'2026-06-18 19:12:29'),
(197,'shift.closed','System Administrator closed a Afternoon shift (duration: 142h 45m)','shift',7,'Shift #7',1,'System Administrator','14.1.64.143',NULL,'2026-06-24 17:57:16'),
(198,'shift.opened','Resamie Reyes opened a Morning shift','shift',8,'Shift #8',6,'Resamie Reyes','2001:4455:6bc:7e00:8ce:f5df:92d7:7860',NULL,'2026-06-29 13:00:26'),
(199,'shift.closed','Resamie Reyes closed a Morning shift (duration: 4m)','shift',8,'Shift #8',6,'Resamie Reyes','2001:4455:6bc:7e00:8ce:f5df:92d7:7860',NULL,'2026-06-29 13:04:50'),
(200,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',28,'Booking #2026-06-000028',1,'System Administrator','150.228.187.49',NULL,'2026-06-29 16:14:47'),
(201,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',18,'Booking #2026-06-000018',1,'System Administrator','150.228.187.49',NULL,'2026-06-29 16:14:53'),
(202,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',14,'Booking #2026-06-000014',1,'System Administrator','150.228.187.49',NULL,'2026-06-29 16:14:57'),
(203,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',9,'Shift #9',6,'Resamie Reyes','2001:4455:6bc:7e00:c432:288f:74da:1823',NULL,'2026-06-30 17:51:22'),
(204,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',13,'Booking #2026-06-000013',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:22:09'),
(205,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',22,'Booking #2026-06-000022',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:27:36'),
(206,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',8,'Booking #2026-06-000008',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:27:40'),
(207,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',21,'Booking #2026-06-000021',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:27:45'),
(208,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',20,'Booking #2026-06-000020',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:27:56'),
(209,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',19,'Booking #2026-06-000019',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:01'),
(210,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',6,'Booking #2026-06-000006',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:08'),
(211,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',30,'Booking #2026-06-000030',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:11'),
(212,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',17,'Booking #2026-06-000017',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:18'),
(213,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',15,'Booking #2026-06-000015',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:22'),
(214,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',12,'Booking #2026-06-000012',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:34'),
(215,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',23,'Booking #2026-06-000023',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:37'),
(216,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',25,'Booking #2026-06-000025',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:41'),
(217,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',26,'Booking #2026-06-000026',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:44'),
(218,'reservation.deleted','Reservation soft-deleted (status was: checked_out)','reservation',24,'Booking #2026-06-000024',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:28:49'),
(219,'reservation.created','Reservation created for Clark Justine Ty — Room 101, Jun 30 to Jul 1, 2026 (1N)','reservation',102,'Booking #2026-06-000075',6,'Resamie Reyes','49.149.96.64','{\"status\":\"confirmed\",\"amount\":799,\"source\":\"Walk-in\"}','2026-06-30 20:35:34'),
(220,'reservation.payment_added','Deposit of ₱100 collected via Cash','reservation',102,'Booking #2026-06-000075',6,'Resamie Reyes','49.149.96.64','{\"amount\":100,\"method\":\"Cash\"}','2026-06-30 20:35:34'),
(221,'reservation.created','Reservation created for MIGUELITO MERCADO — Room 308, Jun 30 to Jul 1, 2026 (1N)','reservation',103,'Booking #2026-06-000076',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-06-30 20:35:59'),
(222,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',102,'Booking #2026-06-000075',6,'Resamie Reyes','49.149.96.64',NULL,'2026-06-30 20:36:06'),
(223,'reservation.checked_in','MIGUELITO MERCADO checked in to Room 308','reservation',103,'Booking #2026-06-000076',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-06-30 20:36:28'),
(224,'reservation.payment_added','Payment of ₱899 recorded via Cash','reservation',103,'Booking #2026-06-000076',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-06-30 20:37:02'),
(225,'reservation.updated','Reservation details updated — MIGUELITO MERCADO, Room 308, Jun 30–Jul 1, 2026','reservation',103,'Booking #2026-06-000076',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-06-30 21:55:48'),
(226,'reservation.created','Reservation created for JEROME SALMORIA — Room 201, Jun 30 to Jul 1, 2026 (1N)','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-06-30 22:13:09'),
(227,'reservation.payment_added','Deposit of ₱100 collected via Cash','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":100,\"method\":\"Cash\"}','2026-06-30 22:13:09'),
(228,'reservation.checked_in','JEROME SALMORIA checked in to Room 201','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-06-30 22:13:18'),
(229,'reservation.payment_added','Payment of ₱899 recorded via Cash','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-06-30 22:14:05'),
(230,'reservation.checked_out','JEROME SALMORIA checked out from Room 201','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-06-30 22:16:07'),
(231,'reservation.undo_check_out','Check-out reversed — JEROME SALMORIA restored to Checked In, Room 201','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-06-30 22:18:06'),
(232,'reservation.created','Reservation created for JECILE OYAN — Room 303, Jun 30 to Jul 1, 2026 (1N)','reservation',105,'Booking #2026-06-000078',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":799,\"source\":\"Agoda\"}','2026-06-30 22:20:14'),
(233,'reservation.checked_in','JECILE OYAN checked in to Room 303','reservation',105,'Booking #2026-06-000078',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-06-30 22:20:58'),
(234,'reservation.payment_added','Payment of ₱799 recorded via Bank Transfer','reservation',105,'Booking #2026-06-000078',6,'Resamie Reyes','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"799.20\",\"method\":\"Bank Transfer\"}','2026-06-30 22:22:32'),
(235,'reservation.created','Reservation created for ANTONIO GALANG — Room 314, Jun 30 to Jul 2, 2026 (2N)','reservation',106,'Booking #2026-06-000079',1,'System Administrator','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":1438,\"source\":\"Agoda\"}','2026-06-30 23:19:32'),
(236,'reservation.payment_added','Deposit of ₱100 collected via Cash','reservation',106,'Booking #2026-06-000079',1,'System Administrator','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-06-30 23:19:32'),
(237,'reservation.checked_in','ANTONIO GALANG checked in to Room 314','reservation',106,'Booking #2026-06-000079',1,'System Administrator','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-06-30 23:19:41'),
(238,'reservation.created','Reservation created for JUNE REX LEGABOS — Room 104, Jun 30 to Jul 5, 2026 (5N)','reservation',107,'Booking #2026-06-000080',1,'System Administrator','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":3495,\"source\":\"Walk-in\"}','2026-06-30 23:29:53'),
(239,'reservation.updated','Reservation details updated — ANTONIO GALANG, Room 314, Jun 30–Jul 2, 2026','reservation',106,'Booking #2026-06-000079',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-06-30 23:52:39'),
(240,'reservation.updated','Reservation details updated — JUNE REX LEGABOS, Room 104, Jun 30–Jul 5, 2026','reservation',107,'Booking #2026-06-000080',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-06-30 23:54:13'),
(241,'reservation.payment_added','Payment of ₱3,320 recorded via GCash (Ref: 0042385443072)','reservation',107,'Booking #2026-06-000080',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"3320\",\"method\":\"GCash\"}','2026-06-30 23:55:14'),
(242,'reservation.checked_in','JUNE REX LEGABOS checked in to Room 104','reservation',107,'Booking #2026-06-000080',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-06-30 23:55:22'),
(243,'reservation.created','Reservation created for DANIEL OBESO — Room 414, Jun 30 to Jul 1, 2026 (1N)','reservation',108,'Booking #2026-06-000081',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":719,\"source\":\"Agoda\"}','2026-06-30 23:59:24'),
(244,'reservation.payment_added','Deposit of ₱100 collected via Cash','reservation',108,'Booking #2026-06-000081',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-06-30 23:59:24'),
(245,'reservation.checked_in','DANIEL OBESO checked in to Room 414','reservation',108,'Booking #2026-06-000081',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-06-30 23:59:33'),
(246,'reservation.created','Reservation created for DANELLE SAGOMIS — Room 107, Jun 30 to Jul 1, 2026 (1N)','reservation',109,'Booking #2026-07-000082',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":1087,\"source\":\"Agoda\"}','2026-07-01 00:03:22'),
(247,'reservation.checked_in','DANELLE SAGOMIS checked in to Room 107','reservation',109,'Booking #2026-07-000082',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:03:49'),
(248,'reservation.payment_added','Payment of ₱1,438 recorded via Agoda Settlement','reservation',106,'Booking #2026-06-000079',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"1438.40\",\"method\":\"Agoda Settlement\"}','2026-07-01 00:18:11'),
(249,'reservation.created','Reservation created for DANELLE SAGOMIS — Room 309, Jun 30 to Jul 1, 2026 (1N)','reservation',110,'Booking #2026-07-000083',1,'System Administrator','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":487,\"source\":\"Agoda\"}','2026-07-01 00:27:51'),
(250,'reservation.payment_added','Payment of ₱487 recorded via Agoda Settlement','reservation',110,'Booking #2026-07-000083',1,'System Administrator','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"487\",\"method\":\"Agoda Settlement\"}','2026-07-01 00:28:26'),
(251,'reservation.checked_in','DANELLE SAGOMIS checked in to Room 309','reservation',110,'Booking #2026-07-000083',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:29:39'),
(252,'reservation.created','Reservation created for HENRY HEQUILAN — Room 407, Jun 30 to Jul 1, 2026 (1N)','reservation',111,'Booking #2026-07-000084',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-01 00:35:30'),
(253,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',111,'Booking #2026-07-000084',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 00:35:30'),
(254,'reservation.checked_in','HENRY HEQUILAN checked in to Room 407','reservation',111,'Booking #2026-07-000084',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:35:37'),
(255,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',111,'Booking #2026-07-000084',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-01 00:35:49'),
(256,'reservation.updated','Reservation details updated — Henry Hequilan, Room 407, Jun 30–Jul 1, 2026','reservation',111,'Booking #2026-07-000084',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:40:32'),
(257,'reservation.created','Reservation created for Gerry Cainglet — Room 208, Jun 30 to Jul 1, 2026 (1N)','reservation',112,'Booking #2026-07-000085',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-01 00:42:20'),
(258,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',112,'Booking #2026-07-000085',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 00:42:20'),
(259,'reservation.checked_in','Gerry Cainglet checked in to Room 208','reservation',112,'Booking #2026-07-000085',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:42:24'),
(260,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',112,'Booking #2026-07-000085',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-01 00:42:43'),
(261,'reservation.created','Reservation created for Vince Clyde Talingting — Room 110, Jun 30 to Jul 1, 2026 (1N)','reservation',113,'Booking #2026-07-000086',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":719,\"source\":\"Walk-in\"}','2026-07-01 00:44:31'),
(262,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',113,'Booking #2026-07-000086',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 00:44:31'),
(263,'reservation.checked_in','Vince Clyde Talingting checked in to Room 110','reservation',113,'Booking #2026-07-000086',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:44:39'),
(264,'reservation.updated','Reservation details updated — ANTONIO GALANG, Room 314, Jun 30–Jul 2, 2026','reservation',106,'Booking #2026-06-000079',1,'System Administrator','49.149.96.64',NULL,'2026-07-01 00:46:02'),
(265,'reservation.created','Reservation created for Adrianne Dalisay — Room 305, Jun 30 to Jul 1, 2026 (1N)','reservation',114,'Booking #2026-07-000087',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-01 00:48:11'),
(266,'reservation.checked_in','Adrianne Dalisay checked in to Room 305','reservation',114,'Booking #2026-07-000087',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:49:22'),
(267,'reservation.undo_check_in','Check-in reversed — ANTONIO GALANG back to Confirmed, Room 314 released','reservation',106,'Booking #2026-06-000079',1,'System Administrator','49.149.96.64',NULL,'2026-07-01 00:51:48'),
(268,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',106,'Booking #2026-06-000079',1,'System Administrator','49.149.96.64',NULL,'2026-07-01 00:51:57'),
(269,'reservation.created','Reservation created for Antonio Galang — Room 314, Jun 30 to Jul 2, 2026 (2N)','reservation',115,'Booking #2026-07-000088',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":1438,\"source\":\"Agoda\"}','2026-07-01 00:53:44'),
(270,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',115,'Booking #2026-07-000088',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 00:53:44'),
(271,'reservation.checked_in','Antonio Galang checked in to Room 314','reservation',115,'Booking #2026-07-000088',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 00:59:59'),
(272,'reservation.payment_added','Payment of ₱549.00 recorded via GCash (Ref: 963670)','reservation',114,'Booking #2026-07-000087',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"549\",\"method\":\"GCash\"}','2026-07-01 01:01:43'),
(273,'reservation.created','Reservation created for Michael Angelo Gorrero — Room 117, Jun 30 to Jul 1, 2026 (1N)','reservation',116,'Booking #2026-07-000089',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Direct (Phone)\"}','2026-07-01 01:03:33'),
(274,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',116,'Booking #2026-07-000089',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 01:03:33'),
(275,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',116,'Booking #2026-07-000089',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-01 01:03:51'),
(276,'reservation.checked_in','Michael Angelo Gorrero checked in to Room 117','reservation',116,'Booking #2026-07-000089',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:03:54'),
(277,'reservation.created','Reservation created for Omer Jr. Martinez — Room 205, Jun 30 to Jul 1, 2026 (1N)','reservation',117,'Booking #2026-07-000090',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":562,\"source\":\"Agoda\"}','2026-07-01 01:05:51'),
(278,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',117,'Booking #2026-07-000090',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 01:05:51'),
(279,'reservation.payment_added','Payment of ₱562.00 recorded via Agoda Settlement','reservation',117,'Booking #2026-07-000090',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"562\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:07:19'),
(280,'reservation.checked_in','Omer Jr. Martinez checked in to Room 205','reservation',117,'Booking #2026-07-000090',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:07:22'),
(281,'reservation.created','Reservation created for Anecita Hequilan — Room 203, Jun 30 to Jul 1, 2026 (1N)','reservation',118,'Booking #2026-07-000091',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-01 01:08:51'),
(282,'reservation.updated','Reservation details updated — Anecita Hequilan, Room 203, Jun 30–Jul 1, 2026','reservation',118,'Booking #2026-07-000091',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:09:11'),
(283,'reservation.payment_added','Payment of ₱2,049.00 recorded via Cash','reservation',118,'Booking #2026-07-000091',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"2049\",\"method\":\"Cash\"}','2026-07-01 01:10:25'),
(284,'reservation.checked_in','Anecita Hequilan checked in to Room 203','reservation',118,'Booking #2026-07-000091',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:10:37'),
(285,'reservation.updated','Reservation details updated — Danelle Sagomis, Room 309, Jun 30–Jul 1, 2026','reservation',110,'Booking #2026-07-000083',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:12:11'),
(286,'reservation.updated','Reservation details updated — Danelle Sagomis, Room 107, Jun 30–Jul 1, 2026','reservation',109,'Booking #2026-07-000082',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:13:01'),
(287,'reservation.payment_added','Payment of ₱1,087.00 recorded via Agoda Settlement','reservation',109,'Booking #2026-07-000082',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"1087\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:13:18'),
(288,'reservation.updated','Reservation details updated — Daniel Obeso, Room 414, Jun 30–Jul 1, 2026','reservation',108,'Booking #2026-06-000081',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:14:04'),
(289,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',108,'Booking #2026-06-000081',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:14:28'),
(290,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',113,'Booking #2026-07-000086',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:15:19'),
(291,'reservation.updated','Reservation details updated — Vince Clyde Talingting, Room 110, Jun 30–Jul 1, 2026','reservation',113,'Booking #2026-07-000086',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:15:34'),
(292,'reservation.updated','Reservation details updated — Miguelito Mercado, Room 308, Jun 30–Jul 1, 2026','reservation',103,'Booking #2026-06-000076',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:16:19'),
(293,'reservation.updated','Reservation details updated — Jerome Salmoria, Room 201, Jun 30–Jul 1, 2026','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:17:10'),
(294,'reservation.updated','Reservation details updated — Jecile Oyan, Room 303, Jun 30–Jul 1, 2026','reservation',105,'Booking #2026-06-000078',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:17:35'),
(295,'reservation.created','Reservation created for Lito Santiago — Room 114, Jun 30 to Jul 3, 2026 (3N)','reservation',119,'Booking #2026-07-000092',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":2547,\"source\":\"Walk-in\"}','2026-07-01 01:19:04'),
(296,'reservation.payment_added','Payment of ₱2,547.00 recorded via Cash','reservation',119,'Booking #2026-07-000092',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"2547\",\"method\":\"Cash\"}','2026-07-01 01:19:37'),
(297,'reservation.checked_in','Lito Santiago checked in to Room 114','reservation',119,'Booking #2026-07-000092',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:19:41'),
(298,'reservation.updated','Reservation details updated — June Rex Legabados, Room 104, Jun 30–Jul 5, 2026','reservation',107,'Booking #2026-06-000080',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:21:14'),
(299,'reservation.payment_added','Payment of ₱1,438.00 recorded via Agoda Settlement','reservation',115,'Booking #2026-07-000088',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"1438\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:21:55'),
(300,'reservation.checked_out','Omer Jr. Martinez checked out from Room 205','reservation',117,'Booking #2026-07-000090',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:22:13'),
(301,'reservation.undo_check_in','Check-in reversed — Jecile Oyan back to Confirmed, Room 303 released','reservation',105,'Booking #2026-06-000078',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:26:40'),
(302,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',105,'Booking #2026-06-000078',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:27:49'),
(303,'reservation.created','Reservation created for Jecille Oyan — Room 303, Jun 30 to Jul 1, 2026 (1N)','reservation',120,'Booking #2026-07-000093',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"status\":\"confirmed\",\"amount\":799,\"source\":\"Agoda\"}','2026-07-01 01:28:51'),
(304,'reservation.payment_added','Payment of ₱799.20 recorded via Agoda Settlement','reservation',120,'Booking #2026-07-000093',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1','{\"amount\":\"799.20\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:29:04'),
(305,'reservation.checked_in','Jecille Oyan checked in to Room 303','reservation',120,'Booking #2026-07-000093',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:29:08'),
(306,'shift.closed','Resamie Reyes closed a Afternoon shift (duration: 7h 52m)','shift',9,'Shift #9',6,'Resamie Reyes','2001:4455:6bc:7e00:1ce0:d599:bb26:e6c1',NULL,'2026-07-01 01:44:09'),
(307,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',10,'Shift #10',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 01:45:52'),
(308,'reservation.created','Reservation created for Melanie Jane Luntian — Room 406, Jul 1 to Jul 2, 2026 (1N)','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":1079,\"source\":\"Agoda\"}','2026-07-01 01:47:53'),
(309,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 01:47:53'),
(310,'reservation.payment_added','Payment of ₱1,079.20 recorded via Agoda Settlement','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"1079.20\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:48:33'),
(311,'reservation.checked_in','Melanie Jane Luntian checked in to Room 406','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 01:48:40'),
(312,'reservation.created','Reservation created for Olive Dumanig — Room 315, Jul 1 to Jul 2, 2026 (1N)','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":674,\"source\":\"Agoda\"}','2026-07-01 01:50:37'),
(313,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-01 01:50:51'),
(314,'reservation.checked_in','Olive Dumanig checked in to Room 315','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 01:50:57'),
(315,'reservation.created','Reservation created for Lucky Edgar Potente — Room 112, Jul 1 to Jul 2, 2026 (1N)','reservation',123,'Booking #2026-07-000096',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 01:52:20'),
(316,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',123,'Booking #2026-07-000096',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 01:52:34'),
(317,'reservation.checked_in','Lucky Edgar Potente checked in to Room 112','reservation',123,'Booking #2026-07-000096',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 01:52:38'),
(318,'reservation.undo_check_in','Check-in reversed — Olive Dumanig back to Confirmed, Room 315 released','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:09:10'),
(319,'reservation.created','Reservation created for Olive Dum — Room 315, Jun 30 to Jul 1, 2026 (1N)','reservation',124,'Booking #2026-07-000097',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-01 03:10:12'),
(320,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',124,'Booking #2026-07-000097',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-01 03:10:44'),
(321,'reservation.checked_in','Olive Dum checked in to Room 315','reservation',124,'Booking #2026-07-000097',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:13:49'),
(322,'reservation.undo_check_in','Check-in reversed — Melanie Jane Luntian back to Confirmed, Room 406 released','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:14:00'),
(323,'reservation.created','Reservation created for Melanie Jane Luntian — Room 406, Jun 30 to Jul 1, 2026 (1N)','reservation',125,'Booking #2026-07-000098',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":1079.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-01 03:17:42'),
(324,'reservation.payment_added','Payment of ₱1,079.20 recorded via Agoda Settlement','reservation',125,'Booking #2026-07-000098',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"1079.20\",\"method\":\"Agoda Settlement\"}','2026-07-01 03:18:02'),
(325,'reservation.updated','Reservation details updated — Olive Dumanig, Room 315, Jun 30–Jul 1, 2026','reservation',124,'Booking #2026-07-000097',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:19:39'),
(326,'reservation.updated','Reservation details updated — Lucky Edgar Potente, Room 112, Jun 30–Jul 1, 2026','reservation',123,'Booking #2026-07-000096',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:22:50'),
(327,'reservation.checked_in','Olive Dumanig checked in to Room 315','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:23:30'),
(328,'reservation.checked_in','Melanie Jane Luntian checked in to Room 406','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:25:19'),
(329,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',125,'Booking #2026-07-000098',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:25:47'),
(330,'reservation.undo_check_in','Check-in reversed — Olive Dumanig back to Confirmed, Room 315 released','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:27:29'),
(331,'reservation.cancelled','Reservation cancelled (was: confirmed)','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:30:03'),
(332,'reservation.deleted','Reservation soft-deleted (status was: cancelled)','reservation',122,'Booking #2026-07-000095',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:32:04'),
(333,'reservation.updated','Reservation details updated — Lucky Edgar Potente, Room 112, Jun 30–Jul 1, 2026','reservation',123,'Booking #2026-07-000096',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:38:02'),
(334,'reservation.undo_check_in','Check-in reversed — Melanie Jane Luntian back to Confirmed, Room 406 released','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:43:59'),
(335,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',121,'Booking #2026-07-000094',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:44:09'),
(336,'reservation.created','Reservation created for Melanie Jane Luntian — Room 406, Jun 30 to Jul 1, 2026 (1N)','reservation',126,'Booking #2026-07-000099',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"status\":\"confirmed\",\"amount\":1079.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-01 03:45:05'),
(337,'reservation.payment_added','Payment of ₱1,079.20 recorded via Agoda Settlement','reservation',126,'Booking #2026-07-000099',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89','{\"amount\":\"1079.20\",\"method\":\"Agoda Settlement\"}','2026-07-01 03:45:26'),
(338,'reservation.checked_in','Melanie Jane Luntian checked in to Room 406','reservation',126,'Booking #2026-07-000099',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:45:33'),
(339,'reservation.updated','Reservation details updated — Melanie Jane Luntian, Room 406, Jun 30–Jul 1, 2026','reservation',126,'Booking #2026-07-000099',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 03:46:13'),
(340,'reservation.checked_out','Danelle Sagomis checked out from Room 309','reservation',110,'Booking #2026-07-000083',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 05:39:13'),
(341,'reservation.checked_out','Danelle Sagomis checked out from Room 107','reservation',109,'Booking #2026-07-000082',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 05:40:34'),
(342,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 3h 57m)','shift',10,'Shift #10',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:70a6:fbab:cf7:4e89',NULL,'2026-07-01 05:43:23'),
(343,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',11,'Shift #11',6,'Resamie Reyes','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 15:46:27'),
(344,'shift.closed','Resamie Reyes closed a Afternoon shift (duration: 0m)','shift',11,'Shift #11',6,'Resamie Reyes','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 15:46:46'),
(345,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',12,'Shift #12',6,'Resamie Reyes','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 15:48:36'),
(346,'reservation.checked_out','Jerome Salmoria checked out from Room 201','reservation',104,'Booking #2026-06-000077',6,'Resamie Reyes','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 15:50:03'),
(347,'reservation.checked_out','Daniel Obeso checked out from Room 414','reservation',108,'Booking #2026-06-000081',6,'Resamie Reyes','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:01:14'),
(348,'shift.closed','Resamie Reyes closed a Afternoon shift (duration: 13m)','shift',12,'Shift #12',6,'Resamie Reyes','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:02:12'),
(349,'shift.opened','Hiddenmae Rodrigo opened a Morning shift','shift',13,'Shift #13',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:04:34'),
(350,'reservation.updated','Reservation details updated — Gerry Cainglet, Room 208, Jun 30–Jul 2, 2026','reservation',112,'Booking #2026-07-000085',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:06:03'),
(351,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',112,'Booking #2026-07-000085',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-01 16:06:23'),
(352,'reservation.checked_out','Henry Hequilan checked out from Room 407','reservation',111,'Booking #2026-07-000084',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:07:18'),
(353,'reservation.checked_out','Vince Clyde Talingting checked out from Room 110','reservation',113,'Booking #2026-07-000086',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:08:59'),
(354,'reservation.checked_out','Adrianne Dalisay checked out from Room 305','reservation',114,'Booking #2026-07-000087',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:09:16'),
(355,'reservation.checked_out','Michael Angelo Gorrero checked out from Room 117','reservation',116,'Booking #2026-07-000089',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:09:37'),
(356,'reservation.checked_out','Anecita Hequilan checked out from Room 203','reservation',118,'Booking #2026-07-000091',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:810b:c79:c8ba:68bd',NULL,'2026-07-01 16:09:54'),
(357,'reservation.checked_out','Lucky Edgar Potente checked out from Room 112','reservation',123,'Booking #2026-07-000096',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:16:36'),
(358,'reservation.checked_out','Melanie Jane Luntian checked out from Room 406','reservation',126,'Booking #2026-07-000099',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:16:53'),
(359,'reservation.checked_out','Jecille Oyan checked out from Room 303','reservation',120,'Booking #2026-07-000093',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:42:40'),
(360,'reservation.checked_out','Olive Dumanig checked out from Room 315','reservation',124,'Booking #2026-07-000097',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:42:49'),
(361,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:30'),
(362,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:34'),
(363,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:37'),
(364,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:41'),
(365,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:44'),
(366,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:47'),
(367,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:51'),
(368,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:54'),
(369,'room.clean','Room 305 marked clean and ready for sale','room',NULL,'Room 305',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:57'),
(370,'room.clean','Room 309 marked clean and ready for sale','room',NULL,'Room 309',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:46:59'),
(371,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:47:03'),
(372,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:47:06'),
(373,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:47:08'),
(374,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:47:11'),
(375,'reservation.created','Reservation created for JECILE OYAN — Room 303, Jul 1 to Jul 2, 2026 (1N)','reservation',127,'Booking #2026-07-000100',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-01 19:54:35'),
(376,'reservation.checked_in','JECILE OYAN checked in to Room 303','reservation',127,'Booking #2026-07-000100',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 19:54:46'),
(377,'reservation.created','Reservation created for Jepson Mazon — Room 207, Jul 1 to Jul 2, 2026 (1N)','reservation',128,'Booking #2026-07-000101',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-01 20:01:51'),
(378,'reservation.checked_in','Jepson Mazon checked in to Room 207','reservation',128,'Booking #2026-07-000101',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:02:03'),
(379,'reservation.created','Reservation created for Wyndell Pagnamitan — Room 307, Jul 1 to Jul 2, 2026 (1N)','reservation',129,'Booking #2026-07-000102',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-01 20:03:19'),
(380,'reservation.checked_in','Wyndell Pagnamitan checked in to Room 307','reservation',129,'Booking #2026-07-000102',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:03:31'),
(381,'reservation.created','Reservation created for Mel Castro — Room 101, Jul 1 to Jul 2, 2026 (1N)','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-01 20:04:17'),
(382,'reservation.checked_in','Mel Castro checked in to Room 101','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:04:31'),
(383,'reservation.created','Reservation created for Mark Palad — Room 206, Jul 1 to Jul 2, 2026 (1N)','reservation',131,'Booking #2026-07-000104',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 20:05:06'),
(384,'reservation.checked_in','Mark Palad checked in to Room 206','reservation',131,'Booking #2026-07-000104',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:05:10'),
(385,'reservation.created','Reservation created for Regino Paclibar — Room 110, Jul 1 to Jul 2, 2026 (1N)','reservation',132,'Booking #2026-07-000105',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Walk-in\"}','2026-07-01 20:06:37'),
(386,'reservation.checked_in','Regino Paclibar checked in to Room 110','reservation',132,'Booking #2026-07-000105',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:06:41'),
(387,'reservation.created','Reservation created for Clarissa De Leon — Room 411, Jul 1 to Jul 2, 2026 (1N)','reservation',133,'Booking #2026-07-000106',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Walk-in\"}','2026-07-01 20:07:46'),
(388,'reservation.checked_in','Clarissa De Leon checked in to Room 411','reservation',133,'Booking #2026-07-000106',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:07:50'),
(389,'reservation.created','Reservation created for Evelyn Lantayao — Room 413, Jul 1 to Jul 2, 2026 (1N)','reservation',134,'Booking #2026-07-000107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 20:08:44'),
(390,'reservation.checked_in','Evelyn Lantayao checked in to Room 413','reservation',134,'Booking #2026-07-000107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:08:48'),
(391,'reservation.created','Reservation created for John Ramel Lundayan — Room 408, Jul 1 to Jul 2, 2026 (1N)','reservation',135,'Booking #2026-07-000108',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 20:09:54'),
(392,'reservation.checked_in','John Ramel Lundayan checked in to Room 408','reservation',135,'Booking #2026-07-000108',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:09:57'),
(393,'reservation.created','Reservation created for Jul-asin Nor Wana — Room 102, Jul 1 to Jul 15, 2026 (14N)','reservation',136,'Booking #2026-07-000109',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":9786,\"source\":\"Walk-in\"}','2026-07-01 20:12:28'),
(394,'reservation.checked_in','Jul-asin Nor Wana checked in to Room 102','reservation',136,'Booking #2026-07-000109',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:13:42'),
(395,'reservation.updated','Reservation details updated — Jecille Oyan, Room 303, Jul 1–Jul 2, 2026','reservation',127,'Booking #2026-07-000100',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:14:52'),
(396,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',127,'Booking #2026-07-000100',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-01 20:15:03'),
(397,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',128,'Booking #2026-07-000101',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-01 20:16:06'),
(398,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',129,'Booking #2026-07-000102',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-01 20:16:28'),
(399,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-01 20:16:50'),
(400,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',132,'Booking #2026-07-000105',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-01 20:17:20'),
(401,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',133,'Booking #2026-07-000106',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-01 20:17:42'),
(402,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',134,'Booking #2026-07-000107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 20:18:02'),
(403,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',135,'Booking #2026-07-000108',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 20:18:20'),
(404,'shift.closed','Hiddenmae Rodrigo closed a Morning shift (duration: 4h 15m)','shift',13,'Shift #13',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:20:07'),
(405,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',14,'Shift #14',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:23:02'),
(406,'shift.closed','Resamie Reyes closed a Afternoon shift (duration: 0m)','shift',14,'Shift #14',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:23:13'),
(407,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',15,'Shift #15',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:23:40'),
(408,'reservation.created','Reservation created for Lemuel Natividad — Room 301, Jul 1 to Jul 2, 2026 (1N)','reservation',137,'Booking #2026-07-000110',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-01 20:50:05'),
(409,'reservation.checked_in','Lemuel Natividad checked in to Room 301','reservation',137,'Booking #2026-07-000110',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:50:12'),
(410,'reservation.created','Reservation created for Divina Serrano — Room 401, Jul 1 to Jul 2, 2026 (1N)','reservation',138,'Booking #2026-07-000111',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-01 20:55:03'),
(411,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',138,'Booking #2026-07-000111',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 20:55:03'),
(412,'reservation.checked_in','Divina Serrano checked in to Room 401','reservation',138,'Booking #2026-07-000111',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 20:55:24'),
(413,'reservation.created','Reservation created for Chas Omer Madlos — Room 305, Jul 1 to Jul 2, 2026 (1N)','reservation',139,'Booking #2026-07-000112',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-01 20:59:56'),
(414,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',139,'Booking #2026-07-000112',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 20:59:56'),
(415,'reservation.checked_in','Chas Omer Madlos checked in to Room 305','reservation',139,'Booking #2026-07-000112',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:00:05'),
(416,'reservation.created','Reservation created for Jocelyn Lumogdang — Room 205, Jul 1 to Jul 2, 2026 (1N)','reservation',140,'Booking #2026-07-000113',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-01 21:03:06'),
(417,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',140,'Booking #2026-07-000113',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 21:03:06'),
(418,'reservation.checked_in','Jocelyn Lumogdang checked in to Room 205','reservation',140,'Booking #2026-07-000113',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:03:13'),
(419,'reservation.created','Reservation created for Alex Soler — Room 201, Jul 1 to Jul 2, 2026 (1N)','reservation',141,'Booking #2026-07-000114',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-01 21:04:10'),
(420,'reservation.checked_in','Alex Soler checked in to Room 201','reservation',141,'Booking #2026-07-000114',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:04:19'),
(421,'reservation.created','Reservation created for Chrislit Liza Dorado — Room 211, Jul 1 to Jul 2, 2026 (1N)','reservation',142,'Booking #2026-07-000115',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":486.75,\"source\":\"Agoda\"}','2026-07-01 21:07:27'),
(422,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',142,'Booking #2026-07-000115',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 21:07:27'),
(423,'reservation.checked_in','Chrislit Liza Dorado checked in to Room 211','reservation',142,'Booking #2026-07-000115',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:07:32'),
(424,'reservation.created','Reservation created for Rio Ann Saramosing — Room 112, Jul 1 to Jul 2, 2026 (1N)','reservation',143,'Booking #2026-07-000116',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 21:09:06'),
(425,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',143,'Booking #2026-07-000116',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 21:09:06'),
(426,'reservation.checked_in','Rio Ann Saramosing checked in to Room 112','reservation',143,'Booking #2026-07-000116',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:15:58'),
(427,'reservation.created','Reservation created for Adrianne Dalisay — Room 309, Jul 1 to Jul 2, 2026 (1N)','reservation',144,'Booking #2026-07-000117',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-01 21:22:35'),
(428,'reservation.checked_in','Adrianne Dalisay checked in to Room 309','reservation',144,'Booking #2026-07-000117',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:22:39'),
(429,'reservation.created','Reservation created for Athony Jhay Caduyac — Room 313, Jul 1 to Jul 2, 2026 (1N)','reservation',145,'Booking #2026-07-000118',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-01 21:24:33'),
(430,'reservation.checked_in','Athony Jhay Caduyac checked in to Room 313','reservation',145,'Booking #2026-07-000118',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:24:43'),
(431,'reservation.created','Reservation created for Gyra Marie Ucab — Room 403, Jul 1 to Jul 2, 2026 (1N)','reservation',146,'Booking #2026-07-000119',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-01 21:26:40'),
(432,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',146,'Booking #2026-07-000119',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 21:26:40'),
(433,'reservation.updated','Reservation details updated — Gyra Marie Ucab, Room 403, Jul 1–Jul 2, 2026','reservation',146,'Booking #2026-07-000119',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:27:01'),
(434,'reservation.checked_in','Gyra Marie Ucab checked in to Room 403','reservation',146,'Booking #2026-07-000119',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:27:10'),
(435,'reservation.created','Reservation created for Chabby Ann Dela Cruz — Room 103, Jul 1 to Jul 2, 2026 (1N) [Group GRP-2026-000002]','reservation',147,'Booking #2026-07-000120',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-01 21:29:12'),
(436,'reservation.created','Reservation created for Chabby Ann Dela Cruz — Room 113, Jul 1 to Jul 2, 2026 (1N) [Group GRP-2026-000002]','reservation',148,'Booking #2026-07-000121',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 21:29:12'),
(437,'reservation.checked_in','Chabby Ann Dela Cruz checked in to Room 103','reservation',147,'Booking #2026-07-000120',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:29:23'),
(438,'reservation.checked_in','Chabby Ann Dela Cruz checked in to Room 113','reservation',148,'Booking #2026-07-000121',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:29:26'),
(439,'reservation.created','Reservation created for Rio Ann Saramosing — Room 107, Jul 1 to Jul 2, 2026 (1N)','reservation',149,'Booking #2026-07-000122',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-01 21:32:41'),
(440,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',149,'Booking #2026-07-000122',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-01 21:33:01'),
(441,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',131,'Booking #2026-07-000104',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 21:34:38'),
(442,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',137,'Booking #2026-07-000110',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-01 21:35:09'),
(443,'reservation.payment_added','Payment of ₱1,249.00 recorded via Cash','reservation',138,'Booking #2026-07-000111',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"1249\",\"method\":\"Cash\"}','2026-07-01 21:35:24'),
(444,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',139,'Booking #2026-07-000112',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-01 21:35:38'),
(445,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',140,'Booking #2026-07-000113',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-01 21:35:51'),
(446,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',141,'Booking #2026-07-000114',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-01 21:36:13'),
(447,'reservation.payment_added','Payment of ₱486.75 recorded via Agoda Settlement','reservation',142,'Booking #2026-07-000115',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"486.75\",\"method\":\"Agoda Settlement\"}','2026-07-01 21:36:33'),
(448,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',143,'Booking #2026-07-000116',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 21:36:47'),
(449,'reservation.payment_added','Payment of ₱549.00 recorded via GCash (Ref: 461114)','reservation',144,'Booking #2026-07-000117',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"549\",\"method\":\"GCash\"}','2026-07-01 21:37:37'),
(450,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',145,'Booking #2026-07-000118',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-01 21:37:51'),
(451,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',146,'Booking #2026-07-000119',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-01 21:38:13'),
(452,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',147,'Booking #2026-07-000120',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-01 21:38:28'),
(453,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',148,'Booking #2026-07-000121',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 21:38:40'),
(454,'reservation.updated','Reservation details updated — Rio Ann Saramosing, Room 107, Jul 2–Jul 3, 2026','reservation',149,'Booking #2026-07-000122',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:39:23'),
(455,'reservation.created','Reservation created for Olive Dumanig — Room 311, Jul 1 to Jul 2, 2026 (1N)','reservation',150,'Booking #2026-07-000123',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Walk-in\"}','2026-07-01 21:40:55'),
(456,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',150,'Booking #2026-07-000123',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-01 21:41:07'),
(457,'reservation.checked_in','Olive Dumanig checked in to Room 311','reservation',150,'Booking #2026-07-000123',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:41:12'),
(458,'shift.closed','Resamie Reyes closed a Afternoon shift (duration: 1h 35m)','shift',15,'Shift #15',6,'Resamie Reyes','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 21:59:24'),
(459,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',16,'Shift #16',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 22:39:54'),
(460,'reservation.checked_out','Antonio Galang checked out from Room 314','reservation',115,'Booking #2026-07-000088',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 22:41:17'),
(461,'reservation.updated','Reservation details updated — Miguelito Mercado, Room 308, Jul 2–Jul 3, 2026','reservation',103,'Booking #2026-06-000076',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 22:42:08'),
(462,'reservation.created','Reservation created for Rosita Nopueto — Room 107, Jul 1 to Jul 2, 2026 (1N)','reservation',151,'Booking #2026-07-000124',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-01 22:44:50'),
(463,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',151,'Booking #2026-07-000124',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 22:44:50'),
(464,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',151,'Booking #2026-07-000124',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-01 22:45:02'),
(465,'reservation.checked_in','Rosita Nopueto checked in to Room 107','reservation',151,'Booking #2026-07-000124',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 22:45:05'),
(466,'reservation.created','Reservation created for Leah Mae Pugoy — Room 310, Jul 1 to Jul 2, 2026 (1N)','reservation',152,'Booking #2026-07-000125',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":1086.75,\"source\":\"Agoda\"}','2026-07-01 22:46:54'),
(467,'reservation.payment_added','Deposit of ₱100.00 collected via Agoda Settlement','reservation',152,'Booking #2026-07-000125',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Agoda Settlement\"}','2026-07-01 22:46:54'),
(468,'reservation.payment_added','Payment of ₱1,086.75 recorded via Agoda Settlement','reservation',152,'Booking #2026-07-000125',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"1086.75\",\"method\":\"Agoda Settlement\"}','2026-07-01 22:47:09'),
(469,'reservation.checked_in','Leah Mae Pugoy checked in to Room 310','reservation',152,'Booking #2026-07-000125',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 22:47:20'),
(470,'reservation.updated','Reservation details updated — Leah Mae Pugoy, Room 310, Jul 1–Jul 2, 2026','reservation',152,'Booking #2026-07-000125',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 22:47:34'),
(471,'reservation.created','Reservation created for Rio Ann Saramosing — Room 315, Jul 1 to Jul 2, 2026 (1N)','reservation',153,'Booking #2026-07-000126',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 22:49:41'),
(472,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',153,'Booking #2026-07-000126',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 22:49:58'),
(473,'reservation.checked_in','Rio Ann Saramosing checked in to Room 315','reservation',153,'Booking #2026-07-000126',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 22:50:04'),
(474,'reservation.created','Reservation created for Jason Cimena — Room 407, Jul 2 to Jul 3, 2026 (1N)','reservation',154,'Booking #2026-07-000127',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Direct (Phone)\"}','2026-07-01 22:52:37'),
(475,'reservation.payment_added','Payment of ₱700.00 recorded via GCash','reservation',154,'Booking #2026-07-000127',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"700\",\"method\":\"GCash\"}','2026-07-01 22:53:20'),
(476,'reservation.created','Reservation created for Sunny Suma;pong — Room 414, Jul 1 to Jul 2, 2026 (1N)','reservation',155,'Booking #2026-07-000128',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-01 23:05:03'),
(477,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',155,'Booking #2026-07-000128',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":100,\"method\":\"Cash\"}','2026-07-01 23:05:03'),
(478,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',155,'Booking #2026-07-000128',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-01 23:05:12'),
(479,'reservation.checked_in','Sunny Suma;pong checked in to Room 414','reservation',155,'Booking #2026-07-000128',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-01 23:05:16'),
(480,'reservation.created','Reservation created for Mark Acas — Room 405, Jul 1 to Jul 2, 2026 (1N)','reservation',156,'Booking #2026-07-000129',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-02 00:04:15'),
(481,'reservation.payment_added','Payment of ₱1,099.00 recorded via Cash','reservation',156,'Booking #2026-07-000129',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"1099\",\"method\":\"Cash\"}','2026-07-02 00:04:48'),
(482,'reservation.checked_in','Mark Acas checked in to Room 405','reservation',156,'Booking #2026-07-000129',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 00:04:53'),
(483,'reservation.updated','Reservation details updated — Joemark Acas, Room 405, Jul 1–Jul 2, 2026','reservation',156,'Booking #2026-07-000129',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 00:08:43'),
(484,'reservation.updated','Reservation details updated — Sunny Sumalpong, Room 414, Jul 1–Jul 2, 2026','reservation',155,'Booking #2026-07-000128',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 00:14:08'),
(485,'reservation.checked_out','Mark Palad checked out from Room 206','reservation',131,'Booking #2026-07-000104',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 02:53:26'),
(486,'reservation.checked_out','Alex Soler checked out from Room 201','reservation',141,'Booking #2026-07-000114',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 06:04:06'),
(487,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 7h 24m)','shift',16,'Shift #16',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 06:04:26'),
(488,'shift.opened','Hiddenmae Rodrigo opened a Morning shift','shift',17,'Shift #17',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 14:41:29'),
(489,'reservation.checked_in','Rio Ann Saramosing checked in to Room 107','reservation',149,'Booking #2026-07-000122',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 14:45:40'),
(490,'reservation.checked_in','Jason Cimena checked in to Room 407','reservation',154,'Booking #2026-07-000127',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:12:16'),
(491,'reservation.checked_out','Gerry Cainglet checked out from Room 208','reservation',112,'Booking #2026-07-000085',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:13:13'),
(492,'reservation.checked_out','Jecille Oyan checked out from Room 303','reservation',127,'Booking #2026-07-000100',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:14:29'),
(493,'reservation.checked_out','Wyndell Pagnamitan checked out from Room 307','reservation',129,'Booking #2026-07-000102',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:15:40'),
(494,'reservation.updated','Reservation details updated — Mel Castro, Room 101, Jul 1–Jul 3, 2026','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:18:23'),
(495,'reservation.checked_out','Regino Paclibar checked out from Room 110','reservation',132,'Booking #2026-07-000105',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:19:40'),
(496,'reservation.checked_out','Clarissa De Leon checked out from Room 411','reservation',133,'Booking #2026-07-000106',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:20:40'),
(497,'reservation.checked_out','John Ramel Lundayan checked out from Room 408','reservation',135,'Booking #2026-07-000108',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:20:50'),
(498,'reservation.checked_out','Lemuel Natividad checked out from Room 301','reservation',137,'Booking #2026-07-000110',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:22:35'),
(499,'reservation.checked_out','Divina Serrano checked out from Room 401','reservation',138,'Booking #2026-07-000111',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:24:27'),
(500,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:24:41'),
(501,'room.available','Room 105 released as available','room',NULL,'Room 105',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:24:50'),
(502,'room.available','Room 117 released as available','room',NULL,'Room 117',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:24:55'),
(503,'room.available','Room 203 released as available','room',NULL,'Room 203',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:25:00'),
(504,'room.available','Room 204 released as available','room',NULL,'Room 204',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:25:04'),
(505,'room.available','Room 302 released as available','room',NULL,'Room 302',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:25:09'),
(506,'room.available','Room 401 released as available','room',NULL,'Room 401',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:25:13'),
(507,'room.available','Room 406 released as available','room',NULL,'Room 406',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:25:17'),
(508,'reservation.created','Reservation created for Quennie Gulay — Room 312, Jul 2 to Jul 3, 2026 (1N)','reservation',157,'Booking #2026-07-000130',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"status\":\"confirmed\",\"amount\":486.75,\"source\":\"Agoda\"}','2026-07-02 18:27:28'),
(509,'reservation.checked_in','Quennie Gulay checked in to Room 312','reservation',157,'Booking #2026-07-000130',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e',NULL,'2026-07-02 18:27:35'),
(510,'reservation.room_transferred','Room transferred: 312 → 406 — Upgrade','reservation',157,'Booking #2026-07-000130',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"from\":\"312\",\"to\":\"406\",\"reason\":\"Upgrade\"}','2026-07-02 18:27:51'),
(511,'reservation.payment_added','Payment of ₱486.75 recorded via Agoda Settlement','reservation',157,'Booking #2026-07-000130',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"486.75\",\"method\":\"Agoda Settlement\"}','2026-07-02 18:31:08'),
(512,'reservation.payment_added','Payment of ₱762.25 recorded via Cash','reservation',157,'Booking #2026-07-000130',1,'System Administrator','2001:4455:6bc:7e00:b9e7:c15c:cf7c:fe7e','{\"amount\":\"762.25\",\"method\":\"Cash\"}','2026-07-02 18:32:19'),
(513,'reservation.checked_out','Chas Omer Madlos checked out from Room 305','reservation',139,'Booking #2026-07-000112',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 18:48:01'),
(514,'reservation.checked_out','Chrislit Liza Dorado checked out from Room 211','reservation',142,'Booking #2026-07-000115',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:02:36'),
(515,'reservation.checked_out','Rio Ann Saramosing checked out from Room 112','reservation',143,'Booking #2026-07-000116',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:03:05'),
(516,'reservation.checked_out','Joemark Acas checked out from Room 405','reservation',156,'Booking #2026-07-000129',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:04:59'),
(517,'reservation.updated','Reservation details updated — Sunny Sumalpong, Room 414, Jul 1–Jul 3, 2026','reservation',155,'Booking #2026-07-000128',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:05:26'),
(518,'reservation.checked_out','Rio Ann Saramosing checked out from Room 315','reservation',153,'Booking #2026-07-000126',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:05:52'),
(519,'reservation.checked_out','Leah Mae Pugoy checked out from Room 310','reservation',152,'Booking #2026-07-000125',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:06:13'),
(520,'reservation.checked_out','Rosita Nopueto checked out from Room 107','reservation',151,'Booking #2026-07-000124',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:06:41'),
(521,'reservation.checked_out','Olive Dumanig checked out from Room 311','reservation',150,'Booking #2026-07-000123',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:07:06'),
(522,'reservation.checked_out','Chabby Ann Dela Cruz checked out from Room 103','reservation',147,'Booking #2026-07-000120',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:07:30'),
(523,'reservation.checked_out','Chabby Ann Dela Cruz checked out from Room 113','reservation',148,'Booking #2026-07-000121',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:07:41'),
(524,'reservation.checked_out','Gyra Marie Ucab checked out from Room 403','reservation',146,'Booking #2026-07-000119',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:08:22'),
(525,'reservation.checked_out','Athony Jhay Caduyac checked out from Room 313','reservation',145,'Booking #2026-07-000118',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:08:39'),
(526,'reservation.checked_out','Adrianne Dalisay checked out from Room 309','reservation',144,'Booking #2026-07-000117',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:09:15'),
(527,'reservation.updated','Reservation details updated — Jocelyn Lumogdang, Room 205, Jul 1–Jul 4, 2026','reservation',140,'Booking #2026-07-000113',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:09:51'),
(528,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:17'),
(529,'room.available','Room 103 released as available','room',NULL,'Room 103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:23'),
(530,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:26'),
(531,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:29'),
(532,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:32'),
(533,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:34'),
(534,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:37'),
(535,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:39'),
(536,'room.clean','Room 208 marked clean and ready for sale','room',NULL,'Room 208',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:42'),
(537,'room.clean','Room 211 marked clean and ready for sale','room',NULL,'Room 211',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:44'),
(538,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:47'),
(539,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:49'),
(540,'room.clean','Room 305 marked clean and ready for sale','room',NULL,'Room 305',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:51'),
(541,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:54'),
(542,'room.clean','Room 309 marked clean and ready for sale','room',NULL,'Room 309',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:57'),
(543,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:10:59'),
(544,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:01'),
(545,'room.clean','Room 312 marked clean and ready for sale','room',NULL,'Room 312',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:04'),
(546,'room.clean','Room 313 marked clean and ready for sale','room',NULL,'Room 313',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:06'),
(547,'room.clean','Room 314 marked clean and ready for sale','room',NULL,'Room 314',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:08'),
(548,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:10'),
(549,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:13'),
(550,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:16'),
(551,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:18'),
(552,'room.clean','Room 411 marked clean and ready for sale','room',NULL,'Room 411',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:21'),
(553,'room.available','Room 107 released as available','room',NULL,'Room 107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:24'),
(554,'room.available','Room 110 released as available','room',NULL,'Room 110',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:31'),
(555,'room.available','Room 112 released as available','room',NULL,'Room 112',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:35'),
(556,'room.available','Room 113 released as available','room',NULL,'Room 113',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:38'),
(557,'room.available','Room 201 released as available','room',NULL,'Room 201',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:45'),
(558,'room.available','Room 411 released as available','room',NULL,'Room 411',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:48'),
(559,'room.available','Room 408 released as available','room',NULL,'Room 408',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:52'),
(560,'room.available','Room 405 released as available','room',NULL,'Room 405',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:11:56'),
(561,'room.available','Room 403 released as available','room',NULL,'Room 403',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:00'),
(562,'room.available','Room 315 released as available','room',NULL,'Room 315',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:03'),
(563,'room.available','Room 314 released as available','room',NULL,'Room 314',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:09'),
(564,'room.available','Room 313 released as available','room',NULL,'Room 313',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:12'),
(565,'room.available','Room 312 released as available','room',NULL,'Room 312',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:16'),
(566,'room.available','Room 311 released as available','room',NULL,'Room 311',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:20'),
(567,'room.available','Room 310 released as available','room',NULL,'Room 310',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:23'),
(568,'room.available','Room 309 released as available','room',NULL,'Room 309',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:27'),
(569,'room.available','Room 307 released as available','room',NULL,'Room 307',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:30'),
(570,'room.available','Room 305 released as available','room',NULL,'Room 305',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:34'),
(571,'room.available','Room 303 released as available','room',NULL,'Room 303',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:39'),
(572,'room.available','Room 301 released as available','room',NULL,'Room 301',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:43'),
(573,'room.available','Room 211 released as available','room',NULL,'Room 211',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:46'),
(574,'room.available','Room 208 released as available','room',NULL,'Room 208',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:49'),
(575,'room.available','Room 206 released as available','room',NULL,'Room 206',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:12:52'),
(576,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-02 19:14:23'),
(577,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',155,'Booking #2026-07-000128',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-02 19:15:11'),
(578,'reservation.updated','Reservation details updated — Evelyn Lantayao, Room 413, Jun 30–Jul 2, 2026','reservation',134,'Booking #2026-07-000107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:16:25'),
(579,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',134,'Booking #2026-07-000107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-02 19:16:38'),
(580,'reservation.payment_added','Payment of ₱599.00 recorded via Cash','reservation',154,'Booking #2026-07-000127',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"599\",\"method\":\"Cash\"}','2026-07-02 19:17:18'),
(581,'reservation.created','Reservation created for Frederick Gomez — Room 117, Jul 2 to Jul 3, 2026 (1N)','reservation',158,'Booking #2026-07-000131',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-02 19:22:27'),
(582,'reservation.checked_in','Frederick Gomez checked in to Room 117','reservation',158,'Booking #2026-07-000131',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:22:31'),
(583,'reservation.created','Reservation created for Risabel Dayondon — Room 204, Jul 2 to Jul 5, 2026 (3N)','reservation',159,'Booking #2026-07-000132',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":1677,\"source\":\"Agoda\"}','2026-07-02 19:26:47'),
(584,'reservation.updated','Reservation details updated — Risabel Dayondon, Room 204, Jul 2–Jul 4, 2026','reservation',159,'Booking #2026-07-000132',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:27:25'),
(585,'reservation.updated','Reservation details updated — Risabel Dayondon, Room 204, Jul 2–Jul 5, 2026','reservation',159,'Booking #2026-07-000132',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:27:51'),
(586,'reservation.payment_added','Payment of ₱1,685.25 recorded via Agoda Settlement','reservation',159,'Booking #2026-07-000132',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"1685.25\",\"method\":\"Agoda Settlement\"}','2026-07-02 19:28:34'),
(587,'reservation.payment_added','Payment of ₱200.00 recorded via GCash','reservation',159,'Booking #2026-07-000132',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"200\",\"method\":\"GCash\"}','2026-07-02 19:28:45'),
(588,'reservation.checked_in','Risabel Dayondon checked in to Room 204','reservation',159,'Booking #2026-07-000132',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:28:49'),
(589,'reservation.created','Reservation created for Prexedes Ortiz — Room 206, Jul 2 to Jul 3, 2026 (1N)','reservation',160,'Booking #2026-07-000133',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-02 19:29:50'),
(590,'reservation.checked_in','Prexedes Ortiz checked in to Room 206','reservation',160,'Booking #2026-07-000133',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:29:53'),
(591,'reservation.created','Reservation created for Olive Dumanig — Room 311, Jul 2 to Jul 3, 2026 (1N)','reservation',161,'Booking #2026-07-000134',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Walk-in\"}','2026-07-02 19:31:05'),
(592,'reservation.checked_in','Olive Dumanig checked in to Room 311','reservation',161,'Booking #2026-07-000134',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:31:25'),
(593,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',160,'Booking #2026-07-000133',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-02 19:34:52'),
(594,'reservation.cancelled','Reservation cancelled (was: checked_in)','reservation',157,'Booking #2026-07-000130',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:47:58'),
(595,'reservation.restored','Reservation restored to Confirmed (was: cancelled)','reservation',157,'Booking #2026-07-000130',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:48:06'),
(596,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',157,'Booking #2026-07-000130',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 19:48:45'),
(597,'shift.closed','System Administrator closed a Morning shift (duration: 5h 30m)','shift',17,'Shift #17',1,'System Administrator','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 20:12:06'),
(598,'shift.opened','Veberly Tabunar opened a Afternoon shift','shift',18,'Shift #18',7,'Veberly Tabunar','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 20:12:25'),
(599,'reservation.checked_out','Miguelito Mercado checked out from Room 308','reservation',103,'Booking #2026-06-000076',7,'Veberly Tabunar','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 20:13:02'),
(600,'reservation.created','Reservation created for Aiza Rodriguez — Room 202, Jul 2 to Jul 3, 2026 (1N)','reservation',162,'Booking #2026-07-000135',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-02 20:23:24'),
(601,'reservation.checked_in','Aiza Rodriguez checked in to Room 202','reservation',162,'Booking #2026-07-000135',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:23:30'),
(602,'reservation.payment_added','Payment of ₱1,398.00 recorded via GCash','reservation',140,'Booking #2026-07-000113',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951','{\"amount\":\"1398\",\"method\":\"GCash\"}','2026-07-02 20:26:17'),
(603,'reservation.created','Reservation created for Jaymar Sabulao — Room 312, Jul 2 to Jul 3, 2026 (1N)','reservation',163,'Booking #2026-07-000136',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951','{\"status\":\"confirmed\",\"amount\":486.75,\"source\":\"Walk-in\"}','2026-07-02 20:40:46'),
(604,'reservation.updated','Reservation details updated — Jaymar Sabulao, Room 312, Jul 2–Jul 3, 2026','reservation',163,'Booking #2026-07-000136',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:42:19'),
(605,'reservation.checked_in','Jaymar Sabulao checked in to Room 312','reservation',163,'Booking #2026-07-000136',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:42:58'),
(606,'reservation.undo_check_in','Check-in reversed — Jaymar Sabulao back to Confirmed, Room 312 released','reservation',163,'Booking #2026-07-000136',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:44:31'),
(607,'reservation.checked_in','Jaymar Sabulao checked in to Room 312 at 1:39 PM','reservation',163,'Booking #2026-07-000136',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:45:58'),
(608,'reservation.created','Reservation created for Lorie Jane Penaflor — Room 110, Jul 2 to Jul 3, 2026 (1N)','reservation',164,'Booking #2026-07-000137',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Walk-in\"}','2026-07-02 20:50:52'),
(609,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',164,'Booking #2026-07-000137',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-02 20:51:23'),
(610,'reservation.checked_in','Lorie Jane Penaflor checked in to Room 110 at 1:43 PM','reservation',164,'Booking #2026-07-000137',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:52:00'),
(611,'reservation.checked_out','Lorie Jane Penaflor checked out from Room 110 at 8:58 PM','reservation',164,'Booking #2026-07-000137',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:58:42'),
(612,'reservation.undo_check_out','Check-out reversed — Lorie Jane Penaflor restored to Checked In, Room 110','reservation',164,'Booking #2026-07-000137',7,'Veberly Tabunar','2001:4455:6bc:7e00:594a:b60b:e9c9:1951',NULL,'2026-07-02 20:59:29'),
(613,'reservation.extended','Stay extended: check-out moved from Jul 3, 2026 to Jul 4, 2026 (2 nights total, new total ₱1,348.50)','reservation',164,'Booking #2026-07-000137',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 21:42:46'),
(614,'reservation.updated','Reservation details updated — Lorie Jane Penaflor, Room 110, Jul 2–Jul 3, 2026','reservation',164,'Booking #2026-07-000137',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 21:43:15'),
(615,'reservation.created','Reservation created for Jen Magsubol — Room 403, Jul 2 to Jul 3, 2026 (1N)','reservation',165,'Booking #2026-07-000138',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-02 22:02:47'),
(616,'reservation.checked_in','Jen Magsubol checked in to Room 403 at 2:05 PM','reservation',165,'Booking #2026-07-000138',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:03:22'),
(617,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',165,'Booking #2026-07-000138',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:03:57'),
(618,'reservation.created','Reservation created for Rey Requina — Room 201, Jul 2 to Jul 3, 2026 (1N)','reservation',166,'Booking #2026-07-000139',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-02 22:05:23'),
(619,'reservation.checked_in','Rey Requina checked in to Room 201 at 2:11 PM','reservation',166,'Booking #2026-07-000139',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:06:12'),
(620,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',166,'Booking #2026-07-000139',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-02 22:06:26'),
(621,'reservation.created','Reservation created for Peter Pischke — Room 113, Jul 2 to Jul 3, 2026 (1N)','reservation',167,'Booking #2026-07-000140',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":809.1000000000000227373675443232059478759765625,\"source\":\"Walk-in\"}','2026-07-02 22:12:22'),
(622,'reservation.checked_in','Peter Pischke checked in to Room 113 at 2:26 PM','reservation',167,'Booking #2026-07-000140',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:12:44'),
(623,'reservation.payment_added','Payment of ₱809.10 recorded via Booking.com Settlement','reservation',167,'Booking #2026-07-000140',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"809.10\",\"method\":\"Booking.com Settlement\"}','2026-07-02 22:13:10'),
(624,'reservation.created','Reservation created for Jesiel Sugalang — Room 410, Jul 2 to Jul 3, 2026 (1N)','reservation',168,'Booking #2026-07-000141',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-02 22:14:40'),
(625,'reservation.checked_in','Jesiel Sugalang checked in to Room 410 at 2:56 PM','reservation',168,'Booking #2026-07-000141',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:15:01'),
(626,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',168,'Booking #2026-07-000141',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-02 22:15:14'),
(627,'reservation.created','Reservation created for Jim Jim Dumangcal — Room 314, Jul 2 to Jul 6, 2026 (4N)','reservation',169,'Booking #2026-07-000142',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":2697,\"source\":\"Agoda\"}','2026-07-02 22:17:34'),
(628,'reservation.checked_in','Jim Jim Dumangcal checked in to Room 314 at 3:23 PM','reservation',169,'Booking #2026-07-000142',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:17:46'),
(629,'reservation.payment_added','Payment of ₱2,697.00 recorded via Agoda Settlement','reservation',169,'Booking #2026-07-000142',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"2697\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:18:01'),
(630,'reservation.created','Reservation created for Dimple Joy Suarez — Room 408, Jul 2 to Jul 3, 2026 (1N)','reservation',170,'Booking #2026-07-000143',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-02 22:21:38'),
(631,'reservation.checked_in','Dimple Joy Suarez checked in to Room 408 at 4:05 PM','reservation',170,'Booking #2026-07-000143',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:21:56'),
(632,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',170,'Booking #2026-07-000143',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:22:20'),
(633,'reservation.created','Reservation created for Yesha Cabilla — Room 401, Jul 2 to Jul 3, 2026 (1N)','reservation',171,'Booking #2026-07-000144',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":1079.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-02 22:25:01'),
(634,'reservation.checked_in','Yesha Cabilla checked in to Room 401 at 4:15 PM','reservation',171,'Booking #2026-07-000144',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:25:41'),
(635,'reservation.payment_added','Payment of ₱1,079.20 recorded via Agoda Settlement','reservation',171,'Booking #2026-07-000144',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"1079.20\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:26:09'),
(636,'reservation.created','Reservation created for Ma. Gemalyn Dagatan — Room 405, Jul 2 to Jul 3, 2026 (1N)','reservation',172,'Booking #2026-07-000145',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-02 22:29:01'),
(637,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',172,'Booking #2026-07-000145',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-02 22:29:18'),
(638,'reservation.checked_in','Ma. Gemalyn Dagatan checked in to Room 405 at 4:22 PM','reservation',172,'Booking #2026-07-000145',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:29:54'),
(639,'reservation.created','Reservation created for Queenie Gulay — Room 313, Jul 2 to Jul 3, 2026 (1N)','reservation',173,'Booking #2026-07-000146',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":486.75,\"source\":\"Walk-in\"}','2026-07-02 22:31:36'),
(640,'reservation.updated','Reservation details updated — Queenie Gulay, Room 313, Jul 2–Jul 3, 2026','reservation',173,'Booking #2026-07-000146',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:31:51'),
(641,'reservation.checked_in','Queenie Gulay checked in to Room 313 at 4:22 PM','reservation',173,'Booking #2026-07-000146',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:32:17'),
(642,'reservation.room_transferred','Room transferred: 313 → 406 — Upgrade','reservation',173,'Booking #2026-07-000146',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"from\":\"313\",\"to\":\"406\",\"reason\":\"Upgrade\"}','2026-07-02 22:34:15'),
(643,'reservation.payment_added','Payment of ₱486.75 recorded via Agoda Settlement','reservation',173,'Booking #2026-07-000146',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"486.75\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:35:22'),
(644,'reservation.payment_added','Payment of ₱762.25 recorded via Cash','reservation',173,'Booking #2026-07-000146',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"762.25\",\"method\":\"Cash\"}','2026-07-02 22:35:38'),
(645,'reservation.checked_out','Peter Pischke checked out from Room 113 at 4:37 PM','reservation',167,'Booking #2026-07-000140',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:37:19'),
(646,'reservation.checked_out','Jen Magsubol checked out from Room 403 at 7:00 PM','reservation',165,'Booking #2026-07-000138',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:38:34'),
(647,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:39:05'),
(648,'room.clean','Room 313 marked clean and ready for sale','room',NULL,'Room 313',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:39:10'),
(649,'room.available','Room 113 released as available','room',NULL,'Room 113',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:39:18'),
(650,'room.available','Room 313 released as available','room',NULL,'Room 313',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:39:26'),
(651,'reservation.created','Reservation created for Ma. Luisa Ganzon — Room 113, Jul 2 to Jul 3, 2026 (1N)','reservation',174,'Booking #2026-07-000147',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-02 22:40:50'),
(652,'reservation.checked_in','Ma. Luisa Ganzon checked in to Room 113 at 5:43 PM','reservation',174,'Booking #2026-07-000147',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:41:12'),
(653,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',174,'Booking #2026-07-000147',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-02 22:41:51'),
(654,'reservation.created','Reservation created for Dan Avella — Room 210, Jul 2 to Jul 3, 2026 (1N)','reservation',175,'Booking #2026-07-000148',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-02 22:43:19'),
(655,'reservation.checked_in','Dan Avella checked in to Room 210 at 6:01 PM','reservation',175,'Booking #2026-07-000148',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:43:45'),
(656,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',175,'Booking #2026-07-000148',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-02 22:44:09'),
(657,'reservation.updated','Reservation details updated — Alex Solar, Room 201, Jul 1–Jul 2, 2026','reservation',141,'Booking #2026-07-000114',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:48:12'),
(658,'reservation.created','Reservation created for Alex Solar — Room 303, Jul 2 to Jul 3, 2026 (1N)','reservation',176,'Booking #2026-07-000149',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-02 22:49:07'),
(659,'reservation.checked_in','Alex Solar checked in to Room 303 at 7:21 PM','reservation',176,'Booking #2026-07-000149',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:49:39'),
(660,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',176,'Booking #2026-07-000149',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-02 22:49:51'),
(661,'reservation.checked_out','Dan Avella checked out from Room 210 at 7:55 PM','reservation',175,'Booking #2026-07-000148',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:50:31'),
(662,'reservation.created','Reservation created for Ma. Fe Timbal — Room 301, Jul 2 to Jul 3, 2026 (1N)','reservation',177,'Booking #2026-07-000150',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-02 22:51:25'),
(663,'reservation.checked_in','Ma. Fe Timbal checked in to Room 301 at 7:50 PM','reservation',177,'Booking #2026-07-000150',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:51:46'),
(664,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',177,'Booking #2026-07-000150',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-02 22:51:58'),
(665,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',161,'Booking #2026-07-000134',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:54:47'),
(666,'reservation.updated','Reservation details updated — Aiza Rodriguez, Room 202, Jul 2–Jul 3, 2026','reservation',162,'Booking #2026-07-000135',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 22:55:56'),
(667,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',162,'Booking #2026-07-000135',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:56:49'),
(668,'reservation.payment_added','Payment of ₱486.75 recorded via Agoda Settlement','reservation',163,'Booking #2026-07-000136',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db','{\"amount\":\"486.75\",\"method\":\"Agoda Settlement\"}','2026-07-02 22:58:46'),
(669,'shift.closed','Veberly Tabunar closed a Afternoon shift (duration: 2h 52m)','shift',18,'Shift #18',7,'Veberly Tabunar','2001:4455:6bc:7e00:1409:410a:9efc:74db',NULL,'2026-07-02 23:04:54'),
(670,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',19,'Shift #19',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 23:05:36'),
(671,'reservation.created','Reservation created for Rainier Manigsaca — Room 307, Jul 2 to Jul 5, 2026 (3N)','reservation',178,'Booking #2026-07-000151',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":2397.600000000000363797880709171295166015625,\"source\":\"Agoda\"}','2026-07-02 23:08:26'),
(672,'reservation.payment_added','Deposit of ₱100.00 collected via Agoda Settlement','reservation',178,'Booking #2026-07-000151',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":100,\"method\":\"Agoda Settlement\"}','2026-07-02 23:08:26'),
(673,'reservation.payment_added','Payment of ₱2,397.60 recorded via Cash','reservation',178,'Booking #2026-07-000151',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"2397.60\",\"method\":\"Cash\"}','2026-07-02 23:09:08'),
(674,'reservation.updated','Reservation details updated — Rainier Manigsaca, Room 307, Jul 2–Jul 5, 2026','reservation',178,'Booking #2026-07-000151',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 23:09:33'),
(675,'reservation.checked_in','Rainier Manigsaca checked in to Room 307 at 9:02 PM','reservation',178,'Booking #2026-07-000151',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 23:09:48'),
(676,'reservation.created','Reservation created for Genesa Cedillo — Room 411, Jul 2 to Jul 4, 2026 (2N)','reservation',179,'Booking #2026-07-000152',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":1438.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-02 23:11:04'),
(677,'reservation.payment_added','Payment of ₱1,438.40 recorded via Agoda Settlement','reservation',179,'Booking #2026-07-000152',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"1438.40\",\"method\":\"Agoda Settlement\"}','2026-07-02 23:11:27'),
(678,'reservation.checked_in','Genesa Cedillo checked in to Room 411 at 10:55 PM','reservation',179,'Booking #2026-07-000152',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-02 23:11:37'),
(679,'reservation.extended','Stay extended: check-out moved from Jul 3, 2026 to Jul 4, 2026 (4 nights total, new total ₱3,396.00)','reservation',119,'Booking #2026-07-000092',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 01:18:06'),
(680,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',119,'Booking #2026-07-000092',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-03 01:18:19'),
(681,'reservation.created','Reservation created for Christian Mark Tanda — Room 112, Jul 2 to Jul 3, 2026 (1N)','reservation',180,'Booking #2026-07-000153',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-03 03:07:17'),
(682,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',180,'Booking #2026-07-000153',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-03 03:07:32'),
(683,'reservation.checked_in','Christian Mark Tanda checked in to Room 112 at 3:04 AM','reservation',180,'Booking #2026-07-000153',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 03:07:50'),
(684,'reservation.created','Reservation created for Chris Yu — Room 315, Jul 2 to Jul 3, 2026 (1N)','reservation',181,'Booking #2026-07-000154',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-03 03:49:08'),
(685,'reservation.payment_added','Payment of ₱849.00 recorded via GCash (Ref: 4042483342627)','reservation',181,'Booking #2026-07-000154',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"849\",\"method\":\"GCash\"}','2026-07-03 03:49:46'),
(686,'reservation.checked_in','Chris Yu checked in to Room 315 at 3:49 AM','reservation',181,'Booking #2026-07-000154',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 03:49:54'),
(687,'reservation.checked_out','Rey Requina checked out from Room 201 at 3:53 AM','reservation',166,'Booking #2026-07-000139',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 03:55:32'),
(688,'reservation.checked_out','Yesha Cabilla checked out from Room 401 at 5:32 AM','reservation',171,'Booking #2026-07-000144',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 05:33:54'),
(689,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 6h 29m)','shift',19,'Shift #19',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 05:34:36'),
(690,'shift.opened','Resamie Reyes opened a Morning shift','shift',20,'Shift #20',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 06:15:29'),
(691,'reservation.room_transferred','Room transferred: 206 → 211 — Downgrade','reservation',160,'Booking #2026-07-000133',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"from\":\"206\",\"to\":\"211\",\"reason\":\"Downgrade\"}','2026-07-03 06:17:14'),
(692,'reservation.updated','Reservation details updated — Prexedes Ortiz, Room 211, Jul 2–Jul 3, 2026','reservation',160,'Booking #2026-07-000133',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 06:17:35'),
(693,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',160,'Booking #2026-07-000133',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-03 06:18:35'),
(694,'reservation.updated','Reservation details updated — Prexedes Ortiz, Room 211, Jul 3–Jul 4, 2026','reservation',160,'Booking #2026-07-000133',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 06:19:00'),
(695,'reservation.checked_out','Dimple Joy Suarez checked out from Room 408 at 6:52 AM','reservation',170,'Booking #2026-07-000143',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 06:58:43'),
(696,'reservation.checked_out','Rio Ann Saramosing checked out from Room 107 at 7:11 AM','reservation',149,'Booking #2026-07-000122',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:42:06'),
(697,'reservation.checked_out','Jesiel Sugalang checked out from Room 410 at 7:19 AM','reservation',168,'Booking #2026-07-000141',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:42:46'),
(698,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:43:42'),
(699,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:43:51'),
(700,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:43:55'),
(701,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:44:25'),
(702,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:44:29'),
(703,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:44:32'),
(704,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:44:35'),
(705,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:44:38'),
(706,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 07:44:42'),
(707,'reservation.checked_out','Sunny Sumalpong checked out from Room 414 at 9:11 AM','reservation',155,'Booking #2026-07-000128',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 09:47:33'),
(708,'reservation.checked_out','Olive Dumanig checked out from Room 311 at 9:03 AM','reservation',161,'Booking #2026-07-000134',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 09:47:57'),
(709,'reservation.checked_out','Jaymar Sabulao checked out from Room 312 at 8:10 AM','reservation',163,'Booking #2026-07-000136',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 09:48:29'),
(710,'reservation.checked_out','Ma. Gemalyn Dagatan checked out from Room 405 at 8:30 AM','reservation',172,'Booking #2026-07-000145',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 09:48:56'),
(711,'reservation.checked_out','Alex Solar checked out from Room 303 at 8:18 AM','reservation',176,'Booking #2026-07-000149',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 09:49:31'),
(712,'reservation.checked_out','Christian Mark Tanda checked out from Room 112 at 9:01 AM','reservation',180,'Booking #2026-07-000153',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 09:49:57'),
(713,'reservation.checked_out','Ma. Luisa Ganzon checked out from Room 113 at 10:29 AM','reservation',174,'Booking #2026-07-000147',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 10:39:42'),
(714,'reservation.updated','Reservation details updated — Evelyn Lantayao, Room 413, Jun 30–Jul 3, 2026','reservation',134,'Booking #2026-07-000107',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 10:40:32'),
(715,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',134,'Booking #2026-07-000107',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-03 10:40:42'),
(716,'reservation.checked_out','Evelyn Lantayao checked out from Room 413 at 10:03 AM','reservation',134,'Booking #2026-07-000107',6,'Resamie Reyes','2001:4455:6bc:7e00:54af:6300:3a86:bfd',NULL,'2026-07-03 10:41:03'),
(717,'reservation.checked_out','Ma. Fe Timbal checked out from Room 301 at 5:53 AM','reservation',177,'Booking #2026-07-000150',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 11:04:11'),
(718,'reservation.checked_out','Lorie Jane Penaflor checked out from Room 110 at 10:54 AM','reservation',164,'Booking #2026-07-000137',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 11:06:21'),
(719,'reservation.checked_out','Jason Cimena checked out from Room 407 at 11:54 AM','reservation',154,'Booking #2026-07-000127',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 12:04:31'),
(720,'reservation.extended','Stay extended: check-out moved from Jul 2, 2026 to Jul 4, 2026 (3 nights total, new total ₱2,097.00)','reservation',128,'Booking #2026-07-000101',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 12:33:57'),
(721,'reservation.payment_added','Payment of ₱1,398.00 recorded via Cash','reservation',128,'Booking #2026-07-000101',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"1398\",\"method\":\"Cash\"}','2026-07-03 12:34:08'),
(722,'reservation.extended','Stay extended: check-out moved from Jul 3, 2026 to Jul 4, 2026 (3 nights total, new total ₱2,097.00)','reservation',130,'Booking #2026-07-000103',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 12:34:32'),
(723,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',130,'Booking #2026-07-000103',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-03 12:34:44'),
(724,'reservation.created','Reservation created for Xanthy Culot — Room 308, Jul 3 to Jul 4, 2026 (1N)','reservation',182,'Booking #2026-07-000155',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-03 12:36:42'),
(725,'reservation.payment_added','Deposit of ₱100.00 collected via Cash','reservation',182,'Booking #2026-07-000155',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":100,\"method\":\"Cash\"}','2026-07-03 12:36:42'),
(726,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',182,'Booking #2026-07-000155',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-03 12:37:05'),
(727,'reservation.checked_in','Xanthy Culot checked in to Room 308 at 12:37 PM','reservation',182,'Booking #2026-07-000155',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 12:37:10'),
(728,'reservation.updated','Reservation details updated — Xanthy Culot, Room 308, Jul 3–Jul 4, 2026','reservation',182,'Booking #2026-07-000155',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 13:08:52'),
(729,'reservation.checked_out','Queenie Gulay checked out from Room 406 at 12:14 PM','reservation',173,'Booking #2026-07-000146',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 13:10:16'),
(730,'shift.closed','Resamie Reyes closed a Morning shift (duration: 6h 56m)','shift',20,'Shift #20',6,'Resamie Reyes','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 13:12:26'),
(731,'shift.opened','Hiddenmae Rodrigo opened a Afternoon shift','shift',21,'Shift #21',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 14:06:50'),
(732,'reservation.created','Reservation created for XIAN VICTAMIER TACANG — Room 401, Jul 3 to Jul 4, 2026 (1N)','reservation',183,'Booking #2026-07-000156',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"status\":\"confirmed\",\"amount\":1079.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-03 14:09:54'),
(733,'reservation.checked_in','XIAN VICTAMIER TACANG checked in to Room 401 at 1:50 PM','reservation',183,'Booking #2026-07-000156',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 14:10:53'),
(734,'reservation.payment_added','Payment of ₱1,079.20 recorded via Agoda Settlement','reservation',183,'Booking #2026-07-000156',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"1079.20\",\"method\":\"Agoda Settlement\"}','2026-07-03 14:11:22'),
(735,'reservation.created','Reservation created for JASPER KENT DAGARAGA — Room 206, Jul 3 to Jul 4, 2026 (1N)','reservation',184,'Booking #2026-07-000157',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-03 14:22:52'),
(736,'reservation.checked_in','JASPER KENT DAGARAGA checked in to Room 206 at 2:13 PM','reservation',184,'Booking #2026-07-000157',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 14:23:11'),
(737,'reservation.created','Reservation created for VIJIE CARL CODILLA — Room 403, Jul 3 to Jul 4, 2026 (1N)','reservation',185,'Booking #2026-07-000158',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-03 14:24:25'),
(738,'reservation.updated','Reservation details updated — VIJIE CARL CODILLA, Room 403, Jul 3–Jul 4, 2026','reservation',185,'Booking #2026-07-000158',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 14:24:47'),
(739,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',185,'Booking #2026-07-000158',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-03 14:25:26'),
(740,'reservation.checked_in','VIJIE CARL CODILLA checked in to Room 403 at 1:55 PM','reservation',185,'Booking #2026-07-000158',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 14:25:55'),
(741,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',184,'Booking #2026-07-000157',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-03 14:26:20'),
(742,'reservation.created','Reservation created for JAY MARTIN DIONALDO — Room 103, Jul 3 to Jul 5, 2026 (2N)','reservation',186,'Booking #2026-07-000159',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"status\":\"confirmed\",\"amount\":1198.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-03 14:41:51'),
(743,'reservation.payment_added','Payment of ₱1,198.40 recorded via Agoda Settlement','reservation',186,'Booking #2026-07-000159',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"1198.40\",\"method\":\"Agoda Settlement\"}','2026-07-03 14:42:11'),
(744,'reservation.checked_in','JAY MARTIN DIONALDO checked in to Room 103 at 2:39 PM','reservation',186,'Booking #2026-07-000159',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 14:44:17'),
(745,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:09:22'),
(746,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:09:27'),
(747,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:09:34'),
(748,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:09:38'),
(749,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:09:42'),
(750,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:09:53'),
(751,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:09:56'),
(752,'reservation.created','Reservation created for DARREN HAYES AGUIRRE — Room 301, Jul 3 to Jul 4, 2026 (1N)','reservation',187,'Booking #2026-07-000160',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-03 15:13:47'),
(753,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',187,'Booking #2026-07-000160',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-03 15:14:17'),
(754,'reservation.checked_in','DARREN HAYES AGUIRRE checked in to Room 301 at 3:08 PM','reservation',187,'Booking #2026-07-000160',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:14:31'),
(755,'reservation.created','Reservation created for MATTHEW REY RAGANOT — Room 310, Jul 3 to Jul 4, 2026 (1N)','reservation',188,'Booking #2026-07-000161',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"status\":\"confirmed\",\"amount\":1159.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-03 15:31:57'),
(756,'reservation.payment_added','Payment of ₱1,159.20 recorded via Agoda Settlement','reservation',188,'Booking #2026-07-000161',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991','{\"amount\":\"1159.20\",\"method\":\"Agoda Settlement\"}','2026-07-03 15:32:16'),
(757,'reservation.checked_in','MATTHEW REY RAGANOT checked in to Room 310 at 3:30 PM','reservation',188,'Booking #2026-07-000161',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:354e:6487:82bd:2991',NULL,'2026-07-03 15:32:29'),
(758,'reservation.created','Reservation created for TERESITA REVANO — Room 107, Jul 3 to Jul 4, 2026 (1N)','reservation',189,'Booking #2026-07-000162',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-03 18:02:39'),
(759,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',189,'Booking #2026-07-000162',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-03 18:03:03'),
(760,'reservation.checked_in','TERESITA REVANO checked in to Room 107 at 5:57 PM','reservation',189,'Booking #2026-07-000162',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 18:03:25'),
(761,'reservation.extended','Stay extended: check-out moved from Jul 4, 2026 to Jul 5, 2026 (4 nights total, new total ₱2,796.00)','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 18:37:58'),
(762,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-03 18:38:19'),
(763,'reservation.created','Reservation created for MU ENGENEERING — Room 305, Jul 3 to Jul 7, 2026 (4N)','reservation',190,'Booking #2026-07-000163',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"status\":\"confirmed\",\"amount\":2196,\"source\":\"Walk-in\"}','2026-07-03 18:45:03'),
(764,'reservation.payment_added','Payment of ₱2,196.00 recorded via Cash','reservation',190,'Booking #2026-07-000163',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"2196\",\"method\":\"Cash\"}','2026-07-03 18:45:23'),
(765,'reservation.updated','Reservation details updated — MU ENGINEERING, Room 305, Jul 3–Jul 7, 2026','reservation',190,'Booking #2026-07-000163',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 18:47:47'),
(766,'reservation.checked_in','MU ENGINEERING checked in to Room 305 at 7:00 PM','reservation',190,'Booking #2026-07-000163',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 18:49:37'),
(767,'reservation.payment_deleted','Payment of ₱699.00 via Cash removed','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"699.00\",\"method\":\"Cash\"}','2026-07-03 18:53:04'),
(768,'reservation.updated','Reservation details updated — Mel Castro, Room 101, Jul 1–Jul 6, 2026','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 18:54:43'),
(769,'reservation.updated','Reservation details updated — Mel Castro, Room 101, Jul 4–Jul 5, 2026','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 18:56:07'),
(770,'reservation.updated','Reservation details updated — Mel Castro, Room 101, Jul 1–Jul 5, 2026','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 18:59:32'),
(771,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',130,'Booking #2026-07-000103',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-03 18:59:46'),
(772,'reservation.created','Reservation created for NOELITO VILLAROJO — Room 303, Jul 3 to Jul 4, 2026 (1N)','reservation',191,'Booking #2026-07-000164',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-03 19:08:48'),
(773,'reservation.checked_in','NOELITO VILLAROJO checked in to Room 303 at 6:40 PM','reservation',191,'Booking #2026-07-000164',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 19:09:23'),
(774,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',191,'Booking #2026-07-000164',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-03 19:10:06'),
(775,'reservation.created','Reservation created for JOWIE SAAGUNDO — Room 309, Jul 3 to Jul 4, 2026 (1N)','reservation',192,'Booking #2026-07-000165',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"status\":\"confirmed\",\"amount\":519.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-03 19:58:22'),
(776,'reservation.payment_added','Payment of ₱519.20 recorded via Agoda Settlement','reservation',192,'Booking #2026-07-000165',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"519.20\",\"method\":\"Agoda Settlement\"}','2026-07-03 19:58:43'),
(777,'reservation.checked_in','JOWIE SAAGUNDO checked in to Room 309 at 7:58 PM','reservation',192,'Booking #2026-07-000165',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 19:58:56'),
(778,'reservation.room_transferred','Room transferred: 309 → 208 — Guest Request','reservation',192,'Booking #2026-07-000165',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"from\":\"309\",\"to\":\"208\",\"reason\":\"Guest Request\"}','2026-07-03 19:59:15'),
(779,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 20:04:52'),
(780,'reservation.created','Reservation created for CHARMAINE PALLUGA — Room 113, Jul 3 to Jul 4, 2026 (1N)','reservation',193,'Booking #2026-07-000166',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-03 20:05:53'),
(781,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',193,'Booking #2026-07-000166',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-03 20:06:04'),
(782,'reservation.checked_in','CHARMAINE PALLUGA checked in to Room 113 at 8:02 PM','reservation',193,'Booking #2026-07-000166',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:f0cd:b38:ffa9:d579',NULL,'2026-07-03 20:06:16'),
(783,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-03 20:55:42'),
(784,'reservation.created','Reservation created for DARYL GAY NANO — Room 311, Jul 3 to Jul 4, 2026 (1N)','reservation',194,'Booking #2026-07-000167',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-03 20:56:37'),
(785,'shift.closed','Hiddenmae Rodrigo closed a Afternoon shift (duration: 6h 51m)','shift',21,'Shift #21',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-03 20:57:51'),
(786,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',22,'Shift #22',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-03 21:59:39'),
(787,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',194,'Booking #2026-07-000167',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-03 22:00:05'),
(788,'reservation.checked_in','DARYL GAY NANO checked in to Room 311 at 8:52 PM','reservation',194,'Booking #2026-07-000167',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-03 22:00:16'),
(789,'reservation.created','Reservation created for Justine Cornelio — Room 110, Jul 3 to Jul 4, 2026 (1N)','reservation',195,'Booking #2026-07-000168',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-03 23:28:47'),
(790,'reservation.payment_added','Payment of ₱849.00 recorded via Maya (Ref: 4E4F17558616)','reservation',195,'Booking #2026-07-000168',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"amount\":\"849\",\"method\":\"Maya\"}','2026-07-03 23:29:36'),
(791,'reservation.checked_in','Justine Cornelio checked in to Room 110 at 11:26 PM','reservation',195,'Booking #2026-07-000168',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-03 23:29:54'),
(792,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-03 23:30:22'),
(793,'reservation.created','Reservation created for Ernel Josol — Room 203, Jul 3 to Jul 4, 2026 (1N)','reservation',196,'Booking #2026-07-000169',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-04 00:44:34'),
(794,'reservation.payment_added','Payment of ₱1,849.00 recorded via Cash','reservation',196,'Booking #2026-07-000169',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"amount\":\"1849\",\"method\":\"Cash\"}','2026-07-04 00:45:00'),
(795,'reservation.checked_in','Ernel Josol checked in to Room 203 at 12:42 AM','reservation',196,'Booking #2026-07-000169',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-04 00:45:10'),
(796,'reservation.checked_out','Justine Cornelio checked out from Room 110 at 4:07 AM','reservation',195,'Booking #2026-07-000168',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-04 04:07:07'),
(797,'reservation.created','Reservation created for Calvin Roquero — Room 302, Jul 3 to Jul 4, 2026 (1N)','reservation',197,'Booking #2026-07-000170',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-04 04:51:37'),
(798,'reservation.payment_added','Payment of ₱149.00 recorded via Cash','reservation',197,'Booking #2026-07-000170',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"amount\":\"149\",\"method\":\"Cash\"}','2026-07-04 04:51:47'),
(799,'reservation.payment_added','Payment of ₱1,500.00 recorded via GCash (Ref: 0042519434719)','reservation',197,'Booking #2026-07-000170',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13','{\"amount\":\"1500\",\"method\":\"GCash\"}','2026-07-04 04:52:09'),
(800,'reservation.checked_in','Calvin Roquero checked in to Room 302 at 4:32 AM','reservation',197,'Booking #2026-07-000170',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-04 04:52:20'),
(801,'reservation.checked_out','VIJIE CARL CODILLA checked out from Room 403 at 5:32 AM','reservation',185,'Booking #2026-07-000158',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-04 05:33:34'),
(802,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 7h 34m)','shift',22,'Shift #22',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:41a4:46ad:37d4:5b13',NULL,'2026-07-04 05:33:45'),
(803,'shift.opened','Veberly Tabunar opened a Afternoon shift','shift',23,'Shift #23',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:45:09'),
(804,'reservation.checked_out','Chris Yu checked out from Room 315 at 12:00 PM','reservation',181,'Booking #2026-07-000154',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:45:52'),
(805,'reservation.checked_out','Lito Santiago checked out from Room 114 at 12:00 PM','reservation',119,'Booking #2026-07-000092',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:46:21'),
(806,'reservation.checked_out','Jepson Mazon checked out from Room 207 at 12:00 PM','reservation',128,'Booking #2026-07-000101',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:48:38'),
(807,'reservation.extended','Stay extended: check-out moved from Jul 4, 2026 to Jul 6, 2026 (5 nights total, new total ₱3,495.00)','reservation',140,'Booking #2026-07-000113',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:49:55'),
(808,'reservation.payment_added','Payment of ₱1,398.00 recorded via GCash (Ref: 9042537194124)','reservation',140,'Booking #2026-07-000113',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"amount\":\"1398\",\"method\":\"GCash\"}','2026-07-04 19:51:03'),
(809,'reservation.checked_out','Genesa Cedillo checked out from Room 411 at 7:22 AM','reservation',179,'Booking #2026-07-000152',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:53:25'),
(810,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:54:49'),
(811,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:54:54'),
(812,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:55:02'),
(813,'reservation.checked_out','MATTHEW REY RAGANOT checked out from Room 310 at 11:04 AM','reservation',188,'Booking #2026-07-000161',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 19:55:51'),
(814,'shift.closed','Veberly Tabunar closed a Afternoon shift (duration: 2h 12m)','shift',23,'Shift #23',7,'Veberly Tabunar','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 21:57:47'),
(815,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',24,'Shift #24',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 21:59:27'),
(816,'reservation.checked_out','Xanthy Culot checked out from Room 308 at 11:38 AM','reservation',182,'Booking #2026-07-000155',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 21:59:54'),
(817,'reservation.checked_out','DARREN HAYES AGUIRRE checked out from Room 301 at 9:20 AM','reservation',187,'Booking #2026-07-000160',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:00:26'),
(818,'reservation.checked_out','JASPER KENT DAGARAGA checked out from Room 206 at 11:59 AM','reservation',184,'Booking #2026-07-000157',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:01:47'),
(819,'reservation.checked_out','TERESITA REVANO checked out from Room 107 at 10:24 AM','reservation',189,'Booking #2026-07-000162',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:02:21'),
(820,'reservation.checked_out','CHARMAINE PALLUGA checked out from Room 113 at 6:36 AM','reservation',193,'Booking #2026-07-000166',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:02:44'),
(821,'reservation.checked_out','NOELITO VILLAROJO checked out from Room 303 at 11:47 PM','reservation',191,'Booking #2026-07-000164',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:03:05'),
(822,'reservation.checked_out','DARYL GAY NANO checked out from Room 311 at 1:50 PM','reservation',194,'Booking #2026-07-000167',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:03:29'),
(823,'reservation.checked_out','JOWIE SAAGUNDO checked out from Room 208 at 11:08 AM','reservation',192,'Booking #2026-07-000165',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:04:21'),
(824,'reservation.checked_out','Ernel Josol checked out from Room 203 at 8:32 AM','reservation',196,'Booking #2026-07-000169',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:04:39'),
(825,'reservation.checked_out','Calvin Roquero checked out from Room 302 at 11:25 PM','reservation',197,'Booking #2026-07-000170',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:04:54'),
(826,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:07:29'),
(827,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:07:41'),
(828,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:07:48'),
(829,'room.clean','Room 208 marked clean and ready for sale','room',NULL,'Room 208',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:07:52'),
(830,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:07:56'),
(831,'room.clean','Room 302 marked clean and ready for sale','room',NULL,'Room 302',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:08:00'),
(832,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:08:04'),
(833,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:08:09'),
(834,'room.clean','Room 309 marked clean and ready for sale','room',NULL,'Room 309',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:09:28'),
(835,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:09:32'),
(836,'room.clean','Room 312 marked clean and ready for sale','room',NULL,'Room 312',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:09:37'),
(837,'room.clean','Room 411 marked clean and ready for sale','room',NULL,'Room 411',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:09:46'),
(838,'reservation.created','Reservation created for Mac Brian Go — Room 303, Jul 4 to Jul 5, 2026 (1N)','reservation',198,'Booking #2026-07-000171',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-04 22:12:23'),
(839,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',198,'Booking #2026-07-000171',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-04 22:12:39'),
(840,'reservation.checked_in','Mac Brian Go checked in to Room 303 at 10:12 PM','reservation',198,'Booking #2026-07-000171',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:12:44'),
(841,'reservation.created','Reservation created for John Christian Porte — Room 405, Jul 4 to Jul 5, 2026 (1N)','reservation',199,'Booking #2026-07-000172',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-04 22:13:51'),
(842,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',199,'Booking #2026-07-000172',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-04 22:14:03'),
(843,'reservation.checked_in','John Christian Porte checked in to Room 405 at 9:45 PM','reservation',199,'Booking #2026-07-000172',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:14:14'),
(844,'reservation.extended','Stay extended: check-out moved from Jul 5, 2026 to Jul 10, 2026 (10 nights total, new total ₱6,640.00)','reservation',107,'Booking #2026-06-000080',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:16:30'),
(845,'reservation.payment_added','Payment of ₱3,320.00 recorded via GCash (Ref: 2042538062805)','reservation',107,'Booking #2026-06-000080',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"amount\":\"3320\",\"method\":\"GCash\"}','2026-07-04 22:17:26'),
(846,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:19:57'),
(847,'reservation.room_transferred','Room transferred: 401 → 310 — Upgrade','reservation',183,'Booking #2026-07-000156',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"from\":\"401\",\"to\":\"310\",\"reason\":\"Upgrade\"}','2026-07-04 22:20:37'),
(848,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f',NULL,'2026-07-04 22:21:25'),
(849,'reservation.room_transferred','Room transferred: 310 → 107 — Other (Wrong room number)','reservation',183,'Booking #2026-07-000156',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ec8a:a957:cf28:7c6f','{\"from\":\"310\",\"to\":\"107\",\"reason\":\"Other\"}','2026-07-04 22:21:56'),
(850,'reservation.checked_out','John Christian Porte checked out from Room 405 at 4:10 AM','reservation',199,'Booking #2026-07-000172',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 04:10:54'),
(851,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 7h 25m)','shift',24,'Shift #24',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 05:25:19'),
(852,'shift.opened','Erika Galit opened a Morning shift','shift',25,'Shift #25',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 06:26:21'),
(853,'reservation.extended','Stay extended: check-out moved from Jul 4, 2026 to Jul 5, 2026 (2 nights total, new total ₱1,098.00)','reservation',160,'Booking #2026-07-000133',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 07:38:06'),
(854,'reservation.extended','Stay extended: check-out moved from Jul 3, 2026 to Jul 5, 2026 (3 nights total, new total ₱2,097.00)','reservation',158,'Booking #2026-07-000131',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 09:27:39'),
(855,'reservation.checked_out','JAY MARTIN DIONALDO checked out from Room 103 at 11:06 AM','reservation',186,'Booking #2026-07-000159',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 11:06:14'),
(856,'reservation.payment_added','Payment of ₱2,097.00 recorded via Cash','reservation',158,'Booking #2026-07-000131',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"2097\",\"method\":\"Cash\"}','2026-07-05 11:11:00'),
(857,'reservation.checked_out','Frederick Gomez checked out from Room 117 at 11:11 AM','reservation',158,'Booking #2026-07-000131',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 11:11:21'),
(858,'reservation.created','Reservation created for Rio  Ritchie Pasco — Room 413, Jul 5 to Jul 6, 2026 (1N)','reservation',200,'Booking #2026-07-000173',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Agoda\"}','2026-07-05 11:25:25'),
(859,'reservation.checked_in','Rio  Ritchie Pasco checked in to Room 413 at 10:44 AM','reservation',200,'Booking #2026-07-000173',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 11:26:07'),
(860,'reservation.payment_added','Payment of ₱387.25 recorded via GCash (Ref: 8042 561 289326)','reservation',200,'Booking #2026-07-000173',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"387.25\",\"method\":\"GCash\"}','2026-07-05 11:32:41'),
(861,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',200,'Booking #2026-07-000173',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-05 11:32:41'),
(862,'reservation.checked_out','Rainier Manigsaca checked out from Room 307 at 12:01 PM','reservation',178,'Booking #2026-07-000151',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 12:01:39'),
(863,'reservation.checked_out','Mac Brian Go checked out from Room 303 at 12:02 PM','reservation',198,'Booking #2026-07-000171',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 12:02:15'),
(864,'reservation.checked_out','Mel Castro checked out from Room 101 at 12:02 PM','reservation',130,'Booking #2026-07-000103',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 12:02:30'),
(865,'reservation.checked_out','Risabel Dayondon checked out from Room 204 at 1:02 PM','reservation',159,'Booking #2026-07-000132',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 13:03:01'),
(866,'reservation.updated','Reservation details updated — Prexedes Ortiz, Room 211, Jul 4–Jul 6, 2026','reservation',160,'Booking #2026-07-000133',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 17:07:44'),
(867,'shift.closed','Erika Galit closed a Morning shift (duration: 10h 42m)','shift',25,'Shift #25',10,'Erika Galit','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 17:09:04'),
(868,'shift.opened','Veberly Tabunar opened a Afternoon shift','shift',26,'Shift #26',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 17:15:47'),
(869,'reservation.updated','Reservation details updated — Aiza Rodriguez, Room 202, Jul 5–Jul 6, 2026','reservation',162,'Booking #2026-07-000135',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 17:16:28'),
(870,'reservation.updated','Reservation details updated — XIAN VICTAMIER TACANG, Room 107, Jul 5–Jul 6, 2026','reservation',183,'Booking #2026-07-000156',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 17:19:17'),
(871,'room.clean','Room 101 marked clean and ready for sale','room',NULL,'Room 101',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 18:31:12'),
(872,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 18:31:25'),
(873,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 18:31:44'),
(874,'reservation.created','Reservation created for KYLE ARTHUR MOTAUS — Room 210, Jul 5 to Jul 6, 2026 (1N)','reservation',201,'Booking #2026-07-000174',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Agoda\"}','2026-07-05 20:34:09'),
(875,'reservation.checked_in','KYLE ARTHUR MOTAUS checked in to Room 210 at 2:48 PM','reservation',201,'Booking #2026-07-000174',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 20:34:47'),
(876,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',201,'Booking #2026-07-000174',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-05 20:35:25'),
(877,'shift.closed','Veberly Tabunar closed a Afternoon shift (duration: 4h 43m)','shift',26,'Shift #26',7,'Veberly Tabunar','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 21:59:37'),
(878,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',27,'Shift #27',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 22:00:22'),
(879,'reservation.created','Reservation created for ROGOR CABILAO — Room 408, Jul 5 to Jul 6, 2026 (1N)','reservation',202,'Booking #2026-07-000175',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-05 22:01:37'),
(880,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',202,'Booking #2026-07-000175',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-05 22:01:49'),
(881,'reservation.checked_in','ROGOR CABILAO checked in to Room 408 at 9:24 PM','reservation',202,'Booking #2026-07-000175',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 22:02:07'),
(882,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 22:02:29'),
(883,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 22:02:35'),
(884,'reservation.created','Reservation created for IBERSON CABATANA — Room 303, Jul 5 to Jul 6, 2026 (1N)','reservation',203,'Booking #2026-07-000176',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-05 22:03:22'),
(885,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',203,'Booking #2026-07-000176',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-05 22:03:33'),
(886,'reservation.checked_in','IBERSON CABATANA checked in to Room 303 at 9:26 PM','reservation',203,'Booking #2026-07-000176',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 22:03:47'),
(887,'reservation.created','Reservation created for ROEL MAGBUNUA — Room 301, Jul 5 to Jul 6, 2026 (1N)','reservation',204,'Booking #2026-07-000177',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-05 22:04:42'),
(888,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',204,'Booking #2026-07-000177',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-05 22:04:51'),
(889,'reservation.checked_in','ROEL MAGBUNUA checked in to Room 301 at 9:29 PM','reservation',204,'Booking #2026-07-000177',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 22:05:02'),
(890,'reservation.created','Reservation created for FRENCH VILLAS — Room 403, Jul 5 to Jul 6, 2026 (1N)','reservation',205,'Booking #2026-07-000178',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-05 22:06:28'),
(891,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',205,'Booking #2026-07-000178',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-05 22:06:38'),
(892,'reservation.checked_in','FRENCH VILLAS checked in to Room 403 at 9:54 PM','reservation',205,'Booking #2026-07-000178',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7126:1152:232f:280b',NULL,'2026-07-05 22:06:48'),
(893,'reservation.created','Reservation created for ALIMODIN PANT\'KAN — Room 203, Jul 5 to Jul 6, 2026 (1N)','reservation',206,'Booking #2026-07-000179',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-05 23:28:33'),
(894,'reservation.payment_added','Payment of ₱1,649.00 recorded via Cash','reservation',206,'Booking #2026-07-000179',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"1649\",\"method\":\"Cash\"}','2026-07-05 23:28:44'),
(895,'reservation.checked_in','ALIMODIN PANT\'KAN checked in to Room 203 at 11:19 PM','reservation',206,'Booking #2026-07-000179',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-05 23:28:57'),
(896,'reservation.created','Reservation created for ALIMODIN PANT\'KAN — Room 406, Jul 5 to Jul 6, 2026 (1N)','reservation',207,'Booking #2026-07-000180',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":1011.75,\"source\":\"Agoda\"}','2026-07-05 23:29:44'),
(897,'reservation.payment_added','Payment of ₱1,011.75 recorded via Agoda Settlement','reservation',207,'Booking #2026-07-000180',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"1011.75\",\"method\":\"Agoda Settlement\"}','2026-07-05 23:29:57'),
(898,'reservation.checked_in','ALIMODIN PANT\'KAN checked in to Room 406 at 11:19 PM','reservation',207,'Booking #2026-07-000180',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-05 23:30:09'),
(899,'reservation.created','Reservation created for RALPH OLIVER — Room 201, Jul 6 to Jul 7, 2026 (1N)','reservation',208,'Booking #2026-07-000181',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-06 02:57:55'),
(900,'reservation.payment_added','Payment of ₱899.00 recorded via Maya (Ref: D9BC FD3B 368E)','reservation',208,'Booking #2026-07-000181',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"899\",\"method\":\"Maya\"}','2026-07-06 03:02:01'),
(901,'reservation.checked_in','RALPH OLIVER checked in to Room 201 at 2:54 AM','reservation',208,'Booking #2026-07-000181',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 03:02:16'),
(902,'reservation.created','Reservation created for JESREAL SERINO — Room 112, Jul 5 to Jul 6, 2026 (1N)','reservation',209,'Booking #2026-07-000182',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-06 03:28:56'),
(903,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',209,'Booking #2026-07-000182',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-06 03:29:16'),
(904,'reservation.checked_in','JESREAL SERINO checked in to Room 112 at 3:25 AM','reservation',209,'Booking #2026-07-000182',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 03:29:27'),
(905,'reservation.updated','Reservation details updated — RALPH OLIVER, Room 201, Jul 5–Jul 6, 2026','reservation',208,'Booking #2026-07-000181',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 03:30:19'),
(906,'reservation.updated','Reservation details updated — RALPH OLIVER, Room 201, Jul 5–Jul 6, 2026','reservation',208,'Booking #2026-07-000181',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 03:34:07'),
(907,'reservation.created','Reservation created for MICHAEL CHAVEZ — Room 114, Jul 5 to Jul 7, 2026 (2N)','reservation',210,'Booking #2026-07-000183',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Walk-in\"}','2026-07-06 04:55:07'),
(908,'reservation.payment_added','Payment of ₱1,698.00 recorded via GCash','reservation',210,'Booking #2026-07-000183',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"1698\",\"method\":\"GCash\"}','2026-07-06 04:55:22'),
(909,'reservation.checked_in','MICHAEL CHAVEZ checked in to Room 114 at 4:20 AM','reservation',210,'Booking #2026-07-000183',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 04:55:38'),
(910,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 7h 15m)','shift',27,'Shift #27',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 05:15:49'),
(911,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',28,'Shift #28',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 06:20:42'),
(912,'reservation.extended','Stay extended: check-out moved from Jul 6, 2026 to Jul 7, 2026 (3 nights total, new total ₱1,647.00)','reservation',160,'Booking #2026-07-000133',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 06:21:32'),
(913,'reservation.updated','Reservation details updated — Prexedes Ortiz, Room 211, Jul 4–Jul 6, 2026','reservation',160,'Booking #2026-07-000133',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 06:22:52'),
(914,'reservation.checked_out','Prexedes Ortiz checked out from Room 211 at 6:23 AM','reservation',160,'Booking #2026-07-000133',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 06:23:08'),
(915,'room.clean','Room 211 marked clean and ready for sale','room',NULL,'Room 211',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 06:23:27'),
(916,'reservation.created','Reservation created for Prexedes Ortiz — Room 211, Jul 6 to Jul 7, 2026 (1N)','reservation',211,'Booking #2026-07-000184',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-06 06:24:40'),
(917,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',211,'Booking #2026-07-000184',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-06 06:24:55'),
(918,'reservation.checked_in','Prexedes Ortiz checked in to Room 211 at 6:24 AM','reservation',211,'Booking #2026-07-000184',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 06:24:59'),
(919,'reservation.checked_out','RALPH OLIVER checked out from Room 201 at 6:24 AM','reservation',208,'Booking #2026-07-000181',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 06:25:19'),
(920,'reservation.checked_out','JESREAL SERINO checked out from Room 112 at 8:15 AM','reservation',209,'Booking #2026-07-000182',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 08:16:14'),
(921,'reservation.created','Reservation created for Jonas Belarmino — Room 407, Jul 6 to Jul 9, 2026 (3N)','reservation',212,'Booking #2026-07-000185',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":2697,\"source\":\"Walk-in\"}','2026-07-06 08:24:03'),
(922,'reservation.payment_added','Payment of ₱2,897.00 recorded via Cash','reservation',212,'Booking #2026-07-000185',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"2897\",\"method\":\"Cash\"}','2026-07-06 08:24:32'),
(923,'reservation.checked_in','Jonas Belarmino checked in to Room 407 at 8:22 AM','reservation',212,'Booking #2026-07-000185',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 08:24:43'),
(924,'reservation.room_transferred','Room transferred: 303 → 308 — Guest Request','reservation',203,'Booking #2026-07-000176',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"from\":\"303\",\"to\":\"308\",\"reason\":\"Guest Request\"}','2026-07-06 09:12:27'),
(925,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 09:14:44'),
(926,'reservation.room_transferred','Room transferred: 403 → 307 — Guest Request','reservation',205,'Booking #2026-07-000178',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"from\":\"403\",\"to\":\"307\",\"reason\":\"Guest Request\"}','2026-07-06 09:15:12'),
(927,'reservation.created','Reservation created for Geovani Campano — Room 103, Jul 6 to Jul 9, 2026 (3N)','reservation',213,'Booking #2026-07-000186',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":2097,\"source\":\"Walk-in\"}','2026-07-06 09:40:06'),
(928,'reservation.checked_in','Geovani Campano checked in to Room 103 at 9:20 AM','reservation',213,'Booking #2026-07-000186',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 09:40:21'),
(929,'reservation.checked_out','Rio  Ritchie Pasco checked out from Room 413 at 9:45 AM','reservation',200,'Booking #2026-07-000173',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 09:45:07'),
(930,'reservation.checked_out','KYLE ARTHUR MOTAUS checked out from Room 210 at 6:04 AM','reservation',201,'Booking #2026-07-000174',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 10:01:41'),
(931,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 10:23:43'),
(932,'reservation.created','Reservation created for Johnnyne Caay — Room 210, Jul 6 to Jul 7, 2026 (1N)','reservation',214,'Booking #2026-07-000187',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-06 10:25:01'),
(933,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',214,'Booking #2026-07-000187',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-06 10:25:23'),
(934,'reservation.checked_in','Johnnyne Caay checked in to Room 210 at 9:28 AM','reservation',214,'Booking #2026-07-000187',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 10:25:36'),
(935,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:25:23'),
(936,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:25:51'),
(937,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:25:56'),
(938,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:26:05'),
(939,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:26:15'),
(940,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:26:19'),
(941,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:26:27'),
(942,'reservation.cancelled','Reservation cancelled (was: checked_in)','reservation',183,'Booking #2026-07-000156',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:28:10'),
(943,'reservation.created','Reservation created for Xian Victamier — Room 107, Jul 6 to Jul 7, 2026 (1N)','reservation',215,'Booking #2026-07-000188',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-06 11:29:44'),
(944,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',215,'Booking #2026-07-000188',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-06 11:29:57'),
(945,'reservation.checked_in','Xian Victamier checked in to Room 107 at 11:30 AM','reservation',215,'Booking #2026-07-000188',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:30:29'),
(946,'reservation.checked_out','ALIMODIN PANT\'KAN checked out from Room 406 at 11:41 AM','reservation',207,'Booking #2026-07-000180',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:41:50'),
(947,'reservation.checked_out','ROEL MAGBUNUA checked out from Room 301 at 11:53 AM','reservation',204,'Booking #2026-07-000177',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 11:53:58'),
(948,'reservation.checked_out','ROGOR CABILAO checked out from Room 408 at 12:02 PM','reservation',202,'Booking #2026-07-000175',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 12:02:50'),
(949,'reservation.checked_out','IBERSON CABATANA checked out from Room 308 at 12:00 PM','reservation',203,'Booking #2026-07-000176',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 12:03:12'),
(950,'reservation.created','Reservation created for Josie Ariel Sagayan — Room 303, Jul 10 to Jul 12, 2026 (2N)','reservation',216,'Booking #2026-07-000189',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":1798,\"source\":\"Walk-in\"}','2026-07-06 13:23:35'),
(951,'reservation.payment_added','Payment of ₱899.00 recorded via GCash (Ref: 1042593823692)','reservation',216,'Booking #2026-07-000189',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-06 13:25:52'),
(952,'reservation.created','Reservation created for Joylyn Peral — Room 318, Jul 6 to Jul 9, 2026 (3N)','reservation',217,'Booking #2026-07-000190',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":1685.25,\"source\":\"Agoda\"}','2026-07-06 14:09:21'),
(953,'reservation.payment_added','Payment of ₱1,685.25 recorded via GCash','reservation',217,'Booking #2026-07-000190',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"1685.25\",\"method\":\"GCash\"}','2026-07-06 14:09:52'),
(954,'reservation.checked_in','Joylyn Peral checked in to Room 318 at 1:40 PM','reservation',217,'Booking #2026-07-000190',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 14:10:01'),
(955,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 7h 49m)','shift',28,'Shift #28',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 14:10:27'),
(956,'shift.opened','Veberly Tabunar opened a Afternoon shift','shift',29,'Shift #29',7,'Veberly Tabunar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 14:23:50'),
(957,'reservation.checked_out','ALIMODIN PANT\'KAN checked out from Room 203 at 11:41 PM','reservation',206,'Booking #2026-07-000179',7,'Veberly Tabunar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 14:24:38'),
(958,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',7,'Veberly Tabunar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 14:37:47'),
(959,'reservation.checked_out','Jocelyn Lumogdang checked out from Room 205 at 3:20 PM','reservation',140,'Booking #2026-07-000113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 15:24:31'),
(960,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:10'),
(961,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:14'),
(962,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:16'),
(963,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:23'),
(964,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:26'),
(965,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:36'),
(966,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:40'),
(967,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:44'),
(968,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:25:46'),
(969,'reservation.checked_out','FRENCH VILLAS checked out from Room 307 at 4:14 PM','reservation',205,'Booking #2026-07-000178',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:27:08'),
(970,'reservation.undo_check_out','Check-out reversed — FRENCH VILLAS restored to Checked In, Room 307','reservation',205,'Booking #2026-07-000178',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:38:53'),
(971,'reservation.payment_added','Payment of ₱400.00 recorded via Cash','reservation',205,'Booking #2026-07-000178',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"400\",\"method\":\"Cash\"}','2026-07-06 16:39:42'),
(972,'reservation.checked_out','FRENCH VILLAS checked out from Room 307 at 4:14 PM','reservation',205,'Booking #2026-07-000178',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:39:56'),
(973,'reservation.created','Reservation created for MARICEL JAMISOLA — Room 208, Jul 6 to Jul 7, 2026 (1N)','reservation',218,'Booking #2026-07-000191',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-06 16:42:47'),
(974,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',218,'Booking #2026-07-000191',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-06 16:43:12'),
(975,'reservation.checked_in','MARICEL JAMISOLA checked in to Room 208 at 2:20 PM','reservation',218,'Booking #2026-07-000191',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:43:38'),
(976,'reservation.updated','Reservation details updated — MARICEL JAMISOLA, Room 208, Jul 6–Jul 7, 2026','reservation',218,'Booking #2026-07-000191',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 16:44:36'),
(977,'reservation.undo_check_out','Check-out reversed — Jocelyn Lumogdang restored to Checked In, Room 205','reservation',140,'Booking #2026-07-000113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:45:40'),
(978,'reservation.created','Reservation created for JERSON MAZON ORILLA — Room 207, Jul 6 to Jul 7, 2026 (1N)','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":749,\"source\":\"Walk-in\"}','2026-07-06 19:48:03'),
(979,'reservation.updated','Reservation details updated — JERSON MAZON ORILLA, Room 207, Jul 6–Jul 7, 2026','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:49:13'),
(980,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-06 19:49:30'),
(981,'reservation.checked_in','JERSON MAZON ORILLA checked in to Room 207 at 2:00 PM','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:49:46'),
(982,'reservation.checked_out','Jim Jim Dumangcal checked out from Room 314 at 12:00 PM','reservation',169,'Booking #2026-07-000142',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:50:48'),
(983,'room.clean','Room 314 marked clean and ready for sale','room',NULL,'Room 314',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:51:23'),
(984,'reservation.created','Reservation created for Jim Jim Dumangcal — Room 314, Jul 6 to Jul 7, 2026 (1N)','reservation',220,'Booking #2026-07-000193',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-06 19:52:32'),
(985,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',220,'Booking #2026-07-000193',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-06 19:52:42'),
(986,'reservation.checked_in','Jim Jim Dumangcal checked in to Room 314 at 12:00 PM','reservation',220,'Booking #2026-07-000193',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:52:52'),
(987,'reservation.payment_added','Payment of ₱300.00 recorded via Cash','reservation',140,'Booking #2026-07-000113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"300\",\"method\":\"Cash\"}','2026-07-06 19:56:02'),
(988,'reservation.checked_out','Jocelyn Lumogdang checked out from Room 205 at 7:56 PM','reservation',140,'Booking #2026-07-000113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:56:09'),
(989,'reservation.created','Reservation created for DIANA RHEA PINAR — Room 110, Jul 6 to Jul 7, 2026 (1N)','reservation',221,'Booking #2026-07-000194',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-06 19:58:54'),
(990,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',221,'Booking #2026-07-000194',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-06 19:59:03'),
(991,'reservation.checked_in','DIANA RHEA PINAR checked in to Room 110 at 2:40 PM','reservation',221,'Booking #2026-07-000194',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 19:59:18'),
(992,'reservation.created','Reservation created for ARNIEL MANALOTO — Room 309, Jul 6 to Jul 7, 2026 (1N)','reservation',222,'Booking #2026-07-000195',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-06 20:08:22'),
(993,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',222,'Booking #2026-07-000195',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-06 20:08:32'),
(994,'reservation.checked_in','ARNIEL MANALOTO checked in to Room 309 at 3:03 PM','reservation',222,'Booking #2026-07-000195',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:08:45'),
(995,'reservation.created','Reservation created for JOSEPH ESPADILLA — Room 206, Jul 5 to Jul 7, 2026 (2N)','reservation',223,'Booking #2026-07-000196',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Walk-in\"}','2026-07-06 20:11:20'),
(996,'reservation.payment_added','Payment of ₱1,698.00 recorded via Cash','reservation',223,'Booking #2026-07-000196',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"1698\",\"method\":\"Cash\"}','2026-07-06 20:11:33'),
(997,'reservation.checked_in','JOSEPH ESPADILLA checked in to Room 206 at 2:00 PM','reservation',223,'Booking #2026-07-000196',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:11:47'),
(998,'reservation.created','Reservation created for MARICHU OBSID — Room 310, Jul 6 to Jul 8, 2026 (2N)','reservation',224,'Booking #2026-07-000197',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":2318.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-06 20:14:45'),
(999,'reservation.payment_added','Payment of ₱2,318.40 recorded via Agoda Settlement','reservation',224,'Booking #2026-07-000197',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"2318.40\",\"method\":\"Agoda Settlement\"}','2026-07-06 20:15:02'),
(1000,'reservation.checked_in','MARICHU OBSID checked in to Room 310 at 5:29 PM','reservation',224,'Booking #2026-07-000197',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:15:18'),
(1001,'reservation.created','Reservation created for MARICHU OBSID — Room 406, Jul 6 to Jul 8, 2026 (2N)','reservation',225,'Booking #2026-07-000198',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":2158.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-06 20:16:45'),
(1002,'reservation.payment_added','Payment of ₱2,158.40 recorded via Agoda Settlement','reservation',225,'Booking #2026-07-000198',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"2158.40\",\"method\":\"Agoda Settlement\"}','2026-07-06 20:17:00'),
(1003,'reservation.checked_in','MARICHU OBSID checked in to Room 406 at 5:29 PM','reservation',225,'Booking #2026-07-000198',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:17:19'),
(1004,'reservation.created','Reservation created for SAID DUMACIL DUMACIL — Room 301, Jul 6 to Jul 7, 2026 (1N)','reservation',226,'Booking #2026-07-000199',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-06 20:19:26'),
(1005,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',226,'Booking #2026-07-000199',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-06 20:19:47'),
(1006,'reservation.checked_in','SAID DUMACIL DUMACIL checked in to Room 301 at 8:19 PM','reservation',226,'Booking #2026-07-000199',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:19:51'),
(1007,'reservation.created','Reservation created for JURREN DIEZ — Room 303, Jul 6 to Jul 7, 2026 (1N)','reservation',227,'Booking #2026-07-000200',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-06 20:21:43'),
(1008,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',227,'Booking #2026-07-000200',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-06 20:22:23'),
(1009,'reservation.checked_in','JURREN DIEZ checked in to Room 303 at 8:22 PM','reservation',227,'Booking #2026-07-000200',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:22:27'),
(1010,'reservation.created','Reservation created for GERLIE BAZAR — Room 112, Jul 6 to Jul 7, 2026 (1N)','reservation',228,'Booking #2026-07-000201',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-06 20:23:32'),
(1011,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',228,'Booking #2026-07-000201',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-06 20:23:43'),
(1012,'reservation.checked_in','GERLIE BAZAR checked in to Room 112 at 6:36 PM','reservation',228,'Booking #2026-07-000201',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:23:54'),
(1013,'reservation.created','Reservation created for NEIL ANTHONY CASSION — Room 403, Jul 6 to Jul 9, 2026 (3N)','reservation',229,'Booking #2026-07-000202',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"status\":\"confirmed\",\"amount\":2247.75,\"source\":\"Agoda\"}','2026-07-06 20:25:26'),
(1014,'reservation.payment_added','Payment of ₱2,247.75 recorded via Cash','reservation',229,'Booking #2026-07-000202',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e','{\"amount\":\"2247.75\",\"method\":\"Cash\"}','2026-07-06 20:25:54'),
(1015,'reservation.checked_in','NEIL ANTHONY CASSION checked in to Room 403 at 7:02 PM','reservation',229,'Booking #2026-07-000202',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 20:26:07'),
(1016,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 7h 50m)','shift',29,'Shift #29',7,'Veberly Tabuñar','2001:4455:6bc:7e00:35e5:1796:79da:1b6e',NULL,'2026-07-06 22:14:07'),
(1017,'shift.opened','Resamie Reyes opened a Night shift','shift',30,'Shift #30',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:16:40'),
(1018,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:24:23'),
(1019,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:24:27'),
(1020,'reservation.created','Reservation created for Waldemar Padla — Room 205, Jul 7 to Jul 8, 2026 (1N) [Group GRP-2026-000003]','reservation',230,'Booking #2026-07-000203',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-07 02:28:34'),
(1021,'reservation.created','Reservation created for Waldemar Padla — Room 410, Jul 7 to Jul 8, 2026 (1N) [Group GRP-2026-000003]','reservation',231,'Booking #2026-07-000204',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-07 02:28:34'),
(1022,'reservation.created','Reservation created for Waldemar Padla — Room 413, Jul 7 to Jul 8, 2026 (1N) [Group GRP-2026-000003]','reservation',232,'Booking #2026-07-000205',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-07 02:28:34'),
(1023,'reservation.checked_in','Waldemar Padla checked in to Room 205 at 1:24 AM','reservation',230,'Booking #2026-07-000203',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:29:14'),
(1024,'reservation.updated','Reservation details updated — Waldemar Padla, Room 205, Jul 6–Jul 7, 2026','reservation',230,'Booking #2026-07-000203',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:30:05'),
(1025,'reservation.checked_in','Waldemar Padla checked in to Room 410 at 1:24 AM','reservation',231,'Booking #2026-07-000204',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:30:44'),
(1026,'reservation.checked_in','Waldemar Padla checked in to Room 413 at 1:24 AM','reservation',232,'Booking #2026-07-000205',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:31:02'),
(1027,'reservation.updated','Reservation details updated — Waldemar Padla, Room 410, Jul 6–Jul 7, 2026','reservation',231,'Booking #2026-07-000204',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:32:03'),
(1028,'reservation.updated','Reservation details updated — Waldemar Padla, Room 413, Jul 6–Jul 7, 2026','reservation',232,'Booking #2026-07-000205',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:32:29'),
(1029,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',232,'Booking #2026-07-000205',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-07 02:33:25'),
(1030,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',231,'Booking #2026-07-000204',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-07 02:33:50'),
(1031,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',230,'Booking #2026-07-000203',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-07 02:34:14'),
(1032,'reservation.checked_out','Jim Jim Dumangcal checked out from Room 314 at 2:25 AM','reservation',220,'Booking #2026-07-000193',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:34:42'),
(1033,'reservation.created','Reservation created for Coy Espina — Room 405, Jul 9 to Jul 10, 2026 (1N)','reservation',233,'Booking #2026-07-000206',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-07 02:42:39'),
(1034,'reservation.created','Reservation created for Frederick Gomez — Room 117, Jul 9 to Jul 10, 2026 (1N)','reservation',234,'Booking #2026-07-000207',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-07 02:44:09'),
(1035,'reservation.updated','Reservation details updated — Coy Espinas, Room 405, Jul 9–Jul 10, 2026','reservation',233,'Booking #2026-07-000206',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 02:45:29'),
(1036,'shift.closed','Resamie Reyes closed a Night shift (duration: 2h 56m)','shift',30,'Shift #30',6,'Resamie Reyes','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 05:13:18'),
(1037,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',31,'Shift #31',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 05:38:48'),
(1038,'reservation.checked_out','Waldemar Padla checked out from Room 205 at 5:37 AM','reservation',230,'Booking #2026-07-000203',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 05:39:04'),
(1039,'reservation.checked_out','Waldemar Padla checked out from Room 410 at 5:37 AM','reservation',231,'Booking #2026-07-000204',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 05:39:17'),
(1040,'reservation.checked_out','Waldemar Padla checked out from Room 413 at 5:37 AM','reservation',232,'Booking #2026-07-000205',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 05:39:30'),
(1041,'reservation.checked_out','SAID DUMACIL DUMACIL checked out from Room 301 at 5:51 AM','reservation',226,'Booking #2026-07-000199',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 05:57:35'),
(1042,'reservation.checked_out','JOSEPH ESPADILLA checked out from Room 206 at 6:30 AM','reservation',223,'Booking #2026-07-000196',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 06:31:12'),
(1043,'reservation.checked_out','MARICEL JAMISOLA checked out from Room 208 at 7:06 AM','reservation',218,'Booking #2026-07-000191',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 07:06:16'),
(1044,'reservation.checked_out','JURREN DIEZ checked out from Room 303 at 7:38 AM','reservation',227,'Booking #2026-07-000200',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 07:39:17'),
(1045,'reservation.checked_out','MU ENGINEERING checked out from Room 305 at 7:41 AM','reservation',190,'Booking #2026-07-000163',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 07:41:07'),
(1046,'reservation.extended','Stay extended: check-out moved from Jul 7, 2026 to Jul 8, 2026 (2 nights total, new total ₱1,698.00)','reservation',228,'Booking #2026-07-000201',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 07:41:43'),
(1047,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',228,'Booking #2026-07-000201',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-07 07:41:53'),
(1048,'reservation.extended','Stay extended: check-out moved from Jul 7, 2026 to Jul 8, 2026 (2 nights total, new total ₱1,098.00)','reservation',211,'Booking #2026-07-000184',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 08:07:54'),
(1049,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',211,'Booking #2026-07-000184',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-07 08:08:03'),
(1050,'reservation.checked_out','Johnnyne Caay checked out from Room 210 at 10:06 AM','reservation',214,'Booking #2026-07-000187',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 10:06:02'),
(1051,'reservation.created','Reservation created for Rupam (Asliah) Banerjee — Room 113, Jul 7 to Jul 11, 2026 (4N)','reservation',235,'Booking #2026-07-000208',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":3396,\"source\":\"Walk-in\"}','2026-07-07 11:30:14'),
(1052,'reservation.payment_added','Payment of ₱3,446.00 recorded via Cash','reservation',235,'Booking #2026-07-000208',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"3446\",\"method\":\"Cash\"}','2026-07-07 11:30:39'),
(1053,'reservation.checked_in','Rupam (Asliah) Banerjee checked in to Room 113 at 11:25 AM','reservation',235,'Booking #2026-07-000208',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 11:30:47'),
(1054,'reservation.checked_out','Xian Victamier checked out from Room 107 at 11:43 AM','reservation',215,'Booking #2026-07-000188',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 11:43:30'),
(1055,'reservation.checked_out','DIANA RHEA PINAR checked out from Room 110 at 11:44 AM','reservation',221,'Booking #2026-07-000194',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 11:44:25'),
(1056,'reservation.created','Reservation created for Lendie Francisco — Room 201, Jul 7 to Jul 8, 2026 (1N)','reservation',236,'Booking #2026-07-000209',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-07 12:11:15'),
(1057,'reservation.checked_in','Lendie Francisco checked in to Room 201 at 12:10 PM','reservation',236,'Booking #2026-07-000209',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 12:11:22'),
(1058,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',236,'Booking #2026-07-000209',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-07 12:11:30'),
(1059,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 12:23:09'),
(1060,'reservation.created','Reservation created for Erwin Melendez — Room 107, Jul 10 to Jul 12, 2026 (2N)','reservation',237,'Booking #2026-07-000210',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":2898,\"source\":\"Walk-in\"}','2026-07-07 12:25:42'),
(1061,'reservation.payment_added','Payment of ₱1,449.00 recorded via GCash','reservation',237,'Booking #2026-07-000210',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"1449\",\"method\":\"GCash\"}','2026-07-07 12:25:53'),
(1062,'reservation.payment_added','Payment of ₱10,626.00 recorded via GCash (Ref: 3388996097697)','reservation',136,'Booking #2026-07-000109',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"10626\",\"method\":\"GCash\"}','2026-07-07 12:28:06'),
(1063,'reservation.created','Reservation created for Christopher Pollo — Room 414, Jul 7 to Jul 8, 2026 (1N)','reservation',238,'Booking #2026-07-000211',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Walk-in\"}','2026-07-07 12:36:17'),
(1064,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',238,'Booking #2026-07-000211',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-07 12:36:30'),
(1065,'reservation.checked_in','Christopher Pollo checked in to Room 414 at 12:34 PM','reservation',238,'Booking #2026-07-000211',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 12:36:39'),
(1066,'reservation.created','Reservation created for Elmer Jabunillo — Room 101, Jul 7 to Jul 8, 2026 (1N)','reservation',239,'Booking #2026-07-000212',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-07 12:43:44'),
(1067,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',239,'Booking #2026-07-000212',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-07 12:43:53'),
(1068,'reservation.checked_in','Elmer Jabunillo checked in to Room 101 at 12:42 PM','reservation',239,'Booking #2026-07-000212',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 12:44:11'),
(1069,'reservation.updated','Reservation details updated — Christopher Pollo, Room 414, Jul 7–Jul 8, 2026','reservation',238,'Booking #2026-07-000211',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 12:44:46'),
(1070,'reservation.checked_out','Aiza Rodriguez checked out from Room 202 at 12:00 PM','reservation',162,'Booking #2026-07-000135',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 13:03:33'),
(1071,'room.clean','Room 202 marked clean and ready for sale','room',NULL,'Room 202',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 13:04:08'),
(1072,'reservation.created','Reservation created for Aiza Rodriguez — Room 202, Jul 7 to Jul 9, 2026 (2N)','reservation',240,'Booking #2026-07-000213',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":1198.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-07 13:05:02'),
(1073,'reservation.payment_added','Payment of ₱1,198.40 recorded via Agoda Settlement (Ref: 1744677322)','reservation',240,'Booking #2026-07-000213',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"1198.40\",\"method\":\"Agoda Settlement\"}','2026-07-07 13:05:37'),
(1074,'reservation.checked_in','Aiza Rodriguez checked in to Room 202 at 12:00 PM','reservation',240,'Booking #2026-07-000213',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 13:05:44'),
(1075,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 7h 40m)','shift',31,'Shift #31',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 13:19:03'),
(1076,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',32,'Shift #32',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 13:38:13'),
(1077,'reservation.room_transferred','Room transferred: 101 → 117 — Guest Request','reservation',239,'Booking #2026-07-000212',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"from\":\"101\",\"to\":\"117\",\"reason\":\"Guest Request\"}','2026-07-07 13:38:36'),
(1078,'reservation.checked_out','MICHAEL CHAVEZ checked out from Room 114 at 12:00 PM','reservation',210,'Booking #2026-07-000183',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 14:14:50'),
(1079,'reservation.checked_out','ARNIEL MANALOTO checked out from Room 309 at 12:00 PM','reservation',222,'Booking #2026-07-000195',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:49:51'),
(1080,'room.clean','Room 101 marked clean and ready for sale','room',NULL,'Room 101',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:11'),
(1081,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:14'),
(1082,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:25'),
(1083,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:27'),
(1084,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:30'),
(1085,'room.clean','Room 208 marked clean and ready for sale','room',NULL,'Room 208',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:33'),
(1086,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:35'),
(1087,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:46'),
(1088,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:50'),
(1089,'room.clean','Room 305 marked clean and ready for sale','room',NULL,'Room 305',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:52:53'),
(1090,'room.clean','Room 314 marked clean and ready for sale','room',NULL,'Room 314',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:53:06'),
(1091,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:53:10'),
(1092,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 17:53:12'),
(1093,'reservation.extended','Stay extended: check-out moved from Jul 7, 2026 to Jul 8, 2026 (2 nights total, new total ₱1,398.00)','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 19:40:13'),
(1094,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-07 19:40:28'),
(1095,'reservation.created','Reservation created for GLENN GABIANNA — Room 404, Jul 7 to Jul 8, 2026 (1N)','reservation',241,'Booking #2026-07-000214',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-07 19:50:37'),
(1096,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',241,'Booking #2026-07-000214',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-07 19:50:53'),
(1097,'reservation.checked_in','GLENN GABIANNA checked in to Room 404 at 1:50 PM','reservation',241,'Booking #2026-07-000214',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 19:51:08'),
(1098,'reservation.checked_out','GLENN GABIANNA checked out from Room 404 at 4:23 PM','reservation',241,'Booking #2026-07-000214',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 19:52:13'),
(1099,'reservation.created','Reservation created for SHEILA LABAJO — Room 311, Jul 7 to Jul 8, 2026 (1N)','reservation',242,'Booking #2026-07-000215',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-07 19:53:30'),
(1100,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',242,'Booking #2026-07-000215',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-07 19:54:15'),
(1101,'reservation.checked_in','SHEILA LABAJO checked in to Room 311 at 1:55 PM','reservation',242,'Booking #2026-07-000215',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 19:54:43'),
(1102,'reservation.created','Reservation created for MARCO ADECER — Room 110, Jul 7 to Jul 8, 2026 (1N)','reservation',243,'Booking #2026-07-000216',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-07 19:56:01'),
(1103,'reservation.payment_added','Payment of ₱674.25 recorded via GCash (Ref: 4042636809308)','reservation',243,'Booking #2026-07-000216',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"674.25\",\"method\":\"GCash\"}','2026-07-07 19:57:12'),
(1104,'reservation.checked_in','MARCO ADECER checked in to Room 110 at 2:05 PM','reservation',243,'Booking #2026-07-000216',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 19:57:31'),
(1105,'reservation.created','Reservation created for COQUILLA SUNIEL BUTAC — Room 405, Jul 7 to Jul 8, 2026 (1N)','reservation',244,'Booking #2026-07-000217',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-07 19:59:05'),
(1106,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',244,'Booking #2026-07-000217',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-07 19:59:14'),
(1107,'reservation.checked_in','COQUILLA SUNIEL BUTAC checked in to Room 405 at 7:59 PM','reservation',244,'Booking #2026-07-000217',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 19:59:17'),
(1108,'reservation.created','Reservation created for RAMIL ALIN — Room 315, Jul 7 to Jul 8, 2026 (1N)','reservation',245,'Booking #2026-07-000218',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-07 20:00:24'),
(1109,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',245,'Booking #2026-07-000218',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-07 20:00:39'),
(1110,'reservation.checked_in','RAMIL ALIN checked in to Room 315 at 3:24 PM','reservation',245,'Booking #2026-07-000218',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 20:00:49'),
(1111,'reservation.created','Reservation created for CHERYL LUARDO — Room 203, Jul 7 to Jul 8, 2026 (1N)','reservation',246,'Booking #2026-07-000219',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":1311.75,\"source\":\"Agoda\"}','2026-07-07 20:02:30'),
(1112,'reservation.payment_added','Payment of ₱1,311.75 recorded via Agoda Settlement','reservation',246,'Booking #2026-07-000219',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"1311.75\",\"method\":\"Agoda Settlement\"}','2026-07-07 20:03:03'),
(1113,'reservation.checked_in','CHERYL LUARDO checked in to Room 203 at 6:06 PM','reservation',246,'Booking #2026-07-000219',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 20:03:20'),
(1114,'reservation.created','Reservation created for ARLEEN FUENTES — Room 302, Jul 7 to Jul 8, 2026 (1N)','reservation',247,'Booking #2026-07-000220',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-07 20:04:30'),
(1115,'reservation.payment_added','Payment of ₱1,649.00 recorded via Cash','reservation',247,'Booking #2026-07-000220',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"1649\",\"method\":\"Cash\"}','2026-07-07 20:04:41'),
(1116,'reservation.checked_in','ARLEEN FUENTES checked in to Room 302 at 7:25 PM','reservation',247,'Booking #2026-07-000220',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 20:04:49'),
(1117,'reservation.created','Reservation created for ANGELEE LEVITA — Room 413, Jul 7 to Jul 8, 2026 (1N)','reservation',248,'Booking #2026-07-000221',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-07 20:05:48'),
(1118,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',248,'Booking #2026-07-000221',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-07 20:06:03'),
(1119,'reservation.checked_in','ANGELEE LEVITA checked in to Room 413 at 7:34 PM','reservation',248,'Booking #2026-07-000221',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 20:06:16'),
(1120,'reservation.created','Reservation created for JUN BERT LABIS — Room 308, Jul 7 to Jul 8, 2026 (1N)','reservation',249,'Booking #2026-07-000222',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-07 20:32:12'),
(1121,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',249,'Booking #2026-07-000222',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-07 20:32:23'),
(1122,'reservation.checked_in','JUN BERT LABIS checked in to Room 308 at 8:21 PM','reservation',249,'Booking #2026-07-000222',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 20:32:35'),
(1123,'reservation.checked_out','COQUILLA SUNIEL BUTAC checked out from Room 405 at 8:22 PM','reservation',244,'Booking #2026-07-000217',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 20:33:12'),
(1124,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 8h 46m)','shift',32,'Shift #32',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a573:4841:48b8:bb8a',NULL,'2026-07-07 22:24:51'),
(1125,'shift.opened','Resamie Reyes opened a Night shift','shift',33,'Shift #33',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 02:30:49'),
(1126,'reservation.created','Reservation created for Mark John Mangas — Room 401, Jul 7 to Jul 8, 2026 (1N)','reservation',250,'Booking #2026-07-000223',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-08 02:32:13'),
(1127,'reservation.checked_in','Mark John Mangas checked in to Room 401 at 10:07 PM','reservation',250,'Booking #2026-07-000223',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 02:32:45'),
(1128,'reservation.payment_added','Payment of ₱1,249.00 recorded via Cash','reservation',250,'Booking #2026-07-000223',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"1249\",\"method\":\"Cash\"}','2026-07-08 02:32:57'),
(1129,'reservation.created','Reservation created for Dante Soronio — Room 210, Jul 8 to Jul 9, 2026 (1N)','reservation',251,'Booking #2026-07-000224',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-08 02:34:25'),
(1130,'reservation.checked_in','Dante Soronio checked in to Room 210 at 9:54 PM','reservation',251,'Booking #2026-07-000224',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 02:34:51'),
(1131,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',251,'Booking #2026-07-000224',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-08 02:35:02'),
(1132,'reservation.updated','Reservation details updated — Dante Soronio, Room 210, Jul 7–Jul 8, 2026','reservation',251,'Booking #2026-07-000224',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 02:35:47'),
(1133,'reservation.created','Reservation created for Jaber Botawan — Room 307, Jul 7 to Jul 8, 2026 (1N)','reservation',252,'Booking #2026-07-000225',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-08 02:37:07'),
(1134,'reservation.checked_in','Jaber Botawan checked in to Room 307 at 8:50 PM','reservation',252,'Booking #2026-07-000225',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 02:37:27'),
(1135,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',252,'Booking #2026-07-000225',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-08 02:37:48'),
(1136,'reservation.checked_out','Dante Soronio checked out from Room 210 at 5:40 AM','reservation',251,'Booking #2026-07-000224',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 05:42:21'),
(1137,'shift.closed','Resamie Reyes closed a Night shift (duration: 3h 24m)','shift',33,'Shift #33',6,'Resamie Reyes','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 05:55:20'),
(1138,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',34,'Shift #34',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 06:26:17'),
(1139,'reservation.checked_out','Mark John Mangas checked out from Room 401 at 6:14 AM','reservation',250,'Booking #2026-07-000223',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 06:26:39'),
(1140,'reservation.checked_out','RAMIL ALIN checked out from Room 315 at 7:51 AM','reservation',245,'Booking #2026-07-000218',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 07:52:21'),
(1141,'reservation.checked_out','MARICHU OBSID checked out from Room 310 at 7:46 AM','reservation',224,'Booking #2026-07-000197',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 07:52:32'),
(1142,'reservation.checked_out','Christopher Pollo checked out from Room 414 at 7:46 PM','reservation',238,'Booking #2026-07-000211',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 07:53:16'),
(1143,'reservation.checked_out','MARICHU OBSID checked out from Room 406 at 8:12 AM','reservation',225,'Booking #2026-07-000198',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 08:12:13'),
(1144,'reservation.checked_out','JUN BERT LABIS checked out from Room 308 at 8:49 AM','reservation',249,'Booking #2026-07-000222',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 08:49:31'),
(1145,'reservation.checked_out','Jaber Botawan checked out from Room 307 at 10:15 AM','reservation',252,'Booking #2026-07-000225',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 10:15:15'),
(1146,'reservation.checked_out','Prexedes Ortiz checked out from Room 211 at 10:34 AM','reservation',211,'Booking #2026-07-000184',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 10:34:23'),
(1147,'reservation.extended','Stay extended: check-out moved from Jul 8, 2026 to Jul 9, 2026 (2 nights total, new total ₱1,398.00)','reservation',239,'Booking #2026-07-000212',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 11:11:54'),
(1148,'reservation.payment_added','Payment of ₱699.00 recorded via GCash (Ref: 0003000115810)','reservation',239,'Booking #2026-07-000212',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-08 11:12:33'),
(1149,'reservation.checked_out','MARCO ADECER checked out from Room 110 at 11:23 AM','reservation',243,'Booking #2026-07-000216',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 11:23:49'),
(1150,'reservation.checked_out','GERLIE BAZAR checked out from Room 112 at 11:33 AM','reservation',228,'Booking #2026-07-000201',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 11:33:15'),
(1151,'reservation.created','Reservation created for Helen Leopoldo — Room 301, Jul 8 to Jul 9, 2026 (1N)','reservation',253,'Booking #2026-07-000226',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-08 12:16:15'),
(1152,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',253,'Booking #2026-07-000226',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-08 12:16:24'),
(1153,'reservation.checked_in','Helen Leopoldo checked in to Room 301 at 12:14 PM','reservation',253,'Booking #2026-07-000226',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 12:16:32'),
(1154,'reservation.checked_out','ANGELEE LEVITA checked out from Room 413 at 12:31 PM','reservation',248,'Booking #2026-07-000221',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 12:31:08'),
(1155,'reservation.checked_out','SHEILA LABAJO checked out from Room 311 at 12:32 PM','reservation',242,'Booking #2026-07-000215',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 12:32:12'),
(1156,'reservation.checked_out','CHERYL LUARDO checked out from Room 203 at 12:32 PM','reservation',246,'Booking #2026-07-000219',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 12:33:00'),
(1157,'reservation.checked_out','ARLEEN FUENTES checked out from Room 302 at 12:33 PM','reservation',247,'Booking #2026-07-000220',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 12:33:12'),
(1158,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 7h 1m)','shift',34,'Shift #34',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 13:27:54'),
(1159,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',35,'Shift #35',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:07:42'),
(1160,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:10:49'),
(1161,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:10:54'),
(1162,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:11:11'),
(1163,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:11:18'),
(1164,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:11:29'),
(1165,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:11:41'),
(1166,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:11:55'),
(1167,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:12:15'),
(1168,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 14:12:36'),
(1169,'reservation.extended','Stay extended: check-out moved from Jul 8, 2026 to Jul 9, 2026 (3 nights total, new total ₱2,097.00)','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 15:26:19'),
(1170,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',219,'Booking #2026-07-000192',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-08 15:26:31'),
(1171,'reservation.extended','Stay extended: check-out moved from Jul 8, 2026 to Jul 9, 2026 (2 nights total, new total ₱1,798.00)','reservation',236,'Booking #2026-07-000209',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 16:21:54'),
(1172,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',236,'Booking #2026-07-000209',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-08 16:22:05'),
(1173,'reservation.created','Reservation created for MARK ANTHONY LAVAPIEZ — Room 110, Jul 8 to Jul 9, 2026 (1N)','reservation',254,'Booking #2026-07-000227',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-08 19:27:01'),
(1174,'reservation.payment_added','Payment of ₱719.20 recorded via Cash','reservation',254,'Booking #2026-07-000227',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"719.20\",\"method\":\"Cash\"}','2026-07-08 19:27:16'),
(1175,'reservation.checked_in','MARK ANTHONY LAVAPIEZ checked in to Room 110 at 2:47 PM','reservation',254,'Booking #2026-07-000227',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:27:25'),
(1176,'reservation.created','Reservation created for RENE CARTAGENA — Room 208, Jul 8 to Jul 9, 2026 (1N)','reservation',255,'Booking #2026-07-000228',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":439.19999999999998863131622783839702606201171875,\"source\":\"Agoda\"}','2026-07-08 19:29:20'),
(1177,'reservation.payment_added','Payment of ₱439.20 recorded via Agoda Settlement','reservation',255,'Booking #2026-07-000228',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"439.20\",\"method\":\"Agoda Settlement\"}','2026-07-08 19:29:34'),
(1178,'reservation.checked_in','RENE CARTAGENA checked in to Room 208 at 3:56 PM','reservation',255,'Booking #2026-07-000228',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:30:01'),
(1179,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:31:11'),
(1180,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:31:23'),
(1181,'room.clean','Room 211 marked clean and ready for sale','room',NULL,'Room 211',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:31:34'),
(1182,'room.clean','Room 302 marked clean and ready for sale','room',NULL,'Room 302',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:31:48'),
(1183,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:31:55'),
(1184,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:32:07'),
(1185,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:32:28'),
(1186,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:32:44'),
(1187,'reservation.created','Reservation created for ERNESTO RECIÑA — Room 308, Jul 8 to Jul 9, 2026 (1N)','reservation',256,'Booking #2026-07-000229',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-08 19:33:45'),
(1188,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',256,'Booking #2026-07-000229',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-08 19:33:56'),
(1189,'reservation.checked_in','ERNESTO RECIÑA checked in to Room 308 at 4:39 PM','reservation',256,'Booking #2026-07-000229',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:34:06'),
(1190,'reservation.created','Reservation created for KRIS JANE TAMPEPE — Room 112, Jul 8 to Jul 9, 2026 (1N)','reservation',257,'Booking #2026-07-000230',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Agoda\"}','2026-07-08 19:35:54'),
(1191,'reservation.payment_added','Payment of ₱899.00 recorded via Agoda Settlement','reservation',257,'Booking #2026-07-000230',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"899\",\"method\":\"Agoda Settlement\"}','2026-07-08 19:36:09'),
(1192,'reservation.checked_in','KRIS JANE TAMPEPE checked in to Room 112 at 4:47 PM','reservation',257,'Booking #2026-07-000230',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:36:23'),
(1193,'reservation.created','Reservation created for EDMUND JAMES SISMUNDO — Room 311, Jul 8 to Jul 9, 2026 (1N)','reservation',258,'Booking #2026-07-000231',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-08 19:37:10'),
(1194,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',258,'Booking #2026-07-000231',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-08 19:37:59'),
(1195,'reservation.checked_in','EDMUND JAMES SISMUNDO checked in to Room 311 at 5:17 PM','reservation',258,'Booking #2026-07-000231',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:38:11'),
(1196,'reservation.created','Reservation created for KENNETH JAY AÑANA — Room 405, Jul 8 to Jul 9, 2026 (1N)','reservation',259,'Booking #2026-07-000232',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-08 19:38:55'),
(1197,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',259,'Booking #2026-07-000232',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-08 19:39:06'),
(1198,'reservation.checked_in','KENNETH JAY AÑANA checked in to Room 405 at 6:11 PM','reservation',259,'Booking #2026-07-000232',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:39:18'),
(1199,'reservation.created','Reservation created for INTUNG BENZAR — Room 406, Jul 8 to Jul 9, 2026 (1N)','reservation',260,'Booking #2026-07-000233',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-08 19:40:08'),
(1200,'reservation.payment_added','Payment of ₱1,250.00 recorded via GCash','reservation',260,'Booking #2026-07-000233',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"1250\",\"method\":\"GCash\"}','2026-07-08 19:40:21'),
(1201,'reservation.checked_in','INTUNG BENZAR checked in to Room 406 at 6:32 PM','reservation',260,'Booking #2026-07-000233',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:40:37'),
(1202,'reservation.created','Reservation created for INTUNG BENZAR — Room 410, Jul 8 to Jul 9, 2026 (1N)','reservation',261,'Booking #2026-07-000234',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-08 19:44:16'),
(1203,'reservation.payment_added','Payment of ₱850.00 recorded via GCash','reservation',261,'Booking #2026-07-000234',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"850\",\"method\":\"GCash\"}','2026-07-08 19:44:33'),
(1204,'reservation.checked_in','INTUNG BENZAR checked in to Room 410 at 6:32 PM','reservation',261,'Booking #2026-07-000234',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:44:43'),
(1205,'reservation.created','Reservation created for GIAN PESCADERO — Room 205, Jul 8 to Jul 9, 2026 (1N)','reservation',262,'Booking #2026-07-000235',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Agoda\"}','2026-07-08 19:46:17'),
(1206,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',262,'Booking #2026-07-000235',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-08 19:46:38'),
(1207,'reservation.checked_in','GIAN PESCADERO checked in to Room 205 at 6:55 PM','reservation',262,'Booking #2026-07-000235',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:51:42'),
(1208,'reservation.created','Reservation created for ALLAN YAP — Room 303, Jul 8 to Jul 9, 2026 (1N)','reservation',263,'Booking #2026-07-000236',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-08 19:53:27'),
(1209,'reservation.payment_added','Payment of ₱899.00 recorded via GCash (Ref: 7042680842063)','reservation',263,'Booking #2026-07-000236',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-08 19:54:15'),
(1210,'reservation.checked_in','ALLAN YAP checked in to Room 303 at 7:12 PM','reservation',263,'Booking #2026-07-000236',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:54:28'),
(1211,'reservation.created','Reservation created for MA.ZSAKHARA EDILMAY — Room 310, Jul 8 to Jul 9, 2026 (1N)','reservation',264,'Booking #2026-07-000237',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-08 19:57:51'),
(1212,'reservation.payment_added','Payment of ₱1,449.00 recorded via GCash (Ref: 7042680257730)','reservation',264,'Booking #2026-07-000237',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"1449\",\"method\":\"GCash\"}','2026-07-08 19:58:51'),
(1213,'reservation.checked_in','MA.ZSAKHARA EDILMAY checked in to Room 310 at 7:23 PM','reservation',264,'Booking #2026-07-000237',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 19:59:02'),
(1214,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 8h 1m)','shift',35,'Shift #35',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 22:09:26'),
(1215,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',36,'Shift #36',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 22:11:54'),
(1216,'reservation.created','Reservation created for RENANTE TUBANIA — Room 307, Jul 8 to Jul 9, 2026 (1N)','reservation',265,'Booking #2026-07-000238',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-08 22:58:09'),
(1217,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',265,'Booking #2026-07-000238',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-08 22:58:19'),
(1218,'reservation.checked_in','RENANTE TUBANIA checked in to Room 307 at 8:16 PM','reservation',265,'Booking #2026-07-000238',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 22:58:46'),
(1219,'reservation.created','Reservation created for GAKIN YAP — Room 114, Jul 8 to Jul 9, 2026 (1N)','reservation',266,'Booking #2026-07-000239',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-08 23:00:52'),
(1220,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',266,'Booking #2026-07-000239',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-08 23:01:08'),
(1221,'reservation.checked_in','GAKIN YAP checked in to Room 114 at 9:55 PM','reservation',266,'Booking #2026-07-000239',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 23:01:34'),
(1222,'reservation.created','Reservation created for GESHE ALJAS — Room 315, Jul 8 to Jul 9, 2026 (1N)','reservation',267,'Booking #2026-07-000240',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-08 23:02:47'),
(1223,'reservation.payment_added','Payment of ₱674.25 recorded via Cash','reservation',267,'Booking #2026-07-000240',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"674.25\",\"method\":\"Cash\"}','2026-07-08 23:02:59'),
(1224,'reservation.checked_in','GESHE ALJAS checked in to Room 315 at 10:15 PM','reservation',267,'Booking #2026-07-000240',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 23:03:18'),
(1225,'reservation.created','Reservation created for DENHIL JANE RODRIGUEZ — Room 401, Jul 8 to Jul 9, 2026 (1N)','reservation',268,'Booking #2026-07-000241',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"status\":\"confirmed\",\"amount\":1011.75,\"source\":\"Agoda\"}','2026-07-08 23:04:12'),
(1226,'reservation.payment_added','Payment of ₱1,011.75 recorded via Agoda Settlement','reservation',268,'Booking #2026-07-000241',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484','{\"amount\":\"1011.75\",\"method\":\"Agoda Settlement\"}','2026-07-08 23:04:27'),
(1227,'reservation.checked_in','DENHIL JANE RODRIGUEZ checked in to Room 401 at 10:52 PM','reservation',268,'Booking #2026-07-000241',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:d02b:6456:158f:7484',NULL,'2026-07-08 23:04:45'),
(1228,'reservation.checked_out','MA.ZSAKHARA EDILMAY checked out from Room 310 at 5:25 AM','reservation',264,'Booking #2026-07-000237',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 05:41:05'),
(1229,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 7h 45m)','shift',36,'Shift #36',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 05:57:05'),
(1230,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',37,'Shift #37',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 06:21:45'),
(1231,'reservation.checked_in','Frederick Gomez checked in to Room 117 at 6:05 AM','reservation',234,'Booking #2026-07-000207',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 06:22:39'),
(1232,'reservation.checked_out','GESHE ALJAS checked out from Room 315 at 7:13 AM','reservation',267,'Booking #2026-07-000240',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 07:14:07'),
(1233,'reservation.checked_out','RENE CARTAGENA checked out from Room 208 at 7:31 AM','reservation',255,'Booking #2026-07-000228',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 07:31:37'),
(1234,'reservation.payment_added','Payment of ₱288.00 recorded via Cash','reservation',263,'Booking #2026-07-000236',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"288\",\"method\":\"Cash\"}','2026-07-09 07:46:00'),
(1235,'reservation.checked_out','ALLAN YAP checked out from Room 303 at 7:46 AM','reservation',263,'Booking #2026-07-000236',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 07:46:06'),
(1236,'reservation.checked_out','ERNESTO RECIÑA checked out from Room 308 at 8:40 AM','reservation',256,'Booking #2026-07-000229',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 08:40:32'),
(1237,'reservation.payment_added','Payment of ₱2,529.00 recorded via Cash','reservation',213,'Booking #2026-07-000186',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"2529\",\"method\":\"Cash\"}','2026-07-09 08:51:12'),
(1238,'reservation.checked_out','Geovani Campano checked out from Room 103 at 8:51 AM','reservation',213,'Booking #2026-07-000186',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 08:51:21'),
(1239,'reservation.payment_added','Payment of ₱1,099.00 recorded via Cash','reservation',233,'Booking #2026-07-000206',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"1099\",\"method\":\"Cash\"}','2026-07-09 08:56:07'),
(1240,'reservation.checked_in','Coy Espinas checked in to Room 405 at 8:53 AM','reservation',233,'Booking #2026-07-000206',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 08:56:14'),
(1241,'reservation.checked_out','KRIS JANE TAMPEPE checked out from Room 112 at 9:13 AM','reservation',257,'Booking #2026-07-000230',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 09:13:19'),
(1242,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 09:13:42'),
(1243,'reservation.created','Reservation created for Kris Jane Tampepe — Room 112, Jul 9 to Jul 13, 2026 (4N)','reservation',269,'Booking #2026-07-000242',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":3396,\"source\":\"Walk-in\"}','2026-07-09 09:14:26'),
(1244,'reservation.payment_added','Payment of ₱3,396.00 recorded via GCash (Ref: 8042695062218)','reservation',269,'Booking #2026-07-000242',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"3396\",\"method\":\"GCash\"}','2026-07-09 09:14:58'),
(1245,'reservation.checked_in','Kris Jane Tampepe checked in to Room 112 at 9:15 AM','reservation',269,'Booking #2026-07-000242',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 09:15:02'),
(1246,'reservation.checked_out','Lendie Francisco checked out from Room 201 at 9:27 AM','reservation',236,'Booking #2026-07-000209',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 09:27:22'),
(1247,'reservation.checked_out','KENNETH JAY AÑANA checked out from Room 405 at 11:21 PM','reservation',259,'Booking #2026-07-000232',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 09:28:22'),
(1248,'reservation.checked_out','Joylyn Peral checked out from Room 318 at 9:51 AM','reservation',217,'Booking #2026-07-000190',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 09:51:12'),
(1249,'reservation.checked_out','Jonas Belarmino checked out from Room 407 at 10:01 AM','reservation',212,'Booking #2026-07-000185',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 10:01:57'),
(1250,'reservation.checked_out','EDMUND JAMES SISMUNDO checked out from Room 311 at 10:06 AM','reservation',258,'Booking #2026-07-000231',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 10:06:21'),
(1251,'reservation.extended','Stay extended: check-out moved from Jul 9, 2026 to Jul 10, 2026 (2 nights total, new total ₱2,498.00)','reservation',260,'Booking #2026-07-000233',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 10:23:26'),
(1252,'reservation.payment_added','Payment of ₱1,249.00 recorded via Cash','reservation',260,'Booking #2026-07-000233',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"1249\",\"method\":\"Cash\"}','2026-07-09 10:23:39'),
(1253,'reservation.extended','Stay extended: check-out moved from Jul 9, 2026 to Jul 10, 2026 (2 nights total, new total ₱1,698.00)','reservation',261,'Booking #2026-07-000234',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 10:24:04'),
(1254,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',261,'Booking #2026-07-000234',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-09 10:24:13'),
(1255,'reservation.checked_out','Elmer Jabunillo checked out from Room 117 at 11:14 AM','reservation',239,'Booking #2026-07-000212',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 11:14:27'),
(1256,'reservation.checked_out','JERSON MAZON ORILLA checked out from Room 207 at 11:30 AM','reservation',219,'Booking #2026-07-000192',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 11:30:14'),
(1257,'reservation.checked_out','MARK ANTHONY LAVAPIEZ checked out from Room 110 at 11:37 AM','reservation',254,'Booking #2026-07-000227',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 11:37:42'),
(1258,'reservation.checked_out','DENHIL JANE RODRIGUEZ checked out from Room 401 at 11:38 AM','reservation',268,'Booking #2026-07-000241',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 11:38:45'),
(1259,'reservation.checked_out','RENANTE TUBANIA checked out from Room 307 at 11:49 AM','reservation',265,'Booking #2026-07-000238',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 11:49:58'),
(1260,'reservation.checked_out','GIAN PESCADERO checked out from Room 205 at 10:08 AM','reservation',262,'Booking #2026-07-000235',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 11:51:32'),
(1261,'reservation.checked_out','GAKIN YAP checked out from Room 114 at 12:05 PM','reservation',266,'Booking #2026-07-000239',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 12:05:55'),
(1262,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 12:58:14'),
(1263,'reservation.created','Reservation created for Arian Aguirre — Room 315, Jul 9 to Jul 10, 2026 (1N)','reservation',270,'Booking #2026-07-000243',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-09 12:59:13'),
(1264,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',270,'Booking #2026-07-000243',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-09 12:59:21'),
(1265,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 6h 55m)','shift',37,'Shift #37',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 13:17:22'),
(1266,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',38,'Shift #38',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 14:31:33'),
(1267,'reservation.checked_in','Arian Aguirre checked in to Room 315 at 12:13 PM','reservation',270,'Booking #2026-07-000243',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 16:31:32'),
(1268,'reservation.extended','Stay extended: check-out moved from Jul 9, 2026 to Jul 10, 2026 (3 nights total, new total ₱1,797.60)','reservation',240,'Booking #2026-07-000213',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 16:32:59'),
(1269,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',240,'Booking #2026-07-000213',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-09 16:33:21'),
(1270,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:30:04'),
(1271,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:30:07'),
(1272,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:30:10'),
(1273,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:30:13'),
(1274,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:31:03'),
(1275,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:31:08'),
(1276,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:31:13'),
(1277,'room.clean','Room 208 marked clean and ready for sale','room',NULL,'Room 208',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:31:18'),
(1278,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:32:20'),
(1279,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:32:33'),
(1280,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:32:37'),
(1281,'room.clean','Room 309 marked clean and ready for sale','room',NULL,'Room 309',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:32:40'),
(1282,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:32:43'),
(1283,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:32:46'),
(1284,'room.clean','Room 318 marked clean and ready for sale','room',NULL,'Room 318',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:32:53'),
(1285,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:33:07'),
(1286,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:35:13'),
(1287,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 18:35:51'),
(1288,'reservation.created','Reservation created for JESSA BAGUIO — Room 310, Jul 9 to Jul 10, 2026 (1N)','reservation',271,'Booking #2026-07-000244',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":1159.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-09 19:20:32'),
(1289,'reservation.payment_added','Payment of ₱1,159.20 recorded via Agoda Settlement','reservation',271,'Booking #2026-07-000244',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"1159.20\",\"method\":\"Agoda Settlement\"}','2026-07-09 19:20:44'),
(1290,'reservation.checked_in','JESSA BAGUIO checked in to Room 310 at 1:59 PM','reservation',271,'Booking #2026-07-000244',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 19:21:24'),
(1291,'reservation.created','Reservation created for NIEL ORVILLE ERMAC — Room 414, Jul 9 to Jul 10, 2026 (1N)','reservation',272,'Booking #2026-07-000245',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-09 19:23:20'),
(1292,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',272,'Booking #2026-07-000245',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-09 19:23:40'),
(1293,'reservation.checked_in','NIEL ORVILLE ERMAC checked in to Room 414 at 2:05 PM','reservation',272,'Booking #2026-07-000245',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 19:23:49'),
(1294,'reservation.created','Reservation created for JESIEL SUGALANG — Room 404, Jul 9 to Jul 10, 2026 (1N)','reservation',273,'Booking #2026-07-000246',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-09 19:25:12'),
(1295,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',273,'Booking #2026-07-000246',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-09 19:25:40'),
(1296,'reservation.checked_in','JESIEL SUGALANG checked in to Room 404 at 2:16 PM','reservation',273,'Booking #2026-07-000246',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 19:25:50'),
(1297,'reservation.created','Reservation created for MYLENE ABAO — Room 204, Jul 9 to Jul 10, 2026 (1N)','reservation',274,'Booking #2026-07-000247',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Agoda\"}','2026-07-09 19:37:29'),
(1298,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',274,'Booking #2026-07-000247',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-09 19:37:47'),
(1299,'reservation.checked_in','MYLENE ABAO checked in to Room 204 at 2:46 PM','reservation',274,'Booking #2026-07-000247',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 19:37:57'),
(1300,'reservation.created','Reservation created for DENVER DALIGIDIG — Room 103, Jul 9 to Jul 10, 2026 (1N) [Group GRP-2026-000004]','reservation',275,'Booking #2026-07-000248',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Agoda\"}','2026-07-09 19:39:33'),
(1301,'reservation.created','Reservation created for DENVER DALIGIDIG — Room 114, Jul 9 to Jul 10, 2026 (1N) [Group GRP-2026-000004]','reservation',276,'Booking #2026-07-000249',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-09 19:39:33'),
(1302,'reservation.updated','Reservation details updated — DENVER DALIGIDIG, Room 114, Jul 9–Jul 12, 2026','reservation',276,'Booking #2026-07-000249',1,'System Administrator','2001:4455:6bc:7e00:db2:79ca:4d44:be28',NULL,'2026-07-09 19:47:00'),
(1303,'reservation.updated','Reservation details updated — DENVER DALIGIDIG, Room 114, Jul 9–Jul 12, 2026','reservation',276,'Booking #2026-07-000249',1,'System Administrator','2001:4455:6bc:7e00:db2:79ca:4d44:be28',NULL,'2026-07-09 19:47:49'),
(1304,'reservation.updated','Reservation details updated — DENVER DALIGIDIG, Room 103, Jul 9–Jul 12, 2026','reservation',275,'Booking #2026-07-000248',1,'System Administrator','2001:4455:6bc:7e00:db2:79ca:4d44:be28',NULL,'2026-07-09 19:49:38'),
(1305,'reservation.payment_added','Payment of ₱2,157.60 recorded via Cash','reservation',276,'Booking #2026-07-000249',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"2157.60\",\"method\":\"Cash\"}','2026-07-09 19:50:26'),
(1306,'reservation.checked_in','DENVER DALIGIDIG checked in to Room 114 at 3:45 PM','reservation',276,'Booking #2026-07-000249',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 19:59:11'),
(1307,'reservation.payment_added','Payment of ₱1,797.60 recorded via Agoda Settlement','reservation',275,'Booking #2026-07-000248',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"1797.60\",\"method\":\"Agoda Settlement\"}','2026-07-09 20:02:58'),
(1308,'reservation.checked_in','DENVER DALIGIDIG checked in to Room 103 at 3:45 PM','reservation',275,'Booking #2026-07-000248',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 20:03:09'),
(1309,'reservation.created','Reservation created for SHEILA LABAJO — Room 311, Jul 9 to Jul 10, 2026 (1N)','reservation',277,'Booking #2026-07-000250',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-09 20:06:39'),
(1310,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',277,'Booking #2026-07-000250',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-09 20:06:49'),
(1311,'reservation.checked_in','SHEILA LABAJO checked in to Room 311 at 5:29 PM','reservation',277,'Booking #2026-07-000250',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 20:16:32'),
(1312,'reservation.created','Reservation created for ART AGRAVANTE — Room 402, Jul 9 to Jul 14, 2026 (5N)','reservation',278,'Booking #2026-07-000251',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":7496.25,\"source\":\"Agoda\"}','2026-07-09 20:29:36'),
(1313,'reservation.payment_added','Payment of ₱7,496.25 recorded via Agoda Settlement','reservation',278,'Booking #2026-07-000251',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"7496.25\",\"method\":\"Agoda Settlement\"}','2026-07-09 20:29:52'),
(1314,'reservation.checked_in','ART AGRAVANTE checked in to Room 402 at 8:10 PM','reservation',278,'Booking #2026-07-000251',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 20:31:36'),
(1315,'reservation.created','Reservation created for ARMANDO DEVARAS — Room 401, Jul 9 to Jul 11, 2026 (2N)','reservation',279,'Booking #2026-07-000252',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":2498,\"source\":\"Walk-in\"}','2026-07-09 20:33:59'),
(1316,'reservation.payment_added','Payment of ₱2,498.00 recorded via Cash','reservation',279,'Booking #2026-07-000252',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"2498\",\"method\":\"Cash\"}','2026-07-09 20:35:28'),
(1317,'reservation.checked_in','ARMANDO DEVARAS checked in to Room 401 at 8:10 PM','reservation',279,'Booking #2026-07-000252',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 20:35:38'),
(1318,'reservation.extended','Stay extended: check-out moved from Jul 9, 2026 to Jul 10, 2026 (2 nights total, new total ₱1,798.00)','reservation',253,'Booking #2026-07-000226',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 20:47:37'),
(1319,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',253,'Booking #2026-07-000226',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-09 20:49:04'),
(1320,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 8h 5m)','shift',38,'Shift #38',7,'Veberly Tabuñar','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 22:37:19'),
(1321,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',39,'Shift #39',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 22:39:00'),
(1322,'reservation.created','Reservation created for JON HENDRIX BLANCO — Room 408, Jul 9 to Jul 10, 2026 (1N)','reservation',280,'Booking #2026-07-000253',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-09 22:39:37'),
(1323,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',280,'Booking #2026-07-000253',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-09 22:39:51'),
(1324,'reservation.checked_in','JON HENDRIX BLANCO checked in to Room 408 at 9:08 PM','reservation',280,'Booking #2026-07-000253',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 22:40:20'),
(1325,'reservation.created','Reservation created for MELFALYN IBNO — Room 107, Jul 9 to Jul 10, 2026 (1N)','reservation',281,'Booking #2026-07-000254',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-09 22:41:29'),
(1326,'reservation.payment_added','Payment of ₱1,749.00 recorded via Cash','reservation',281,'Booking #2026-07-000254',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"1749\",\"method\":\"Cash\"}','2026-07-09 22:42:19'),
(1327,'reservation.checked_in','MELFALYN IBNO checked in to Room 107 at 10:00 PM','reservation',281,'Booking #2026-07-000254',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 22:42:32'),
(1328,'reservation.created','Reservation created for MELFALYN IBNO — Room 308, Jul 9 to Jul 10, 2026 (1N)','reservation',282,'Booking #2026-07-000255',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-09 22:43:23'),
(1329,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',282,'Booking #2026-07-000255',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-09 22:43:34'),
(1330,'reservation.checked_in','MELFALYN IBNO checked in to Room 308 at 10:00 PM','reservation',282,'Booking #2026-07-000255',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 22:43:47'),
(1331,'reservation.created','Reservation created for MELFALYN IBNO — Room 201, Jul 9 to Jul 10, 2026 (1N)','reservation',283,'Booking #2026-07-000256',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-09 22:45:42'),
(1332,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',283,'Booking #2026-07-000256',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-09 22:45:53'),
(1333,'reservation.checked_in','MELFALYN IBNO checked in to Room 201 at 10:00 PM','reservation',283,'Booking #2026-07-000256',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:2d2e:f30c:f4f1:d14e',NULL,'2026-07-09 22:46:05'),
(1334,'reservation.created','Reservation created for PAUL MARTIN ANDUTAN — Room 207, Jul 10 to Jul 11, 2026 (1N)','reservation',284,'Booking #2026-07-000257',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Agoda\"}','2026-07-10 05:25:44'),
(1335,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',284,'Booking #2026-07-000257',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-10 05:25:59'),
(1336,'reservation.checked_in','PAUL MARTIN ANDUTAN checked in to Room 207 at 2:59 AM','reservation',284,'Booking #2026-07-000257',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 05:26:15'),
(1337,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 7h 20m)','shift',39,'Shift #39',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 05:59:55'),
(1338,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',40,'Shift #40',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 06:26:24'),
(1339,'reservation.checked_out','JESIEL SUGALANG checked out from Room 404 at 7:14 AM','reservation',273,'Booking #2026-07-000246',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 07:14:31'),
(1340,'reservation.checked_out','JESSA BAGUIO checked out from Room 310 at 8:15 AM','reservation',271,'Booking #2026-07-000244',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 08:15:32'),
(1341,'reservation.payment_added','Payment of ₱1,449.00 recorded via GCash (Ref: 5042725284884)','reservation',237,'Booking #2026-07-000210',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"1449\",\"method\":\"GCash\"}','2026-07-10 08:17:04'),
(1342,'reservation.checked_out','MYLENE ABAO checked out from Room 204 at 8:17 AM','reservation',274,'Booking #2026-07-000247',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 08:17:57'),
(1343,'reservation.checked_out','MELFALYN IBNO checked out from Room 308 at 8:35 AM','reservation',282,'Booking #2026-07-000255',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 08:35:49'),
(1344,'reservation.checked_out','MELFALYN IBNO checked out from Room 201 at 8:35 AM','reservation',283,'Booking #2026-07-000256',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 08:36:13'),
(1345,'reservation.checked_out','MELFALYN IBNO checked out from Room 107 at 8:36 AM','reservation',281,'Booking #2026-07-000254',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 08:36:22'),
(1346,'reservation.checked_out','NEIL ANTHONY CASSION checked out from Room 403 at 12:00 PM','reservation',229,'Booking #2026-07-000202',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 09:45:48'),
(1347,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 09:46:07'),
(1348,'reservation.created','Reservation created for Neil Anthony Cassion — Room 403, Jul 9 to Jul 11, 2026 (2N)','reservation',285,'Booking #2026-07-000258',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":1798,\"source\":\"Walk-in\"}','2026-07-10 09:47:27'),
(1349,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',285,'Booking #2026-07-000258',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-10 09:47:49'),
(1350,'reservation.checked_in','Neil Anthony Cassion checked in to Room 403 at 9:47 AM','reservation',285,'Booking #2026-07-000258',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 09:47:54'),
(1351,'reservation.created','Reservation created for Edgar Paz — Room 210, Jul 10 to Jul 11, 2026 (1N)','reservation',286,'Booking #2026-07-000259',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-10 10:07:41'),
(1352,'reservation.payment_added','Payment of ₱799.00 recorded via Cash','reservation',286,'Booking #2026-07-000259',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"799\",\"method\":\"Cash\"}','2026-07-10 10:08:03'),
(1353,'reservation.checked_in','Edgar Paz checked in to Room 210 at 10:05 AM','reservation',286,'Booking #2026-07-000259',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 10:08:19'),
(1354,'reservation.room_transferred','Room transferred: 210 → 307 — Upgrade','reservation',286,'Booking #2026-07-000259',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"from\":\"210\",\"to\":\"307\",\"reason\":\"Upgrade\"}','2026-07-10 10:12:29'),
(1355,'reservation.payment_added','Payment of ₱200.00 recorded via Cash','reservation',286,'Booking #2026-07-000259',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"200\",\"method\":\"Cash\"}','2026-07-10 10:13:10'),
(1356,'reservation.checked_out','NIEL ORVILLE ERMAC checked out from Room 414 at 11:13 AM','reservation',272,'Booking #2026-07-000245',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 11:14:01'),
(1357,'reservation.checked_out','JON HENDRIX BLANCO checked out from Room 408 at 11:22 AM','reservation',280,'Booking #2026-07-000253',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 11:52:42'),
(1358,'reservation.checked_out','INTUNG BENZAR checked out from Room 406 at 11:52 AM','reservation',260,'Booking #2026-07-000233',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 11:53:08'),
(1359,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 11:53:29'),
(1360,'reservation.room_transferred','Room transferred: 315 → 404 — Guest Request','reservation',270,'Booking #2026-07-000243',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"from\":\"315\",\"to\":\"404\",\"reason\":\"Guest Request\"}','2026-07-10 11:53:54'),
(1361,'reservation.extended','Stay extended: check-out moved from Jul 10, 2026 to Jul 11, 2026 (2 nights total, new total ₱1,698.00)','reservation',270,'Booking #2026-07-000243',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 11:54:07'),
(1362,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',270,'Booking #2026-07-000243',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-10 11:54:15'),
(1363,'reservation.checked_out','INTUNG BENZAR checked out from Room 410 at 11:52 PM','reservation',261,'Booking #2026-07-000234',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 12:02:34'),
(1364,'reservation.created','Reservation created for Noel Morta — Room 101, Jul 10 to Jul 11, 2026 (1N)','reservation',287,'Booking #2026-07-000260',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-10 12:19:06'),
(1365,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',287,'Booking #2026-07-000260',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-10 12:19:19'),
(1366,'reservation.checked_in','Noel Morta checked in to Room 101 at 11:46 AM','reservation',287,'Booking #2026-07-000260',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 12:19:27'),
(1367,'reservation.checked_out','Helen Leopoldo checked out from Room 301 at 12:20 PM','reservation',253,'Booking #2026-07-000226',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 12:20:19'),
(1368,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 12:20:50'),
(1369,'reservation.payment_added','Payment of ₱100.00 recorded via Cash','reservation',277,'Booking #2026-07-000250',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"100\",\"method\":\"Cash\"}','2026-07-10 13:01:35'),
(1370,'reservation.checked_out','SHEILA LABAJO checked out from Room 311 at 1:01 PM','reservation',277,'Booking #2026-07-000250',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 13:01:42'),
(1371,'reservation.payment_added','Payment of ₱100.00 recorded via Cash','reservation',284,'Booking #2026-07-000257',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"100\",\"method\":\"Cash\"}','2026-07-10 13:03:08'),
(1372,'reservation.checked_out','PAUL MARTIN ANDUTAN checked out from Room 207 at 1:03 PM','reservation',284,'Booking #2026-07-000257',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 13:03:13'),
(1373,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 8h 15m)','shift',40,'Shift #40',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 14:42:18'),
(1374,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',41,'Shift #41',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 16:02:11'),
(1375,'reservation.checked_in','Josie Ariel Sagayan checked in to Room 303 at 3:33 PM','reservation',216,'Booking #2026-07-000189',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 16:03:40'),
(1376,'reservation.room_transferred','Room transferred: 303 → 407 — Guest Request','reservation',216,'Booking #2026-07-000189',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"from\":\"303\",\"to\":\"407\",\"reason\":\"Guest Request\"}','2026-07-10 16:03:58'),
(1377,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',216,'Booking #2026-07-000189',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-10 16:04:18'),
(1378,'reservation.checked_in','Erwin Melendez checked in to Room 107 at 3:54 PM','reservation',237,'Booking #2026-07-000210',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 16:04:44'),
(1379,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 18:10:35'),
(1380,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 18:10:40'),
(1381,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 18:10:45'),
(1382,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 18:10:52'),
(1383,'reservation.room_transferred','Room transferred: 102 → 204 — Other (Internet Connection)','reservation',136,'Booking #2026-07-000109',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"from\":\"102\",\"to\":\"204\",\"reason\":\"Other\"}','2026-07-10 18:11:36'),
(1384,'reservation.checked_out','Aiza Rodriguez checked out from Room 202 at 2:00 PM','reservation',240,'Booking #2026-07-000213',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:47:50'),
(1385,'room.clean','Room 202 marked clean and ready for sale','room',NULL,'Room 202',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:04'),
(1386,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:08'),
(1387,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:13'),
(1388,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:17'),
(1389,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:22'),
(1390,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:26'),
(1391,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:29'),
(1392,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:33'),
(1393,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:37'),
(1394,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:48:40'),
(1395,'reservation.created','Reservation created for Aiza Rodriguez — Room 202, Jul 9 to Jul 10, 2026 (1N)','reservation',288,'Booking #2026-07-000261',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-10 19:49:29'),
(1396,'reservation.checked_in','Aiza Rodriguez checked in to Room 202 at 12:00 PM','reservation',288,'Booking #2026-07-000261',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:50:02'),
(1397,'reservation.payment_added','Payment of ₱699.00 recorded via GCash (Ref: UB952491)','reservation',288,'Booking #2026-07-000261',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-10 19:50:41'),
(1398,'reservation.extended','Stay extended: check-out moved from Jul 10, 2026 to Jul 11, 2026 (2 nights total, new total ₱1,798.00)','reservation',233,'Booking #2026-07-000206',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 19:51:42'),
(1399,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',233,'Booking #2026-07-000206',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-10 19:51:51'),
(1400,'reservation.created','Reservation created for Prince Lloyd Ladera — Room 308, Jul 10 to Jul 11, 2026 (1N)','reservation',289,'Booking #2026-07-000262',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-10 20:08:47'),
(1401,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',289,'Booking #2026-07-000262',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-10 20:09:00'),
(1402,'reservation.checked_in','Prince Lloyd Ladera checked in to Room 308 at 1:31 PM','reservation',289,'Booking #2026-07-000262',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:09:20'),
(1403,'reservation.checked_out','Prince Lloyd Ladera checked out from Room 308 at 5:53 PM','reservation',289,'Booking #2026-07-000262',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:09:47'),
(1404,'reservation.created','Reservation created for Parker Bolanio — Room 110, Jul 10 to Jul 11, 2026 (1N)','reservation',290,'Booking #2026-07-000263',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Walk-in\"}','2026-07-10 20:12:36'),
(1405,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',290,'Booking #2026-07-000263',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-10 20:12:48'),
(1406,'reservation.checked_in','Parker Bolanio checked in to Room 110 at 3:46 PM','reservation',290,'Booking #2026-07-000263',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:13:06'),
(1407,'reservation.checked_out','Edgar Paz checked out from Room 307 at 12:28 PM','reservation',286,'Booking #2026-07-000259',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:17:59'),
(1408,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:18:22'),
(1409,'reservation.created','Reservation created for Erwin Valledor — Room 307, Jul 10 to Jul 11, 2026 (1N)','reservation',291,'Booking #2026-07-000264',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-10 20:19:04'),
(1410,'reservation.checked_in','Erwin Valledor checked in to Room 307 at 5:57 PM','reservation',291,'Booking #2026-07-000264',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:19:34'),
(1411,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',291,'Booking #2026-07-000264',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-10 20:19:52'),
(1412,'reservation.checked_out','Erwin Valledor checked out from Room 307 at 6:09 PM','reservation',291,'Booking #2026-07-000264',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:20:30'),
(1413,'reservation.created','Reservation created for Fezy Lendi — Room 309, Jul 10 to Jul 11, 2026 (1N)','reservation',292,'Booking #2026-07-000265',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-10 20:25:08'),
(1414,'reservation.checked_in','Fezy Lendi checked in to Room 309 at 8:02 PM','reservation',292,'Booking #2026-07-000265',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:25:28'),
(1415,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',292,'Booking #2026-07-000265',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-10 20:25:37'),
(1416,'reservation.created','Reservation created for Klarizz Sheena Lagas — Room 310, Jul 10 to Jul 12, 2026 (2N) [Group GRP-2026-000005]','reservation',293,'Booking #2026-07-000266',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":2318.40000000000009094947017729282379150390625,\"source\":\"Walk-in\"}','2026-07-10 20:39:47'),
(1417,'reservation.created','Reservation created for Klarizz Sheena Lagas — Room 312, Jul 10 to Jul 12, 2026 (2N) [Group GRP-2026-000005]','reservation',294,'Booking #2026-07-000267',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":1038.40000000000009094947017729282379150390625,\"source\":\"Walk-in\"}','2026-07-10 20:39:47'),
(1418,'reservation.checked_in','Klarizz Sheena Lagas checked in to Room 310 at 8:37 PM','reservation',293,'Booking #2026-07-000266',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:40:22'),
(1419,'reservation.checked_in','Klarizz Sheena Lagas checked in to Room 312 at 8:37 PM','reservation',294,'Booking #2026-07-000267',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 20:40:39'),
(1420,'reservation.payment_added','Payment of ₱1,038.40 recorded via Agoda Settlement','reservation',294,'Booking #2026-07-000267',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"1038.40\",\"method\":\"Agoda Settlement\"}','2026-07-10 22:02:09'),
(1421,'reservation.payment_added','Payment of ₱2,318.40 recorded via Agoda Settlement','reservation',293,'Booking #2026-07-000266',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"2318.40\",\"method\":\"Agoda Settlement\"}','2026-07-10 22:02:40'),
(1422,'shift.closed','Resamie Reyes closed a Afternoon shift (duration: 6h 0m)','shift',41,'Shift #41',6,'Resamie Reyes','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 22:03:01'),
(1423,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',42,'Shift #42',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 22:06:50'),
(1424,'reservation.created','Reservation created for TINY ROSHIL MENDOZA — Room 205, Jul 10 to Jul 11, 2026 (1N)','reservation',295,'Booking #2026-07-000268',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-10 22:13:04'),
(1425,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',295,'Booking #2026-07-000268',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-10 22:13:14'),
(1426,'reservation.checked_in','TINY ROSHIL MENDOZA checked in to Room 205 at 9:59 PM','reservation',295,'Booking #2026-07-000268',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-10 22:13:27'),
(1427,'reservation.created','Reservation created for JENSAV AGPASA — Room 305, Jul 10 to Jul 13, 2026 (3N)','reservation',296,'Booking #2026-07-000269',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"status\":\"confirmed\",\"amount\":1557.600000000000136424205265939235687255859375,\"source\":\"Agoda\"}','2026-07-11 00:17:32'),
(1428,'reservation.payment_added','Payment of ₱1,557.60 recorded via Cash','reservation',296,'Booking #2026-07-000269',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953','{\"amount\":\"1557.60\",\"method\":\"Cash\"}','2026-07-11 00:17:53'),
(1429,'reservation.checked_in','JENSAV AGPASA checked in to Room 305 at 12:13 AM','reservation',296,'Booking #2026-07-000269',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:fd37:b29f:cad5:5953',NULL,'2026-07-11 00:18:08'),
(1430,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 7h 25m)','shift',42,'Shift #42',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 05:32:26'),
(1431,'shift.opened','Erika Galit opened a Morning shift','shift',43,'Shift #43',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 06:01:00'),
(1432,'reservation.checked_out','Parker Bolanio checked out from Room 110 at 8:37 AM','reservation',290,'Booking #2026-07-000263',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 09:34:43'),
(1433,'reservation.checked_out','Arian Aguirre checked out from Room 404 at 8:59 AM','reservation',270,'Booking #2026-07-000243',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 09:36:00'),
(1434,'reservation.payment_added','Payment of ₱899.00 recorded via GCash (Ref: 00089400)','reservation',285,'Booking #2026-07-000258',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-11 09:42:05'),
(1435,'reservation.checked_out','ARMANDO DEVARAS checked out from Room 401 at 10:52 AM','reservation',279,'Booking #2026-07-000252',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 10:59:45'),
(1436,'reservation.checked_out','Neil Anthony Cassion checked out from Room 403 at 12:05 PM','reservation',285,'Booking #2026-07-000258',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 12:12:04'),
(1437,'reservation.checked_out','Rupam (Asliah) Banerjee checked out from Room 113 at 11:29 PM','reservation',235,'Booking #2026-07-000208',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 12:13:04'),
(1438,'reservation.created','Reservation created for SARAH CABIGQUEZ — Room 314, Jul 11 to Jul 12, 2026 (1N)','reservation',297,'Booking #2026-07-000270',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-11 13:23:04'),
(1439,'reservation.checked_in','SARAH CABIGQUEZ checked in to Room 314 at 1:23 PM','reservation',297,'Booking #2026-07-000270',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 13:23:14'),
(1440,'reservation.extended','Stay extended: check-out moved from Jul 10, 2026 to Jul 15, 2026 (15 nights total, new total ₱9,960.00)','reservation',107,'Booking #2026-06-000080',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 14:50:56'),
(1441,'reservation.payment_added','Payment of ₱3,495.00 recorded via GCash','reservation',107,'Booking #2026-06-000080',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"3495\",\"method\":\"GCash\"}','2026-07-11 14:52:17'),
(1442,'reservation.extended','Stay extended: check-out moved from Jul 11, 2026 to Jul 13, 2026 (3 nights total, new total ₱1,647.00)','reservation',292,'Booking #2026-07-000265',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 14:53:55'),
(1443,'reservation.payment_added','Payment of ₱1,000.00 recorded via Cash','reservation',292,'Booking #2026-07-000265',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"1000\",\"method\":\"Cash\"}','2026-07-11 14:54:21'),
(1444,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',297,'Booking #2026-07-000270',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-11 14:55:45'),
(1445,'shift.closed','Erika Galit closed a Morning shift (duration: 8h 55m)','shift',43,'Shift #43',10,'Erika Galit','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 14:56:13'),
(1446,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',44,'Shift #44',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 14:56:52'),
(1447,'reservation.checked_out','Noel Morta checked out from Room 101 at 12:00 PM','reservation',287,'Booking #2026-07-000260',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 16:36:37'),
(1448,'reservation.extended','Stay extended: check-out moved from Jul 11, 2026 to Jul 12, 2026 (3 nights total, new total ₱2,697.00)','reservation',233,'Booking #2026-07-000206',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 16:37:34'),
(1449,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',233,'Booking #2026-07-000206',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-11 16:37:47'),
(1450,'reservation.extended','Stay extended: check-out moved from Jul 11, 2026 to Jul 12, 2026 (2 nights total, new total ₱1,398.00)','reservation',295,'Booking #2026-07-000268',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 18:53:58'),
(1451,'reservation.payment_added','Payment of ₱700.00 recorded via GCash (Ref: 2042777604832)','reservation',295,'Booking #2026-07-000268',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"700\",\"method\":\"GCash\"}','2026-07-11 18:54:53'),
(1452,'room.clean','Room 101 marked clean and ready for sale','room',NULL,'Room 101',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 19:39:52'),
(1453,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 19:39:56'),
(1454,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 19:40:00'),
(1455,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 19:40:05'),
(1456,'reservation.created','Reservation created for CHENIE GRACE JAO — Room 113, Jul 12 to Jul 14, 2026 (2N)','reservation',298,'Booking #2026-07-000271',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Direct (Phone)\"}','2026-07-11 19:56:26'),
(1457,'reservation.payment_added','Payment of ₱1,274.00 recorded via GCash (Ref: 2042782623236)','reservation',298,'Booking #2026-07-000271',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"1274\",\"method\":\"GCash\"}','2026-07-11 19:57:21'),
(1458,'reservation.created','Reservation created for EDUARD BAROL — Room 303, Jul 11 to Jul 12, 2026 (1N)','reservation',299,'Booking #2026-07-000272',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-11 19:59:41'),
(1459,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',299,'Booking #2026-07-000272',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-11 20:00:10'),
(1460,'reservation.checked_in','EDUARD BAROL checked in to Room 303 at 3:32 PM','reservation',299,'Booking #2026-07-000272',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:00:25'),
(1461,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:01:14'),
(1462,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:01:23'),
(1463,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:02:06'),
(1464,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:02:22'),
(1465,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:02:39'),
(1466,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:02:51'),
(1467,'reservation.created','Reservation created for KHEM LAMION — Room 201, Jul 11 to Jul 12, 2026 (1N) [Group GRP-2026-000006]','reservation',300,'Booking #2026-07-000273',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-11 20:09:02'),
(1468,'reservation.created','Reservation created for KHEM LAMION — Room 308, Jul 11 to Jul 12, 2026 (1N) [Group GRP-2026-000006]','reservation',301,'Booking #2026-07-000274',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-11 20:09:02'),
(1469,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',300,'Booking #2026-07-000273',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-11 20:09:31'),
(1470,'reservation.checked_in','KHEM LAMION checked in to Room 201 at 6:25 PM','reservation',300,'Booking #2026-07-000273',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:09:55'),
(1471,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',301,'Booking #2026-07-000274',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-11 20:10:42'),
(1472,'reservation.checked_in','KHEM LAMION checked in to Room 308 at 6:25 PM','reservation',301,'Booking #2026-07-000274',7,'Veberly Tabuñar','2001:4455:6bc:7e00:bdc2:48e3:3439:a9c4',NULL,'2026-07-11 20:10:55'),
(1473,'reservation.created','Reservation created for SHARA BAGARES — Room 203, Jul 11 to Jul 12, 2026 (1N)','reservation',302,'Booking #2026-07-000275',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"status\":\"confirmed\",\"amount\":1399.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-11 20:23:41'),
(1474,'reservation.payment_added','Payment of ₱1,399.20 recorded via Agoda Settlement','reservation',302,'Booking #2026-07-000275',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"1399.20\",\"method\":\"Agoda Settlement\"}','2026-07-11 20:24:06'),
(1475,'reservation.checked_in','SHARA BAGARES checked in to Room 203 at 5:26 PM','reservation',302,'Booking #2026-07-000275',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 20:24:19'),
(1476,'reservation.created','Reservation created for FILY OÑEZ — Room 302, Jul 11 to Jul 12, 2026 (1N)','reservation',303,'Booking #2026-07-000276',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"status\":\"confirmed\",\"amount\":1399.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-11 20:25:44'),
(1477,'reservation.payment_added','Payment of ₱1,399.20 recorded via Agoda Settlement','reservation',303,'Booking #2026-07-000276',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"1399.20\",\"method\":\"Agoda Settlement\"}','2026-07-11 20:26:05'),
(1478,'reservation.checked_in','FILY OÑEZ checked in to Room 302 at 5:27 PM','reservation',303,'Booking #2026-07-000276',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 20:26:15'),
(1479,'reservation.created','Reservation created for SIMONNE JADE NAVARRO — Room 406, Jul 11 to Jul 12, 2026 (1N)','reservation',304,'Booking #2026-07-000277',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-11 20:27:18'),
(1480,'reservation.payment_added','Payment of ₱625.00 recorded via GCash (Ref: 1042684422521)','reservation',304,'Booking #2026-07-000277',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"625\",\"method\":\"GCash\"}','2026-07-11 20:28:26'),
(1481,'reservation.payment_added','Payment of ₱624.00 recorded via Cash','reservation',304,'Booking #2026-07-000277',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"624\",\"method\":\"Cash\"}','2026-07-11 20:28:26'),
(1482,'reservation.checked_in','SIMONNE JADE NAVARRO checked in to Room 406 at 5:36 PM','reservation',304,'Booking #2026-07-000277',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 20:29:29'),
(1483,'reservation.created','Reservation created for ZASHLEE GENITA — Room 413, Jul 11 to Jul 12, 2026 (1N)','reservation',305,'Booking #2026-07-000278',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-11 20:30:26'),
(1484,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',305,'Booking #2026-07-000278',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-11 20:30:37'),
(1485,'reservation.checked_in','ZASHLEE GENITA checked in to Room 413 at 6:51 PM','reservation',305,'Booking #2026-07-000278',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 20:30:45'),
(1486,'reservation.created','Reservation created for MARY CRISLIN PISCOS — Room 110, Jul 11 to Jul 12, 2026 (1N)','reservation',306,'Booking #2026-07-000279',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-11 20:32:10'),
(1487,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',306,'Booking #2026-07-000279',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-11 20:32:29'),
(1488,'reservation.checked_in','MARY CRISLIN PISCOS checked in to Room 110 at 7:08 PM','reservation',306,'Booking #2026-07-000279',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 20:32:39'),
(1489,'reservation.created','Reservation created for DELSON YUSOP — Room 301, Jul 11 to Jul 12, 2026 (1N)','reservation',307,'Booking #2026-07-000280',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-11 20:33:50'),
(1490,'reservation.payment_added','Payment of ₱1,199.00 recorded via Cash','reservation',307,'Booking #2026-07-000280',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"1199\",\"method\":\"Cash\"}','2026-07-11 20:34:38'),
(1491,'reservation.checked_in','DELSON YUSOP checked in to Room 301 at 7:17 PM','reservation',307,'Booking #2026-07-000280',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 20:35:24'),
(1492,'reservation.payment_added','Payment of ₱50.00 recorded via Cash','reservation',307,'Booking #2026-07-000280',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"50\",\"method\":\"Cash\"}','2026-07-11 21:33:00'),
(1493,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 7h 6m)','shift',44,'Shift #44',7,'Veberly Tabuñar','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 22:02:59'),
(1494,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',45,'Shift #45',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 22:04:02'),
(1495,'reservation.checked_out','Aiza Rodriguez checked out from Room 202 at 12:00 PM','reservation',288,'Booking #2026-07-000261',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 22:07:01'),
(1496,'room.clean','Room 202 marked clean and ready for sale','room',NULL,'Room 202',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 22:08:11'),
(1497,'reservation.created','Reservation created for Aiza Rodriguez — Room 202, Jul 11 to Jul 13, 2026 (2N)','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"status\":\"confirmed\",\"amount\":1123.5,\"source\":\"Agoda\"}','2026-07-11 22:09:26'),
(1498,'reservation.payment_added','Payment of ₱1,123.50 recorded via Agoda Settlement','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:348b:d959:dce0:77b6','{\"amount\":\"1123.50\",\"method\":\"Agoda Settlement\"}','2026-07-11 22:09:45'),
(1499,'reservation.checked_in','Aiza Rodriguez checked in to Room 202 at 10:09 PM','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:348b:d959:dce0:77b6',NULL,'2026-07-11 22:09:53'),
(1500,'reservation.created','Reservation created for Kenneth Loyd Mag-Abo — Room 401, Jul 11 to Jul 12, 2026 (1N)','reservation',309,'Booking #2026-07-000282',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-11 23:43:41'),
(1501,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',309,'Booking #2026-07-000282',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-11 23:44:28'),
(1502,'reservation.checked_in','Kenneth Loyd Mag-Abo checked in to Room 401 at 11:07 PM','reservation',309,'Booking #2026-07-000282',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde',NULL,'2026-07-11 23:44:35'),
(1503,'reservation.created','Reservation created for John Kaye Ortiz — Room 102, Jul 11 to Jul 12, 2026 (1N)','reservation',310,'Booking #2026-07-000283',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-11 23:45:16'),
(1504,'reservation.payment_added','Payment of ₱699.00 recorded via GCash (Ref: 1042791099550)','reservation',310,'Booking #2026-07-000283',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-11 23:45:45'),
(1505,'reservation.checked_in','John Kaye Ortiz checked in to Room 102 at 11:38 PM','reservation',310,'Booking #2026-07-000283',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde',NULL,'2026-07-11 23:46:01'),
(1506,'reservation.created','Reservation created for Guinar Mindalano — Room 307, Jul 11 to Jul 12, 2026 (1N)','reservation',311,'Booking #2026-07-000284',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-12 05:05:04'),
(1507,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',311,'Booking #2026-07-000284',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-12 05:05:12'),
(1508,'reservation.checked_in','Guinar Mindalano checked in to Room 307 at 4:55 AM','reservation',311,'Booking #2026-07-000284',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde',NULL,'2026-07-12 05:05:28'),
(1509,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 7h 14m)','shift',45,'Shift #45',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:916e:97d9:f017:ebde',NULL,'2026-07-12 05:18:33'),
(1510,'shift.opened','Erika Galit opened a Morning shift','shift',46,'Shift #46',10,'Erika Galit','2001:4455:6bc:7e00:916e:97d9:f017:ebde',NULL,'2026-07-12 06:13:36'),
(1511,'reservation.checked_out','KHEM LAMION checked out from Room 201 at 9:20 AM','reservation',300,'Booking #2026-07-000273',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:46:47'),
(1512,'reservation.checked_out','KHEM LAMION checked out from Room 308 at 9:29 AM','reservation',301,'Booking #2026-07-000274',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:47:51'),
(1513,'reservation.checked_out','SHARA BAGARES checked out from Room 203 at 7:40 AM','reservation',302,'Booking #2026-07-000275',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:48:42'),
(1514,'reservation.checked_out','FILY OÑEZ checked out from Room 302 at 7:40 AM','reservation',303,'Booking #2026-07-000276',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:49:15'),
(1515,'reservation.checked_out','SIMONNE JADE NAVARRO checked out from Room 406 at 7:19 AM','reservation',304,'Booking #2026-07-000277',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:50:31'),
(1516,'reservation.checked_out','MARY CRISLIN PISCOS checked out from Room 110 at 8:28 AM','reservation',306,'Booking #2026-07-000279',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:51:41'),
(1517,'reservation.checked_out','Kenneth Loyd Mag-Abo checked out from Room 401 at 8:25 AM','reservation',309,'Booking #2026-07-000282',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:52:20'),
(1518,'reservation.checked_out','DENVER DALIGIDIG checked out from Room 103 at 7:32 AM','reservation',275,'Booking #2026-07-000248',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:52:54'),
(1519,'reservation.checked_out','Erwin Melendez checked out from Room 107 at 9:53 AM','reservation',237,'Booking #2026-07-000210',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:55:14'),
(1520,'reservation.checked_out','DENVER DALIGIDIG checked out from Room 114 at 8:12 AM','reservation',276,'Booking #2026-07-000249',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:55:51'),
(1521,'reservation.checked_out','Klarizz Sheena Lagas checked out from Room 310 at 7:31 AM','reservation',293,'Booking #2026-07-000266',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 09:56:27'),
(1522,'reservation.payment_added','Payment of ₱2,097.00 recorded via Cash','reservation',234,'Booking #2026-07-000207',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a','{\"amount\":\"2097\",\"method\":\"Cash\"}','2026-07-12 10:03:39'),
(1523,'reservation.checked_out','Frederick Gomez checked out from Room 117 at 9:55 AM','reservation',234,'Booking #2026-07-000207',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 10:04:38'),
(1524,'reservation.checked_out','SARAH CABIGQUEZ checked out from Room 314 at 11:54 PM','reservation',297,'Booking #2026-07-000270',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 12:38:44'),
(1525,'reservation.checked_out','Coy Espinas checked out from Room 405 at 11:50 PM','reservation',233,'Booking #2026-07-000206',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 12:41:04'),
(1526,'reservation.checked_out','TINY ROSHIL MENDOZA checked out from Room 205 at 12:15 PM','reservation',295,'Booking #2026-07-000268',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 12:41:25'),
(1527,'reservation.checked_out','EDUARD BAROL checked out from Room 303 at 11:45 PM','reservation',299,'Booking #2026-07-000272',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 12:43:17'),
(1528,'reservation.checked_out','Guinar Mindalano checked out from Room 307 at 12:14 PM','reservation',311,'Booking #2026-07-000284',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:00:11'),
(1529,'reservation.checked_out','ZASHLEE GENITA checked out from Room 413 at 12:03 PM','reservation',305,'Booking #2026-07-000278',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:05:51'),
(1530,'reservation.checked_out','Josie Ariel Sagayan checked out from Room 407 at 10:14 AM','reservation',216,'Booking #2026-07-000189',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:12:07'),
(1531,'reservation.extended','Stay extended: check-out moved from Jul 12, 2026 to Jul 13, 2026 (2 nights total, new total ₱1,398.00)','reservation',310,'Booking #2026-07-000283',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:12:43'),
(1532,'reservation.payment_added','Payment of ₱699.00 recorded via GCash (Ref: 1042801271387)','reservation',310,'Booking #2026-07-000283',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-12 13:14:09'),
(1533,'reservation.extended','Stay extended: check-out moved from Jul 12, 2026 to Jul 13, 2026 (2 nights total, new total ₱1,798.00)','reservation',307,'Booking #2026-07-000280',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:15:37'),
(1534,'reservation.payment_added','Payment of ₱1,249.00 recorded via Cash','reservation',307,'Booking #2026-07-000280',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a','{\"amount\":\"1249\",\"method\":\"Cash\"}','2026-07-12 13:16:12'),
(1535,'reservation.created','Reservation created for MIKAILA SOLON — Room 315, Jul 12 to Jul 13, 2026 (1N)','reservation',312,'Booking #2026-07-000285',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-12 13:19:29'),
(1536,'reservation.checked_in','MIKAILA SOLON checked in to Room 315 at 10:19 AM','reservation',312,'Booking #2026-07-000285',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:19:52'),
(1537,'reservation.created','Reservation created for JELLY CALLEZA — Room 408, Jul 12 to Jul 13, 2026 (1N)','reservation',313,'Booking #2026-07-000286',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-12 13:21:10'),
(1538,'reservation.checked_in','JELLY CALLEZA checked in to Room 408 at 11:40 AM','reservation',313,'Booking #2026-07-000286',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:21:55'),
(1539,'reservation.created','Reservation created for BEATRICE RADAZA — Room 411, Jul 12 to Jul 13, 2026 (1N)','reservation',314,'Booking #2026-07-000287',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-12 13:24:09'),
(1540,'reservation.checked_in','BEATRICE RADAZA checked in to Room 411 at 12:21 PM','reservation',314,'Booking #2026-07-000287',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:24:51'),
(1541,'reservation.created','Reservation created for EVANGELINE MAAGAD — Room 206, Jul 12 to Jul 14, 2026 (2N)','reservation',315,'Booking #2026-07-000288',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Walk-in\"}','2026-07-12 13:27:18'),
(1542,'reservation.checked_in','EVANGELINE MAAGAD checked in to Room 206 at 12:50 PM','reservation',315,'Booking #2026-07-000288',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 13:27:38'),
(1543,'shift.closed','Erika Galit closed a Morning shift (duration: 8h 50m)','shift',46,'Shift #46',10,'Erika Galit','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 15:04:00'),
(1544,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',47,'Shift #47',7,'Veberly Tabuñar','2001:4455:6bc:7e00:8852:7e2b:2e8e:e97a',NULL,'2026-07-12 15:04:34'),
(1545,'reservation.checked_out','Klarizz Sheena Lagas checked out from Room 312 at 12:00 PM','reservation',294,'Booking #2026-07-000267',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:35:53'),
(1546,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:36:22'),
(1547,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:36:32'),
(1548,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:38:00'),
(1549,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:38:07'),
(1550,'room.clean','Room 302 marked clean and ready for sale','room',NULL,'Room 302',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:38:11'),
(1551,'room.clean','Room 312 marked clean and ready for sale','room',NULL,'Room 312',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:38:16'),
(1552,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:38:20'),
(1553,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:38:31'),
(1554,'reservation.created','Reservation created for KLARRIZ SHEENA LAGAS — Room 312, Jul 12 to Jul 13, 2026 (1N)','reservation',316,'Booking #2026-07-000289',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-12 17:40:25'),
(1555,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',316,'Booking #2026-07-000289',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-12 17:40:34'),
(1556,'reservation.checked_in','KLARRIZ SHEENA LAGAS checked in to Room 312 at 2:00 PM','reservation',316,'Booking #2026-07-000289',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 17:40:45'),
(1557,'reservation.checked_out','JENSAV AGPASA checked out from Room 305 at 6:47 PM','reservation',296,'Booking #2026-07-000269',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 18:47:08'),
(1558,'reservation.created','Reservation created for JULIET RESULLAR — Room 307, Jul 12 to Jul 13, 2026 (1N)','reservation',317,'Booking #2026-07-000290',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-12 19:42:06'),
(1559,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',317,'Booking #2026-07-000290',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-12 19:42:19'),
(1560,'reservation.checked_in','JULIET RESULLAR checked in to Room 307 at 6:39 PM','reservation',317,'Booking #2026-07-000290',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 19:42:27'),
(1561,'reservation.payment_added','Payment of ₱424.00 recorded via Cash','reservation',298,'Booking #2026-07-000271',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"424\",\"method\":\"Cash\"}','2026-07-12 19:43:20'),
(1562,'reservation.checked_in','CHENIE GRACE JAO checked in to Room 113 at 5:23 PM','reservation',298,'Booking #2026-07-000271',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 19:43:32'),
(1563,'reservation.created','Reservation created for JUDI SUNICO — Room 110, Jul 12 to Jul 13, 2026 (1N)','reservation',318,'Booking #2026-07-000291',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Walk-in\"}','2026-07-12 19:44:45'),
(1564,'reservation.payment_added','Payment of ₱674.25 recorded via Cash','reservation',318,'Booking #2026-07-000291',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"674.25\",\"method\":\"Cash\"}','2026-07-12 19:44:57'),
(1565,'reservation.checked_in','JUDI SUNICO checked in to Room 110 at 7:14 PM','reservation',318,'Booking #2026-07-000291',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 19:45:08'),
(1566,'reservation.created','Reservation created for HENRY HEQUILAN — Room 311, Jul 12 to Jul 13, 2026 (1N)','reservation',319,'Booking #2026-07-000292',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-12 20:47:25'),
(1567,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',319,'Booking #2026-07-000292',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-12 20:47:37'),
(1568,'reservation.checked_in','HENRY HEQUILAN checked in to Room 311 at 8:30 PM','reservation',319,'Booking #2026-07-000292',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 20:47:44'),
(1569,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 7h 41m)','shift',47,'Shift #47',7,'Veberly Tabuñar','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 22:45:51'),
(1570,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',48,'Shift #48',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 22:47:13'),
(1571,'reservation.created','Reservation created for NEIL ANTHONY CASSION — Room 405, Jul 12 to Jul 13, 2026 (1N)','reservation',320,'Booking #2026-07-000293',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-12 22:48:38'),
(1572,'reservation.payment_added','Payment of ₱749.25 recorded via GCash','reservation',320,'Booking #2026-07-000293',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"749.25\",\"method\":\"GCash\"}','2026-07-12 22:48:59'),
(1573,'reservation.checked_in','NEIL ANTHONY CASSION checked in to Room 405 at 9:42 PM','reservation',320,'Booking #2026-07-000293',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 22:49:18'),
(1574,'reservation.created','Reservation created for ADOLFO ALCORAN — Room 211, Jul 12 to Jul 13, 2026 (1N)','reservation',321,'Booking #2026-07-000294',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-12 22:51:17'),
(1575,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',321,'Booking #2026-07-000294',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-12 22:51:27'),
(1576,'reservation.checked_in','ADOLFO ALCORAN checked in to Room 211 at 10:28 PM','reservation',321,'Booking #2026-07-000294',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 22:51:45'),
(1577,'reservation.created','Reservation created for JUANITO ENRIQUEZ — Room 308, Jul 12 to Jul 13, 2026 (1N)','reservation',322,'Booking #2026-07-000295',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-12 22:53:04'),
(1578,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',322,'Booking #2026-07-000295',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-12 22:53:18'),
(1579,'reservation.checked_in','JUANITO ENRIQUEZ checked in to Room 308 at 10:33 PM','reservation',322,'Booking #2026-07-000295',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 22:53:29'),
(1580,'reservation.created','Reservation created for RENANTE TUBANIA — Room 201, Jul 12 to Jul 13, 2026 (1N)','reservation',323,'Booking #2026-07-000296',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-12 23:31:08'),
(1581,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',323,'Booking #2026-07-000296',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-12 23:31:19'),
(1582,'reservation.checked_in','RENANTE TUBANIA checked in to Room 201 at 11:29 PM','reservation',323,'Booking #2026-07-000296',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-12 23:31:32'),
(1583,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',314,'Booking #2026-07-000287',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-13 00:10:33'),
(1584,'reservation.payment_added','Payment of ₱1,698.00 recorded via Cash','reservation',315,'Booking #2026-07-000288',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"1698\",\"method\":\"Cash\"}','2026-07-13 00:11:45'),
(1585,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',313,'Booking #2026-07-000286',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-13 00:12:39'),
(1586,'reservation.payment_added','Payment of ₱949.00 recorded via GCash','reservation',312,'Booking #2026-07-000285',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326','{\"amount\":\"949\",\"method\":\"GCash\"}','2026-07-13 00:16:12'),
(1587,'reservation.checked_out','MIKAILA SOLON checked out from Room 315 at 10:01 PM','reservation',312,'Booking #2026-07-000285',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-13 00:19:02'),
(1588,'reservation.checked_out','ADOLFO ALCORAN checked out from Room 211 at 5:27 AM','reservation',321,'Booking #2026-07-000294',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-13 05:27:14'),
(1589,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 6h 45m)','shift',48,'Shift #48',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:9812:7f5:2abf:e326',NULL,'2026-07-13 05:32:39'),
(1590,'shift.opened','Veberly Tabuñar opened a Morning shift','shift',49,'Shift #49',7,'Veberly Tabuñar','2001:4455:6bc:7e00:d887:2cdb:5edd:dc66',NULL,'2026-07-13 06:14:33'),
(1591,'reservation.payment_added','Payment of ₱98.00 recorded via Cash','reservation',292,'Booking #2026-07-000265',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2','{\"amount\":\"98\",\"method\":\"Cash\"}','2026-07-13 11:29:23'),
(1592,'reservation.checked_out','Fezy Lendi checked out from Room 309 at 11:10 AM','reservation',292,'Booking #2026-07-000265',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:29:48'),
(1593,'reservation.checked_out','Kris Jane Tampepe checked out from Room 112 at 11:19 AM','reservation',269,'Booking #2026-07-000242',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:30:16'),
(1594,'reservation.checked_out','DELSON YUSOP checked out from Room 301 at 7:26 AM','reservation',307,'Booking #2026-07-000280',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:31:19'),
(1595,'reservation.checked_out','John Kaye Ortiz checked out from Room 102 at 5:12 AM','reservation',310,'Booking #2026-07-000283',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:32:11'),
(1596,'reservation.checked_out','JELLY CALLEZA checked out from Room 408 at 11:17 AM','reservation',313,'Booking #2026-07-000286',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:32:50'),
(1597,'reservation.checked_out','KLARRIZ SHEENA LAGAS checked out from Room 312 at 10:20 AM','reservation',316,'Booking #2026-07-000289',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:33:46'),
(1598,'reservation.checked_out','JULIET RESULLAR checked out from Room 307 at 9:42 AM','reservation',317,'Booking #2026-07-000290',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:34:23'),
(1599,'reservation.checked_out','HENRY HEQUILAN checked out from Room 311 at 7:03 AM','reservation',319,'Booking #2026-07-000292',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:35:08'),
(1600,'reservation.checked_out','JUANITO ENRIQUEZ checked out from Room 308 at 9:53 AM','reservation',322,'Booking #2026-07-000295',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:35:54'),
(1601,'reservation.checked_out','RENANTE TUBANIA checked out from Room 201 at 6:19 AM','reservation',323,'Booking #2026-07-000296',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:36:21'),
(1602,'reservation.extended','Stay extended: check-out moved from Jul 13, 2026 to Jul 14, 2026 (2 nights total, new total ₱1,698.00)','reservation',314,'Booking #2026-07-000287',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:37:29'),
(1603,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',314,'Booking #2026-07-000287',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-13 11:37:38'),
(1604,'reservation.checked_out','JUDI SUNICO checked out from Room 110 at 12:00 PM','reservation',318,'Booking #2026-07-000291',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:39:39'),
(1605,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:41:09'),
(1606,'reservation.created','Reservation created for JUDI SUNICO — Room 110, Jul 13 to Jul 16, 2026 (3N)','reservation',324,'Booking #2026-07-000297',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2','{\"status\":\"confirmed\",\"amount\":2157.600000000000363797880709171295166015625,\"source\":\"Agoda\"}','2026-07-13 11:42:29'),
(1607,'reservation.payment_added','Payment of ₱2,157.60 recorded via Cash','reservation',324,'Booking #2026-07-000297',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2','{\"amount\":\"2157.60\",\"method\":\"Cash\"}','2026-07-13 11:43:01'),
(1608,'reservation.checked_in','JUDI SUNICO checked in to Room 110 at 2:00 PM','reservation',324,'Booking #2026-07-000297',7,'Veberly Tabuñar','2001:4455:6bc:7e00:e9ff:beb6:2b42:b5d2',NULL,'2026-07-13 11:43:17'),
(1609,'room.clean','Room 211 marked clean and ready for sale','room',NULL,'Room 211',7,'Veberly Tabuñar','2001:4455:6bc:7e00:c420:d279:1fd6:1629',NULL,'2026-07-13 12:16:05'),
(1610,'reservation.created','Reservation created for JOHN SUNGA — Room 211, Jul 13 to Jul 14, 2026 (1N)','reservation',325,'Booking #2026-07-000298',7,'Veberly Tabuñar','2001:4455:6bc:7e00:c420:d279:1fd6:1629','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-13 12:17:18'),
(1611,'reservation.payment_added','Payment of ₱749.00 recorded via Cash','reservation',325,'Booking #2026-07-000298',7,'Veberly Tabuñar','2001:4455:6bc:7e00:c420:d279:1fd6:1629','{\"amount\":\"749\",\"method\":\"Cash\"}','2026-07-13 12:21:05'),
(1612,'reservation.checked_in','JOHN SUNGA checked in to Room 211 at 8:12 PM','reservation',325,'Booking #2026-07-000298',7,'Veberly Tabuñar','2001:4455:6bc:7e00:c420:d279:1fd6:1629',NULL,'2026-07-13 12:22:43'),
(1613,'reservation.created','Reservation created for PRIMO ACERET — Room 404, Jul 13 to Jul 14, 2026 (1N)','reservation',326,'Booking #2026-07-000299',7,'Veberly Tabuñar','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-13 13:01:29'),
(1614,'reservation.payment_added','Payment of ₱50.00 recorded via Cash','reservation',326,'Booking #2026-07-000299',7,'Veberly Tabuñar','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"50\",\"method\":\"Cash\"}','2026-07-13 13:02:02'),
(1615,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',326,'Booking #2026-07-000299',7,'Veberly Tabuñar','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-13 13:02:02'),
(1616,'reservation.checked_in','PRIMO ACERET checked in to Room 404 at 11:49 PM','reservation',326,'Booking #2026-07-000299',7,'Veberly Tabuñar','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 13:02:23'),
(1617,'shift.closed','Veberly Tabuñar closed a Morning shift (duration: 8h 6m)','shift',49,'Shift #49',7,'Veberly Tabuñar','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 14:21:13'),
(1618,'shift.opened','Mark Anthony Estrada opened a Afternoon shift','shift',50,'Shift #50',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 14:21:53'),
(1619,'reservation.checked_out','NEIL ANTHONY CASSION checked out from Room 405 at 12:00 PM','reservation',320,'Booking #2026-07-000293',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:01:11'),
(1620,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:01:26'),
(1621,'reservation.created','Reservation created for Neil Anthony Cassion — Room 207, Jul 13 to Jul 17, 2026 (4N)','reservation',327,'Booking #2026-07-000300',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"status\":\"confirmed\",\"amount\":2396.8000000000001818989403545856475830078125,\"source\":\"Agoda\"}','2026-07-13 15:04:36'),
(1622,'reservation.payment_added','Payment of ₱2,828.20 recorded via GCash (Ref: 00060747)','reservation',327,'Booking #2026-07-000300',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"2828.20\",\"method\":\"GCash\"}','2026-07-13 15:10:03'),
(1623,'reservation.checked_in','Neil Anthony Cassion checked in to Room 207 at 3:32 PM','reservation',327,'Booking #2026-07-000300',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:32:30'),
(1624,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:41:27'),
(1625,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:41:30'),
(1626,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:41:33'),
(1627,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:41:45'),
(1628,'reservation.created','Reservation created for Renante Tubania — Room 201, Jul 13 to Jul 14, 2026 (1N)','reservation',328,'Booking #2026-07-000301',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-13 15:42:33'),
(1629,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',328,'Booking #2026-07-000301',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-13 15:42:44'),
(1630,'reservation.checked_in','Renante Tubania checked in to Room 201 at 3:34 PM','reservation',328,'Booking #2026-07-000301',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:42:55'),
(1631,'reservation.created','Reservation created for Flory May Demetilla — Room 413, Jul 13 to Jul 14, 2026 (1N)','reservation',329,'Booking #2026-07-000302',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-13 15:43:48'),
(1632,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',329,'Booking #2026-07-000302',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-13 15:44:02'),
(1633,'reservation.checked_in','Flory May Demetilla checked in to Room 413 at 2:17 PM','reservation',329,'Booking #2026-07-000302',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:44:10'),
(1634,'reservation.created','Reservation created for Jay Gadgude — Room 117, Jul 13 to Jul 14, 2026 (1N)','reservation',330,'Booking #2026-07-000303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-13 15:44:52'),
(1635,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',330,'Booking #2026-07-000303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-13 15:45:08'),
(1636,'reservation.checked_in','Jay Gadgude checked in to Room 117 at 1:39 PM','reservation',330,'Booking #2026-07-000303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:45:22'),
(1637,'reservation.created','Reservation created for Matthew Viray — Room 114, Jul 13 to Jul 14, 2026 (1N)','reservation',331,'Booking #2026-07-000304',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-13 15:46:04'),
(1638,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',331,'Booking #2026-07-000304',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-13 15:46:13'),
(1639,'reservation.checked_in','Matthew Viray checked in to Room 114 at 12:50 PM','reservation',331,'Booking #2026-07-000304',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:46:23'),
(1640,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:59:08'),
(1641,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:59:14'),
(1642,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:59:25'),
(1643,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:59:28'),
(1644,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 15:59:37'),
(1645,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:09'),
(1646,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:12'),
(1647,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:18'),
(1648,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:21'),
(1649,'room.clean','Room 305 marked clean and ready for sale','room',NULL,'Room 305',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:28'),
(1650,'room.clean','Room 309 marked clean and ready for sale','room',NULL,'Room 309',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:31'),
(1651,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:34'),
(1652,'room.clean','Room 312 marked clean and ready for sale','room',NULL,'Room 312',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:37'),
(1653,'room.clean','Room 314 marked clean and ready for sale','room',NULL,'Room 314',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:00:55'),
(1654,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:01:57'),
(1655,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:02:05'),
(1656,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:02:09'),
(1657,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:02:12'),
(1658,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:03:06'),
(1659,'reservation.created','Reservation created for Grace Ebarola — Room 308, Jul 13 to Jul 14, 2026 (1N)','reservation',332,'Booking #2026-07-000305',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-13 16:03:56'),
(1660,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',332,'Booking #2026-07-000305',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-13 16:04:08'),
(1661,'reservation.checked_in','Grace Ebarola checked in to Room 308 at 3:58 PM','reservation',332,'Booking #2026-07-000305',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:1c9:27a3:3f11:d8a1',NULL,'2026-07-13 16:04:17'),
(1662,'reservation.created','Reservation created for Lena Tesio — Room 112, Jul 13 to Jul 14, 2026 (1N)','reservation',333,'Booking #2026-07-000306',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-13 17:25:10'),
(1663,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',333,'Booking #2026-07-000306',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-13 17:25:43'),
(1664,'reservation.checked_in','Lena Tesio checked in to Room 112 at 5:19 PM','reservation',333,'Booking #2026-07-000306',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447',NULL,'2026-07-13 17:25:54'),
(1665,'reservation.extended','Stay extended: check-out moved from Jul 13, 2026 to Jul 15, 2026 (4 nights total, new total ₱2,247.00)','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447',NULL,'2026-07-13 18:13:15'),
(1666,'reservation.payment_added','Payment of ₱1,123.50 recorded via Agoda Settlement','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447','{\"amount\":\"1123.50\",\"method\":\"Agoda Settlement\"}','2026-07-13 18:13:29'),
(1667,'reservation.payment_added','Payment of ₱699.00 recorded via GCash (Ref: UB1320226)','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-13 18:14:30'),
(1668,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447',NULL,'2026-07-13 19:52:34'),
(1669,'reservation.created','Reservation created for Eduardo Dino — Room 315, Jul 13 to Jul 14, 2026 (1N)','reservation',334,'Booking #2026-07-000307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-13 19:53:14'),
(1670,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',334,'Booking #2026-07-000307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-13 19:53:37'),
(1671,'reservation.checked_in','Eduardo Dino checked in to Room 315 at 7:49 PM','reservation',334,'Booking #2026-07-000307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447',NULL,'2026-07-13 19:53:45'),
(1672,'reservation.payment_added','Payment of ₱0.32 recorded via GCash','reservation',327,'Booking #2026-07-000300',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad95:46e5:9b65:447','{\"amount\":\"0.32\",\"method\":\"GCash\"}','2026-07-13 19:59:34'),
(1673,'shift.closed','Mark Anthony Estrada closed a Afternoon shift (duration: 10h 29m)','shift',50,'Shift #50',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 00:51:29'),
(1674,'shift.opened','Resamie Reyes opened a Night shift','shift',51,'Shift #51',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 00:52:15'),
(1675,'room.available','Room 103 released as available','room',NULL,'Room 103',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 00:53:57'),
(1676,'room.available','Room 101 released as available','room',NULL,'Room 101',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 00:54:11'),
(1677,'room.available','Room 102 released as available','room',NULL,'Room 102',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 00:54:14'),
(1678,'room.available','Room 107 released as available','room',NULL,'Room 107',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 00:54:17'),
(1679,'room.available','Room 203 released as available','room',NULL,'Room 203',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 00:54:26'),
(1680,'reservation.extended','Stay extended: check-out moved from Jul 14, 2026 to Jul 15, 2026 (2 nights total, new total ₱1,698.00)','reservation',331,'Booking #2026-07-000304',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 05:04:22'),
(1681,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',331,'Booking #2026-07-000304',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-14 05:04:31'),
(1682,'reservation.created','Reservation created for Riscris Nebres — Room 403, Jul 13 to Jul 15, 2026 (2N)','reservation',335,'Booking #2026-07-000308',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"status\":\"confirmed\",\"amount\":1498.5,\"source\":\"Walk-in\"}','2026-07-14 05:08:25'),
(1683,'reservation.payment_added','Payment of ₱1,498.50 recorded via Agoda Settlement','reservation',335,'Booking #2026-07-000308',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"amount\":\"1498.50\",\"method\":\"Agoda Settlement\"}','2026-07-14 05:08:47'),
(1684,'reservation.checked_in','Riscris Nebres checked in to Room 403 at 10:26 PM','reservation',335,'Booking #2026-07-000308',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 05:09:25'),
(1685,'reservation.created','Reservation created for Angelie Bliss Dejadena — Room 107, Jul 13 to Jul 14, 2026 (1N)','reservation',336,'Booking #2026-07-000309',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"status\":\"confirmed\",\"amount\":1086.75,\"source\":\"Agoda\"}','2026-07-14 05:15:21'),
(1686,'reservation.checked_in','Angelie Bliss Dejadena checked in to Room 107 at 12:01 AM','reservation',336,'Booking #2026-07-000309',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 05:15:49'),
(1687,'reservation.payment_added','Payment of ₱1,086.75 recorded via Agoda Settlement','reservation',336,'Booking #2026-07-000309',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"amount\":\"1086.75\",\"method\":\"Agoda Settlement\"}','2026-07-14 05:16:04'),
(1688,'reservation.updated','Reservation details updated — Riscris Nebres, Room 403, Jul 13–Jul 15, 2026','reservation',335,'Booking #2026-07-000308',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 05:16:34'),
(1689,'reservation.created','Reservation created for Maria Therese Navarro — Room 407, Jul 13 to Jul 15, 2026 (2N)','reservation',337,'Booking #2026-07-000310',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"status\":\"confirmed\",\"amount\":1498.5,\"source\":\"Agoda\"}','2026-07-14 05:18:37'),
(1690,'reservation.checked_in','Maria Therese Navarro checked in to Room 407 at 12:36 AM','reservation',337,'Booking #2026-07-000310',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 05:19:07'),
(1691,'reservation.payment_added','Payment of ₱1,498.50 recorded via Agoda Settlement','reservation',337,'Booking #2026-07-000310',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"amount\":\"1498.50\",\"method\":\"Agoda Settlement\"}','2026-07-14 05:19:25'),
(1692,'reservation.created','Reservation created for Mark Chester Pidor — Room 307, Jul 13 to Jul 14, 2026 (1N)','reservation',338,'Booking #2026-07-000311',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-14 05:20:49'),
(1693,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',338,'Booking #2026-07-000311',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-14 05:21:03'),
(1694,'reservation.checked_in','Mark Chester Pidor checked in to Room 307 at 2:05 AM','reservation',338,'Booking #2026-07-000311',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 05:21:24'),
(1695,'shift.closed','Resamie Reyes closed a Night shift (duration: 5h 41m)','shift',51,'Shift #51',6,'Resamie Reyes','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 06:33:36'),
(1696,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',52,'Shift #52',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 06:34:14'),
(1697,'reservation.checked_out','Grace Ebarola checked out from Room 308 at 6:33 AM','reservation',332,'Booking #2026-07-000305',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 06:34:38'),
(1698,'reservation.checked_out','Mark Chester Pidor checked out from Room 307 at 6:42 AM','reservation',338,'Booking #2026-07-000311',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 06:42:30'),
(1699,'reservation.checked_out','Renante Tubania checked out from Room 201 at 6:44 AM','reservation',328,'Booking #2026-07-000301',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 06:44:30'),
(1700,'reservation.checked_out','JOHN SUNGA checked out from Room 211 at 6:40 PM','reservation',325,'Booking #2026-07-000298',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 06:48:31'),
(1701,'reservation.room_transferred','Room transferred: 411 → 414 — Guest Request','reservation',314,'Booking #2026-07-000287',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"from\":\"411\",\"to\":\"414\",\"reason\":\"Guest Request\"}','2026-07-14 06:48:46'),
(1702,'reservation.checked_out','Jay Gadgude checked out from Room 117 at 7:49 AM','reservation',330,'Booking #2026-07-000303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 07:53:22'),
(1703,'reservation.checked_out','EVANGELINE MAAGAD checked out from Room 206 at 7:49 AM','reservation',315,'Booking #2026-07-000288',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 07:53:37'),
(1704,'reservation.extended','Stay extended: check-out moved from Jul 14, 2026 to Jul 15, 2026 (3 nights total, new total ₱2,547.00)','reservation',314,'Booking #2026-07-000287',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a',NULL,'2026-07-14 08:03:03'),
(1705,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',314,'Booking #2026-07-000287',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:4553:b25d:fbb7:d91a','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-14 08:03:11'),
(1706,'reservation.checked_out','CHENIE GRACE JAO checked out from Room 113 at 9:18 AM','reservation',298,'Booking #2026-07-000271',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:34b4:d37e:8e86:8d63',NULL,'2026-07-14 09:18:48'),
(1707,'reservation.checked_out','ART AGRAVANTE checked out from Room 402 at 10:38 AM','reservation',278,'Booking #2026-07-000251',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 10:39:06'),
(1708,'reservation.checked_out','Eduardo Dino checked out from Room 315 at 10:54 AM','reservation',334,'Booking #2026-07-000307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 10:54:44'),
(1709,'reservation.checked_out','Flory May Demetilla checked out from Room 413 at 11:15 AM','reservation',329,'Booking #2026-07-000302',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 11:15:58'),
(1710,'reservation.checked_out','Angelie Bliss Dejadena checked out from Room 107 at 11:29 AM','reservation',336,'Booking #2026-07-000309',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 11:29:47'),
(1711,'reservation.checked_out','PRIMO ACERET checked out from Room 404 at 12:15 PM','reservation',326,'Booking #2026-07-000299',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 12:15:29'),
(1712,'reservation.created','Reservation created for Jonathan Florentino — Room 203, Jul 14 to Jul 15, 2026 (1N)','reservation',339,'Booking #2026-07-000312',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":1574.09999999999990905052982270717620849609375,\"source\":\"Booking.com\"}','2026-07-14 13:12:42'),
(1713,'reservation.payment_added','Payment of ₱1,574.10 recorded via Booking.com Settlement','reservation',339,'Booking #2026-07-000312',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"1574.10\",\"method\":\"Booking.com Settlement\"}','2026-07-14 13:13:06'),
(1714,'reservation.checked_in','Jonathan Florentino checked in to Room 203 at 1:10 PM','reservation',339,'Booking #2026-07-000312',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 13:13:11'),
(1715,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 7h 29m)','shift',52,'Shift #52',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 14:03:43'),
(1716,'shift.opened','Resamie Reyes opened a Afternoon shift','shift',53,'Shift #53',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 16:50:56'),
(1717,'reservation.created','Reservation created for Grace Ebarola — Room 103, Jul 14 to Jul 15, 2026 (1N)','reservation',340,'Booking #2026-07-000313',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-14 16:51:36'),
(1718,'reservation.checked_in','Grace Ebarola checked in to Room 103 at 3:09 PM','reservation',340,'Booking #2026-07-000313',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 16:51:55'),
(1719,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',340,'Booking #2026-07-000313',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-14 16:52:26'),
(1720,'reservation.extended','Stay extended: check-out moved from Jul 14, 2026 to Jul 15, 2026 (2 nights total, new total ₱1,698.00)','reservation',333,'Booking #2026-07-000306',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 19:03:41'),
(1721,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',333,'Booking #2026-07-000306',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-14 19:04:17'),
(1722,'reservation.created','Reservation created for Ivander Paul Jabagat — Room 205, Jul 14 to Jul 20, 2026 (6N)','reservation',341,'Booking #2026-07-000314',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":3370.5,\"source\":\"Agoda\"}','2026-07-14 19:07:16'),
(1723,'reservation.checked_in','Ivander Paul Jabagat checked in to Room 205 at 4:45 PM','reservation',341,'Booking #2026-07-000314',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 19:07:34'),
(1724,'reservation.payment_added','Payment of ₱3,370.50 recorded via Agoda Settlement','reservation',341,'Booking #2026-07-000314',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"3370.50\",\"method\":\"Agoda Settlement\"}','2026-07-14 19:09:11'),
(1725,'reservation.created','Reservation created for George Daroy — Room 303, Jul 14 to Jul 15, 2026 (1N)','reservation',342,'Booking #2026-07-000315',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-14 19:12:02'),
(1726,'reservation.checked_in','George Daroy checked in to Room 303 at 5:55 PM','reservation',342,'Booking #2026-07-000315',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 19:12:18'),
(1727,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',342,'Booking #2026-07-000315',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-14 19:12:30'),
(1728,'reservation.created','Reservation created for Vergelio Pulgo — Room 301, Jul 14 to Jul 15, 2026 (1N)','reservation',343,'Booking #2026-07-000316',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-14 19:13:37'),
(1729,'reservation.checked_in','Vergelio Pulgo checked in to Room 301 at 6:36 PM','reservation',343,'Booking #2026-07-000316',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 19:13:49'),
(1730,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',343,'Booking #2026-07-000316',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-14 19:13:58'),
(1731,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 19:25:09'),
(1732,'reservation.created','Reservation created for Allan Yap — Room 201, Jul 14 to Jul 15, 2026 (1N)','reservation',344,'Booking #2026-07-000317',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-14 19:25:35'),
(1733,'reservation.checked_in','Allan Yap checked in to Room 201 at 7:19 PM','reservation',344,'Booking #2026-07-000317',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 19:25:46'),
(1734,'reservation.payment_added','Payment of ₱899.00 recorded via GCash (Ref: 7042884993627)','reservation',344,'Booking #2026-07-000317',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-14 19:26:23'),
(1735,'reservation.created','Reservation created for Pat Martin Ariem — Room 406, Jul 14 to Jul 15, 2026 (1N)','reservation',345,'Booking #2026-07-000318',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-14 21:01:04'),
(1736,'reservation.checked_in','Pat Martin Ariem checked in to Room 406 at 8:55 PM','reservation',345,'Booking #2026-07-000318',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 21:02:09'),
(1737,'reservation.payment_added','Payment of ₱1,249.00 recorded via Cash','reservation',345,'Booking #2026-07-000318',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"1249\",\"method\":\"Cash\"}','2026-07-14 21:02:22'),
(1738,'shift.closed','Resamie Reyes closed a Afternoon shift (duration: 5h 48m)','shift',53,'Shift #53',6,'Resamie Reyes','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 22:39:28'),
(1739,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',54,'Shift #54',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 22:41:08'),
(1740,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 22:41:15'),
(1741,'reservation.created','Reservation created for MARK LHUEL VIRTUDEZ — Room 113, Jul 14 to Jul 15, 2026 (1N)','reservation',346,'Booking #2026-07-000319',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-14 22:42:07'),
(1742,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',346,'Booking #2026-07-000319',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-14 22:42:36'),
(1743,'reservation.checked_in','MARK LHUEL VIRTUDEZ checked in to Room 113 at 9:44 PM','reservation',346,'Booking #2026-07-000319',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 22:42:49'),
(1744,'reservation.room_transferred','Room transferred: 207 → 405 — Upgrade','reservation',327,'Booking #2026-07-000300',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"from\":\"207\",\"to\":\"405\",\"reason\":\"Upgrade\"}','2026-07-14 22:57:24'),
(1745,'reservation.created','Reservation created for KYLE ` LAXINA — Room 210, Jul 14 to Jul 15, 2026 (1N)','reservation',347,'Booking #2026-07-000320',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Agoda\"}','2026-07-14 23:11:13'),
(1746,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',347,'Booking #2026-07-000320',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-14 23:11:29'),
(1747,'reservation.checked_in','KYLE ` LAXINA checked in to Room 210 at 11:07 PM','reservation',347,'Booking #2026-07-000320',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 23:11:39'),
(1748,'reservation.updated','Reservation details updated — KYLE  LAXINA, Room 210, Jul 14–Jul 15, 2026','reservation',347,'Booking #2026-07-000320',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-14 23:12:34'),
(1749,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-15 05:30:28'),
(1750,'reservation.room_transferred','Room transferred: 210 → 308 — Upgrade','reservation',347,'Booking #2026-07-000320',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"from\":\"210\",\"to\":\"308\",\"reason\":\"Upgrade\"}','2026-07-15 05:30:49'),
(1751,'reservation.payment_added','Payment of ₱337.25 recorded via Cash','reservation',347,'Booking #2026-07-000320',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82','{\"amount\":\"337.25\",\"method\":\"Cash\"}','2026-07-15 05:31:02'),
(1752,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 7h 35m)','shift',54,'Shift #54',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-15 06:16:57'),
(1753,'shift.opened','Veberly Tabuñar opened a Morning shift','shift',55,'Shift #55',7,'Veberly Tabuñar','2001:4455:6bc:7e00:899d:8a31:b362:1a82',NULL,'2026-07-15 06:18:15'),
(1754,'reservation.checked_out','June Rex Legabados checked out from Room 104 at 11:04 AM','reservation',107,'Booking #2026-06-000080',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:43:54'),
(1755,'reservation.checked_out','Matthew Viray checked out from Room 114 at 8:28 AM','reservation',331,'Booking #2026-07-000304',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:44:14'),
(1756,'reservation.checked_out','Jul-asin Nor Wana checked out from Room 204 at 11:38 PM','reservation',136,'Booking #2026-07-000109',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:44:36'),
(1757,'reservation.extended','Stay extended: check-out moved from Jul 15, 2026 to Jul 16, 2026 (4 nights total, new total ₱3,396.00)','reservation',314,'Booking #2026-07-000287',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:45:07'),
(1758,'reservation.payment_added','Payment of ₱849.00 recorded via GCash','reservation',314,'Booking #2026-07-000287',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"849\",\"method\":\"GCash\"}','2026-07-15 11:45:34'),
(1759,'reservation.checked_out','Jonathan Florentino checked out from Room 203 at 1:44 AM','reservation',339,'Booking #2026-07-000312',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:50:13'),
(1760,'reservation.checked_out','Grace Ebarola checked out from Room 103 at 8:35 AM','reservation',340,'Booking #2026-07-000313',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:51:16'),
(1761,'reservation.checked_out','George Daroy checked out from Room 303 at 8:43 AM','reservation',342,'Booking #2026-07-000315',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:51:38'),
(1762,'reservation.checked_out','Vergelio Pulgo checked out from Room 301 at 9:35 AM','reservation',343,'Booking #2026-07-000316',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 11:55:43'),
(1763,'reservation.checked_out','Maria Therese Navarro checked out from Room 407 at 12:05 PM','reservation',337,'Booking #2026-07-000310',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 12:15:21'),
(1764,'reservation.checked_out','Pat Martin Ariem checked out from Room 406 at 8:05 AM','reservation',345,'Booking #2026-07-000318',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 12:16:19'),
(1765,'reservation.checked_out','KYLE  LAXINA checked out from Room 308 at 11:32 AM','reservation',347,'Booking #2026-07-000320',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 12:16:35'),
(1766,'reservation.checked_out','MARK LHUEL VIRTUDEZ checked out from Room 113 at 12:00 PM','reservation',346,'Booking #2026-07-000319',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 13:57:42'),
(1767,'shift.closed','Veberly Tabuñar closed a Morning shift (duration: 7h 44m)','shift',55,'Shift #55',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 14:03:08'),
(1768,'shift.opened','Mark Anthony Estrada opened a Afternoon shift','shift',56,'Shift #56',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 14:03:51'),
(1769,'reservation.extended','Stay extended: check-out moved from Jul 15, 2026 to Jul 17, 2026 (6 nights total, new total ₱3,370.50)','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:47:14'),
(1770,'reservation.payment_added','Payment of ₱1,123.50 recorded via Agoda Settlement','reservation',308,'Booking #2026-07-000281',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"1123.50\",\"method\":\"Agoda Settlement\"}','2026-07-15 18:47:28'),
(1771,'reservation.extended','Stay extended: check-out moved from Jul 15, 2026 to Jul 16, 2026 (3 nights total, new total ₱2,547.00)','reservation',333,'Booking #2026-07-000306',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:47:45'),
(1772,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',333,'Booking #2026-07-000306',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-15 18:48:08'),
(1773,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:48:34'),
(1774,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:48:39'),
(1775,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:48:42'),
(1776,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:48:44'),
(1777,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:48:54'),
(1778,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:48:59'),
(1779,'reservation.created','Reservation created for Pagtalunan Lormie — Room 117, Jul 15 to Jul 16, 2026 (1N)','reservation',348,'Booking #2026-07-000321',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-15 18:49:45'),
(1780,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',348,'Booking #2026-07-000321',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-15 18:49:54'),
(1781,'reservation.checked_in','Pagtalunan Lormie checked in to Room 117 at 1:28 PM','reservation',348,'Booking #2026-07-000321',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:50:03'),
(1782,'reservation.created','Reservation created for Rex Navidad — Room 114, Jul 15 to Jul 16, 2026 (1N)','reservation',349,'Booking #2026-07-000322',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-15 18:50:56'),
(1783,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',349,'Booking #2026-07-000322',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-15 18:51:08'),
(1784,'reservation.checked_in','Rex Navidad checked in to Room 114 at 1:47 PM','reservation',349,'Booking #2026-07-000322',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:51:16'),
(1785,'reservation.created','Reservation created for Vonne Kyle Valladolid — Room 207, Jul 15 to Jul 16, 2026 (1N)','reservation',350,'Booking #2026-07-000323',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-15 18:52:09'),
(1786,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',350,'Booking #2026-07-000323',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-15 18:52:17'),
(1787,'reservation.checked_in','Vonne Kyle Valladolid checked in to Room 207 at 2:04 PM','reservation',350,'Booking #2026-07-000323',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:52:26'),
(1788,'reservation.created','Reservation created for Judie Marie Jonasan — Room 308, Jul 15 to Jul 16, 2026 (1N)','reservation',351,'Booking #2026-07-000324',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-15 18:54:04'),
(1789,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',351,'Booking #2026-07-000324',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-15 18:54:16'),
(1790,'reservation.checked_in','Judie Marie Jonasan checked in to Room 308 at 5:14 PM','reservation',351,'Booking #2026-07-000324',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:54:22'),
(1791,'reservation.created','Reservation created for Ryan Villanueva — Room 103, Jul 15 to Jul 16, 2026 (1N)','reservation',352,'Booking #2026-07-000325',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-15 18:55:09'),
(1792,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',352,'Booking #2026-07-000325',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-15 18:55:22'),
(1793,'reservation.checked_in','Ryan Villanueva checked in to Room 103 at 5:47 PM','reservation',352,'Booking #2026-07-000325',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 18:55:29'),
(1794,'reservation.extended','Stay extended: check-out moved from Jul 15, 2026 to Jul 16, 2026 (2 nights total, new total ₱1,798.00)','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 19:08:10'),
(1795,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-15 22:16:42'),
(1796,'reservation.checked_out','Riscris Nebres checked out from Room 403 at 12:00 PM','reservation',335,'Booking #2026-07-000308',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 22:17:22'),
(1797,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 22:17:38'),
(1798,'reservation.created','Reservation created for Riscris Nebres — Room 210, Jul 15 to Jul 16, 2026 (1N)','reservation',353,'Booking #2026-07-000326',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-15 22:18:24'),
(1799,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',353,'Booking #2026-07-000326',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-15 22:18:39'),
(1800,'reservation.checked_in','Riscris Nebres checked in to Room 210 at 1:00 PM','reservation',353,'Booking #2026-07-000326',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 22:18:47'),
(1801,'shift.closed','Mark Anthony Estrada closed a Afternoon shift (duration: 8h 15m)','shift',56,'Shift #56',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 22:18:59'),
(1802,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',57,'Shift #57',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 22:19:28'),
(1803,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 23:02:37'),
(1804,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 23:02:42'),
(1805,'room.clean','Room 411 marked clean and ready for sale','room',NULL,'Room 411',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 23:02:46'),
(1806,'reservation.created','Reservation created for ELISA ADRAINECM — Room 203, Jul 15 to Jul 16, 2026 (1N)','reservation',354,'Booking #2026-07-000327',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-15 23:03:28'),
(1807,'reservation.payment_added','Payment of ₱1,649.00 recorded via Cash','reservation',354,'Booking #2026-07-000327',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"1649\",\"method\":\"Cash\"}','2026-07-15 23:03:39'),
(1808,'reservation.checked_in','ELISA ADRAINECM checked in to Room 203 at 9:50 PM','reservation',354,'Booking #2026-07-000327',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 23:03:54'),
(1809,'reservation.created','Reservation created for PAUL MARTIN AN — Room 411, Jul 15 to Jul 16, 2026 (1N)','reservation',355,'Booking #2026-07-000328',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-15 23:04:40'),
(1810,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',355,'Booking #2026-07-000328',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-15 23:04:56'),
(1811,'reservation.checked_in','PAUL MARTIN AN checked in to Room 411 at 10:48 PM','reservation',355,'Booking #2026-07-000328',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 23:05:09'),
(1812,'reservation.created','Reservation created for NORMA FELISA QUISIL — Room 204, Jul 15 to Jul 16, 2026 (1N)','reservation',356,'Booking #2026-07-000329',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-15 23:05:43'),
(1813,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',356,'Booking #2026-07-000329',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-15 23:05:51'),
(1814,'reservation.checked_in','NORMA FELISA QUISIL checked in to Room 204 at 10:49 PM','reservation',356,'Booking #2026-07-000329',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-15 23:06:10'),
(1815,'reservation.created','Reservation created for NINO GABRIEL PENIERO — Room 113, Jul 16 to Jul 17, 2026 (1N)','reservation',357,'Booking #2026-07-000330',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-16 05:08:40'),
(1816,'reservation.payment_added','Payment of ₱849.00 recorded via GCash','reservation',357,'Booking #2026-07-000330',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"849\",\"method\":\"GCash\"}','2026-07-16 05:08:53'),
(1817,'reservation.updated','Reservation details updated — NINO GABRIEL PENIERO, Room 113, Jul 15–Jul 16, 2026','reservation',357,'Booking #2026-07-000330',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-16 05:09:19'),
(1818,'reservation.checked_in','NINO GABRIEL PENIERO checked in to Room 113 at 11:56 PM','reservation',357,'Booking #2026-07-000330',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-16 05:09:54'),
(1819,'reservation.created','Reservation created for EDUARDO RELI — Room 311, Jul 16 to Jul 17, 2026 (1N)','reservation',358,'Booking #2026-07-000331',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-16 05:10:37'),
(1820,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',358,'Booking #2026-07-000331',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-16 05:10:48'),
(1821,'reservation.updated','Reservation details updated — EDUARDO RELI, Room 311, Jul 15–Jul 16, 2026','reservation',358,'Booking #2026-07-000331',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-16 05:11:16'),
(1822,'reservation.checked_in','EDUARDO RELI checked in to Room 311 at 11:59 PM','reservation',358,'Booking #2026-07-000331',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-16 05:11:39'),
(1823,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 11h 19m)','shift',57,'Shift #57',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-16 09:38:48'),
(1824,'shift.opened','Veberly Tabuñar opened a Morning shift','shift',58,'Shift #58',7,'Veberly Tabuñar','2001:4455:6bc:7e00:6888:f8b1:4c47:23db',NULL,'2026-07-16 09:39:22'),
(1825,'reservation.checked_out','JUDI SUNICO checked out from Room 110 at 11:19 AM','reservation',324,'Booking #2026-07-000297',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:19:55'),
(1826,'reservation.extended','Stay extended: check-out moved from Jul 16, 2026 to Jul 17, 2026 (5 nights total, new total ₱4,245.00)','reservation',314,'Booking #2026-07-000287',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:20:14'),
(1827,'reservation.payment_added','Payment of ₱849.00 recorded via GCash','reservation',314,'Booking #2026-07-000287',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"849\",\"method\":\"GCash\"}','2026-07-16 12:20:26'),
(1828,'reservation.checked_out','Pagtalunan Lormie checked out from Room 117 at 11:21 AM','reservation',348,'Booking #2026-07-000321',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:21:26'),
(1829,'reservation.checked_out','Vonne Kyle Valladolid checked out from Room 207 at 11:58 AM','reservation',350,'Booking #2026-07-000323',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:21:44'),
(1830,'reservation.checked_out','Judie Marie Jonasan checked out from Room 308 at 8:18 AM','reservation',351,'Booking #2026-07-000324',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:22:02'),
(1831,'reservation.checked_out','Ryan Villanueva checked out from Room 103 at 7:32 AM','reservation',352,'Booking #2026-07-000325',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:22:23'),
(1832,'reservation.checked_out','ELISA ADRAINECM checked out from Room 203 at 8:26 PM','reservation',354,'Booking #2026-07-000327',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:22:46'),
(1833,'reservation.checked_out','NINO GABRIEL PENIERO checked out from Room 113 at 9:37 AM','reservation',357,'Booking #2026-07-000330',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:23:24'),
(1834,'reservation.checked_out','EDUARDO RELI checked out from Room 311 at 12:23 PM','reservation',358,'Booking #2026-07-000331',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:23:35'),
(1835,'room.clean','Room 104 marked clean and ready for sale','room',NULL,'Room 104',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:25:05'),
(1836,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:25:23'),
(1837,'reservation.created','Reservation created for Frederick Gomez — Room 104, Jul 16 to Jul 17, 2026 (1N)','reservation',359,'Booking #2026-07-000332',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-16 12:26:19'),
(1838,'reservation.checked_in','Frederick Gomez checked in to Room 104 at 6:20 PM','reservation',359,'Booking #2026-07-000332',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:26:39'),
(1839,'reservation.updated','Reservation details updated — Frederick Gomez, Room 104, Jul 16–Jul 17, 2026','reservation',359,'Booking #2026-07-000332',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:26:58'),
(1840,'reservation.created','Reservation created for ALBERT  JR. ANTIPALA — Room 403, Jul 16 to Jul 17, 2026 (1N)','reservation',360,'Booking #2026-07-000333',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-16 12:49:18'),
(1841,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',360,'Booking #2026-07-000333',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-16 12:49:33'),
(1842,'reservation.payment_added','Payment of ₱50.00 recorded via Cash','reservation',360,'Booking #2026-07-000333',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"50\",\"method\":\"Cash\"}','2026-07-16 12:50:08'),
(1843,'reservation.checked_in','ALBERT  JR. ANTIPALA checked in to Room 403 at 11:35 AM','reservation',360,'Booking #2026-07-000333',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:50:20'),
(1844,'reservation.created','Reservation created for MINERVA SOBLONO — Room 102, Jul 16 to Jul 19, 2026 (3N)','reservation',361,'Booking #2026-07-000334',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":2097,\"source\":\"Walk-in\"}','2026-07-16 12:52:30'),
(1845,'reservation.payment_added','Payment of ₱2,147.00 recorded via Cash','reservation',361,'Booking #2026-07-000334',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"2147\",\"method\":\"Cash\"}','2026-07-16 12:53:37'),
(1846,'reservation.checked_in','MINERVA SOBLONO checked in to Room 102 at 11:55 AM','reservation',361,'Booking #2026-07-000334',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 12:54:04'),
(1847,'reservation.extended','Stay extended: check-out moved from Jul 16, 2026 to Jul 17, 2026 (4 nights total, new total ₱3,396.00)','reservation',333,'Booking #2026-07-000306',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 13:04:33'),
(1848,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',333,'Booking #2026-07-000306',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-16 13:04:56'),
(1849,'reservation.checked_out','Rex Navidad checked out from Room 114 at 12:00 PM','reservation',349,'Booking #2026-07-000322',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 13:25:13'),
(1850,'reservation.checked_out','Riscris Nebres checked out from Room 210 at 12:00 PM','reservation',353,'Booking #2026-07-000326',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 13:25:28'),
(1851,'shift.closed','Veberly Tabuñar closed a Morning shift (duration: 4h 29m)','shift',58,'Shift #58',7,'Veberly Tabuñar','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 14:08:49'),
(1852,'shift.opened','Mark Anthony Estrada opened a Afternoon shift','shift',59,'Shift #59',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 14:09:19'),
(1853,'reservation.payment_added','Payment of ₱100.00 recorded via Cash','reservation',355,'Booking #2026-07-000328',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"100\",\"method\":\"Cash\"}','2026-07-16 15:25:30'),
(1854,'reservation.checked_out','PAUL MARTIN AN checked out from Room 411 at 1:00 PM','reservation',355,'Booking #2026-07-000328',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:25:37'),
(1855,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:26:11'),
(1856,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:26:15'),
(1857,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:26:22'),
(1858,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:26:27'),
(1859,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:26:34'),
(1860,'reservation.created','Reservation created for Erick Leopoldo — Room 307, Jul 16 to Jul 17, 2026 (1N)','reservation',362,'Booking #2026-07-000335',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-16 15:27:21'),
(1861,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',362,'Booking #2026-07-000335',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-16 15:27:45'),
(1862,'reservation.checked_in','Erick Leopoldo checked in to Room 307 at 2:07 PM','reservation',362,'Booking #2026-07-000335',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:28:06'),
(1863,'reservation.created','Reservation created for Rosie Gay Digamon — Room 203, Jul 16 to Jul 17, 2026 (1N)','reservation',363,'Booking #2026-07-000336',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-16 15:28:58'),
(1864,'reservation.payment_added','Payment of ₱2,049.00 recorded via GCash','reservation',363,'Booking #2026-07-000336',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"2049\",\"method\":\"GCash\"}','2026-07-16 15:29:29'),
(1865,'reservation.checked_in','Rosie Gay Digamon checked in to Room 203 at 2:28 PM','reservation',363,'Booking #2026-07-000336',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:29:40'),
(1866,'reservation.created','Reservation created for Janus Dapanas — Room 413, Jul 16 to Jul 18, 2026 (2N)','reservation',364,'Booking #2026-07-000337',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Walk-in\"}','2026-07-16 15:30:31'),
(1867,'reservation.payment_added','Payment of ₱1,698.00 recorded via Cash','reservation',364,'Booking #2026-07-000337',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"1698\",\"method\":\"Cash\"}','2026-07-16 15:30:48'),
(1868,'reservation.checked_in','Janus Dapanas checked in to Room 413 at 2:40 PM','reservation',364,'Booking #2026-07-000337',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:30:56'),
(1869,'reservation.created','Reservation created for Johannes Selirio — Room 408, Jul 16 to Jul 17, 2026 (1N)','reservation',365,'Booking #2026-07-000338',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-16 15:31:54'),
(1870,'reservation.payment_added','Payment of ₱674.25 recorded via Cash','reservation',365,'Booking #2026-07-000338',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"674.25\",\"method\":\"Cash\"}','2026-07-16 15:32:04'),
(1871,'reservation.checked_in','Johannes Selirio checked in to Room 408 at 2:57 PM','reservation',365,'Booking #2026-07-000338',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:32:12'),
(1872,'reservation.created','Reservation created for Jon Tamato — Room 308, Jul 16 to Jul 17, 2026 (1N)','reservation',366,'Booking #2026-07-000339',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-16 15:32:42'),
(1873,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',366,'Booking #2026-07-000339',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-16 15:32:52'),
(1874,'reservation.checked_in','Jon Tamato checked in to Room 308 at 3:04 PM','reservation',366,'Booking #2026-07-000339',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 15:32:57'),
(1875,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 16:30:14'),
(1876,'reservation.room_transferred','Room transferred: 104 → 117 — Guest Request','reservation',359,'Booking #2026-07-000332',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"from\":\"104\",\"to\":\"117\",\"reason\":\"Guest Request\"}','2026-07-16 16:30:36'),
(1877,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 17:39:15'),
(1878,'reservation.created','Reservation created for Rudyard Latorza — Room 103, Jul 16 to Jul 24, 2026 (8N)','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":5312,\"source\":\"Walk-in\"}','2026-07-16 17:42:43'),
(1879,'reservation.payment_added','Payment of ₱5,312.00 recorded via GCash (Ref: 2042956798627)','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"5312\",\"method\":\"GCash\"}','2026-07-16 17:44:12'),
(1880,'reservation.checked_in','Rudyard Latorza checked in to Room 103 at 5:36 PM','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 17:44:18'),
(1881,'reservation.extended','Stay extended: check-out moved from Jul 16, 2026 to Jul 17, 2026 (2 nights total, new total ₱1,398.00)','reservation',356,'Booking #2026-07-000329',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 18:32:19'),
(1882,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',356,'Booking #2026-07-000329',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-16 18:32:44'),
(1883,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 19:06:58'),
(1884,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 19:07:03'),
(1885,'reservation.created','Reservation created for Ana Jannah Yasser — Room 404, Jul 16 to Jul 17, 2026 (1N)','reservation',368,'Booking #2026-07-000341',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-16 19:07:52'),
(1886,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',368,'Booking #2026-07-000341',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-16 19:08:04'),
(1887,'reservation.checked_in','Ana Jannah Yasser checked in to Room 404 at 6:48 PM','reservation',368,'Booking #2026-07-000341',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 19:08:11'),
(1888,'reservation.created','Reservation created for Mariani Madrones — Room 406, Jul 16 to Jul 17, 2026 (1N)','reservation',369,'Booking #2026-07-000342',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"status\":\"confirmed\",\"amount\":1011.75,\"source\":\"Agoda\"}','2026-07-16 19:08:58'),
(1889,'reservation.payment_added','Payment of ₱1,011.75 recorded via Cash','reservation',369,'Booking #2026-07-000342',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3','{\"amount\":\"1011.75\",\"method\":\"Cash\"}','2026-07-16 19:09:13'),
(1890,'reservation.checked_in','Mariani Madrones checked in to Room 406 at 7:03 PM','reservation',369,'Booking #2026-07-000342',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:ad86:ee0b:498f:fbe3',NULL,'2026-07-16 19:09:20'),
(1891,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:559c:631c:2ff2:c52f',NULL,'2026-07-16 19:28:03'),
(1892,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:559c:631c:2ff2:c52f',NULL,'2026-07-16 19:28:06'),
(1893,'reservation.created','Reservation created for Kurt Pacanza — Room 113, Jul 16 to Jul 17, 2026 (1N)','reservation',370,'Booking #2026-07-000343',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:559c:631c:2ff2:c52f','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-16 19:28:35'),
(1894,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',370,'Booking #2026-07-000343',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:559c:631c:2ff2:c52f','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-16 19:28:43'),
(1895,'reservation.checked_in','Kurt Pacanza checked in to Room 113 at 7:25 PM','reservation',370,'Booking #2026-07-000343',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:559c:631c:2ff2:c52f',NULL,'2026-07-16 19:28:50'),
(1896,'reservation.created','Reservation created for Rocelyn Ragmac — Room 110, Jul 16 to Jul 17, 2026 (1N)','reservation',371,'Booking #2026-07-000344',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b','{\"status\":\"confirmed\",\"amount\":809.1000000000000227373675443232059478759765625,\"source\":\"Booking.com\"}','2026-07-16 19:45:24'),
(1897,'reservation.payment_added','Payment of ₱809.10 recorded via Booking.com Settlement','reservation',371,'Booking #2026-07-000344',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b','{\"amount\":\"809.10\",\"method\":\"Booking.com Settlement\"}','2026-07-16 19:45:41'),
(1898,'reservation.checked_in','Rocelyn Ragmac checked in to Room 110 at 7:41 PM','reservation',371,'Booking #2026-07-000344',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 19:45:52'),
(1899,'reservation.extended','Stay extended: check-out moved from Jul 16, 2026 to Jul 17, 2026 (3 nights total, new total ₱2,697.00)','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 19:49:39'),
(1900,'reservation.payment_added','Payment of ₱899.00 recorded via GCash (Ref: 7042962493817)','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-16 19:50:04'),
(1901,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 20:21:29'),
(1902,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 20:21:34'),
(1903,'reservation.created','Reservation created for April Grace Arboladura — Room 301, Jul 16 to Jul 17, 2026 (1N)','reservation',372,'Booking #2026-07-000345',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-16 20:23:17'),
(1904,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',372,'Booking #2026-07-000345',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-16 20:23:51'),
(1905,'reservation.checked_in','April Grace Arboladura checked in to Room 301 at 8:17 PM','reservation',372,'Booking #2026-07-000345',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 20:24:08'),
(1906,'shift.closed','Mark Anthony Estrada closed a Afternoon shift (duration: 7h 19m)','shift',59,'Shift #59',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 21:28:37'),
(1907,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',60,'Shift #60',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 23:00:45'),
(1908,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 23:01:10'),
(1909,'reservation.created','Reservation created for JORDAN GARRISON — Room 107, Jul 16 to Jul 17, 2026 (1N)','reservation',373,'Booking #2026-07-000346',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:3d29:b732:302b:ac8b','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-16 23:03:07'),
(1910,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',373,'Booking #2026-07-000346',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:3d29:b732:302b:ac8b','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-16 23:03:21'),
(1911,'reservation.checked_in','JORDAN GARRISON checked in to Room 107 at 9:39 PM','reservation',373,'Booking #2026-07-000346',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:3d29:b732:302b:ac8b',NULL,'2026-07-16 23:03:39'),
(1912,'reservation.created','Reservation created for EDGAR OLACO — Room 114, Jul 16 to Jul 17, 2026 (1N)','reservation',374,'Booking #2026-07-000347',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-17 04:56:16'),
(1913,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',374,'Booking #2026-07-000347',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-17 04:56:31'),
(1914,'reservation.checked_in','EDGAR OLACO checked in to Room 114 at 11:58 PM','reservation',374,'Booking #2026-07-000347',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 04:56:46'),
(1915,'reservation.payment_added','Payment of ₱150.00 recorded via Cash','reservation',356,'Booking #2026-07-000329',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"150\",\"method\":\"Cash\"}','2026-07-17 04:58:10'),
(1916,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 6h 27m)','shift',60,'Shift #60',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 05:28:21'),
(1917,'shift.opened','Veberly Tabuñar opened a Morning shift','shift',61,'Shift #61',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 06:20:50'),
(1918,'reservation.extended','Stay extended: check-out moved from Jul 17, 2026 to Jul 18, 2026 (5 nights total, new total ₱2,996.00)','reservation',327,'Booking #2026-07-000300',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:00:44'),
(1919,'reservation.payment_added','Payment of ₱999.00 recorded via GCash','reservation',327,'Booking #2026-07-000300',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"999\",\"method\":\"GCash\"}','2026-07-17 11:03:38'),
(1920,'reservation.checked_out','BEATRICE RADAZA checked out from Room 414 at 6:23 AM','reservation',314,'Booking #2026-07-000287',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:51:13'),
(1921,'reservation.checked_out','Lena Tesio checked out from Room 112 at 7:16 AM','reservation',333,'Booking #2026-07-000306',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:51:39'),
(1922,'reservation.checked_out','ALBERT  JR. ANTIPALA checked out from Room 403 at 11:23 AM','reservation',360,'Booking #2026-07-000333',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:51:58'),
(1923,'reservation.checked_out','Erick Leopoldo checked out from Room 307 at 8:58 AM','reservation',362,'Booking #2026-07-000335',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:52:41'),
(1924,'reservation.checked_out','Johannes Selirio checked out from Room 408 at 11:27 AM','reservation',365,'Booking #2026-07-000338',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:53:01'),
(1925,'reservation.checked_out','Ana Jannah Yasser checked out from Room 404 at 7:11 AM','reservation',368,'Booking #2026-07-000341',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:53:41'),
(1926,'reservation.checked_out','Mariani Madrones checked out from Room 406 at 7:07 AM','reservation',369,'Booking #2026-07-000342',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:53:57'),
(1927,'reservation.checked_out','Kurt Pacanza checked out from Room 113 at 6:02 AM','reservation',370,'Booking #2026-07-000343',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:54:20'),
(1928,'reservation.checked_out','Rocelyn Ragmac checked out from Room 110 at 7:34 AM','reservation',371,'Booking #2026-07-000344',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:54:38'),
(1929,'reservation.checked_out','April Grace Arboladura checked out from Room 301 at 6:33 AM','reservation',372,'Booking #2026-07-000345',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:54:53'),
(1930,'reservation.checked_out','EDGAR OLACO checked out from Room 114 at 7:28 AM','reservation',374,'Booking #2026-07-000347',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 11:55:45'),
(1931,'reservation.checked_out','Rosie Gay Digamon checked out from Room 203 at 12:17 PM','reservation',363,'Booking #2026-07-000336',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 12:18:18'),
(1932,'reservation.created','Reservation created for SHANIA MAE HUYO-A — Room 401, Jul 17 to Jul 21, 2026 (4N)','reservation',375,'Booking #2026-07-000348',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":4316.8000000000001818989403545856475830078125,\"source\":\"Agoda\"}','2026-07-17 12:49:09'),
(1933,'reservation.payment_added','Payment of ₱4,316.80 recorded via GCash','reservation',375,'Booking #2026-07-000348',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"4316.80\",\"method\":\"GCash\"}','2026-07-17 12:49:26'),
(1934,'reservation.checked_in','SHANIA MAE HUYO-A checked in to Room 401 at 12:39 PM','reservation',375,'Booking #2026-07-000348',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 12:49:37'),
(1935,'reservation.checked_out','Jon Tamato checked out from Room 308 at 12:00 PM','reservation',366,'Booking #2026-07-000339',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 12:49:54'),
(1936,'reservation.checked_out','JORDAN GARRISON checked out from Room 107 at 12:00 PM','reservation',373,'Booking #2026-07-000346',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 12:50:04'),
(1937,'reservation.checked_out','NORMA FELISA QUISIL checked out from Room 204 at 12:40 PM','reservation',356,'Booking #2026-07-000329',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 13:33:05'),
(1938,'shift.closed','Veberly Tabuñar closed a Morning shift (duration: 7h 54m)','shift',61,'Shift #61',7,'Veberly Tabuñar','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:14:51'),
(1939,'shift.opened','Mark Anthony Estrada opened a Afternoon shift','shift',62,'Shift #62',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:15:21'),
(1940,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:36:17'),
(1941,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:36:29'),
(1942,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:36:34'),
(1943,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:37:11'),
(1944,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:37:13'),
(1945,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:37:36'),
(1946,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:37:59'),
(1947,'room.clean','Room 411 marked clean and ready for sale','room',NULL,'Room 411',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:38:33'),
(1948,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:39:28'),
(1949,'reservation.created','Reservation created for Chaunchy Clyde Diel — Room 308, Jul 17 to Jul 18, 2026 (1N)','reservation',376,'Booking #2026-07-000349',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-17 14:41:51'),
(1950,'reservation.checked_in','Chaunchy Clyde Diel checked in to Room 308 at 1:14 PM','reservation',376,'Booking #2026-07-000349',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:42:00'),
(1951,'reservation.created','Reservation created for Helbert Barredo — Room 114, Jul 17 to Jul 18, 2026 (1N)','reservation',377,'Booking #2026-07-000350',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-17 14:43:09'),
(1952,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',377,'Booking #2026-07-000350',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-17 14:43:31'),
(1953,'reservation.checked_in','Helbert Barredo checked in to Room 114 at 1:43 PM','reservation',377,'Booking #2026-07-000350',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:43:41'),
(1954,'reservation.created','Reservation created for Franchie Marie Godito — Room 414, Jul 17 to Jul 23, 2026 (6N)','reservation',378,'Booking #2026-07-000351',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":4045.5,\"source\":\"Walk-in\"}','2026-07-17 14:44:51'),
(1955,'reservation.payment_added','Payment of ₱4,045.50 recorded via Agoda Settlement','reservation',378,'Booking #2026-07-000351',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"4045.50\",\"method\":\"Agoda Settlement\"}','2026-07-17 14:45:07'),
(1956,'reservation.checked_in','Franchie Marie Godito checked in to Room 414 at 2:10 PM','reservation',378,'Booking #2026-07-000351',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:45:15'),
(1957,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:46:00'),
(1958,'reservation.created','Reservation created for Veronica Suarez — Room 315, Jul 17 to Jul 18, 2026 (1N)','reservation',379,'Booking #2026-07-000352',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-17 14:47:20'),
(1959,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',379,'Booking #2026-07-000352',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-17 14:47:35'),
(1960,'reservation.checked_in','Veronica Suarez checked in to Room 315 at 2:24 PM','reservation',379,'Booking #2026-07-000352',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:47:41'),
(1961,'reservation.created','Reservation created for Aaron John Lapiz — Room 112, Jul 17 to Jul 18, 2026 (1N)','reservation',380,'Booking #2026-07-000353',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-17 14:48:34'),
(1962,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',380,'Booking #2026-07-000353',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-17 14:48:50'),
(1963,'reservation.checked_in','Aaron John Lapiz checked in to Room 112 at 2:34 PM','reservation',380,'Booking #2026-07-000353',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 14:48:56'),
(1964,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',376,'Booking #2026-07-000349',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-17 14:53:06'),
(1965,'reservation.checked_out','Veronica Suarez checked out from Room 315 at 3:23 PM','reservation',379,'Booking #2026-07-000352',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 15:23:05'),
(1966,'reservation.checked_out','Chaunchy Clyde Diel checked out from Room 308 at 3:42 PM','reservation',376,'Booking #2026-07-000349',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 15:42:21'),
(1967,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 16:19:40'),
(1968,'reservation.room_transferred','Room transferred: 401 → 406 — Guest Request','reservation',375,'Booking #2026-07-000348',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"from\":\"401\",\"to\":\"406\",\"reason\":\"Guest Request\"}','2026-07-17 16:20:03'),
(1969,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 17:43:16'),
(1970,'reservation.created','Reservation created for Ruby Leah Caman — Room 404, Jul 17 to Jul 18, 2026 (1N)','reservation',381,'Booking #2026-07-000354',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-17 17:43:55'),
(1971,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',381,'Booking #2026-07-000354',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-17 17:44:07'),
(1972,'reservation.checked_in','Ruby Leah Caman checked in to Room 404 at 4:46 PM','reservation',381,'Booking #2026-07-000354',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 17:44:15'),
(1973,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 17:44:56'),
(1974,'reservation.created','Reservation created for Jay Gadgude — Room 206, Jul 17 to Jul 18, 2026 (1N)','reservation',382,'Booking #2026-07-000355',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-17 17:45:28'),
(1975,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',382,'Booking #2026-07-000355',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-17 17:45:35'),
(1976,'reservation.extended','Stay extended: check-out moved from Jul 17, 2026 to Jul 18, 2026 (4 nights total, new total ₱3,596.00)','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 19:05:28'),
(1977,'reservation.payment_added','Payment of ₱899.00 recorded via GCash (Ref: 7042996041782)','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-17 19:05:59'),
(1978,'reservation.created','Reservation created for Allen Isaac Sancho — Room 303, Jul 17 to Jul 18, 2026 (1N)','reservation',383,'Booking #2026-07-000356',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-17 19:15:23'),
(1979,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',383,'Booking #2026-07-000356',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-17 19:15:30'),
(1980,'reservation.checked_in','Allen Isaac Sancho checked in to Room 303 at 7:15 PM','reservation',383,'Booking #2026-07-000356',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 19:15:35'),
(1981,'reservation.created','Reservation created for Adelah & Alioden Maruhom — Room 107, Jul 17 to Jul 18, 2026 (1N) [Group GRP-2026-000007]','reservation',384,'Booking #2026-07-000357',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":1159.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-17 19:49:12'),
(1982,'reservation.created','Reservation created for Adelah & Alioden Maruhom — Room 113, Jul 17 to Jul 18, 2026 (1N) [Group GRP-2026-000007]','reservation',385,'Booking #2026-07-000358',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-17 19:49:12'),
(1983,'reservation.payment_added','Payment of ₱1,159.20 recorded via Agoda Settlement','reservation',384,'Booking #2026-07-000357',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"1159.20\",\"method\":\"Agoda Settlement\"}','2026-07-17 19:49:38'),
(1984,'reservation.checked_in','Adelah & Alioden Maruhom checked in to Room 107 at 7:45 PM','reservation',384,'Booking #2026-07-000357',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 19:49:50'),
(1985,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',385,'Booking #2026-07-000358',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-17 19:50:16'),
(1986,'reservation.checked_in','Adelah & Alioden Maruhom checked in to Room 113 at 7:45 PM','reservation',385,'Booking #2026-07-000358',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 19:50:27'),
(1987,'reservation.checked_in','Jay Gadgude checked in to Room 206 at 3:53 PM','reservation',382,'Booking #2026-07-000355',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 19:51:13'),
(1988,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 20:02:47'),
(1989,'reservation.created','Reservation created for Samir Kaluang — Room 407, Jul 17 to Jul 18, 2026 (1N)','reservation',386,'Booking #2026-07-000359',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-17 20:03:20'),
(1990,'reservation.payment_added','Payment of ₱1,099.00 recorded via Cash','reservation',386,'Booking #2026-07-000359',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"1099\",\"method\":\"Cash\"}','2026-07-17 20:03:38'),
(1991,'reservation.checked_in','Samir Kaluang checked in to Room 407 at 8:01 PM','reservation',386,'Booking #2026-07-000359',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 20:03:42'),
(1992,'reservation.payment_added','Payment of ₱100.00 recorded via Cash','reservation',380,'Booking #2026-07-000353',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"100\",\"method\":\"Cash\"}','2026-07-17 20:34:04'),
(1993,'shift.closed','Mark Anthony Estrada closed a Afternoon shift (duration: 6h 34m)','shift',62,'Shift #62',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-17 20:49:22'),
(1994,'shift.opened','Resamie Reyes opened a Night shift','shift',63,'Shift #63',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:31:59'),
(1995,'reservation.updated','Reservation details updated — Neil Anthony Cassion, Room 405, Jul 13–Jul 18, 2026','reservation',327,'Booking #2026-07-000300',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:37:04'),
(1996,'reservation.created','Reservation created for Ranelie Jeel Anson — Room 110, Jul 17 to Jul 18, 2026 (1N)','reservation',387,'Booking #2026-07-000360',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-18 01:55:30'),
(1997,'reservation.checked_in','Ranelie Jeel Anson checked in to Room 110 at 10:41 PM','reservation',387,'Booking #2026-07-000360',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:55:51'),
(1998,'reservation.payment_added','Payment of ₱719.20 recorded via Cash','reservation',387,'Booking #2026-07-000360',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"719.20\",\"method\":\"Cash\"}','2026-07-18 01:56:29'),
(1999,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:09'),
(2000,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:17'),
(2001,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:26'),
(2002,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:32'),
(2003,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:39'),
(2004,'room.clean','Room 104 marked clean and ready for sale','room',NULL,'Room 104',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:43'),
(2005,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:46'),
(2006,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:49'),
(2007,'room.clean','Room 211 marked clean and ready for sale','room',NULL,'Room 211',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:52'),
(2008,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:55'),
(2009,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 01:59:57'),
(2010,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 02:00:00'),
(2011,'room.clean','Room 402 marked clean and ready for sale','room',NULL,'Room 402',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 02:00:03'),
(2012,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 02:00:06'),
(2013,'reservation.created','Reservation created for John Ray Torres — Room 308, Jul 17 to Jul 18, 2026 (1N)','reservation',388,'Booking #2026-07-000361',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-18 02:00:46'),
(2014,'reservation.checked_in','John Ray Torres checked in to Room 308 at 10:09 PM','reservation',388,'Booking #2026-07-000361',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 02:01:04'),
(2015,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',388,'Booking #2026-07-000361',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-18 02:01:21'),
(2016,'reservation.created','Reservation created for Richard Villanz — Room 307, Jul 17 to Jul 18, 2026 (1N)','reservation',389,'Booking #2026-07-000362',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-18 02:03:38'),
(2017,'reservation.checked_in','Richard Villanz checked in to Room 307 at 9:31 PM','reservation',389,'Booking #2026-07-000362',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 02:03:53'),
(2018,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',389,'Booking #2026-07-000362',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-18 02:04:02'),
(2019,'reservation.created','Reservation created for Antonio Serna Jr. — Room 301, Jul 17 to Jul 18, 2026 (1N)','reservation',390,'Booking #2026-07-000363',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-18 02:06:52'),
(2020,'reservation.checked_in','Antonio Serna Jr. checked in to Room 301 at 8:48 PM','reservation',390,'Booking #2026-07-000363',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94',NULL,'2026-07-18 02:07:08'),
(2021,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',390,'Booking #2026-07-000363',6,'Resamie Reyes','2001:4455:6bc:7e00:7431:133b:26bf:94','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-18 02:07:29'),
(2022,'reservation.created','Reservation created for Rey Piega — Room 403, Jul 17 to Jul 18, 2026 (1N)','reservation',391,'Booking #2026-07-000364',6,'Resamie Reyes','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-18 03:05:54'),
(2023,'reservation.checked_in','Rey Piega checked in to Room 403 at 2:54 AM','reservation',391,'Booking #2026-07-000364',6,'Resamie Reyes','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 03:06:09'),
(2024,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',391,'Booking #2026-07-000364',6,'Resamie Reyes','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-18 03:06:55'),
(2025,'reservation.checked_out','Janus Dapanas checked out from Room 413 at 4:01 AM','reservation',364,'Booking #2026-07-000337',6,'Resamie Reyes','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 04:01:42'),
(2026,'shift.closed','Resamie Reyes closed a Night shift (duration: 4h 47m)','shift',63,'Shift #63',6,'Resamie Reyes','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 06:19:58'),
(2027,'shift.opened','Erika Galit opened a Morning shift','shift',64,'Shift #64',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 06:34:16'),
(2028,'reservation.created','Reservation created for JOSEPH LEGAYADA — Room 315, Jul 18 to Jul 21, 2026 (3N)','reservation',392,'Booking #2026-07-000365',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"status\":\"confirmed\",\"amount\":2547,\"source\":\"Agoda\"}','2026-07-18 08:40:19'),
(2029,'reservation.checked_in','JOSEPH LEGAYADA checked in to Room 315 at 8:16 AM','reservation',392,'Booking #2026-07-000365',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 08:40:56'),
(2030,'reservation.payment_added','Payment of ₱1,797.60 recorded via Agoda Settlement','reservation',392,'Booking #2026-07-000365',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"1797.60\",\"method\":\"Agoda Settlement\"}','2026-07-18 08:45:26'),
(2031,'reservation.payment_added','Payment of ₱949.40 recorded via Cash','reservation',392,'Booking #2026-07-000365',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"949.40\",\"method\":\"Cash\"}','2026-07-18 08:45:26'),
(2032,'reservation.checked_out','Adelah & Alioden Maruhom checked out from Room 113 at 8:34 AM','reservation',385,'Booking #2026-07-000358',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 08:49:53'),
(2033,'reservation.checked_out','Helbert Barredo checked out from Room 114 at 8:11 AM','reservation',377,'Booking #2026-07-000350',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 09:14:41'),
(2034,'reservation.checked_out','Jay Gadgude checked out from Room 206 at 8:18 AM','reservation',382,'Booking #2026-07-000355',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 09:15:45'),
(2035,'reservation.checked_out','Antonio Serna Jr. checked out from Room 301 at 6:18 AM','reservation',390,'Booking #2026-07-000363',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 09:17:45'),
(2036,'reservation.checked_out','Allen Isaac Sancho checked out from Room 303 at 7:12 AM','reservation',383,'Booking #2026-07-000356',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 09:18:46'),
(2037,'reservation.checked_out','Samir Kaluang checked out from Room 407 at 9:31 AM','reservation',386,'Booking #2026-07-000359',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 10:49:18'),
(2038,'reservation.checked_out','Adelah & Alioden Maruhom checked out from Room 107 at 8:53 AM','reservation',384,'Booking #2026-07-000357',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 10:51:27'),
(2039,'reservation.checked_out','Rey Piega checked out from Room 403 at 7:12 AM','reservation',391,'Booking #2026-07-000364',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 10:52:08'),
(2040,'reservation.checked_out','Ranelie Jeel Anson checked out from Room 110 at 10:11 AM','reservation',387,'Booking #2026-07-000360',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 10:53:00'),
(2041,'reservation.checked_out','Aaron John Lapiz checked out from Room 112 at 10:02 AM','reservation',380,'Booking #2026-07-000353',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 10:54:38'),
(2042,'reservation.created','Reservation created for RAYMART MANALO — Room 410, Jul 18 to Jul 20, 2026 (2N)','reservation',393,'Booking #2026-07-000366',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Walk-in\"}','2026-07-18 11:56:37'),
(2043,'reservation.checked_in','RAYMART MANALO checked in to Room 410 at 11:10 AM','reservation',393,'Booking #2026-07-000366',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 11:56:56'),
(2044,'reservation.payment_added','Payment of ₱1,748.00 recorded via Cash','reservation',393,'Booking #2026-07-000366',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"1748\",\"method\":\"Cash\"}','2026-07-18 11:58:01'),
(2045,'reservation.created','Reservation created for MARIELLA GENOBATA — Room 101, Jul 18 to Jul 21, 2026 (3N)','reservation',394,'Booking #2026-07-000367',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"status\":\"confirmed\",\"amount\":2022.3000000000001818989403545856475830078125,\"source\":\"Walk-in\"}','2026-07-18 13:23:22'),
(2046,'reservation.checked_in','MARIELLA GENOBATA checked in to Room 101 at 11:50 AM','reservation',394,'Booking #2026-07-000367',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 13:23:43'),
(2047,'reservation.payment_added','Payment of ₱2,022.30 recorded via Booking.com Settlement','reservation',394,'Booking #2026-07-000367',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"2022.30\",\"method\":\"Booking.com Settlement\"}','2026-07-18 13:24:21'),
(2048,'reservation.payment_added','Payment of ₱50.00 recorded via Cash','reservation',394,'Booking #2026-07-000367',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"50\",\"method\":\"Cash\"}','2026-07-18 13:24:21'),
(2049,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 13:26:22'),
(2050,'reservation.created','Reservation created for MARIO SACRO — Room 112, Jul 18 to Jul 19, 2026 (1N)','reservation',395,'Booking #2026-07-000368',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Walk-in\"}','2026-07-18 13:35:29'),
(2051,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',395,'Booking #2026-07-000368',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-18 13:36:00'),
(2052,'reservation.payment_added','Payment of ₱50.00 recorded via Cash','reservation',395,'Booking #2026-07-000368',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"50\",\"method\":\"Cash\"}','2026-07-18 13:36:00'),
(2053,'reservation.checked_in','MARIO SACRO checked in to Room 112 at 12:00 PM','reservation',395,'Booking #2026-07-000368',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 13:36:31'),
(2054,'reservation.created','Reservation created for JAYVEE DALOGDOG — Room 104, Jul 18 to Jul 20, 2026 (2N)','reservation',396,'Booking #2026-07-000369',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"status\":\"confirmed\",\"amount\":1198.40000000000009094947017729282379150390625,\"source\":\"Walk-in\"}','2026-07-18 13:37:50'),
(2055,'reservation.payment_added','Payment of ₱1,198.40 recorded via Agoda Settlement','reservation',396,'Booking #2026-07-000369',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"1198.40\",\"method\":\"Agoda Settlement\"}','2026-07-18 13:44:32'),
(2056,'reservation.checked_in','JAYVEE DALOGDOG checked in to Room 104 at 12:44 PM','reservation',396,'Booking #2026-07-000369',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 13:44:43'),
(2057,'reservation.checked_out','John Ray Torres checked out from Room 308 at 11:20 AM','reservation',388,'Booking #2026-07-000361',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 14:13:23'),
(2058,'reservation.checked_out','Ruby Leah Caman checked out from Room 404 at 10:12 AM','reservation',381,'Booking #2026-07-000354',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 14:14:20'),
(2059,'reservation.extended','Stay extended: check-out moved from Jul 18, 2026 to Jul 19, 2026 (2 nights total, new total ₱1,798.00)','reservation',389,'Booking #2026-07-000362',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 14:15:47'),
(2060,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',389,'Booking #2026-07-000362',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-18 14:16:01'),
(2061,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 15:07:28'),
(2062,'shift.closed','Erika Galit closed a Morning shift (duration: 8h 56m)','shift',64,'Shift #64',10,'Erika Galit','2001:4455:6bc:7e00:41b7:eabb:ffa0:d7ae',NULL,'2026-07-18 15:30:49'),
(2063,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',65,'Shift #65',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 17:49:07'),
(2064,'reservation.extended','Stay extended: check-out moved from Jul 18, 2026 to Jul 19, 2026 (5 nights total, new total ₱4,495.00)','reservation',344,'Booking #2026-07-000317',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 17:50:11'),
(2065,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',344,'Booking #2026-07-000317',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-18 17:50:23'),
(2066,'reservation.payment_added','Payment of ₱699.00 recorded via GCash','reservation',308,'Booking #2026-07-000281',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-18 20:20:18'),
(2067,'reservation.extended','Stay extended: check-out moved from Jul 17, 2026 to Jul 19, 2026 (8 nights total, new total ₱4,494.00)','reservation',308,'Booking #2026-07-000281',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:20:56'),
(2068,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',308,'Booking #2026-07-000281',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-18 20:21:25'),
(2069,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:23:00'),
(2070,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:23:13'),
(2071,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:23:24'),
(2072,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:23:36'),
(2073,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:23:47'),
(2074,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:24:02'),
(2075,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:24:16'),
(2076,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:24:32'),
(2077,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:24:48'),
(2078,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:25:22'),
(2079,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:25:40'),
(2080,'reservation.created','Reservation created for ZASHEE TWAIN GENITA — Room 308, Jul 18 to Jul 19, 2026 (1N)','reservation',397,'Booking #2026-07-000370',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":799.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-18 20:27:35'),
(2081,'reservation.payment_added','Payment of ₱799.20 recorded via Agoda Settlement','reservation',397,'Booking #2026-07-000370',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"799.20\",\"method\":\"Agoda Settlement\"}','2026-07-18 20:27:54'),
(2082,'reservation.checked_in','ZASHEE TWAIN GENITA checked in to Room 308 at 12:57 PM','reservation',397,'Booking #2026-07-000370',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:28:05'),
(2083,'reservation.created','Reservation created for MUHAMMADNUR MADAYAN — Room 210, Jul 18 to Jul 19, 2026 (1N)','reservation',398,'Booking #2026-07-000371',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-18 20:31:36'),
(2084,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',398,'Booking #2026-07-000371',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-18 20:31:54'),
(2085,'reservation.checked_in','MUHAMMADNUR MADAYAN checked in to Room 210 at 1:30 PM','reservation',398,'Booking #2026-07-000371',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:32:08'),
(2086,'reservation.created','Reservation created for DANELLE TAN — Room 311, Jul 18 to Jul 19, 2026 (1N)','reservation',399,'Booking #2026-07-000372',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-18 20:34:22'),
(2087,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',399,'Booking #2026-07-000372',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-18 20:34:40'),
(2088,'reservation.checked_in','DANELLE TAN checked in to Room 311 at 1:44 PM','reservation',399,'Booking #2026-07-000372',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:34:59'),
(2089,'reservation.created','Reservation created for FRECEL MAE ROQUE — Room 411, Jul 18 to Jul 19, 2026 (1N)','reservation',400,'Booking #2026-07-000373',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-18 20:35:51'),
(2090,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',400,'Booking #2026-07-000373',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-18 20:36:04'),
(2091,'reservation.checked_in','FRECEL MAE ROQUE checked in to Room 411 at 1:59 PM','reservation',400,'Booking #2026-07-000373',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:36:15'),
(2092,'reservation.created','Reservation created for MARC SORIO — Room 413, Jul 18 to Jul 19, 2026 (1N)','reservation',401,'Booking #2026-07-000374',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-18 20:36:58'),
(2093,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',401,'Booking #2026-07-000374',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-18 20:37:09'),
(2094,'reservation.checked_in','MARC SORIO checked in to Room 413 at 3:00 PM','reservation',401,'Booking #2026-07-000374',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 20:37:56'),
(2095,'reservation.created','Reservation created for RICARDO ANZANO — Room 303, Jul 18 to Jul 20, 2026 (2N)','reservation',402,'Booking #2026-07-000375',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":1998,\"source\":\"Walk-in\"}','2026-07-18 20:58:51'),
(2096,'reservation.updated','Reservation details updated — RICARDO ANZANO, Room 303, Jul 18–Jul 20, 2026','reservation',402,'Booking #2026-07-000375',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:00:18'),
(2097,'reservation.payment_added','Payment of ₱1,598.40 recorded via Cash','reservation',402,'Booking #2026-07-000375',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"1598.40\",\"method\":\"Cash\"}','2026-07-18 21:00:39'),
(2098,'reservation.checked_in','RICARDO ANZANO checked in to Room 303 at 3:10 PM','reservation',402,'Booking #2026-07-000375',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:01:08'),
(2099,'reservation.created','Reservation created for CREZEL SUGUIHAN — Room 114, Jul 18 to Jul 19, 2026 (1N)','reservation',403,'Booking #2026-07-000376',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-18 21:12:47'),
(2100,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',403,'Booking #2026-07-000376',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-18 21:13:00'),
(2101,'reservation.checked_in','CREZEL SUGUIHAN checked in to Room 114 at 3:43 PM','reservation',403,'Booking #2026-07-000376',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:13:14'),
(2102,'reservation.created','Reservation created for NESMA ABEDIN — Room 301, Jul 18 to Jul 19, 2026 (1N)','reservation',404,'Booking #2026-07-000377',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-18 21:14:34'),
(2103,'reservation.checked_in','NESMA ABEDIN checked in to Room 301 at 3:52 PM','reservation',404,'Booking #2026-07-000377',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:14:44'),
(2104,'reservation.created','Reservation created for JOSIE ABOC — Room 407, Jul 18 to Jul 19, 2026 (1N)','reservation',405,'Booking #2026-07-000378',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":999,\"source\":\"Walk-in\"}','2026-07-18 21:16:01'),
(2105,'reservation.checked_in','JOSIE ABOC checked in to Room 407 at 5:02 PM','reservation',405,'Booking #2026-07-000378',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:16:08'),
(2106,'reservation.created','Reservation created for MAURA ABIAN — Room 203, Jul 18 to Jul 19, 2026 (1N)','reservation',406,'Booking #2026-07-000379',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-18 21:20:20'),
(2107,'reservation.payment_added','Payment of ₱1,749.00 recorded via Cash','reservation',406,'Booking #2026-07-000379',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"1749\",\"method\":\"Cash\"}','2026-07-18 21:20:55'),
(2108,'reservation.checked_in','MAURA ABIAN checked in to Room 203 at 6:00 PM','reservation',406,'Booking #2026-07-000379',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:21:37'),
(2109,'reservation.created','Reservation created for JACENTH RAFAEL — Room 401, Jul 18 to Jul 19, 2026 (1N)','reservation',407,'Booking #2026-07-000380',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-18 21:22:26'),
(2110,'reservation.checked_in','JACENTH RAFAEL checked in to Room 401 at 8:16 PM','reservation',407,'Booking #2026-07-000380',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:22:41'),
(2111,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',404,'Booking #2026-07-000377',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-18 21:36:40'),
(2112,'reservation.updated','Reservation details updated — JOSIE ABOC, Room 407, Jul 18–Jul 19, 2026','reservation',405,'Booking #2026-07-000378',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 21:37:55'),
(2113,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',405,'Booking #2026-07-000378',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-18 21:38:04'),
(2114,'reservation.payment_added','Payment of ₱1,249.00 recorded via Cash','reservation',407,'Booking #2026-07-000380',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"1249\",\"method\":\"Cash\"}','2026-07-18 21:38:58'),
(2115,'reservation.payment_deleted','Payment of ₱899.00 via Cash removed','reservation',344,'Booking #2026-07-000317',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"899.00\",\"method\":\"Cash\"}','2026-07-18 21:39:33'),
(2116,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',344,'Booking #2026-07-000317',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-18 21:39:55'),
(2117,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 4h 23m)','shift',65,'Shift #65',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 22:12:15'),
(2118,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',66,'Shift #66',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-18 22:12:50'),
(2119,'reservation.created','Reservation created for EJ Pontillas — Room 403, Jul 19 to Jul 20, 2026 (1N)','reservation',408,'Booking #2026-07-000381',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-19 03:09:09'),
(2120,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',408,'Booking #2026-07-000381',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-19 03:09:18'),
(2121,'reservation.checked_in','EJ Pontillas checked in to Room 403 at 9:31 PM','reservation',408,'Booking #2026-07-000381',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 03:09:30'),
(2122,'reservation.created','Reservation created for Joseph Macaranas — Room 408, Jul 19 to Jul 20, 2026 (1N)','reservation',409,'Booking #2026-07-000382',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-19 03:10:07'),
(2123,'reservation.checked_in','Joseph Macaranas checked in to Room 408 at 12:03 AM','reservation',409,'Booking #2026-07-000382',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 03:10:26'),
(2124,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',409,'Booking #2026-07-000382',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-19 03:10:35'),
(2125,'reservation.updated','Reservation details updated — Joseph Macaranas, Room 408, Jul 18–Jul 19, 2026','reservation',409,'Booking #2026-07-000382',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 03:10:53'),
(2126,'reservation.updated','Reservation details updated — EJ Pontillas, Room 403, Jul 18–Jul 19, 2026','reservation',408,'Booking #2026-07-000381',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 03:11:22'),
(2127,'reservation.created','Reservation created for Leonides Dean — Room 302, Jul 19 to Jul 20, 2026 (1N)','reservation',410,'Booking #2026-07-000383',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-19 03:11:55'),
(2128,'reservation.updated','Reservation details updated — Leonides Dean, Room 302, Jul 18–Jul 19, 2026','reservation',410,'Booking #2026-07-000383',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 03:12:13'),
(2129,'reservation.payment_added','Payment of ₱1,849.00 recorded via Cash','reservation',410,'Booking #2026-07-000383',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"1849\",\"method\":\"Cash\"}','2026-07-19 03:12:32'),
(2130,'reservation.checked_in','Leonides Dean checked in to Room 302 at 12:34 AM','reservation',410,'Booking #2026-07-000383',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 03:12:49'),
(2131,'reservation.created','Reservation created for April Gardo — Room 110, Jul 19 to Jul 20, 2026 (1N)','reservation',411,'Booking #2026-07-000384',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-19 03:13:28'),
(2132,'reservation.checked_in','April Gardo checked in to Room 110 at 1:24 AM','reservation',411,'Booking #2026-07-000384',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 03:13:38'),
(2133,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',411,'Booking #2026-07-000384',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-19 03:13:46'),
(2134,'reservation.created','Reservation created for Owen Louie Guzman — Room 113, Jul 18 to Jul 19, 2026 (1N)','reservation',412,'Booking #2026-07-000385',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-19 05:59:11'),
(2135,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',412,'Booking #2026-07-000385',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-19 05:59:24'),
(2136,'reservation.checked_in','Owen Louie Guzman checked in to Room 113 at 5:46 AM','reservation',412,'Booking #2026-07-000385',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 06:03:16'),
(2137,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 7h 50m)','shift',66,'Shift #66',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 06:03:26'),
(2138,'shift.opened','Erika Galit opened a Morning shift','shift',67,'Shift #67',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 06:21:26'),
(2139,'reservation.payment_added','Payment of ₱2,097.00 recorded via Cash','reservation',359,'Booking #2026-07-000332',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"2097\",\"method\":\"Cash\"}','2026-07-19 09:57:46'),
(2140,'reservation.checked_out','Frederick Gomez checked out from Room 117 at 9:14 AM','reservation',359,'Booking #2026-07-000332',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 09:58:14'),
(2141,'reservation.checked_out','DANELLE TAN checked out from Room 311 at 7:37 AM','reservation',399,'Booking #2026-07-000372',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 10:01:44'),
(2142,'reservation.checked_out','JACENTH RAFAEL checked out from Room 401 at 7:34 AM','reservation',407,'Booking #2026-07-000380',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 10:03:55'),
(2143,'reservation.checked_out','EJ Pontillas checked out from Room 403 at 7:42 AM','reservation',408,'Booking #2026-07-000381',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 10:10:09'),
(2144,'reservation.checked_out','Joseph Macaranas checked out from Room 408 at 6:47 AM','reservation',409,'Booking #2026-07-000382',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 10:11:11'),
(2145,'reservation.created','Reservation created for GUDWARA JAHIB CHAIL — Room 404, Jul 19 to Jul 20, 2026 (1N)','reservation',413,'Booking #2026-07-000386',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-19 11:01:53'),
(2146,'reservation.checked_in','GUDWARA JAHIB CHAIL checked in to Room 404 at 10:59 AM','reservation',413,'Booking #2026-07-000386',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 11:02:10'),
(2147,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',413,'Booking #2026-07-000386',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-19 11:02:31'),
(2148,'reservation.checked_out','Richard Villanz checked out from Room 307 at 11:28 AM','reservation',389,'Booking #2026-07-000362',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 11:50:45'),
(2149,'reservation.checked_out','FRECEL MAE ROQUE checked out from Room 411 at 10:56 AM','reservation',400,'Booking #2026-07-000373',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 11:51:20'),
(2150,'reservation.payment_added','Payment of ₱100.00 recorded via Cash','reservation',406,'Booking #2026-07-000379',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"100\",\"method\":\"Cash\"}','2026-07-19 11:52:08'),
(2151,'reservation.checked_out','MAURA ABIAN checked out from Room 203 at 11:26 AM','reservation',406,'Booking #2026-07-000379',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 11:52:28'),
(2152,'reservation.checked_out','April Gardo checked out from Room 110 at 9:48 AM','reservation',411,'Booking #2026-07-000384',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:22:32'),
(2153,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:22:41'),
(2154,'reservation.created','Reservation created for JUAN UNABIA — Room 110, Jul 19 to Jul 20, 2026 (1N)','reservation',414,'Booking #2026-07-000387',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-19 12:23:55'),
(2155,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',414,'Booking #2026-07-000387',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-19 12:24:12'),
(2156,'reservation.checked_in','JUAN UNABIA checked in to Room 110 at 12:24 PM','reservation',414,'Booking #2026-07-000387',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:24:27'),
(2157,'reservation.extended','Stay extended: check-out moved from Jul 19, 2026 to Jul 20, 2026 (6 nights total, new total ₱5,394.00)','reservation',344,'Booking #2026-07-000317',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:26:14'),
(2158,'reservation.payment_added','Payment of ₱899.00 recorded via GCash (Ref: 7043051083248)','reservation',344,'Booking #2026-07-000317',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-19 12:27:48'),
(2159,'reservation.checked_out','MARIO SACRO checked out from Room 112 at 12:00 PM','reservation',395,'Booking #2026-07-000368',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:28:25'),
(2160,'reservation.checked_out','ZASHEE TWAIN GENITA checked out from Room 308 at 12:12 PM','reservation',397,'Booking #2026-07-000370',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:29:08'),
(2161,'reservation.checked_out','CREZEL SUGUIHAN checked out from Room 114 at 12:14 PM','reservation',403,'Booking #2026-07-000376',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:29:44'),
(2162,'reservation.checked_out','MUHAMMADNUR MADAYAN checked out from Room 210 at 12:16 PM','reservation',398,'Booking #2026-07-000371',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:30:15'),
(2163,'reservation.checked_out','Leonides Dean checked out from Room 302 at 6:47 PM','reservation',410,'Booking #2026-07-000383',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:31:35'),
(2164,'reservation.checked_out','MINERVA SOBLONO checked out from Room 102 at 11:30 PM','reservation',361,'Booking #2026-07-000334',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 12:32:38'),
(2165,'shift.closed','Erika Galit closed a Morning shift (duration: 8h 56m)','shift',67,'Shift #67',10,'Erika Galit','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 15:17:44'),
(2166,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',68,'Shift #68',7,'Veberly Tabuñar','2001:4455:6bc:7e00:f165:c3de:6bd8:9927',NULL,'2026-07-19 15:33:23'),
(2167,'reservation.checked_out','MARC SORIO checked out from Room 413 at 12:00 PM','reservation',401,'Booking #2026-07-000374',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 19:01:28'),
(2168,'reservation.checked_out','Owen Louie Guzman checked out from Room 113 at 12:00 PM','reservation',412,'Booking #2026-07-000385',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 19:01:41'),
(2169,'reservation.checked_out','NESMA ABEDIN checked out from Room 301 at 12:00 PM','reservation',404,'Booking #2026-07-000377',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 19:02:01'),
(2170,'reservation.checked_out','JOSIE ABOC checked out from Room 407 at 12:00 PM','reservation',405,'Booking #2026-07-000378',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 19:02:10'),
(2171,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:01:26'),
(2172,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:01:30'),
(2173,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:01:34'),
(2174,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:01:39'),
(2175,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:01:44'),
(2176,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:01:50'),
(2177,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:09:01'),
(2178,'room.clean','Room 302 marked clean and ready for sale','room',NULL,'Room 302',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:09:10'),
(2179,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:09:16'),
(2180,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:09:22'),
(2181,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:09:29'),
(2182,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:09:56'),
(2183,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:10:08'),
(2184,'room.clean','Room 411 marked clean and ready for sale','room',NULL,'Room 411',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:10:26'),
(2185,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:10:34'),
(2186,'reservation.created','Reservation created for WALTER ENCARNACION — Room 401, Jul 19 to Jul 20, 2026 (1N)','reservation',415,'Booking #2026-07-000388',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-19 20:12:01'),
(2187,'reservation.payment_added','Payment of ₱1,249.00 recorded via Cash','reservation',415,'Booking #2026-07-000388',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"1249\",\"method\":\"Cash\"}','2026-07-19 20:12:24'),
(2188,'reservation.checked_in','WALTER ENCARNACION checked in to Room 401 at 1:52 PM','reservation',415,'Booking #2026-07-000388',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:13:03'),
(2189,'reservation.created','Reservation created for MARIBETH SIAO — Room 310, Jul 19 to Jul 23, 2026 (4N)','reservation',416,'Booking #2026-07-000389',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":4636.8000000000001818989403545856475830078125,\"source\":\"Agoda\"}','2026-07-19 20:14:31'),
(2190,'reservation.payment_added','Payment of ₱4,636.80 recorded via Cash','reservation',416,'Booking #2026-07-000389',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"4636.80\",\"method\":\"Cash\"}','2026-07-19 20:14:51'),
(2191,'reservation.payment_added','Payment of ₱4,636.80 recorded via Cash','reservation',416,'Booking #2026-07-000389',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"4636.80\",\"method\":\"Cash\"}','2026-07-19 20:15:07'),
(2192,'reservation.checked_in','MARIBETH SIAO checked in to Room 310 at 2:09 PM','reservation',416,'Booking #2026-07-000389',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:17:49'),
(2193,'reservation.created','Reservation created for MARIA DORADO — Room 112, Jul 19 to Jul 21, 2026 (2N)','reservation',417,'Booking #2026-07-000390',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":1348.5,\"source\":\"Agoda\"}','2026-07-19 20:19:42'),
(2194,'reservation.checked_in','MARIA DORADO checked in to Room 112 at 4:51 PM','reservation',417,'Booking #2026-07-000390',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:19:54'),
(2195,'reservation.payment_added','Payment of ₱1,348.50 recorded via Agoda Settlement','reservation',417,'Booking #2026-07-000390',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"1348.50\",\"method\":\"Agoda Settlement\"}','2026-07-19 20:20:15'),
(2196,'reservation.created','Reservation created for DANICA GABOYA — Room 117, Jul 19 to Jul 20, 2026 (1N)','reservation',418,'Booking #2026-07-000391',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-19 20:27:13'),
(2197,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',418,'Booking #2026-07-000391',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-19 20:27:35'),
(2198,'reservation.checked_in','DANICA GABOYA checked in to Room 117 at 5:31 PM','reservation',418,'Booking #2026-07-000391',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:27:54'),
(2199,'reservation.created','Reservation created for PARKER BOLANIO — Room 113, Jul 19 to Jul 20, 2026 (1N)','reservation',419,'Booking #2026-07-000392',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-19 20:29:14'),
(2200,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',419,'Booking #2026-07-000392',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-19 20:29:31'),
(2201,'reservation.checked_in','PARKER BOLANIO checked in to Room 113 at 6:39 PM','reservation',419,'Booking #2026-07-000392',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 20:29:42'),
(2202,'reservation.payment_deleted','Payment of ₱4,636.80 via Cash removed','reservation',416,'Booking #2026-07-000389',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"4636.80\",\"method\":\"Cash\"}','2026-07-19 20:31:46'),
(2203,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 8h 10m)','shift',68,'Shift #68',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:43:59'),
(2204,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',69,'Shift #69',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:44:30'),
(2205,'reservation.created','Reservation created for RAMIL VALDEZ — Room 102, Jul 19 to Jul 21, 2026 (2N)','reservation',420,'Booking #2026-07-000393',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":1398,\"source\":\"Walk-in\"}','2026-07-19 23:45:30'),
(2206,'reservation.payment_added','Payment of ₱1,398.00 recorded via Cash','reservation',420,'Booking #2026-07-000393',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"1398\",\"method\":\"Cash\"}','2026-07-19 23:45:40'),
(2207,'reservation.checked_in','RAMIL VALDEZ checked in to Room 102 at 11:42 PM','reservation',420,'Booking #2026-07-000393',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:45:54'),
(2208,'reservation.created','Reservation created for JAMINAH MANOK — Room 206, Jul 19 to Jul 20, 2026 (1N)','reservation',421,'Booking #2026-07-000394',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-19 23:46:59'),
(2209,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',421,'Booking #2026-07-000394',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-19 23:47:09'),
(2210,'reservation.checked_in','JAMINAH MANOK checked in to Room 206 at 11:03 PM','reservation',421,'Booking #2026-07-000394',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:47:20'),
(2211,'reservation.created','Reservation created for KISHIA BASLOTE — Room 407, Jul 19 to Jul 20, 2026 (1N)','reservation',422,'Booking #2026-07-000395',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-19 23:49:00'),
(2212,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',422,'Booking #2026-07-000395',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-19 23:49:14'),
(2213,'reservation.checked_in','KISHIA BASLOTE checked in to Room 407 at 10:00 PM','reservation',422,'Booking #2026-07-000395',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:49:34'),
(2214,'reservation.created','Reservation created for QWENDYS JOY RIFE — Room 308, Jul 19 to Jul 20, 2026 (1N)','reservation',423,'Booking #2026-07-000396',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-19 23:50:50'),
(2215,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',423,'Booking #2026-07-000396',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-19 23:51:00'),
(2216,'reservation.checked_in','QWENDYS JOY RIFE checked in to Room 308 at 9:22 PM','reservation',423,'Booking #2026-07-000396',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:51:14'),
(2217,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:51:29'),
(2218,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:51:31'),
(2219,'room.clean','Room 210 marked clean and ready for sale','room',NULL,'Room 210',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:51:40'),
(2220,'reservation.created','Reservation created for RYAN LOBRIGAS — Room 307, Jul 19 to Jul 20, 2026 (1N)','reservation',424,'Booking #2026-07-000397',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-19 23:52:19'),
(2221,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',424,'Booking #2026-07-000397',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-19 23:52:31'),
(2222,'reservation.checked_in','RYAN LOBRIGAS checked in to Room 307 at 11:01 PM','reservation',424,'Booking #2026-07-000397',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-19 23:52:48'),
(2223,'reservation.created','Reservation created for DENJERK LAGOD — Room 301, Jul 20 to Jul 21, 2026 (1N)','reservation',425,'Booking #2026-07-000398',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-20 00:03:44'),
(2224,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',425,'Booking #2026-07-000398',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-20 00:03:56'),
(2225,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 6h 38m)','shift',69,'Shift #69',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 06:23:06'),
(2226,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',70,'Shift #70',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 06:24:15'),
(2227,'reservation.checked_out','JAMINAH MANOK checked out from Room 206 at 6:15 AM','reservation',421,'Booking #2026-07-000394',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 06:30:26'),
(2228,'reservation.checked_out','GUDWARA JAHIB CHAIL checked out from Room 404 at 5:35 AM','reservation',413,'Booking #2026-07-000386',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 06:30:47'),
(2229,'reservation.payment_added','Payment of ₱1,728.00 recorded via GCash (Ref: 7043075736803)','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"1728\",\"method\":\"GCash\"}','2026-07-20 06:55:51'),
(2230,'reservation.checked_out','Allan Yap checked out from Room 201 at 6:56 AM','reservation',344,'Booking #2026-07-000317',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 06:56:03'),
(2231,'reservation.checked_out','RYAN LOBRIGAS checked out from Room 307 at 7:27 AM','reservation',424,'Booking #2026-07-000397',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 07:27:59'),
(2232,'reservation.checked_out','DANICA GABOYA checked out from Room 117 at 7:25 AM','reservation',418,'Booking #2026-07-000391',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 07:28:15'),
(2233,'reservation.checked_out','RAYMART MANALO checked out from Room 410 at 7:59 AM','reservation',393,'Booking #2026-07-000366',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 08:00:41'),
(2234,'reservation.payment_added','Payment of ₱200.00 recorded via Cash','reservation',402,'Booking #2026-07-000375',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"200\",\"method\":\"Cash\"}','2026-07-20 08:35:24'),
(2235,'reservation.checked_out','JAYVEE DALOGDOG checked out from Room 104 at 9:08 AM','reservation',396,'Booking #2026-07-000369',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 09:08:04'),
(2236,'reservation.checked_in','DENJERK LAGOD checked in to Room 301 at 6:39 PM','reservation',425,'Booking #2026-07-000398',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 09:17:45'),
(2237,'reservation.checked_out','DENJERK LAGOD checked out from Room 301 at 9:17 AM','reservation',425,'Booking #2026-07-000398',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 09:17:51'),
(2238,'reservation.updated','Reservation details updated — DENJERK LAGOD, Room 301, Jul 19–Jul 20, 2026','reservation',425,'Booking #2026-07-000398',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 09:18:51'),
(2239,'reservation.checked_out','WALTER ENCARNACION checked out from Room 401 at 9:25 AM','reservation',415,'Booking #2026-07-000388',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 09:25:10'),
(2240,'reservation.checked_out','QWENDYS JOY RIFE checked out from Room 308 at 9:40 AM','reservation',423,'Booking #2026-07-000396',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 09:41:06'),
(2241,'reservation.checked_out','Ivander Paul Jabagat checked out from Room 205 at 6:05 AM','reservation',341,'Booking #2026-07-000314',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 09:43:52'),
(2242,'reservation.checked_out','RICARDO ANZANO checked out from Room 303 at 11:15 AM','reservation',402,'Booking #2026-07-000375',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 11:15:49'),
(2243,'reservation.checked_out','JUAN UNABIA checked out from Room 110 at 11:36 AM','reservation',414,'Booking #2026-07-000387',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 11:36:22'),
(2244,'reservation.checked_out','KISHIA BASLOTE checked out from Room 407 at 11:59 AM','reservation',422,'Booking #2026-07-000395',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 11:59:33'),
(2245,'reservation.checked_out','PARKER BOLANIO checked out from Room 113 at 12:02 PM','reservation',419,'Booking #2026-07-000392',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 12:02:42'),
(2246,'room.clean','Room 104 marked clean and ready for sale','room',NULL,'Room 104',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 12:57:20'),
(2247,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 12:57:24'),
(2248,'reservation.created','Reservation created for Abdul Rahman Palao — Room 104, Jul 20 to Jul 24, 2026 (4N)','reservation',426,'Booking #2026-07-000399',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"status\":\"confirmed\",\"amount\":2396.8000000000001818989403545856475830078125,\"source\":\"Agoda\"}','2026-07-20 12:58:35'),
(2249,'reservation.payment_added','Payment of ₱2,396.80 recorded via Cash','reservation',426,'Booking #2026-07-000399',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd','{\"amount\":\"2396.80\",\"method\":\"Cash\"}','2026-07-20 12:59:23'),
(2250,'reservation.checked_in','Abdul Rahman Palao checked in to Room 104 at 12:56 PM','reservation',426,'Booking #2026-07-000399',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 12:59:31'),
(2251,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 7h 46m)','shift',70,'Shift #70',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 14:11:04'),
(2252,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',71,'Shift #71',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 14:12:11'),
(2253,'reservation.checked_out','Aiza Rodriguez checked out from Room 202 at 12:00 PM','reservation',308,'Booking #2026-07-000281',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 15:32:19'),
(2254,'reservation.updated','Reservation details updated — Neil Anthony Cassion, Room 405, Jul 13–Jul 18, 2026','reservation',327,'Booking #2026-07-000300',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 15:35:43'),
(2255,'reservation.checked_out','Neil Anthony Cassion checked out from Room 405 at 12:00 PM','reservation',327,'Booking #2026-07-000300',7,'Veberly Tabuñar','2001:4455:6bc:7e00:b197:bebc:33c8:1dcd',NULL,'2026-07-20 15:36:51'),
(2256,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:11:16'),
(2257,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:11:20'),
(2258,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:11:25'),
(2259,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:12:29'),
(2260,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:12:33'),
(2261,'room.clean','Room 202 marked clean and ready for sale','room',NULL,'Room 202',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:12:37'),
(2262,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:12:42'),
(2263,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:12:49'),
(2264,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:12:54'),
(2265,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:12:59'),
(2266,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:13:04'),
(2267,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:13:10'),
(2268,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:13:18'),
(2269,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:13:25'),
(2270,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:13:31'),
(2271,'reservation.created','Reservation created for RIZA MAE CALISO — Room 404, Jul 31 to Aug 3, 2026 (3N)','reservation',427,'Booking #2026-07-000400',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":2547,\"source\":\"Walk-in\"}','2026-07-20 19:16:56'),
(2272,'reservation.payment_added','Payment of ₱500.00 recorded via GCash','reservation',427,'Booking #2026-07-000400',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"500\",\"method\":\"GCash\"}','2026-07-20 19:17:22'),
(2273,'reservation.created','Reservation created for ADRIANNE CHRISTIAN DENSING — Room 303, Jul 20 to Jul 24, 2026 (4N)','reservation',428,'Booking #2026-07-000401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":3196.8000000000001818989403545856475830078125,\"source\":\"Agoda\"}','2026-07-20 19:18:54'),
(2274,'reservation.payment_added','Payment of ₱3,196.80 recorded via Agoda Settlement','reservation',428,'Booking #2026-07-000401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"3196.80\",\"method\":\"Agoda Settlement\"}','2026-07-20 19:19:13'),
(2275,'reservation.checked_in','ADRIANNE CHRISTIAN DENSING checked in to Room 303 at 3:00 PM','reservation',428,'Booking #2026-07-000401',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:19:21'),
(2276,'reservation.created','Reservation created for JEREMIAH LOMOLOY — Room 117, Jul 20 to Jul 24, 2026 (4N)','reservation',429,'Booking #2026-07-000402',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":2396.8000000000001818989403545856475830078125,\"source\":\"Agoda\"}','2026-07-20 19:20:34'),
(2277,'reservation.checked_in','JEREMIAH LOMOLOY checked in to Room 117 at 3:06 PM','reservation',429,'Booking #2026-07-000402',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:30:06'),
(2278,'reservation.created','Reservation created for DANICCA MARCE — Room 114, Jul 20 to Jul 21, 2026 (1N)','reservation',430,'Booking #2026-07-000403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-20 19:32:38'),
(2279,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',430,'Booking #2026-07-000403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-20 19:32:48'),
(2280,'reservation.checked_in','DANICCA MARCE checked in to Room 114 at 4:24 PM','reservation',430,'Booking #2026-07-000403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:32:58'),
(2281,'reservation.created','Reservation created for MATEO FRANCISCO — Room 410, Jul 20 to Jul 22, 2026 (2N)','reservation',431,'Booking #2026-07-000404',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Walk-in\"}','2026-07-20 19:33:57'),
(2282,'reservation.payment_added','Payment of ₱1,698.00 recorded via Cash','reservation',431,'Booking #2026-07-000404',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"1698\",\"method\":\"Cash\"}','2026-07-20 19:34:07'),
(2283,'reservation.checked_in','MATEO FRANCISCO checked in to Room 410 at 4:40 PM','reservation',431,'Booking #2026-07-000404',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:34:17'),
(2284,'reservation.created','Reservation created for MARK ARBOIZ — Room 318, Jul 20 to Jul 21, 2026 (1N)','reservation',432,'Booking #2026-07-000405',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-20 19:35:45'),
(2285,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',432,'Booking #2026-07-000405',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-20 19:36:09'),
(2286,'reservation.checked_in','MARK ARBOIZ checked in to Room 318 at 5:35 PM','reservation',432,'Booking #2026-07-000405',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:36:17'),
(2287,'reservation.created','Reservation created for ELDIE JAY MANZANARES — Room 407, Jul 20 to Jul 21, 2026 (1N)','reservation',433,'Booking #2026-07-000406',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-20 19:37:19'),
(2288,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',433,'Booking #2026-07-000406',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-20 19:37:29'),
(2289,'reservation.checked_in','ELDIE JAY MANZANARES checked in to Room 407 at 6:36 PM','reservation',433,'Booking #2026-07-000406',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:37:39'),
(2290,'reservation.created','Reservation created for MARIE ANN PAYOT — Room 113, Jul 20 to Jul 21, 2026 (1N)','reservation',434,'Booking #2026-07-000407',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-20 19:40:02'),
(2291,'reservation.payment_added','Payment of ₱674.25 recorded via Cash','reservation',434,'Booking #2026-07-000407',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"674.25\",\"method\":\"Cash\"}','2026-07-20 19:40:16'),
(2292,'reservation.checked_in','MARIE ANN PAYOT checked in to Room 113 at 6:41 PM','reservation',434,'Booking #2026-07-000407',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:40:22'),
(2293,'reservation.created','Reservation created for SHEILA LABAJO — Room 201, Jul 20 to Jul 21, 2026 (1N)','reservation',435,'Booking #2026-07-000408',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-20 19:42:39'),
(2294,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',435,'Booking #2026-07-000408',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-20 19:42:48'),
(2295,'reservation.checked_in','SHEILA LABAJO checked in to Room 201 at 7:27 PM','reservation',435,'Booking #2026-07-000408',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 19:42:55'),
(2296,'reservation.payment_added','Payment of ₱2,396.80 recorded via Agoda Settlement','reservation',429,'Booking #2026-07-000402',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"2396.80\",\"method\":\"Agoda Settlement\"}','2026-07-20 20:52:38'),
(2297,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 9h 20m)','shift',71,'Shift #71',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 23:32:50'),
(2298,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',72,'Shift #72',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 23:33:10'),
(2299,'reservation.created','Reservation created for AMAL TOLIA — Room 301, Jul 20 to Jul 21, 2026 (1N)','reservation',436,'Booking #2026-07-000409',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-20 23:34:04'),
(2300,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',436,'Booking #2026-07-000409',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-20 23:34:13'),
(2301,'reservation.checked_in','AMAL TOLIA checked in to Room 301 at 9:18 PM','reservation',436,'Booking #2026-07-000409',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 23:34:26'),
(2302,'reservation.created','Reservation created for ROY DARAL — Room 110, Jul 20 to Jul 21, 2026 (1N)','reservation',437,'Booking #2026-07-000410',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-20 23:35:11'),
(2303,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',437,'Booking #2026-07-000410',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-20 23:35:21'),
(2304,'reservation.checked_in','ROY DARAL checked in to Room 110 at 8:56 PM','reservation',437,'Booking #2026-07-000410',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-20 23:35:35'),
(2305,'reservation.created','Reservation created for MARK PALLESCA — Room 307, Jul 20 to Jul 21, 2026 (1N)','reservation',438,'Booking #2026-07-000411',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":799.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-21 01:37:50'),
(2306,'reservation.payment_added','Payment of ₱799.20 recorded via Agoda Settlement','reservation',438,'Booking #2026-07-000411',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"799.20\",\"method\":\"Agoda Settlement\"}','2026-07-21 01:38:03'),
(2307,'reservation.checked_in','MARK PALLESCA checked in to Room 307 at 11:57 PM','reservation',438,'Booking #2026-07-000411',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 01:38:47'),
(2308,'reservation.created','Reservation created for RAPHAEL RENANTE — Room 413, Jul 20 to Jul 21, 2026 (1N)','reservation',439,'Booking #2026-07-000412',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-21 01:41:43'),
(2309,'reservation.payment_added','Payment of ₱849.00 recorded via GCash','reservation',439,'Booking #2026-07-000412',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"849\",\"method\":\"GCash\"}','2026-07-21 01:41:56'),
(2310,'reservation.checked_in','RAPHAEL RENANTE checked in to Room 413 at 11:58 PM','reservation',439,'Booking #2026-07-000412',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 01:42:14'),
(2311,'reservation.created','Reservation created for ALJON CAGAPE — Room 202, Jul 20 to Jul 21, 2026 (1N)','reservation',440,'Booking #2026-07-000413',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-21 05:24:21'),
(2312,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',440,'Booking #2026-07-000413',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-21 05:24:31'),
(2313,'reservation.checked_in','ALJON CAGAPE checked in to Room 202 at 11:57 PM','reservation',440,'Booking #2026-07-000413',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 05:24:50'),
(2314,'reservation.created','Reservation created for CATHERINE SORANIOG — Room 403, Jul 21 to Jul 22, 2026 (1N)','reservation',441,'Booking #2026-07-000414',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-21 05:26:33'),
(2315,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',441,'Booking #2026-07-000414',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-21 05:26:44'),
(2316,'reservation.updated','Reservation details updated — CATHERINE SORANIOG, Room 403, Jul 20–Jul 21, 2026','reservation',441,'Booking #2026-07-000414',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 05:27:03'),
(2317,'reservation.checked_in','CATHERINE SORANIOG checked in to Room 403 at 11:58 PM','reservation',441,'Booking #2026-07-000414',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 05:27:15'),
(2318,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 6h 15m)','shift',72,'Shift #72',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 05:48:11'),
(2319,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',73,'Shift #73',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 06:26:24'),
(2320,'reservation.extended','Stay extended: check-out moved from Jul 21, 2026 to Jul 22, 2026 (3 nights total, new total ₱2,097.00)','reservation',420,'Booking #2026-07-000393',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 06:42:23'),
(2321,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',420,'Booking #2026-07-000393',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-21 06:42:32'),
(2322,'reservation.checked_out','DANICCA MARCE checked out from Room 114 at 7:03 AM','reservation',430,'Booking #2026-07-000403',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 07:03:21'),
(2323,'reservation.checked_out','ELDIE JAY MANZANARES checked out from Room 407 at 8:02 AM','reservation',433,'Booking #2026-07-000406',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:02:08'),
(2324,'reservation.checked_out','MARIE ANN PAYOT checked out from Room 113 at 8:06 AM','reservation',434,'Booking #2026-07-000407',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:06:12'),
(2325,'reservation.checked_out','RAPHAEL RENANTE checked out from Room 413 at 8:22 AM','reservation',439,'Booking #2026-07-000412',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:22:49'),
(2326,'reservation.checked_out','ALJON CAGAPE checked out from Room 202 at 8:30 AM','reservation',440,'Booking #2026-07-000413',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:30:11'),
(2327,'reservation.checked_out','JOSEPH LEGAYADA checked out from Room 315 at 8:33 AM','reservation',392,'Booking #2026-07-000365',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:33:25'),
(2328,'reservation.created','Reservation created for Gail Besiohan — Room 308, Jul 21 to Jul 22, 2026 (1N)','reservation',442,'Booking #2026-07-000415',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":799.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-21 08:42:12'),
(2329,'reservation.payment_added','Payment of ₱799.20 recorded via Agoda Settlement','reservation',442,'Booking #2026-07-000415',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"799.20\",\"method\":\"Agoda Settlement\"}','2026-07-21 08:42:44'),
(2330,'reservation.payment_added','Payment of ₱200.00 recorded via Cash','reservation',442,'Booking #2026-07-000415',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"200\",\"method\":\"Cash\"}','2026-07-21 08:42:52'),
(2331,'reservation.checked_in','Gail Besiohan checked in to Room 308 at 8:40 AM','reservation',442,'Booking #2026-07-000415',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:42:57'),
(2332,'room.clean','Room 113 marked clean and ready for sale','room',NULL,'Room 113',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:51:24'),
(2333,'reservation.created','Reservation created for Rupam (Asliah) Banerjee — Room 113, Jul 21 to Aug 1, 2026 (11N)','reservation',443,'Booking #2026-07-000416',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"status\":\"confirmed\",\"amount\":7911.20000000000072759576141834259033203125,\"source\":\"Agoda\"}','2026-07-21 08:52:03'),
(2334,'reservation.payment_added','Payment of ₱8,111.20 recorded via Cash','reservation',443,'Booking #2026-07-000416',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa','{\"amount\":\"8111.20\",\"method\":\"Cash\"}','2026-07-21 08:52:25'),
(2335,'reservation.checked_in','Rupam (Asliah) Banerjee checked in to Room 113 at 8:50 AM','reservation',443,'Booking #2026-07-000416',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:52:32'),
(2336,'reservation.checked_out','MARIA DORADO checked out from Room 112 at 8:57 AM','reservation',417,'Booking #2026-07-000390',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 08:57:41'),
(2337,'reservation.checked_out','MARK PALLESCA checked out from Room 307 at 10:56 AM','reservation',438,'Booking #2026-07-000411',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 10:56:26'),
(2338,'reservation.checked_out','CATHERINE SORANIOG checked out from Room 403 at 10:57 AM','reservation',441,'Booking #2026-07-000414',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 10:57:46'),
(2339,'reservation.checked_out','ROY DARAL checked out from Room 110 at 11:36 AM','reservation',437,'Booking #2026-07-000410',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:36:52'),
(2340,'reservation.checked_out','AMAL TOLIA checked out from Room 301 at 11:42 AM','reservation',436,'Booking #2026-07-000409',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:42:48'),
(2341,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:49:09'),
(2342,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:49:12'),
(2343,'room.clean','Room 202 marked clean and ready for sale','room',NULL,'Room 202',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:49:15'),
(2344,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:49:18'),
(2345,'room.clean','Room 315 marked clean and ready for sale','room',NULL,'Room 315',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:49:38'),
(2346,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 11:49:44'),
(2347,'reservation.checked_out','MARK ARBOIZ checked out from Room 318 at 12:02 PM','reservation',432,'Booking #2026-07-000405',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 12:02:52'),
(2348,'reservation.checked_out','SHANIA MAE HUYO-A checked out from Room 406 at 12:55 PM','reservation',375,'Booking #2026-07-000348',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 12:55:09'),
(2349,'reservation.checked_out','MARIELLA GENOBATA checked out from Room 101 at 12:00 PM','reservation',394,'Booking #2026-07-000367',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 13:32:38'),
(2350,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 7h 35m)','shift',73,'Shift #73',8,'Mark Anthony Estrada','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 14:01:53'),
(2351,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',74,'Shift #74',7,'Veberly Tabuñar','2001:4455:6bc:7e00:a954:d879:ffd:b2fa',NULL,'2026-07-21 14:15:08'),
(2352,'reservation.extended','Stay extended: check-out moved from Jul 21, 2026 to Jul 22, 2026 (2 nights total, new total ₱1,798.00)','reservation',435,'Booking #2026-07-000408',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 19:16:55'),
(2353,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',435,'Booking #2026-07-000408',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-21 19:17:07'),
(2354,'reservation.created','Reservation created for JOSIE PAMPLONA — Room 401, Jul 21 to Jul 22, 2026 (1N)','reservation',444,'Booking #2026-07-000417',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":1011.75,\"source\":\"Agoda\"}','2026-07-21 20:15:50'),
(2355,'reservation.payment_added','Payment of ₱1,011.75 recorded via Agoda Settlement','reservation',444,'Booking #2026-07-000417',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"1011.75\",\"method\":\"Agoda Settlement\"}','2026-07-21 20:16:08'),
(2356,'reservation.checked_in','JOSIE PAMPLONA checked in to Room 401 at 2:01 PM','reservation',444,'Booking #2026-07-000417',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:16:15'),
(2357,'room.maintenance','Room 101 sent to maintenance','room',NULL,'Room 101',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:17:03'),
(2358,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:17:08'),
(2359,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:17:11'),
(2360,'room.clean','Room 318 marked clean and ready for sale','room',NULL,'Room 318',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:17:15'),
(2361,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:17:20'),
(2362,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:17:23'),
(2363,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:17:27'),
(2364,'reservation.created','Reservation created for JOEY VILLAHERMOSA — Room 318, Jul 21 to Jul 22, 2026 (1N)','reservation',445,'Booking #2026-07-000418',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Agoda\"}','2026-07-21 20:18:10'),
(2365,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',445,'Booking #2026-07-000418',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-21 20:18:32'),
(2366,'reservation.checked_in','JOEY VILLAHERMOSA checked in to Room 318 at 3:06 PM','reservation',445,'Booking #2026-07-000418',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:20:28'),
(2367,'reservation.created','Reservation created for BADRIAH ACMAD — Room 206, Jul 21 to Jul 24, 2026 (3N)','reservation',446,'Booking #2026-07-000419',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":2547,\"source\":\"Agoda\"}','2026-07-21 20:21:50'),
(2368,'reservation.payment_added','Payment of ₱1,797.60 recorded via Agoda Settlement','reservation',446,'Booking #2026-07-000419',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"1797.60\",\"method\":\"Agoda Settlement\"}','2026-07-21 20:22:16'),
(2369,'reservation.payment_added','Payment of ₱749.40 recorded via Cash','reservation',446,'Booking #2026-07-000419',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"749.40\",\"method\":\"Cash\"}','2026-07-21 20:22:16'),
(2370,'reservation.checked_in','BADRIAH ACMAD checked in to Room 206 at 3:26 PM','reservation',446,'Booking #2026-07-000419',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:22:27'),
(2371,'reservation.created','Reservation created for ROY DARAL — Room 314, Jul 21 to Jul 22, 2026 (1N)','reservation',447,'Booking #2026-07-000420',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-21 20:23:25'),
(2372,'reservation.checked_in','ROY DARAL checked in to Room 314 at 5:18 PM','reservation',447,'Booking #2026-07-000420',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:23:43'),
(2373,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',447,'Booking #2026-07-000420',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-21 20:24:42'),
(2374,'reservation.created','Reservation created for ROWELL TAGIOBON — Room 114, Jul 21 to Jul 22, 2026 (1N)','reservation',448,'Booking #2026-07-000421',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-21 20:25:59'),
(2375,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',448,'Booking #2026-07-000421',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-21 20:26:08'),
(2376,'reservation.checked_in','ROWELL TAGIOBON checked in to Room 114 at 5:18 PM','reservation',448,'Booking #2026-07-000421',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:26:27'),
(2377,'reservation.created','Reservation created for Allan Yap — Room 301, Jul 21 to Jul 22, 2026 (1N)','reservation',449,'Booking #2026-07-000422',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-21 20:27:11'),
(2378,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',449,'Booking #2026-07-000422',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-21 20:27:23'),
(2379,'reservation.checked_in','Allan Yap checked in to Room 301 at 7:33 PM','reservation',449,'Booking #2026-07-000422',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:27:29'),
(2380,'reservation.created','Reservation created for MICHAEL FANLO — Room 207, Jul 21 to Jul 23, 2026 (2N)','reservation',450,'Booking #2026-07-000423',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":1398,\"source\":\"Walk-in\"}','2026-07-21 20:28:18'),
(2381,'reservation.payment_added','Payment of ₱1,398.00 recorded via Cash','reservation',450,'Booking #2026-07-000423',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"1398\",\"method\":\"Cash\"}','2026-07-21 20:28:27'),
(2382,'reservation.checked_in','MICHAEL FANLO checked in to Room 207 at 7:41 PM','reservation',450,'Booking #2026-07-000423',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:28:32'),
(2383,'reservation.created','Reservation created for DULCE AMOR MATONDO — Room 112, Jul 21 to Jul 22, 2026 (1N)','reservation',451,'Booking #2026-07-000424',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-21 20:43:24'),
(2384,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',451,'Booking #2026-07-000424',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-21 20:43:35'),
(2385,'reservation.checked_in','DULCE AMOR MATONDO checked in to Room 112 at 8:40 PM','reservation',451,'Booking #2026-07-000424',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 20:43:44'),
(2386,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 7h 55m)','shift',74,'Shift #74',7,'Veberly Tabuñar','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 22:10:08'),
(2387,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',75,'Shift #75',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 22:10:34'),
(2388,'reservation.created','Reservation created for KURT Pacanza — Room 405, Jul 21 to Jul 22, 2026 (1N)','reservation',452,'Booking #2026-07-000425',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-21 22:11:10'),
(2389,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',452,'Booking #2026-07-000425',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-21 22:11:30'),
(2390,'reservation.checked_in','KURT Pacanza checked in to Room 405 at 9:23 PM','reservation',452,'Booking #2026-07-000425',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 22:11:43'),
(2391,'reservation.created','Reservation created for JAN IAN DEPACAQUIVO — Room 202, Jul 21 to Jul 23, 2026 (2N)','reservation',453,'Booking #2026-07-000426',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":1398,\"source\":\"Walk-in\"}','2026-07-21 23:13:32'),
(2392,'reservation.payment_added','Payment of ₱1,398.00 recorded via Cash','reservation',453,'Booking #2026-07-000426',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384','{\"amount\":\"1398\",\"method\":\"Cash\"}','2026-07-21 23:13:43'),
(2393,'reservation.checked_in','JAN IAN DEPACAQUIVO checked in to Room 202 at 11:13 PM','reservation',453,'Booking #2026-07-000426',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 23:13:50'),
(2394,'reservation.checked_out','KURT Pacanza checked out from Room 405 at 11:43 PM','reservation',452,'Booking #2026-07-000425',9,'Hiddenmae Rodrigo','2001:4455:6bc:7e00:154c:af10:2599:384',NULL,'2026-07-21 23:43:12'),
(2395,'reservation.created','Reservation created for Olive Dumanig — Room 311, Jul 21 to Jul 22, 2026 (1N)','reservation',454,'Booking #2026-07-000427',9,'Hiddenmae Rodrigo','49.149.103.166','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-22 01:18:10'),
(2396,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',454,'Booking #2026-07-000427',9,'Hiddenmae Rodrigo','49.149.103.166','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-22 01:18:20'),
(2397,'reservation.checked_in','Olive Dumanig checked in to Room 311 at 11:57 PM','reservation',454,'Booking #2026-07-000427',9,'Hiddenmae Rodrigo','49.149.103.166',NULL,'2026-07-22 01:18:39'),
(2398,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 7h 46m)','shift',75,'Shift #75',9,'Hiddenmae Rodrigo','49.149.103.166',NULL,'2026-07-22 05:56:44'),
(2399,'shift.opened','Resamie Reyes opened a Morning shift','shift',76,'Shift #76',6,'Resamie Reyes','49.149.103.166',NULL,'2026-07-22 09:13:31'),
(2400,'reservation.checked_out','MATEO FRANCISCO checked out from Room 410 at 9:10 AM','reservation',431,'Booking #2026-07-000404',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:23:27'),
(2401,'reservation.checked_out','ROY DARAL checked out from Room 314 at 7:43 AM','reservation',447,'Booking #2026-07-000420',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:23:58'),
(2402,'reservation.checked_out','Allan Yap checked out from Room 301 at 7:18 AM','reservation',449,'Booking #2026-07-000422',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:24:26'),
(2403,'reservation.room_transferred','Room transferred: 308 → 406 — Upgrade','reservation',442,'Booking #2026-07-000415',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03','{\"from\":\"308\",\"to\":\"406\",\"reason\":\"Upgrade\"}','2026-07-22 10:27:15'),
(2404,'reservation.extended','Stay extended: check-out moved from Jul 22, 2026 to Jul 23, 2026 (2 nights total, new total ₱1,598.40)','reservation',442,'Booking #2026-07-000415',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:27:50'),
(2405,'reservation.updated','Reservation details updated — Gail Besiohan, Room 406, Jul 21–Jul 22, 2026','reservation',442,'Booking #2026-07-000415',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:29:40'),
(2406,'reservation.room_transferred','Room transferred: 406 → 307 — Guest Request','reservation',442,'Booking #2026-07-000415',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03','{\"from\":\"406\",\"to\":\"307\",\"reason\":\"Guest Request\"}','2026-07-22 10:30:25'),
(2407,'reservation.updated','Reservation details updated — Gail Besiohan, Room 307, Jul 21–Jul 22, 2026','reservation',442,'Booking #2026-07-000415',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:32:28'),
(2408,'reservation.checked_out','Gail Besiohan checked out from Room 307 at 10:32 AM','reservation',442,'Booking #2026-07-000415',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:32:47'),
(2409,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:33:01'),
(2410,'reservation.created','Reservation created for Gail Besiohan — Room 406, Jul 22 to Jul 24, 2026 (2N)','reservation',455,'Booking #2026-07-000428',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03','{\"status\":\"confirmed\",\"amount\":2158.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-22 10:38:23'),
(2411,'reservation.checked_in','Gail Besiohan checked in to Room 406 at 10:38 AM','reservation',455,'Booking #2026-07-000428',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:38:32'),
(2412,'reservation.checked_out','DULCE AMOR MATONDO checked out from Room 112 at 5:12 AM','reservation',451,'Booking #2026-07-000424',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:39:45'),
(2413,'reservation.extended','Stay extended: check-out moved from Jul 22, 2026 to Jul 23, 2026 (4 nights total, new total ₱2,796.00)','reservation',420,'Booking #2026-07-000393',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:41:10'),
(2414,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',420,'Booking #2026-07-000393',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-22 10:41:28'),
(2415,'reservation.checked_out','JOEY VILLAHERMOSA checked out from Room 318 at 10:41 AM','reservation',445,'Booking #2026-07-000418',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:41:59'),
(2416,'room.clean','Room 318 marked clean and ready for sale','room',NULL,'Room 318',6,'Resamie Reyes','2001:4455:6eb:3e00:54d2:a9c9:3896:4f03',NULL,'2026-07-22 10:43:06'),
(2417,'reservation.created','Reservation created for Joey Villahermosa — Room 318, Jul 22 to Jul 23, 2026 (1N)','reservation',456,'Booking #2026-07-000429',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-22 10:51:33'),
(2418,'reservation.updated','Reservation details updated — Joey Villahermosa, Room 318, Jul 22–Jul 23, 2026','reservation',456,'Booking #2026-07-000429',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 10:52:22'),
(2419,'reservation.checked_in','Joey Villahermosa checked in to Room 318 at 10:52 AM','reservation',456,'Booking #2026-07-000429',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 10:52:29'),
(2420,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',456,'Booking #2026-07-000429',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-22 10:52:56'),
(2421,'reservation.extended','Stay extended: check-out moved from Jul 22, 2026 to Jul 23, 2026 (2 nights total, new total ₱1,698.00)','reservation',448,'Booking #2026-07-000421',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 10:54:09'),
(2422,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',448,'Booking #2026-07-000421',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-22 10:54:20'),
(2423,'reservation.payment_added','Payment of ₱2,158.40 recorded via Agoda Settlement','reservation',455,'Booking #2026-07-000428',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"2158.40\",\"method\":\"Agoda Settlement\"}','2026-07-22 10:55:51'),
(2424,'reservation.checked_out','Franchie Marie Godito checked out from Room 414 at 11:44 AM','reservation',378,'Booking #2026-07-000351',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 11:51:32'),
(2425,'reservation.checked_out','SHEILA LABAJO checked out from Room 201 at 12:19 PM','reservation',435,'Booking #2026-07-000408',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:36:59'),
(2426,'reservation.checked_out','JOSIE PAMPLONA checked out from Room 401 at 10:48 PM','reservation',444,'Booking #2026-07-000417',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:37:19'),
(2427,'reservation.extended','Stay extended: check-out moved from Jul 22, 2026 to Jul 24, 2026 (3 nights total, new total ₱2,547.00)','reservation',454,'Booking #2026-07-000427',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:37:43'),
(2428,'reservation.updated','Reservation details updated — Olive Dumanig, Room 311, Jul 21–Jul 22, 2026','reservation',454,'Booking #2026-07-000427',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:38:04'),
(2429,'reservation.checked_out','Olive Dumanig checked out from Room 311 at 12:38 PM','reservation',454,'Booking #2026-07-000427',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:38:13'),
(2430,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:41:05'),
(2431,'reservation.created','Reservation created for Olive Dumanig — Room 311, Jul 22 to Jul 23, 2026 (1N)','reservation',457,'Booking #2026-07-000430',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-22 12:41:38'),
(2432,'reservation.checked_in','Olive Dumanig checked in to Room 311 at 12:42 PM','reservation',457,'Booking #2026-07-000430',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:42:20'),
(2433,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',457,'Booking #2026-07-000430',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-22 12:42:35'),
(2434,'reservation.undo_check_out','Check-out reversed — Allan Yap restored to Checked In, Room 301','reservation',449,'Booking #2026-07-000422',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:57:50'),
(2435,'reservation.payment_added','Payment of ₱288.00 recorded via Cash','reservation',449,'Booking #2026-07-000422',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"288\",\"method\":\"Cash\"}','2026-07-22 12:58:39'),
(2436,'reservation.checked_out','Allan Yap checked out from Room 301 at 7:18 AM','reservation',449,'Booking #2026-07-000422',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 12:59:12'),
(2437,'reservation.created','Reservation created for Rylle Sebastian Isaiah Zapanta — Room 205, Jul 22 to Jul 23, 2026 (1N)','reservation',458,'Booking #2026-07-000431',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-22 13:50:10'),
(2438,'reservation.checked_in','Rylle Sebastian Isaiah Zapanta checked in to Room 205 at 9:02 AM','reservation',458,'Booking #2026-07-000431',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 13:50:28'),
(2439,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',458,'Booking #2026-07-000431',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-22 13:51:08'),
(2440,'reservation.payment_added','Payment of ₱150.00 recorded via Cash','reservation',458,'Booking #2026-07-000431',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"150\",\"method\":\"Cash\"}','2026-07-22 13:51:17'),
(2441,'reservation.checked_out','Rylle Sebastian Isaiah Zapanta checked out from Room 205 at 2:05 PM','reservation',458,'Booking #2026-07-000431',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 14:06:59'),
(2442,'shift.closed','Resamie Reyes closed a Morning shift (duration: 4h 55m)','shift',76,'Shift #76',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 14:08:34'),
(2443,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',77,'Shift #77',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 14:39:20'),
(2444,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:23:36'),
(2445,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:23:40'),
(2446,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:23:44'),
(2447,'room.clean','Room 301 marked clean and ready for sale','room',NULL,'Room 301',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:23:48'),
(2448,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:23:53'),
(2449,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:23:58'),
(2450,'room.clean','Room 314 marked clean and ready for sale','room',NULL,'Room 314',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:24:03'),
(2451,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:24:12'),
(2452,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:24:16'),
(2453,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:24:20'),
(2454,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:24:25'),
(2455,'reservation.created','Reservation created for RONALD NANQUIL — Room 301, Jul 22 to Jul 23, 2026 (1N) [Group GRP-2026-000008]','reservation',459,'Booking #2026-07-000432',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-22 20:26:09'),
(2456,'reservation.created','Reservation created for RONALD NANQUIL — Room 315, Jul 22 to Jul 23, 2026 (1N) [Group GRP-2026-000008]','reservation',460,'Booking #2026-07-000433',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-22 20:26:09'),
(2457,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',459,'Booking #2026-07-000432',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-22 20:27:05'),
(2458,'reservation.checked_in','RONALD NANQUIL checked in to Room 301 at 5:15 PM','reservation',459,'Booking #2026-07-000432',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:27:19'),
(2459,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',460,'Booking #2026-07-000433',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-22 20:27:59'),
(2460,'reservation.checked_in','RONALD NANQUIL checked in to Room 315 at 5:15 PM','reservation',460,'Booking #2026-07-000433',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:28:11'),
(2461,'reservation.created','Reservation created for ROY DARAL — Room 112, Jul 22 to Jul 23, 2026 (1N)','reservation',461,'Booking #2026-07-000434',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-22 20:29:15'),
(2462,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',461,'Booking #2026-07-000434',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-22 20:29:24'),
(2463,'reservation.checked_in','ROY DARAL checked in to Room 112 at 5:28 PM','reservation',461,'Booking #2026-07-000434',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:29:33'),
(2464,'reservation.created','Reservation created for NENETH TIU — Room 308, Jul 22 to Jul 23, 2026 (1N)','reservation',462,'Booking #2026-07-000435',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-22 20:30:40'),
(2465,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',462,'Booking #2026-07-000435',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-22 20:30:52'),
(2466,'reservation.checked_in','NENETH TIU checked in to Room 308 at 6:13 PM','reservation',462,'Booking #2026-07-000435',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:32:40'),
(2467,'reservation.created','Reservation created for ALEX SOLAR — Room 201, Jul 22 to Jul 23, 2026 (1N)','reservation',463,'Booking #2026-07-000436',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-22 20:33:20'),
(2468,'reservation.checked_in','ALEX SOLAR checked in to Room 201 at 6:16 PM','reservation',463,'Booking #2026-07-000436',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:33:48'),
(2469,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',463,'Booking #2026-07-000436',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-22 20:34:03'),
(2470,'reservation.created','Reservation created for SHEILA LABAJO — Room 307, Jul 22 to Jul 23, 2026 (1N)','reservation',464,'Booking #2026-07-000437',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-22 20:34:46'),
(2471,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',464,'Booking #2026-07-000437',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-22 20:35:05'),
(2472,'reservation.checked_in','SHEILA LABAJO checked in to Room 307 at 7:41 PM','reservation',464,'Booking #2026-07-000437',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:35:13'),
(2473,'reservation.extended','Stay extended: check-out moved from Jul 23, 2026 to Jul 24, 2026 (3 nights total, new total ₱2,097.00)','reservation',453,'Booking #2026-07-000426',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 20:36:30'),
(2474,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',453,'Booking #2026-07-000426',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-22 20:36:38'),
(2475,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 7h 43m)','shift',77,'Shift #77',7,'Veberly Tabuñar','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 22:22:55'),
(2476,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',78,'Shift #78',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-22 22:23:39'),
(2477,'reservation.checked_out','MARIBETH SIAO checked out from Room 310 at 5:19 AM','reservation',416,'Booking #2026-07-000389',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-23 05:19:18'),
(2478,'reservation.checked_out','RAMIL VALDEZ checked out from Room 102 at 5:28 AM','reservation',420,'Booking #2026-07-000393',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-23 05:28:35'),
(2479,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 7h 5m)','shift',78,'Shift #78',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-23 05:29:01'),
(2480,'shift.opened','Resamie Reyes opened a Morning shift','shift',79,'Shift #79',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-23 07:38:36'),
(2481,'reservation.checked_out','ALEX SOLAR checked out from Room 201 at 6:41 AM','reservation',463,'Booking #2026-07-000436',6,'Resamie Reyes','2001:4455:6eb:3e00:154c:af10:2599:384',NULL,'2026-07-23 07:38:59'),
(2482,'reservation.checked_out','MICHAEL FANLO checked out from Room 207 at 10:04 AM','reservation',450,'Booking #2026-07-000423',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 10:38:30'),
(2483,'reservation.checked_out','SHEILA LABAJO checked out from Room 307 at 10:49 AM','reservation',464,'Booking #2026-07-000437',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 10:49:21'),
(2484,'reservation.checked_out','ROY DARAL checked out from Room 112 at 11:40 AM','reservation',461,'Booking #2026-07-000434',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 11:49:38'),
(2485,'reservation.checked_out','Joey Villahermosa checked out from Room 318 at 11:57 AM','reservation',456,'Booking #2026-07-000429',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 11:57:20'),
(2486,'reservation.extended','Stay extended: check-out moved from Jul 23, 2026 to Jul 25, 2026 (4 nights total, new total ₱3,396.00)','reservation',448,'Booking #2026-07-000421',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 12:03:05'),
(2487,'reservation.updated','Reservation details updated — ROWELL TAGIOBON, Room 114, Jul 21–Jul 24, 2026','reservation',448,'Booking #2026-07-000421',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 12:03:22'),
(2488,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',448,'Booking #2026-07-000421',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-23 12:03:35'),
(2489,'reservation.extended','Stay extended: check-out moved from Jul 23, 2026 to Jul 24, 2026 (2 nights total, new total ₱1,798.00)','reservation',462,'Booking #2026-07-000435',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 12:03:59'),
(2490,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',462,'Booking #2026-07-000435',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-23 12:04:09'),
(2491,'reservation.created','Reservation created for Frederick Gomez — Room 204, Jul 23 to Jul 24, 2026 (1N)','reservation',465,'Booking #2026-07-000438',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-23 12:11:12'),
(2492,'reservation.checked_in','Frederick Gomez checked in to Room 204 at 6:00 AM','reservation',465,'Booking #2026-07-000438',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 12:11:24'),
(2493,'reservation.created','Reservation created for Edsmir Jibal — Room 110, Jul 23 to Jul 24, 2026 (1N)','reservation',466,'Booking #2026-07-000439',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-23 12:14:59'),
(2494,'reservation.checked_in','Edsmir Jibal checked in to Room 110 at 10:05 AM','reservation',466,'Booking #2026-07-000439',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 12:15:13'),
(2495,'reservation.payment_added','Payment of ₱949.00 recorded via Cash','reservation',466,'Booking #2026-07-000439',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"949\",\"method\":\"Cash\"}','2026-07-23 12:15:39'),
(2496,'shift.closed','Resamie Reyes closed a Morning shift (duration: 6h 31m)','shift',79,'Shift #79',6,'Resamie Reyes','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 14:10:33'),
(2497,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',80,'Shift #80',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 14:14:53'),
(2498,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 16:15:25'),
(2499,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 16:15:28'),
(2500,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 16:15:32'),
(2501,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 16:15:35'),
(2502,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 16:15:38'),
(2503,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 16:15:41'),
(2504,'room.clean','Room 318 marked clean and ready for sale','room',NULL,'Room 318',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 16:15:44'),
(2505,'reservation.created','Reservation created for Philip Michael Mapa — Room 102, Jul 27 to Jul 28, 2026 (1N)','reservation',467,'Booking #2026-07-000440',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-23 16:16:21'),
(2506,'reservation.payment_added','Payment of ₱699.00 recorded via GCash','reservation',467,'Booking #2026-07-000440',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-23 16:16:32'),
(2507,'reservation.extended','Stay extended: check-out moved from Jul 23, 2026 to Jul 24, 2026 (2 nights total, new total ₱1,348.50)','reservation',457,'Booking #2026-07-000430',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 19:56:12'),
(2508,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',457,'Booking #2026-07-000430',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-23 19:56:30'),
(2509,'reservation.extended','Stay extended: check-out moved from Jul 23, 2026 to Jul 25, 2026 (3 nights total, new total ₱2,697.00)','reservation',459,'Booking #2026-07-000432',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 19:57:13'),
(2510,'reservation.payment_added','Payment of ₱1,798.00 recorded via Cash','reservation',459,'Booking #2026-07-000432',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"1798\",\"method\":\"Cash\"}','2026-07-23 19:57:22'),
(2511,'reservation.extended','Stay extended: check-out moved from Jul 23, 2026 to Jul 25, 2026 (3 nights total, new total ₱2,547.00)','reservation',460,'Booking #2026-07-000433',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 19:57:41'),
(2512,'reservation.payment_added','Payment of ₱1,698.00 recorded via Cash','reservation',460,'Booking #2026-07-000433',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"1698\",\"method\":\"Cash\"}','2026-07-23 19:57:50'),
(2513,'reservation.created','Reservation created for ULYSIS AVILES — Room 404, Jul 23 to Jul 24, 2026 (1N)','reservation',468,'Booking #2026-07-000441',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-23 19:59:13'),
(2514,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',468,'Booking #2026-07-000441',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-23 20:00:16'),
(2515,'reservation.checked_in','ULYSIS AVILES checked in to Room 404 at 3:51 PM','reservation',468,'Booking #2026-07-000441',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 20:07:39'),
(2516,'reservation.created','Reservation created for MARK LOUISE MENDOZA — Room 405, Jul 23 to Jul 24, 2026 (1N)','reservation',469,'Booking #2026-07-000442',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-23 20:09:16'),
(2517,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',469,'Booking #2026-07-000442',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-23 20:09:25'),
(2518,'reservation.checked_in','MARK LOUISE MENDOZA checked in to Room 405 at 7:14 PM','reservation',469,'Booking #2026-07-000442',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 20:09:32'),
(2519,'reservation.created','Reservation created for LORETO MARIS — Room 403, Jul 23 to Jul 24, 2026 (1N)','reservation',470,'Booking #2026-07-000443',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-23 20:10:19'),
(2520,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',470,'Booking #2026-07-000443',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-23 20:10:38'),
(2521,'reservation.checked_in','LORETO MARIS checked in to Room 403 at 5:17 PM','reservation',470,'Booking #2026-07-000443',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 20:10:45'),
(2522,'reservation.created','Reservation created for ROBERT CONCILLADO — Room 314, Jul 23 to Jul 26, 2026 (3N)','reservation',471,'Booking #2026-07-000444',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":2022.75,\"source\":\"Agoda\"}','2026-07-23 20:13:45'),
(2523,'reservation.payment_added','Payment of ₱2,022.75 recorded via Agoda Settlement','reservation',471,'Booking #2026-07-000444',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"2022.75\",\"method\":\"Agoda Settlement\"}','2026-07-23 20:14:11'),
(2524,'reservation.checked_in','ROBERT CONCILLADO checked in to Room 314 at 8:03 PM','reservation',471,'Booking #2026-07-000444',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 20:14:24'),
(2525,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 7h 54m)','shift',80,'Shift #80',7,'Veberly Tabuñar','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 22:09:12'),
(2526,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',81,'Shift #81',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 22:09:49'),
(2527,'reservation.created','Reservation created for Axel Launay — Room 201, Jul 23 to Jul 24, 2026 (1N)','reservation',472,'Booking #2026-07-000445',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-23 23:08:05'),
(2528,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',472,'Booking #2026-07-000445',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-23 23:08:16'),
(2529,'reservation.checked_in','Axel Launay checked in to Room 201 at 9:08 PM','reservation',472,'Booking #2026-07-000445',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 23:08:29'),
(2530,'reservation.created','Reservation created for Hassanor Omar — Room 413, Jul 23 to Jul 24, 2026 (1N)','reservation',473,'Booking #2026-07-000446',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-23 23:09:15'),
(2531,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',473,'Booking #2026-07-000446',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-23 23:09:23'),
(2532,'reservation.checked_in','Hassanor Omar checked in to Room 413 at 10:04 PM','reservation',473,'Booking #2026-07-000446',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 23:09:30'),
(2533,'reservation.created','Reservation created for Prince Mangondaya — Room 112, Jul 23 to Jul 24, 2026 (1N)','reservation',474,'Booking #2026-07-000447',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-23 23:10:13'),
(2534,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',474,'Booking #2026-07-000447',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-23 23:10:24'),
(2535,'reservation.checked_in','Prince Mangondaya checked in to Room 112 at 10:32 PM','reservation',474,'Booking #2026-07-000447',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 23:10:32'),
(2536,'reservation.created','Reservation created for Ann Gabriele Colipano — Room 407, Jul 23 to Jul 24, 2026 (1N)','reservation',475,'Booking #2026-07-000448',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-23 23:11:16'),
(2537,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',475,'Booking #2026-07-000448',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-23 23:11:47'),
(2538,'reservation.checked_in','Ann Gabriele Colipano checked in to Room 407 at 10:50 PM','reservation',475,'Booking #2026-07-000448',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 23:11:54'),
(2539,'reservation.created','Reservation created for Frencess Mie Torralba — Room 414, Jul 23 to Jul 25, 2026 (2N)','reservation',476,'Booking #2026-07-000449',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":1438.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-23 23:12:38'),
(2540,'reservation.payment_added','Payment of ₱1,438.40 recorded via Agoda Settlement','reservation',476,'Booking #2026-07-000449',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"1438.40\",\"method\":\"Agoda Settlement\"}','2026-07-23 23:12:51'),
(2541,'reservation.checked_in','Frencess Mie Torralba checked in to Room 414 at 11:02 PM','reservation',476,'Booking #2026-07-000449',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-23 23:12:57'),
(2542,'reservation.created','Reservation created for Charlotte / Micole Isaga / Litang — Room 302, Jul 23 to Jul 24, 2026 (1N)','reservation',477,'Booking #2026-07-000450',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-24 00:28:18'),
(2543,'reservation.payment_added','Payment of ₱2,049.00 recorded via Cash','reservation',477,'Booking #2026-07-000450',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"2049\",\"method\":\"Cash\"}','2026-07-24 00:28:52'),
(2544,'reservation.checked_in','Charlotte / Micole Isaga / Litang checked in to Room 302 at 12:18 AM','reservation',477,'Booking #2026-07-000450',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-24 00:32:54'),
(2545,'reservation.created','Reservation created for Rose Ann Rojas — Room 408, Jul 23 to Jul 25, 2026 (2N)','reservation',478,'Booking #2026-07-000451',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"status\":\"confirmed\",\"amount\":1348.5,\"source\":\"Agoda\"}','2026-07-24 03:24:28'),
(2546,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',478,'Booking #2026-07-000451',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-24 03:24:39'),
(2547,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',478,'Booking #2026-07-000451',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-24 03:24:52'),
(2548,'reservation.checked_in','Rose Ann Rojas checked in to Room 408 at 3:19 AM','reservation',478,'Booking #2026-07-000451',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-24 03:25:10'),
(2549,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 8h 4m)','shift',81,'Shift #81',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:6d1d:39f4:75b0:730e',NULL,'2026-07-24 06:13:49'),
(2550,'shift.opened','Resamie Reyes opened a Morning shift','shift',82,'Shift #82',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:07:12'),
(2551,'reservation.checked_out','Abdul Rahman Palao checked out from Room 104 at 7:54 AM','reservation',426,'Booking #2026-07-000399',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:07:37'),
(2552,'reservation.checked_out','ADRIANNE CHRISTIAN DENSING checked out from Room 303 at 7:25 AM','reservation',428,'Booking #2026-07-000401',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:07:58'),
(2553,'reservation.checked_out','JEREMIAH LOMOLOY checked out from Room 117 at 7:26 AM','reservation',429,'Booking #2026-07-000402',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:08:19'),
(2554,'reservation.checked_out','BADRIAH ACMAD checked out from Room 206 at 7:43 AM','reservation',446,'Booking #2026-07-000419',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:08:37'),
(2555,'reservation.checked_out','JAN IAN DEPACAQUIVO checked out from Room 202 at 7:44 AM','reservation',453,'Booking #2026-07-000426',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:08:57'),
(2556,'reservation.checked_out','Gail Besiohan checked out from Room 406 at 8:48 AM','reservation',455,'Booking #2026-07-000428',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:09:17'),
(2557,'reservation.checked_out','NENETH TIU checked out from Room 308 at 10:40 AM','reservation',462,'Booking #2026-07-000435',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:09:35'),
(2558,'reservation.checked_out','ULYSIS AVILES checked out from Room 404 at 6:53 AM','reservation',468,'Booking #2026-07-000441',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:10:08'),
(2559,'reservation.checked_out','MARK LOUISE MENDOZA checked out from Room 405 at 7:12 PM','reservation',469,'Booking #2026-07-000442',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:10:58'),
(2560,'reservation.checked_out','LORETO MARIS checked out from Room 403 at 8:25 AM','reservation',470,'Booking #2026-07-000443',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:11:17'),
(2561,'reservation.checked_out','Prince Mangondaya checked out from Room 112 at 10:21 AM','reservation',474,'Booking #2026-07-000447',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:11:38'),
(2562,'reservation.checked_out','Charlotte / Micole Isaga / Litang checked out from Room 302 at 9:50 AM','reservation',477,'Booking #2026-07-000450',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:12:13'),
(2563,'reservation.extended','Stay extended: check-out moved from Jul 24, 2026 to Jul 25, 2026 (4 nights total, new total ₱3,396.00)','reservation',448,'Booking #2026-07-000421',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:12:41'),
(2564,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',448,'Booking #2026-07-000421',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-24 11:12:51'),
(2565,'reservation.extended','Stay extended: check-out moved from Jul 24, 2026 to Jul 25, 2026 (2 nights total, new total ₱1,698.00)','reservation',466,'Booking #2026-07-000439',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:13:16'),
(2566,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',466,'Booking #2026-07-000439',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-24 11:13:24'),
(2567,'reservation.created','Reservation created for Nicole Andrei Ching — Room 307, Jul 24 to Jul 25, 2026 (1N)','reservation',479,'Booking #2026-07-000452',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-24 11:38:09'),
(2568,'reservation.checked_in','Nicole Andrei Ching checked in to Room 307 at 9:27 AM','reservation',479,'Booking #2026-07-000452',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:38:18'),
(2569,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',479,'Booking #2026-07-000452',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-24 11:38:43'),
(2570,'reservation.checked_out','Olive Dumanig checked out from Room 311 at 11:22 AM','reservation',457,'Booking #2026-07-000430',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:39:02'),
(2571,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:40:02'),
(2572,'room.clean','Room 112 marked clean and ready for sale','room',NULL,'Room 112',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:40:04'),
(2573,'room.clean','Room 104 marked clean and ready for sale','room',NULL,'Room 104',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:40:07'),
(2574,'room.clean','Room 202 marked clean and ready for sale','room',NULL,'Room 202',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:40:10'),
(2575,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:40:13'),
(2576,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:40:20'),
(2577,'reservation.checked_out','Ann Gabriele Colipano checked out from Room 407 at 11:46 AM','reservation',475,'Booking #2026-07-000448',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:47:33'),
(2578,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:54:36'),
(2579,'reservation.created','Reservation created for NENETH TIU — Room 303, Jul 24 to Jul 25, 2026 (1N)','reservation',480,'Booking #2026-07-000453',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-24 11:55:02'),
(2580,'reservation.checked_in','NENETH TIU checked in to Room 303 at 11:52 AM','reservation',480,'Booking #2026-07-000453',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 11:55:22'),
(2581,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',480,'Booking #2026-07-000453',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-24 11:55:53'),
(2582,'reservation.checked_out','Hassanor Omar checked out from Room 413 at 12:09 PM','reservation',473,'Booking #2026-07-000446',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 12:10:20'),
(2583,'reservation.room_transferred','Room transferred: 204 → 102 — Upgrade','reservation',465,'Booking #2026-07-000438',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"from\":\"204\",\"to\":\"102\",\"reason\":\"Upgrade\"}','2026-07-24 12:13:43'),
(2584,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 12:13:57'),
(2585,'reservation.created','Reservation created for Mae Clavecilla — Room 305, Jul 24 to Jul 25, 2026 (1N)','reservation',481,'Booking #2026-07-000454',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-24 12:58:54'),
(2586,'reservation.checked_in','Mae Clavecilla checked in to Room 305 at 12:48 PM','reservation',481,'Booking #2026-07-000454',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 12:59:12'),
(2587,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',481,'Booking #2026-07-000454',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-24 12:59:28'),
(2588,'reservation.checked_out','Nicole Andrei Ching checked out from Room 307 at 1:42 PM','reservation',479,'Booking #2026-07-000452',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 13:43:54'),
(2589,'shift.closed','Resamie Reyes closed a Morning shift (duration: 3h 10m)','shift',82,'Shift #82',6,'Resamie Reyes','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 14:17:29'),
(2590,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',83,'Shift #83',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 16:12:28'),
(2591,'room.clean','Room 302 marked clean and ready for sale','room',NULL,'Room 302',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:17'),
(2592,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:21'),
(2593,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:24'),
(2594,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:27'),
(2595,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:31'),
(2596,'room.clean','Room 404 marked clean and ready for sale','room',NULL,'Room 404',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:36'),
(2597,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:40'),
(2598,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:43'),
(2599,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:18:45'),
(2600,'reservation.checked_out','Axel Launay checked out from Room 201 at 12:00 PM','reservation',472,'Booking #2026-07-000445',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:19:24'),
(2601,'reservation.created','Reservation created for Axel Launay Launay — Room 308, Jul 24 to Jul 25, 2026 (1N)','reservation',482,'Booking #2026-07-000455',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-24 17:20:15'),
(2602,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',482,'Booking #2026-07-000455',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-24 17:20:33'),
(2603,'reservation.checked_in','Axel Launay Launay checked in to Room 308 at 2:00 PM','reservation',482,'Booking #2026-07-000455',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 17:20:39'),
(2604,'reservation.room_transferred','Room transferred: 102 → 117 — Guest Request','reservation',465,'Booking #2026-07-000438',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"from\":\"102\",\"to\":\"117\",\"reason\":\"Guest Request\"}','2026-07-24 18:12:07'),
(2605,'reservation.created','Reservation created for AMERHUSSIEN ORANDING — Room 403, Jul 24 to Jul 25, 2026 (1N)','reservation',483,'Booking #2026-07-000456',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-24 20:34:39'),
(2606,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',483,'Booking #2026-07-000456',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-24 20:34:48'),
(2607,'reservation.checked_in','AMERHUSSIEN ORANDING checked in to Room 403 at 1:49 PM','reservation',483,'Booking #2026-07-000456',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:34:54'),
(2608,'reservation.created','Reservation created for VICTOR n/a — Room 204, Jul 24 to Jul 25, 2026 (1N)','reservation',484,'Booking #2026-07-000457',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-24 20:35:36'),
(2609,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',484,'Booking #2026-07-000457',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-24 20:36:11'),
(2610,'reservation.checked_in','VICTOR n/a checked in to Room 204 at 2:02 PM','reservation',484,'Booking #2026-07-000457',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:36:18'),
(2611,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:36:53'),
(2612,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:36:57'),
(2613,'reservation.created','Reservation created for ALLAN YAP — Room 201, Jul 24 to Jul 25, 2026 (1N)','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-24 20:37:26'),
(2614,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-24 20:37:37'),
(2615,'reservation.checked_in','ALLAN YAP checked in to Room 201 at 3:29 PM','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:37:54'),
(2616,'reservation.created','Reservation created for NANETTE SORIANO — Room 311, Jul 24 to Jul 25, 2026 (1N)','reservation',486,'Booking #2026-07-000459',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-24 20:38:40'),
(2617,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',486,'Booking #2026-07-000459',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-24 20:38:52'),
(2618,'reservation.checked_in','NANETTE SORIANO checked in to Room 311 at 6:09 PM','reservation',486,'Booking #2026-07-000459',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:39:01'),
(2619,'reservation.created','Reservation created for KARL FORTUNA — Room 104, Jul 24 to Jul 25, 2026 (1N)','reservation',487,'Booking #2026-07-000460',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Walk-in\"}','2026-07-24 20:39:49'),
(2620,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',487,'Booking #2026-07-000460',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-24 20:40:06'),
(2621,'reservation.checked_in','KARL FORTUNA checked in to Room 104 at 7:06 PM','reservation',487,'Booking #2026-07-000460',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:40:18'),
(2622,'reservation.created','Reservation created for ROY DARAL — Room 410, Jul 24 to Jul 25, 2026 (1N)','reservation',488,'Booking #2026-07-000461',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-24 20:42:31'),
(2623,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',488,'Booking #2026-07-000461',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-24 20:43:12'),
(2624,'reservation.checked_in','ROY DARAL checked in to Room 410 at 7:33 PM','reservation',488,'Booking #2026-07-000461',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:43:22'),
(2625,'reservation.created','Reservation created for JOSEPH LEGAYADA — Room 206, Jul 24 to Jul 25, 2026 (1N)','reservation',489,'Booking #2026-07-000462',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-24 20:43:53'),
(2626,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',489,'Booking #2026-07-000462',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-24 20:44:02'),
(2627,'reservation.checked_in','JOSEPH LEGAYADA checked in to Room 206 at 7:36 PM','reservation',489,'Booking #2026-07-000462',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:44:09'),
(2628,'reservation.created','Reservation created for LYNETTE GENIDA — Room 209, Jul 24 to Jul 25, 2026 (1N)','reservation',490,'Booking #2026-07-000463',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-24 20:44:48'),
(2629,'reservation.checked_in','LYNETTE GENIDA checked in to Room 209 at 7:43 PM','reservation',490,'Booking #2026-07-000463',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 20:44:55'),
(2630,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',490,'Booking #2026-07-000463',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-24 20:46:14'),
(2631,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 6h 20m)','shift',83,'Shift #83',7,'Veberly Tabuñar','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-24 22:33:10'),
(2632,'shift.opened','Mark Anthony Estrada opened a Night shift','shift',84,'Shift #84',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 02:44:32'),
(2633,'reservation.created','Reservation created for Elma Andilab — Room 207, Jul 24 to Jul 25, 2026 (1N)','reservation',491,'Booking #2026-07-000464',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-25 02:45:19'),
(2634,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',491,'Booking #2026-07-000464',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-25 02:45:49'),
(2635,'reservation.payment_added','Payment of ₱150.00 recorded via GCash','reservation',491,'Booking #2026-07-000464',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"150\",\"method\":\"GCash\"}','2026-07-25 02:46:33'),
(2636,'reservation.checked_in','Elma Andilab checked in to Room 207 at 8:53 PM','reservation',491,'Booking #2026-07-000464',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 02:46:54'),
(2637,'reservation.created','Reservation created for Evgenii Lavrov — Room 318, Jul 25 to Jul 26, 2026 (1N)','reservation',492,'Booking #2026-07-000465',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-25 02:47:57'),
(2638,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',492,'Booking #2026-07-000465',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-25 02:48:09'),
(2639,'reservation.checked_in','Evgenii Lavrov checked in to Room 318 at 9:20 AM','reservation',492,'Booking #2026-07-000465',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 02:48:19'),
(2640,'reservation.created','Reservation created for Jhonver Cambarihan — Room 405, Jul 24 to Jul 26, 2026 (2N)','reservation',493,'Booking #2026-07-000466',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":1598.40000000000009094947017729282379150390625,\"source\":\"Agoda\"}','2026-07-25 02:49:21'),
(2641,'reservation.checked_in','Jhonver Cambarihan checked in to Room 405 at 11:26 AM','reservation',493,'Booking #2026-07-000466',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 02:49:34'),
(2642,'reservation.payment_added','Payment of ₱1,598.40 recorded via Agoda Settlement','reservation',493,'Booking #2026-07-000466',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"1598.40\",\"method\":\"Agoda Settlement\"}','2026-07-25 02:49:49'),
(2643,'reservation.checked_out','Rose Ann Rojas checked out from Room 408 at 5:19 AM','reservation',478,'Booking #2026-07-000451',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 05:20:36'),
(2644,'shift.closed','Mark Anthony Estrada closed a Night shift (duration: 2h 36m)','shift',84,'Shift #84',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 05:20:45'),
(2645,'shift.opened','Erika Galit opened a Morning shift','shift',85,'Shift #85',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 06:33:57'),
(2646,'reservation.checked_out','NENETH TIU checked out from Room 303 at 6:25 AM','reservation',480,'Booking #2026-07-000453',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 07:23:31'),
(2647,'reservation.checked_out','Rudyard Latorza checked out from Room 103 at 7:39 AM','reservation',367,'Booking #2026-07-000340',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 07:41:25'),
(2648,'reservation.checked_out','NANETTE SORIANO checked out from Room 311 at 8:19 AM','reservation',486,'Booking #2026-07-000459',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 08:46:45'),
(2649,'reservation.checked_out','Frencess Mie Torralba checked out from Room 414 at 8:34 AM','reservation',476,'Booking #2026-07-000449',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 08:48:26'),
(2650,'reservation.created','Reservation created for BERLET MONDOY — Room 413, Jul 25 to Jul 26, 2026 (1N)','reservation',494,'Booking #2026-07-000467',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Walk-in\"}','2026-07-25 08:50:30'),
(2651,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',494,'Booking #2026-07-000467',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-25 08:51:04'),
(2652,'reservation.payment_added','Payment of ₱200.00 recorded via Cash','reservation',494,'Booking #2026-07-000467',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621','{\"amount\":\"200\",\"method\":\"Cash\"}','2026-07-25 08:51:04'),
(2653,'reservation.checked_in','BERLET MONDOY checked in to Room 413 at 8:44 AM','reservation',494,'Booking #2026-07-000467',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 08:51:19'),
(2654,'reservation.checked_out','KARL FORTUNA checked out from Room 104 at 8:56 AM','reservation',487,'Booking #2026-07-000460',10,'Erika Galit','2001:4455:6eb:3e00:dd43:bcee:cba5:3621',NULL,'2026-07-25 08:58:04'),
(2655,'reservation.checked_out','Mae Clavecilla checked out from Room 305 at 9:41 AM','reservation',481,'Booking #2026-07-000454',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 09:42:26'),
(2656,'reservation.extended','Stay extended: check-out moved from Jul 25, 2026 to Jul 26, 2026 (5 nights total, new total ₱4,245.00)','reservation',448,'Booking #2026-07-000421',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 11:03:09'),
(2657,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',448,'Booking #2026-07-000421',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-25 11:03:23'),
(2658,'reservation.extended','Stay extended: check-out moved from Jul 25, 2026 to Jul 26, 2026 (3 nights total, new total ₱2,547.00)','reservation',466,'Booking #2026-07-000439',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 11:04:36'),
(2659,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',466,'Booking #2026-07-000439',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-25 11:04:56'),
(2660,'reservation.checked_out','Elma Andilab checked out from Room 207 at 10:46 AM','reservation',491,'Booking #2026-07-000464',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 11:06:06'),
(2661,'reservation.checked_out','Axel Launay Launay checked out from Room 308 at 11:49 AM','reservation',482,'Booking #2026-07-000455',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 12:04:47'),
(2662,'reservation.checked_out','ROY DARAL checked out from Room 410 at 11:20 AM','reservation',488,'Booking #2026-07-000461',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 12:05:32'),
(2663,'reservation.checked_out','LYNETTE GENIDA checked out from Room 209 at 12:00 PM','reservation',490,'Booking #2026-07-000463',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 12:06:06'),
(2664,'reservation.payment_added','Payment of ₱300.00 recorded via Cash','reservation',489,'Booking #2026-07-000462',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"300\",\"method\":\"Cash\"}','2026-07-25 14:52:37'),
(2665,'shift.closed','Erika Galit closed a Morning shift (duration: 8h 25m)','shift',85,'Shift #85',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 14:59:50'),
(2666,'shift.opened','Mark Anthony Estrada opened a Afternoon shift','shift',86,'Shift #86',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:00:23'),
(2667,'reservation.checked_out','JOSEPH LEGAYADA checked out from Room 206 at 3:02 PM','reservation',489,'Booking #2026-07-000462',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:03:00'),
(2668,'reservation.updated','Reservation details updated — Evgenii Lavrov, Room 318, Jul 24–Jul 25, 2026','reservation',492,'Booking #2026-07-000465',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:04:02'),
(2669,'reservation.extended','Stay extended: check-out moved from Jul 25, 2026 to Jul 26, 2026 (2 nights total, new total ₱1,398.00)','reservation',484,'Booking #2026-07-000457',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:20:32'),
(2670,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',484,'Booking #2026-07-000457',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-25 15:20:59'),
(2671,'reservation.undo_check_out','Check-out reversed — Rudyard Latorza restored to Checked In, Room 103','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:22:57'),
(2672,'reservation.extended','Stay extended: check-out moved from Jul 24, 2026 to Jul 26, 2026 (10 nights total, new total ₱6,640.00)','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:23:09'),
(2673,'reservation.updated','Reservation details updated — Rudyard Latorza, Room 103, Jul 16–Jul 25, 2026','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:23:34'),
(2674,'reservation.payment_added','Payment of ₱664.00 recorded via GCash (Ref: 204259085140)','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"664\",\"method\":\"GCash\"}','2026-07-25 15:38:04'),
(2675,'reservation.checked_out','Rudyard Latorza checked out from Room 103 at 12:00 PM','reservation',367,'Booking #2026-07-000340',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:38:14'),
(2676,'reservation.checked_out','Edsmir Jibal checked out from Room 110 at 3:58 PM','reservation',466,'Booking #2026-07-000439',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 15:59:49'),
(2677,'reservation.extended','Stay extended: check-out moved from Jul 25, 2026 to Jul 27, 2026 (5 nights total, new total ₱4,495.00)','reservation',459,'Booking #2026-07-000432',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 16:42:25'),
(2678,'reservation.payment_added','Payment of ₱1,798.00 recorded via Cash','reservation',459,'Booking #2026-07-000432',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"1798\",\"method\":\"Cash\"}','2026-07-25 16:42:36'),
(2679,'reservation.extended','Stay extended: check-out moved from Jul 25, 2026 to Jul 27, 2026 (5 nights total, new total ₱4,245.00)','reservation',460,'Booking #2026-07-000433',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 16:42:53'),
(2680,'reservation.payment_added','Payment of ₱1,698.00 recorded via Cash','reservation',460,'Booking #2026-07-000433',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"1698\",\"method\":\"Cash\"}','2026-07-25 16:43:02'),
(2681,'reservation.extended','Stay extended: check-out moved from Jul 25, 2026 to Jul 26, 2026 (2 nights total, new total ₱1,198.40)','reservation',492,'Booking #2026-07-000465',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 17:52:37'),
(2682,'reservation.payment_added','Payment of ₱898.80 recorded via Agoda Settlement','reservation',492,'Booking #2026-07-000465',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"898.80\",\"method\":\"Agoda Settlement\"}','2026-07-25 17:52:57'),
(2683,'reservation.checked_out','AMERHUSSIEN ORANDING checked out from Room 403 at 12:00 PM','reservation',483,'Booking #2026-07-000456',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 19:36:39'),
(2684,'reservation.created','Reservation created for Joyce Abian — Room 107, Jul 25 to Jul 26, 2026 (1N)','reservation',495,'Booking #2026-07-000468',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-25 20:02:07'),
(2685,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',495,'Booking #2026-07-000468',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-25 20:02:17'),
(2686,'reservation.checked_in','Joyce Abian checked in to Room 107 at 1:40 PM','reservation',495,'Booking #2026-07-000468',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 20:02:33'),
(2687,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 20:03:06'),
(2688,'reservation.created','Reservation created for Scott Henry Arinos — Room 110, Jul 25 to Jul 28, 2026 (3N)','reservation',496,'Booking #2026-07-000469',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":2157.600000000000363797880709171295166015625,\"source\":\"Agoda\"}','2026-07-25 20:04:13'),
(2689,'reservation.payment_added','Payment of ₱2,157.60 recorded via Agoda Settlement','reservation',496,'Booking #2026-07-000469',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"2157.60\",\"method\":\"Agoda Settlement\"}','2026-07-25 20:04:30'),
(2690,'reservation.checked_in','Scott Henry Arinos checked in to Room 110 at 3:13 PM','reservation',496,'Booking #2026-07-000469',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 20:04:38'),
(2691,'reservation.created','Reservation created for Julius Orong — Room 307, Jul 25 to Jul 28, 2026 (3N)','reservation',497,'Booking #2026-07-000470',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":2397.600000000000363797880709171295166015625,\"source\":\"Agoda\"}','2026-07-25 20:05:33'),
(2692,'reservation.payment_added','Payment of ₱2,397.60 recorded via Agoda Settlement','reservation',497,'Booking #2026-07-000470',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"2397.60\",\"method\":\"Agoda Settlement\"}','2026-07-25 20:05:45'),
(2693,'reservation.checked_in','Julius Orong checked in to Room 307 at 5:43 PM','reservation',497,'Booking #2026-07-000470',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 20:05:54'),
(2694,'reservation.created','Reservation created for Rowel Llaca — Room 102, Jul 25 to Jul 26, 2026 (1N)','reservation',498,'Booking #2026-07-000471',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-25 20:06:58'),
(2695,'reservation.payment_added','Payment of ₱599.20 recorded via Cash','reservation',498,'Booking #2026-07-000471',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"599.20\",\"method\":\"Cash\"}','2026-07-25 20:07:09'),
(2696,'reservation.checked_in','Rowel Llaca checked in to Room 102 at 6:42 PM','reservation',498,'Booking #2026-07-000471',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 20:08:00'),
(2697,'reservation.created','Reservation created for Allan Yap — Room 203, Jul 25 to Jul 26, 2026 (1N)','reservation',499,'Booking #2026-07-000472',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-25 20:09:08'),
(2698,'reservation.checked_in','Allan Yap checked in to Room 203 at 1:00 PM','reservation',499,'Booking #2026-07-000472',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 20:09:19'),
(2699,'reservation.updated','Reservation details updated — Allan Yap, Room 203, Jul 25–Jul 26, 2026','reservation',499,'Booking #2026-07-000472',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 20:10:10'),
(2700,'shift.closed','Mark Anthony Estrada closed a Afternoon shift (duration: 7h 19m)','shift',86,'Shift #86',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 22:19:34'),
(2701,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',87,'Shift #87',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 22:20:54'),
(2702,'reservation.updated','Reservation details updated — Allan Yap, Room 203, Jul 25–Jul 28, 2026','reservation',499,'Booking #2026-07-000472',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 22:24:57'),
(2703,'reservation.payment_added','Payment of ₱2,513.00 recorded via GCash','reservation',499,'Booking #2026-07-000472',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"2513\",\"method\":\"GCash\"}','2026-07-25 22:26:43'),
(2704,'reservation.payment_added','Payment of ₱2,513.00 recorded via GCash','reservation',499,'Booking #2026-07-000472',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"2513\",\"method\":\"GCash\"}','2026-07-25 22:26:43'),
(2705,'reservation.payment_added','Payment of ₱2,513.00 recorded via Cash','reservation',499,'Booking #2026-07-000472',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"2513\",\"method\":\"Cash\"}','2026-07-25 22:26:43'),
(2706,'reservation.extended','Stay extended: check-out moved from Jul 25, 2026 to Jul 26, 2026 (2 nights total, new total ₱1,798.00)','reservation',485,'Booking #2026-07-000458',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 22:28:43'),
(2707,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',485,'Booking #2026-07-000458',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-25 22:29:09'),
(2708,'reservation.created','Reservation created for JOJI BLISS TIBURCIO — Room 202, Jul 25 to Jul 26, 2026 (1N)','reservation',500,'Booking #2026-07-000473',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":749,\"source\":\"Agoda\"}','2026-07-25 22:32:35'),
(2709,'reservation.payment_added','Payment of ₱749.00 recorded via Agoda Settlement','reservation',500,'Booking #2026-07-000473',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"749\",\"method\":\"Agoda Settlement\"}','2026-07-25 22:34:00'),
(2710,'reservation.payment_added','Payment of ₱150.00 recorded via Cash','reservation',500,'Booking #2026-07-000473',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"150\",\"method\":\"Cash\"}','2026-07-25 22:34:00'),
(2711,'reservation.checked_in','JOJI BLISS TIBURCIO checked in to Room 202 at 8:55 PM','reservation',500,'Booking #2026-07-000473',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 22:34:33'),
(2712,'reservation.room_transferred','Room transferred: 202 → 407 — Upgrade','reservation',500,'Booking #2026-07-000473',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"from\":\"202\",\"to\":\"407\",\"reason\":\"Upgrade\"}','2026-07-25 22:34:52'),
(2713,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 22:36:19'),
(2714,'reservation.created','Reservation created for Hassanor Omar — Room 414, Jul 25 to Jul 26, 2026 (1N)','reservation',501,'Booking #2026-07-000474',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-25 22:37:32'),
(2715,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',501,'Booking #2026-07-000474',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-25 22:37:43'),
(2716,'reservation.checked_in','Hassanor Omar checked in to Room 414 at 9:03 PM','reservation',501,'Booking #2026-07-000474',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-25 22:38:08'),
(2717,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 05:34:36'),
(2718,'reservation.created','Reservation created for CARPIL ESTOPIA — Room 311, Jul 26 to Jul 27, 2026 (1N)','reservation',502,'Booking #2026-07-000475',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-26 05:35:14'),
(2719,'reservation.payment_added','Payment of ₱1,049.00 recorded via Cash','reservation',502,'Booking #2026-07-000475',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"1049\",\"method\":\"Cash\"}','2026-07-26 05:35:40'),
(2720,'reservation.checked_in','CARPIL ESTOPIA checked in to Room 311 at 11:58 PM','reservation',502,'Booking #2026-07-000475',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 05:36:00'),
(2721,'reservation.checked_out','Jhonver Cambarihan checked out from Room 405 at 5:47 AM','reservation',493,'Booking #2026-07-000466',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 05:47:49'),
(2722,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 7h 40m)','shift',87,'Shift #87',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 06:01:30'),
(2723,'shift.opened','Erika Galit opened a Morning shift','shift',88,'Shift #88',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 06:15:27'),
(2724,'reservation.checked_out','VICTOR n/a checked out from Room 204 at 7:40 AM','reservation',484,'Booking #2026-07-000457',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 08:55:00'),
(2725,'reservation.checked_out','Joyce Abian checked out from Room 107 at 8:06 AM','reservation',495,'Booking #2026-07-000468',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 08:55:33'),
(2726,'reservation.checked_out','JOJI BLISS TIBURCIO checked out from Room 407 at 8:12 AM','reservation',500,'Booking #2026-07-000473',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 08:56:04'),
(2727,'reservation.created','Reservation created for ILTYD SERBOL — Room 404, Jul 26 to Jul 28, 2026 (2N)','reservation',503,'Booking #2026-07-000476',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":1698,\"source\":\"Walk-in\"}','2026-07-26 09:01:12'),
(2728,'reservation.payment_added','Payment of ₱1,998.00 recorded via Cash','reservation',503,'Booking #2026-07-000476',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"1998\",\"method\":\"Cash\"}','2026-07-26 09:01:36'),
(2729,'reservation.checked_in','ILTYD SERBOL checked in to Room 404 at 7:40 AM','reservation',503,'Booking #2026-07-000476',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 09:01:54'),
(2730,'room.clean','Room 103 marked clean and ready for sale','room',NULL,'Room 103',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 09:02:50'),
(2731,'reservation.created','Reservation created for CHARLENE TACANG — Room 103, Jul 26 to Jul 27, 2026 (1N)','reservation',504,'Booking #2026-07-000477',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Walk-in\"}','2026-07-26 09:04:26'),
(2732,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',504,'Booking #2026-07-000477',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-26 09:04:42'),
(2733,'reservation.checked_in','CHARLENE TACANG checked in to Room 103 at 9:00 AM','reservation',504,'Booking #2026-07-000477',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf',NULL,'2026-07-26 09:04:51'),
(2734,'reservation.payment_added','Payment of ₱150.00 recorded via Cash','reservation',504,'Booking #2026-07-000477',10,'Erika Galit','2001:4455:6eb:3e00:69e8:b879:9cfb:abf','{\"amount\":\"150\",\"method\":\"Cash\"}','2026-07-26 09:11:30'),
(2735,'reservation.payment_added','Payment of ₱2,097.00 recorded via Cash','reservation',465,'Booking #2026-07-000438',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"2097\",\"method\":\"Cash\"}','2026-07-26 10:08:30'),
(2736,'reservation.checked_out','Frederick Gomez checked out from Room 117 at 10:00 AM','reservation',465,'Booking #2026-07-000438',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 10:08:56'),
(2737,'reservation.checked_out','Evgenii Lavrov checked out from Room 318 at 12:04 PM','reservation',492,'Booking #2026-07-000465',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 12:10:57'),
(2738,'room.clean','Room 318 marked clean and ready for sale','room',NULL,'Room 318',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 12:11:14'),
(2739,'reservation.created','Reservation created for Evgenii Lavrov — Room 318, Jul 26 to Jul 27, 2026 (1N)','reservation',505,'Booking #2026-07-000478',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-26 12:14:08'),
(2740,'reservation.extended','Stay extended: check-out moved from Jul 26, 2026 to Jul 27, 2026 (6 nights total, new total ₱5,094.00)','reservation',448,'Booking #2026-07-000421',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 12:16:45'),
(2741,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',448,'Booking #2026-07-000421',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-26 12:17:10'),
(2742,'reservation.checked_out','ROBERT CONCILLADO checked out from Room 314 at 11:55 AM','reservation',471,'Booking #2026-07-000444',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 12:17:44'),
(2743,'reservation.checked_out','BERLET MONDOY checked out from Room 413 at 12:01 PM','reservation',494,'Booking #2026-07-000467',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 12:18:06'),
(2744,'reservation.checked_out','Hassanor Omar checked out from Room 414 at 11:12 AM','reservation',501,'Booking #2026-07-000474',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 12:21:05'),
(2745,'reservation.checked_in','Evgenii Lavrov checked in to Room 318 at 12:41 PM','reservation',505,'Booking #2026-07-000478',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 12:42:00'),
(2746,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',505,'Booking #2026-07-000478',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-26 12:42:13'),
(2747,'shift.closed','Erika Galit closed a Morning shift (duration: 10h 36m)','shift',88,'Shift #88',10,'Erika Galit','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 16:52:18'),
(2748,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',89,'Shift #89',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 16:52:44'),
(2749,'reservation.checked_out','Rowel Llaca checked out from Room 102 at 10:50 AM','reservation',498,'Booking #2026-07-000471',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 16:53:14'),
(2750,'reservation.extended','Stay extended: check-out moved from Jul 26, 2026 to Jul 27, 2026 (3 nights total, new total ₱2,697.00)','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:56:28'),
(2751,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-26 19:56:37'),
(2752,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:01'),
(2753,'room.clean','Room 104 marked clean and ready for sale','room',NULL,'Room 104',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:05'),
(2754,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:09'),
(2755,'room.clean','Room 117 marked clean and ready for sale','room',NULL,'Room 117',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:13'),
(2756,'room.clean','Room 202 marked clean and ready for sale','room',NULL,'Room 202',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:23'),
(2757,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:43'),
(2758,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:47'),
(2759,'room.clean','Room 207 marked clean and ready for sale','room',NULL,'Room 207',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:50'),
(2760,'room.clean','Room 209 marked clean and ready for sale','room',NULL,'Room 209',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:54'),
(2761,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:58:58'),
(2762,'room.clean','Room 305 marked clean and ready for sale','room',NULL,'Room 305',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:01'),
(2763,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:05'),
(2764,'room.clean','Room 314 marked clean and ready for sale','room',NULL,'Room 314',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:08'),
(2765,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:12'),
(2766,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:15'),
(2767,'room.clean','Room 407 marked clean and ready for sale','room',NULL,'Room 407',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:19'),
(2768,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:29'),
(2769,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:33'),
(2770,'room.clean','Room 413 marked clean and ready for sale','room',NULL,'Room 413',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:37'),
(2771,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 19:59:41'),
(2772,'reservation.created','Reservation created for ROLAND REMENTIZO — Room 410, Jul 26 to Jul 27, 2026 (1N)','reservation',506,'Booking #2026-07-000479',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-26 20:04:07'),
(2773,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',506,'Booking #2026-07-000479',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-26 20:04:22'),
(2774,'reservation.checked_in','ROLAND REMENTIZO checked in to Room 410 at 1:49 PM','reservation',506,'Booking #2026-07-000479',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:05:08'),
(2775,'reservation.created','Reservation created for EXOPERIA IGAR — Room 308, Jul 26 to Jul 27, 2026 (1N)','reservation',507,'Booking #2026-07-000480',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-26 20:06:42'),
(2776,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',507,'Booking #2026-07-000480',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-26 20:06:57'),
(2777,'reservation.checked_in','EXOPERIA IGAR checked in to Room 308 at 2:40 PM','reservation',507,'Booking #2026-07-000480',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:07:05'),
(2778,'reservation.created','Reservation created for GARY MERCADO — Room 112, Jul 26 to Jul 29, 2026 (3N)','reservation',508,'Booking #2026-07-000481',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":2547,\"source\":\"Agoda\"}','2026-07-26 20:08:26'),
(2779,'reservation.payment_added','Payment of ₱749.40 recorded via Cash','reservation',508,'Booking #2026-07-000481',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"749.40\",\"method\":\"Cash\"}','2026-07-26 20:08:44'),
(2780,'reservation.payment_added','Payment of ₱1,797.60 recorded via Agoda Settlement','reservation',508,'Booking #2026-07-000481',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"1797.60\",\"method\":\"Agoda Settlement\"}','2026-07-26 20:08:44'),
(2781,'reservation.checked_in','GARY MERCADO checked in to Room 112 at 2:50 PM','reservation',508,'Booking #2026-07-000481',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:08:56'),
(2782,'reservation.created','Reservation created for JORDAN LORENTE — Room 205, Jul 26 to Jul 27, 2026 (1N)','reservation',509,'Booking #2026-07-000482',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":749,\"source\":\"Agoda\"}','2026-07-26 20:10:00'),
(2783,'reservation.checked_in','JORDAN LORENTE checked in to Room 205 at 3:32 PM','reservation',509,'Booking #2026-07-000482',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:10:27'),
(2784,'reservation.created','Reservation created for RICA CALEJESAN — Room 107, Jul 26 to Jul 27, 2026 (1N)','reservation',510,'Booking #2026-07-000483',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-26 20:11:19'),
(2785,'reservation.checked_in','RICA CALEJESAN checked in to Room 107 at 5:03 PM','reservation',510,'Booking #2026-07-000483',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:11:29'),
(2786,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',510,'Booking #2026-07-000483',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-26 20:12:36'),
(2787,'reservation.updated','Reservation details updated — RICA CALEJESAN, Room 107, Jul 26–Jul 27, 2026','reservation',510,'Booking #2026-07-000483',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:12:56'),
(2788,'reservation.created','Reservation created for JAYSON CAHILES — Room 104, Jul 26 to Jul 27, 2026 (1N)','reservation',511,'Booking #2026-07-000484',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":674.1000000000000227373675443232059478759765625,\"source\":\"Booking.com\"}','2026-07-26 20:25:52'),
(2789,'reservation.payment_added','Payment of ₱674.10 recorded via Booking.com Settlement','reservation',511,'Booking #2026-07-000484',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"674.10\",\"method\":\"Booking.com Settlement\"}','2026-07-26 20:26:06'),
(2790,'reservation.checked_in','JAYSON CAHILES checked in to Room 104 at 5:16 PM','reservation',511,'Booking #2026-07-000484',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:26:18'),
(2791,'reservation.created','Reservation created for HENRY TE — Room 310, Jul 26 to Jul 27, 2026 (1N)','reservation',512,'Booking #2026-07-000485',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":1449,\"source\":\"Walk-in\"}','2026-07-26 20:26:58'),
(2792,'reservation.payment_added','Payment of ₱1,449.00 recorded via GCash','reservation',512,'Booking #2026-07-000485',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"1449\",\"method\":\"GCash\"}','2026-07-26 20:27:16'),
(2793,'reservation.checked_in','HENRY TE checked in to Room 310 at 6:13 PM','reservation',512,'Booking #2026-07-000485',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:27:41'),
(2794,'reservation.created','Reservation created for SHAIRA ABDUL — Room 414, Jul 26 to Jul 27, 2026 (1N)','reservation',513,'Booking #2026-07-000486',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-26 20:29:18'),
(2795,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',513,'Booking #2026-07-000486',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-26 20:29:32'),
(2796,'reservation.checked_in','SHAIRA ABDUL checked in to Room 414 at 7:11 PM','reservation',513,'Booking #2026-07-000486',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:29:51'),
(2797,'reservation.created','Reservation created for LORAINE LEOPOLDO — Room 302, Jul 26 to Jul 27, 2026 (1N)','reservation',514,'Booking #2026-07-000487',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":1399.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-26 20:30:33'),
(2798,'reservation.payment_added','Payment of ₱1,399.20 recorded via Agoda Settlement','reservation',514,'Booking #2026-07-000487',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"1399.20\",\"method\":\"Agoda Settlement\"}','2026-07-26 20:30:44'),
(2799,'reservation.checked_in','LORAINE LEOPOLDO checked in to Room 302 at 8:16 PM','reservation',514,'Booking #2026-07-000487',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 20:30:58'),
(2800,'reservation.payment_added','Payment of ₱749.00 recorded via Agoda Settlement','reservation',509,'Booking #2026-07-000482',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"749\",\"method\":\"Agoda Settlement\"}','2026-07-26 20:35:06'),
(2801,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 6h 19m)','shift',89,'Shift #89',7,'Veberly Tabuñar','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 23:12:02'),
(2802,'shift.opened','Hiddenmae Rodrigo opened a Night shift','shift',90,'Shift #90',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 23:12:24'),
(2803,'reservation.created','Reservation created for RAFAEL ACTUB — Room 303, Jul 26 to Jul 27, 2026 (1N)','reservation',515,'Booking #2026-07-000488',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-26 23:13:37'),
(2804,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',515,'Booking #2026-07-000488',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-26 23:13:57'),
(2805,'reservation.checked_in','RAFAEL ACTUB checked in to Room 303 at 8:56 PM','reservation',515,'Booking #2026-07-000488',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 23:14:16'),
(2806,'reservation.created','Reservation created for BENJIE PEPITO — Room 406, Jul 26 to Jul 27, 2026 (1N)','reservation',516,'Booking #2026-07-000489',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"status\":\"confirmed\",\"amount\":1011.75,\"source\":\"Agoda\"}','2026-07-26 23:14:58'),
(2807,'reservation.payment_added','Payment of ₱1,011.75 recorded via Agoda Settlement','reservation',516,'Booking #2026-07-000489',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7','{\"amount\":\"1011.75\",\"method\":\"Agoda Settlement\"}','2026-07-26 23:15:12'),
(2808,'reservation.checked_in','BENJIE PEPITO checked in to Room 406 at 11:15 PM','reservation',516,'Booking #2026-07-000489',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-26 23:15:18'),
(2809,'reservation.checked_out','Evgenii Lavrov checked out from Room 318 at 5:40 AM','reservation',505,'Booking #2026-07-000478',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 05:40:22'),
(2810,'reservation.checked_out','HENRY TE checked out from Room 310 at 5:40 AM','reservation',512,'Booking #2026-07-000485',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 05:40:35'),
(2811,'reservation.checked_out','EXOPERIA IGAR checked out from Room 308 at 5:40 AM','reservation',507,'Booking #2026-07-000480',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 05:40:47'),
(2812,'shift.closed','Hiddenmae Rodrigo closed a Night shift (duration: 6h 28m)','shift',90,'Shift #90',9,'Hiddenmae Rodrigo','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 05:40:58'),
(2813,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',91,'Shift #91',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 06:15:03'),
(2814,'reservation.checked_out','RAFAEL ACTUB checked out from Room 303 at 6:29 AM','reservation',515,'Booking #2026-07-000488',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 06:30:24'),
(2815,'reservation.checked_out','JAYSON CAHILES checked out from Room 104 at 7:09 AM','reservation',511,'Booking #2026-07-000484',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 07:09:28'),
(2816,'reservation.updated','Reservation details updated — BENJIE PEPITO, Room 406, Jul 25–Jul 26, 2026','reservation',516,'Booking #2026-07-000489',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 08:08:37'),
(2817,'reservation.checked_out','BENJIE PEPITO checked out from Room 406 at 8:06 AM','reservation',516,'Booking #2026-07-000489',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 08:08:53'),
(2818,'reservation.updated','Reservation details updated — BENJIE PEPITO, Room 406, Jul 26–Jul 27, 2026','reservation',516,'Booking #2026-07-000489',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:bd06:992a:6c32:efb7',NULL,'2026-07-27 08:09:12'),
(2819,'reservation.checked_out','JORDAN LORENTE checked out from Room 205 at 8:16 AM','reservation',509,'Booking #2026-07-000482',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 09:33:44'),
(2820,'reservation.checked_out','ROLAND REMENTIZO checked out from Room 410 at 10:22 AM','reservation',506,'Booking #2026-07-000479',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 10:22:00'),
(2821,'reservation.checked_out','LORAINE LEOPOLDO checked out from Room 302 at 11:09 AM','reservation',514,'Booking #2026-07-000487',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:10:00'),
(2822,'reservation.created','Reservation created for LORAINE LEOPOLDO — Room 204, Jul 27 to Jul 28, 2026 (1N)','reservation',517,'Booking #2026-07-000490',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":599.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-27 11:10:52'),
(2823,'reservation.payment_added','Payment of ₱599.20 recorded via Agoda Settlement','reservation',517,'Booking #2026-07-000490',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"599.20\",\"method\":\"Agoda Settlement\"}','2026-07-27 11:13:15'),
(2824,'reservation.payment_added','Payment of ₱549.80 recorded via Cash','reservation',517,'Booking #2026-07-000490',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"549.80\",\"method\":\"Cash\"}','2026-07-27 11:13:15'),
(2825,'reservation.checked_in','LORAINE LEOPOLDO checked in to Room 204 at 11:13 AM','reservation',517,'Booking #2026-07-000490',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:13:27'),
(2826,'reservation.room_transferred','Room transferred: 204 → 403 — Upgrade','reservation',517,'Booking #2026-07-000490',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"from\":\"204\",\"to\":\"403\",\"reason\":\"Upgrade\"}','2026-07-27 11:13:50'),
(2827,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:15:58'),
(2828,'reservation.room_transferred','Room transferred: 403 → 303 — Guest Request','reservation',517,'Booking #2026-07-000490',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"from\":\"403\",\"to\":\"303\",\"reason\":\"Guest Request\"}','2026-07-27 11:16:16'),
(2829,'reservation.created','Reservation created for Geovani Campano — Room 101, Jul 27 to Jul 28, 2026 (1N)','reservation',518,'Booking #2026-07-000491',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-27 11:23:14'),
(2830,'reservation.checked_in','Geovani Campano checked in to Room 101 at 7:40 AM','reservation',518,'Booking #2026-07-000491',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:23:28'),
(2831,'reservation.checked_out','SHAIRA ABDUL checked out from Room 414 at 11:24 AM','reservation',513,'Booking #2026-07-000486',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:24:52'),
(2832,'reservation.updated','Reservation details updated — CARPIL ESTOPIA, Room 311, Jul 25–Jul 26, 2026','reservation',502,'Booking #2026-07-000475',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:30:08'),
(2833,'reservation.checked_out','CARPIL ESTOPIA checked out from Room 311 at 11:59 AM','reservation',502,'Booking #2026-07-000475',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:31:00'),
(2834,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:31:30'),
(2835,'reservation.created','Reservation created for Herbert Ramises — Room 311, Jul 27 to Jul 30, 2026 (3N)','reservation',519,'Booking #2026-07-000492',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":2157.600000000000363797880709171295166015625,\"source\":\"Agoda\"}','2026-07-27 11:33:54'),
(2836,'reservation.payment_added','Payment of ₱2,457.60 recorded via Cash','reservation',519,'Booking #2026-07-000492',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"2457.60\",\"method\":\"Cash\"}','2026-07-27 11:34:36'),
(2837,'reservation.updated','Reservation details updated — Herbert Ramises, Room 311, Jul 27–Jul 30, 2026','reservation',519,'Booking #2026-07-000492',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:34:51'),
(2838,'reservation.checked_in','Herbert Ramises checked in to Room 311 at 6:00 AM','reservation',519,'Booking #2026-07-000492',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:34:57'),
(2839,'reservation.checked_out','ROWELL TAGIOBON checked out from Room 114 at 11:38 AM','reservation',448,'Booking #2026-07-000421',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:39:29'),
(2840,'reservation.updated','Reservation details updated — Herbert Ramises, Room 311, Jul 27–Jul 30, 2026','reservation',519,'Booking #2026-07-000492',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:54:05'),
(2841,'reservation.updated','Reservation details updated — Herbert Ramises, Room 311, Jul 27–Jul 30, 2026','reservation',519,'Booking #2026-07-000492',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 11:54:22'),
(2842,'reservation.created','Reservation created for Aia Kay Salinding — Room 408, Jul 27 to Jul 28, 2026 (1N)','reservation',520,'Booking #2026-07-000493',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-27 12:10:44'),
(2843,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',520,'Booking #2026-07-000493',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-27 12:10:57'),
(2844,'reservation.checked_in','Aia Kay Salinding checked in to Room 408 at 12:07 PM','reservation',520,'Booking #2026-07-000493',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 12:11:02'),
(2845,'room.clean','Room 114 marked clean and ready for sale','room',NULL,'Room 114',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 12:22:17'),
(2846,'reservation.room_transferred','Room transferred: 311 → 114 — Guest Request (Pregnant Wife)','reservation',519,'Booking #2026-07-000492',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"from\":\"311\",\"to\":\"114\",\"reason\":\"Guest Request\"}','2026-07-27 12:22:46'),
(2847,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 7h 56m)','shift',91,'Shift #91',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 14:11:18'),
(2848,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',92,'Shift #92',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 14:31:38'),
(2849,'reservation.checked_in','Philip Michael Mapa checked in to Room 102 at 2:11 PM','reservation',467,'Booking #2026-07-000440',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 14:31:51'),
(2850,'room.clean','Room 104 marked clean and ready for sale','room',NULL,'Room 104',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 14:32:01'),
(2851,'reservation.room_transferred','Room transferred: 102 → 104 — Guest Request','reservation',467,'Booking #2026-07-000440',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"from\":\"102\",\"to\":\"104\",\"reason\":\"Guest Request\"}','2026-07-27 14:32:15'),
(2852,'room.clean','Room 102 marked clean and ready for sale','room',NULL,'Room 102',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 14:32:23'),
(2853,'reservation.room_transferred','Room transferred: 101 → 102 — Guest Request','reservation',518,'Booking #2026-07-000491',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"from\":\"101\",\"to\":\"102\",\"reason\":\"Guest Request\"}','2026-07-27 14:32:45'),
(2854,'reservation.extended','Stay extended: check-out moved from Jul 27, 2026 to Jul 29, 2026 (3 nights total, new total ₱1,797.60)','reservation',504,'Booking #2026-07-000477',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 18:25:14'),
(2855,'reservation.payment_added','Payment of ₱1,198.40 recorded via Agoda Settlement','reservation',504,'Booking #2026-07-000477',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"1198.40\",\"method\":\"Agoda Settlement\"}','2026-07-27 18:25:31'),
(2856,'reservation.extended','Stay extended: check-out moved from Jul 27, 2026 to Jul 28, 2026 (4 nights total, new total ₱3,596.00)','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 18:28:19'),
(2857,'reservation.payment_added','Payment of ₱899.00 recorded via GCash','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"899\",\"method\":\"GCash\"}','2026-07-27 18:28:35'),
(2858,'room.maintenance','Room 101 sent to maintenance','room',NULL,'Room 101',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:12:57'),
(2859,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:13:01'),
(2860,'room.clean','Room 205 marked clean and ready for sale','room',NULL,'Room 205',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:13:04'),
(2861,'room.clean','Room 302 marked clean and ready for sale','room',NULL,'Room 302',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:13:07'),
(2862,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:13:17'),
(2863,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:35:52'),
(2864,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:35:55'),
(2865,'room.clean','Room 318 marked clean and ready for sale','room',NULL,'Room 318',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:35:57'),
(2866,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:36:00'),
(2867,'room.clean','Room 406 marked clean and ready for sale','room',NULL,'Room 406',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:36:03'),
(2868,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:36:05'),
(2869,'room.clean','Room 414 marked clean and ready for sale','room',NULL,'Room 414',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:36:08'),
(2870,'reservation.created','Reservation created for JEY AR ELCANO — Room 403, Jul 27 to Jul 28, 2026 (1N)','reservation',521,'Booking #2026-07-000494',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-27 19:39:53'),
(2871,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',521,'Booking #2026-07-000494',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-27 19:40:19'),
(2872,'reservation.checked_in','JEY AR ELCANO checked in to Room 403 at 1:58 PM','reservation',521,'Booking #2026-07-000494',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:40:46'),
(2873,'reservation.created','Reservation created for VINCENT MAGALLANES — Room 117, Jul 27 to Jul 28, 2026 (1N)','reservation',522,'Booking #2026-07-000495',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":674.1000000000000227373675443232059478759765625,\"source\":\"Booking.com\"}','2026-07-27 19:41:42'),
(2874,'reservation.payment_added','Payment of ₱674.10 recorded via Booking.com Settlement','reservation',522,'Booking #2026-07-000495',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"674.10\",\"method\":\"Booking.com Settlement\"}','2026-07-27 19:41:57'),
(2875,'reservation.checked_in','VINCENT MAGALLANES checked in to Room 117 at 2:40 PM','reservation',522,'Booking #2026-07-000495',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:42:12'),
(2876,'reservation.created','Reservation created for JOELIX NILLAMA — Room 202, Jul 27 to Jul 28, 2026 (1N)','reservation',523,'Booking #2026-07-000496',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-27 19:42:50'),
(2877,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',523,'Booking #2026-07-000496',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-27 19:42:59'),
(2878,'reservation.checked_in','JOELIX NILLAMA checked in to Room 202 at 2:50 PM','reservation',523,'Booking #2026-07-000496',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:43:07'),
(2879,'reservation.created','Reservation created for JERICHO MALIBAGO — Room 311, Jul 27 to Jul 28, 2026 (1N)','reservation',524,'Booking #2026-07-000497',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-27 19:44:11'),
(2880,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',524,'Booking #2026-07-000497',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-27 19:44:23'),
(2881,'reservation.checked_in','JERICHO MALIBAGO checked in to Room 311 at 2:56 PM','reservation',524,'Booking #2026-07-000497',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 19:44:30'),
(2882,'reservation.created','Reservation created for JOHN PAUL CORNELIO — Room 414, Jul 27 to Aug 1, 2026 (5N)','reservation',525,'Booking #2026-07-000498',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":4035,\"source\":\"Walk-in\"}','2026-07-27 20:01:59'),
(2883,'reservation.payment_added','Payment of ₱4,033.00 recorded via Cash','reservation',525,'Booking #2026-07-000498',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"4033\",\"method\":\"Cash\"}','2026-07-27 20:02:08'),
(2884,'reservation.checked_in','JOHN PAUL CORNELIO checked in to Room 414 at 4:36 PM','reservation',525,'Booking #2026-07-000498',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 20:02:34'),
(2885,'reservation.created','Reservation created for HARLOW DAGOOC — Room 410, Jul 27 to Jul 28, 2026 (1N)','reservation',526,'Booking #2026-07-000499',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-27 20:04:15'),
(2886,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',526,'Booking #2026-07-000499',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-27 20:04:27'),
(2887,'reservation.checked_in','HARLOW DAGOOC checked in to Room 410 at 5:44 PM','reservation',526,'Booking #2026-07-000499',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 20:04:37'),
(2888,'reservation.created','Reservation created for JAYSON CAHILES — Room 405, Jul 27 to Jul 28, 2026 (1N)','reservation',527,'Booking #2026-07-000500',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-27 20:05:57'),
(2889,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',527,'Booking #2026-07-000500',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-27 20:06:09'),
(2890,'reservation.checked_in','JAYSON CAHILES checked in to Room 405 at 6:19 PM','reservation',527,'Booking #2026-07-000500',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 20:06:20'),
(2891,'reservation.created','Reservation created for MARJORIE CONSON — Room 401, Jul 27 to Jul 28, 2026 (1N)','reservation',528,'Booking #2026-07-000501',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":1011.75,\"source\":\"Agoda\"}','2026-07-27 20:07:37'),
(2892,'reservation.payment_added','Payment of ₱1,011.75 recorded via Agoda Settlement','reservation',528,'Booking #2026-07-000501',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"1011.75\",\"method\":\"Agoda Settlement\"}','2026-07-27 20:07:51'),
(2893,'reservation.checked_in','MARJORIE CONSON checked in to Room 401 at 6:52 PM','reservation',528,'Booking #2026-07-000501',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 20:07:59'),
(2894,'reservation.extended','Stay extended: check-out moved from Jul 27, 2026 to Jul 29, 2026 (7 nights total, new total ₱6,293.00)','reservation',459,'Booking #2026-07-000432',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 20:26:53'),
(2895,'reservation.payment_added','Payment of ₱1,798.00 recorded via Cash','reservation',459,'Booking #2026-07-000432',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"1798\",\"method\":\"Cash\"}','2026-07-27 20:27:05'),
(2896,'reservation.extended','Stay extended: check-out moved from Jul 27, 2026 to Jul 29, 2026 (7 nights total, new total ₱5,943.00)','reservation',460,'Booking #2026-07-000433',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-27 20:27:30'),
(2897,'reservation.payment_added','Payment of ₱1,698.00 recorded via Cash','reservation',460,'Booking #2026-07-000433',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"1698\",\"method\":\"Cash\"}','2026-07-27 20:27:39'),
(2898,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 10h 19m)','shift',92,'Shift #92',7,'Veberly Tabuñar','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 00:51:10'),
(2899,'shift.opened','Resamie Reyes opened a Night shift','shift',93,'Shift #93',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 04:43:22'),
(2900,'reservation.extended','Stay extended: check-out moved from Jul 27, 2026 to Jul 28, 2026 (2 nights total, new total ₱2,898.00)','reservation',510,'Booking #2026-07-000483',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 04:43:58'),
(2901,'reservation.payment_added','Payment of ₱1,449.00 recorded via Cash','reservation',510,'Booking #2026-07-000483',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"1449\",\"method\":\"Cash\"}','2026-07-28 04:44:09'),
(2902,'reservation.created','Reservation created for Cecilbern Bernabe — Room 309, Jul 28 to Jul 29, 2026 (1N)','reservation',529,'Booking #2026-07-000502',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-28 04:52:26'),
(2903,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',529,'Booking #2026-07-000502',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-28 04:52:49'),
(2904,'reservation.checked_in','Cecilbern Bernabe checked in to Room 309 at 11:37 PM','reservation',529,'Booking #2026-07-000502',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 04:53:34'),
(2905,'reservation.created','Reservation created for Francey Aisah Angcoo — Room 206, Jul 28 to Jul 29, 2026 (1N)','reservation',530,'Booking #2026-07-000503',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-28 04:55:14'),
(2906,'reservation.checked_in','Francey Aisah Angcoo checked in to Room 206 at 12:52 AM','reservation',530,'Booking #2026-07-000503',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 04:55:55'),
(2907,'reservation.updated','Reservation details updated — Francey Aisah Angcoo, Room 206, Jul 27–Jul 28, 2026','reservation',530,'Booking #2026-07-000503',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 04:56:17'),
(2908,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',530,'Booking #2026-07-000503',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-28 04:56:32'),
(2909,'reservation.payment_added','Payment of ₱2.00 recorded via Cash','reservation',525,'Booking #2026-07-000498',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"2\",\"method\":\"Cash\"}','2026-07-28 05:21:35'),
(2910,'reservation.updated','Reservation details updated — Cecilbern Bernabe, Room 309, Jul 27–Jul 28, 2026','reservation',529,'Booking #2026-07-000502',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 05:31:43'),
(2911,'shift.closed','Resamie Reyes closed a Night shift (duration: 1h 26m)','shift',93,'Shift #93',6,'Resamie Reyes','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 06:09:36'),
(2912,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',94,'Shift #94',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 06:30:44'),
(2913,'reservation.checked_out','JAYSON CAHILES checked out from Room 405 at 8:01 AM','reservation',527,'Booking #2026-07-000500',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 08:17:11'),
(2914,'reservation.checked_out','Cecilbern Bernabe checked out from Room 309 at 8:00 AM','reservation',529,'Booking #2026-07-000502',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 08:17:34'),
(2915,'reservation.payment_added','Payment of ₱1,152.00 recorded via GCash (Ref: 7043346421286)','reservation',485,'Booking #2026-07-000458',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"1152\",\"method\":\"GCash\"}','2026-07-28 08:18:47'),
(2916,'reservation.checked_out','JERICHO MALIBAGO checked out from Room 311 at 8:25 AM','reservation',524,'Booking #2026-07-000497',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 08:25:20'),
(2917,'reservation.checked_out','Aia Kay Salinding checked out from Room 408 at 7:41 AM','reservation',520,'Booking #2026-07-000493',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 08:38:58'),
(2918,'reservation.checked_out','Francey Aisah Angcoo checked out from Room 206 at 8:11 AM','reservation',530,'Booking #2026-07-000503',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 08:39:50'),
(2919,'reservation.checked_out','Allan Yap checked out from Room 203 at 9:00 AM','reservation',499,'Booking #2026-07-000472',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 09:03:18'),
(2920,'reservation.checked_out','LORAINE LEOPOLDO checked out from Room 303 at 9:18 AM','reservation',517,'Booking #2026-07-000490',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 09:18:26'),
(2921,'reservation.created','Reservation created for Elizabeth Marcella — Room 105, Jul 28 to Jul 31, 2026 (3N)','reservation',531,'Booking #2026-07-000504',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"status\":\"confirmed\",\"amount\":2547,\"source\":\"Walk-in\"}','2026-07-28 09:21:00'),
(2922,'reservation.payment_added','Payment of ₱2,747.00 recorded via Cash','reservation',531,'Booking #2026-07-000504',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2','{\"amount\":\"2747\",\"method\":\"Cash\"}','2026-07-28 09:21:27'),
(2923,'reservation.checked_in','Elizabeth Marcella checked in to Room 105 at 8:51 AM','reservation',531,'Booking #2026-07-000504',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:d443:62d:e0c3:82c2',NULL,'2026-07-28 09:21:34'),
(2924,'reservation.checked_out','Julius Orong checked out from Room 307 at 9:34 AM','reservation',497,'Booking #2026-07-000470',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 09:34:36'),
(2925,'reservation.created','Reservation created for Edgar Paz — Room 411, Jul 28 to Jul 29, 2026 (1N)','reservation',532,'Booking #2026-07-000505',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-28 11:09:14'),
(2926,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',532,'Booking #2026-07-000505',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-28 11:09:37'),
(2927,'reservation.checked_in','Edgar Paz checked in to Room 411 at 11:05 AM','reservation',532,'Booking #2026-07-000505',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 11:09:42'),
(2928,'reservation.checked_out','JEY AR ELCANO checked out from Room 403 at 11:37 AM','reservation',521,'Booking #2026-07-000494',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 11:37:35'),
(2929,'reservation.checked_out','MARJORIE CONSON checked out from Room 401 at 11:52 AM','reservation',528,'Booking #2026-07-000501',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 11:52:26'),
(2930,'reservation.extended','Stay extended: check-out moved from Jul 28, 2026 to Jul 29, 2026 (2 nights total, new total ₱1,398.00)','reservation',467,'Booking #2026-07-000440',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 12:10:33'),
(2931,'reservation.payment_added','Payment of ₱699.00 recorded via GCash (Ref: 5210764355136)','reservation',467,'Booking #2026-07-000440',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"699\",\"method\":\"GCash\"}','2026-07-28 12:11:15'),
(2932,'reservation.extended','Stay extended: check-out moved from Jul 28, 2026 to Jul 29, 2026 (2 nights total, new total ₱1,398.00)','reservation',523,'Booking #2026-07-000496',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 12:12:25'),
(2933,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',523,'Booking #2026-07-000496',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-28 12:12:33'),
(2934,'reservation.extended','Stay extended: check-out moved from Jul 28, 2026 to Jul 29, 2026 (3 nights total, new total ₱2,547.00)','reservation',503,'Booking #2026-07-000476',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 12:14:36'),
(2935,'reservation.checked_out','HARLOW DAGOOC checked out from Room 410 at 12:16 PM','reservation',526,'Booking #2026-07-000499',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 12:16:54'),
(2936,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',503,'Booking #2026-07-000476',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-28 12:19:56'),
(2937,'reservation.checked_out','Scott Henry Arinos checked out from Room 110 at 12:57 PM','reservation',496,'Booking #2026-07-000469',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 13:04:42'),
(2938,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 13:05:14'),
(2939,'room.clean','Room 110 marked clean and ready for sale','room',NULL,'Room 110',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 13:05:25'),
(2940,'reservation.created','Reservation created for Judith Duran — Room 408, Jul 28 to Jul 29, 2026 (1N)','reservation',533,'Booking #2026-07-000506',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":719.200000000000045474735088646411895751953125,\"source\":\"Agoda\"}','2026-07-28 13:06:04'),
(2941,'reservation.payment_added','Payment of ₱719.20 recorded via Agoda Settlement','reservation',533,'Booking #2026-07-000506',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"719.20\",\"method\":\"Agoda Settlement\"}','2026-07-28 13:06:17'),
(2942,'reservation.checked_in','Judith Duran checked in to Room 408 at 1:01 PM','reservation',533,'Booking #2026-07-000506',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 13:06:29'),
(2943,'reservation.room_transferred','Room transferred: 105 → 110 — Guest Request','reservation',531,'Booking #2026-07-000504',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"from\":\"105\",\"to\":\"110\",\"reason\":\"Guest Request\"}','2026-07-28 13:07:03'),
(2944,'shift.closed','Mark Anthony Estrada closed a Morning shift (duration: 6h 50m)','shift',94,'Shift #94',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 13:21:00'),
(2945,'shift.opened','Veberly Tabuñar opened a Afternoon shift','shift',95,'Shift #95',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 14:02:42'),
(2946,'reservation.checked_out','ALLAN YAP checked out from Room 201 at 12:00 PM','reservation',485,'Booking #2026-07-000458',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 14:02:55'),
(2947,'reservation.payment_added','Payment of ₱200.00 recorded via Cash','reservation',510,'Booking #2026-07-000483',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"200\",\"method\":\"Cash\"}','2026-07-28 19:33:13'),
(2948,'reservation.checked_out','RICA CALEJESAN checked out from Room 107 at 2:21 PM','reservation',510,'Booking #2026-07-000483',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:33:38'),
(2949,'reservation.extended','Stay extended: check-out moved from Jul 28, 2026 to Jul 29, 2026 (2 nights total, new total ₱1,348.20)','reservation',522,'Booking #2026-07-000495',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:36:05'),
(2950,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',522,'Booking #2026-07-000495',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-28 19:37:09'),
(2951,'room.out_of_order','Room 105 marked out of order','room',NULL,'Room 105',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:30'),
(2952,'room.clean','Room 107 marked clean and ready for sale','room',NULL,'Room 107',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:34'),
(2953,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:38'),
(2954,'room.clean','Room 203 marked clean and ready for sale','room',NULL,'Room 203',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:43'),
(2955,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:47'),
(2956,'room.clean','Room 303 marked clean and ready for sale','room',NULL,'Room 303',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:50'),
(2957,'room.clean','Room 307 marked clean and ready for sale','room',NULL,'Room 307',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:54'),
(2958,'room.clean','Room 309 marked clean and ready for sale','room',NULL,'Room 309',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:39:58'),
(2959,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:40:02'),
(2960,'room.clean','Room 401 marked clean and ready for sale','room',NULL,'Room 401',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:40:06'),
(2961,'room.clean','Room 403 marked clean and ready for sale','room',NULL,'Room 403',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:40:09'),
(2962,'room.clean','Room 405 marked clean and ready for sale','room',NULL,'Room 405',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:40:13'),
(2963,'room.clean','Room 410 marked clean and ready for sale','room',NULL,'Room 410',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:40:16'),
(2964,'reservation.created','Reservation created for RENNBRAN JUVENTUD — Room 205, Jul 28 to Jul 29, 2026 (1N)','reservation',534,'Booking #2026-07-000507',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-28 19:47:03'),
(2965,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',534,'Booking #2026-07-000507',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-28 19:47:13'),
(2966,'reservation.checked_in','RENNBRAN JUVENTUD checked in to Room 205 at 1:53 PM','reservation',534,'Booking #2026-07-000507',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:48:17'),
(2967,'reservation.created','Reservation created for EDWIN OLAER — Room 407, Jul 28 to Aug 1, 2026 (4N)','reservation',535,'Booking #2026-07-000508',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":2997,\"source\":\"Agoda\"}','2026-07-28 19:49:49'),
(2968,'reservation.payment_added','Payment of ₱2,997.00 recorded via Agoda Settlement','reservation',535,'Booking #2026-07-000508',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"2997\",\"method\":\"Agoda Settlement\"}','2026-07-28 19:50:03'),
(2969,'reservation.checked_in','EDWIN OLAER checked in to Room 407 at 2:17 PM','reservation',535,'Booking #2026-07-000508',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 19:50:23'),
(2970,'reservation.created','Reservation created for CECILBERN BERNABE — Room 311, Jul 28 to Jul 29, 2026 (1N)','reservation',536,'Booking #2026-07-000509',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-28 19:53:05'),
(2971,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',536,'Booking #2026-07-000509',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-28 20:15:19'),
(2972,'reservation.checked_in','CECILBERN BERNABE checked in to Room 311 at 2:37 PM','reservation',536,'Booking #2026-07-000509',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 20:15:27'),
(2973,'website.maintenance_enabled','Website maintenance mode enabled','website',NULL,NULL,1,'System Administrator','49.149.109.66',NULL,'2026-07-28 20:18:06'),
(2974,'reservation.created','Reservation created for ZAMANTHA ELIZABETH TIMOG — Room 401, Jul 28 to Jul 29, 2026 (1N)','reservation',537,'Booking #2026-07-000510',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":1079.200000000000045474735088646411895751953125,\"source\":\"Walk-in\"}','2026-07-28 20:21:46'),
(2975,'reservation.payment_added','Payment of ₱1,079.20 recorded via Agoda Settlement','reservation',537,'Booking #2026-07-000510',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"1079.20\",\"method\":\"Agoda Settlement\"}','2026-07-28 20:22:02'),
(2976,'reservation.checked_in','ZAMANTHA ELIZABETH TIMOG checked in to Room 401 at 3:54 PM','reservation',537,'Booking #2026-07-000510',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 20:22:09'),
(2977,'reservation.created','Reservation created for JUNDY FORTEZA — Room 206, Jul 28 to Jul 29, 2026 (1N)','reservation',538,'Booking #2026-07-000511',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":849,\"source\":\"Walk-in\"}','2026-07-28 20:26:23'),
(2978,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',538,'Booking #2026-07-000511',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-28 20:29:40'),
(2979,'reservation.checked_in','JUNDY FORTEZA checked in to Room 206 at 5:11 PM','reservation',538,'Booking #2026-07-000511',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 20:30:01'),
(2980,'reservation.created','Reservation created for CJ AWA — Room 210, Jul 28 to Jul 29, 2026 (1N)','reservation',539,'Booking #2026-07-000512',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":561.75,\"source\":\"Walk-in\"}','2026-07-28 20:31:46'),
(2981,'reservation.payment_added','Payment of ₱561.75 recorded via Agoda Settlement','reservation',539,'Booking #2026-07-000512',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"561.75\",\"method\":\"Agoda Settlement\"}','2026-07-28 20:32:02'),
(2982,'reservation.checked_in','CJ AWA checked in to Room 210 at 5:18 PM','reservation',539,'Booking #2026-07-000512',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 20:32:19'),
(2983,'reservation.created','Reservation created for APRIL ROSE ONG — Room 303, Jul 28 to Jul 29, 2026 (1N)','reservation',540,'Booking #2026-07-000513',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-28 20:33:50'),
(2984,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',540,'Booking #2026-07-000513',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-28 20:33:58'),
(2985,'reservation.checked_in','APRIL ROSE ONG checked in to Room 303 at 6:49 PM','reservation',540,'Booking #2026-07-000513',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 20:34:06'),
(2986,'reservation.created','Reservation created for CYRUS BAGON — Room 203, Jul 28 to Jul 29, 2026 (1N)','reservation',541,'Booking #2026-07-000514',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":1649,\"source\":\"Walk-in\"}','2026-07-28 20:36:43'),
(2987,'reservation.payment_added','Payment of ₱1,649.00 recorded via Cash','reservation',541,'Booking #2026-07-000514',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"1649\",\"method\":\"Cash\"}','2026-07-28 20:36:53'),
(2988,'reservation.checked_in','CYRUS BAGON checked in to Room 203 at 7:20 PM','reservation',541,'Booking #2026-07-000514',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 20:37:09'),
(2989,'reservation.created','Reservation created for Allan Yap — Room 318, Jul 28 to Jul 29, 2026 (1N)','reservation',542,'Booking #2026-07-000515',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-28 20:41:40'),
(2990,'reservation.checked_in','Allan Yap checked in to Room 318 at 2:00 PM','reservation',542,'Booking #2026-07-000515',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 20:41:47'),
(2991,'shift.closed','Veberly Tabuñar closed a Afternoon shift (duration: 8h 50m)','shift',95,'Shift #95',7,'Veberly Tabuñar','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-28 22:53:39'),
(2992,'shift.opened','Resamie Reyes opened a Night shift','shift',96,'Shift #96',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 01:39:40'),
(2993,'reservation.payment_added','Payment of ₱987.00 recorded via GCash (Ref: 4043371388105)','reservation',542,'Booking #2026-07-000515',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"987\",\"method\":\"GCash\"}','2026-07-29 03:26:07'),
(2994,'reservation.created','Reservation created for Charles Ford Paraon — Room 310, Jul 29 to Jul 30, 2026 (1N)','reservation',543,'Booking #2026-07-000516',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":1086.75,\"source\":\"Agoda\"}','2026-07-29 03:31:40'),
(2995,'reservation.checked_in','Charles Ford Paraon checked in to Room 310 at 8:26 PM','reservation',543,'Booking #2026-07-000516',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:31:59'),
(2996,'reservation.payment_added','Payment of ₱1,086.75 recorded via Cash','reservation',543,'Booking #2026-07-000516',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"1086.75\",\"method\":\"Cash\"}','2026-07-29 03:32:16'),
(2997,'reservation.created','Reservation created for Kurt Kristian Pacanza — Room 201, Jul 29 to Jul 30, 2026 (1N)','reservation',544,'Booking #2026-07-000517',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-29 03:38:40'),
(2998,'reservation.payment_added','Payment of ₱899.00 recorded via Cash','reservation',544,'Booking #2026-07-000517',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"899\",\"method\":\"Cash\"}','2026-07-29 03:38:50'),
(2999,'reservation.checked_in','Kurt Kristian Pacanza checked in to Room 201 at 9:52 PM','reservation',544,'Booking #2026-07-000517',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:39:05'),
(3000,'reservation.updated','Reservation details updated — Kurt Kristian Pacanza, Room 201, Jul 28–Jul 29, 2026','reservation',544,'Booking #2026-07-000517',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:39:28'),
(3001,'reservation.updated','Reservation details updated — Charles Ford Paraon, Room 310, Jul 28–Jul 29, 2026','reservation',543,'Booking #2026-07-000516',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:39:54'),
(3002,'reservation.created','Reservation created for Cosme Carlo Lacang — Room 204, Jul 29 to Jul 30, 2026 (1N)','reservation',545,'Booking #2026-07-000518',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":699,\"source\":\"Walk-in\"}','2026-07-29 03:42:39'),
(3003,'reservation.updated','Reservation details updated — Cosme Carlo Lacang, Room 204, Jul 28–Jul 29, 2026','reservation',545,'Booking #2026-07-000518',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:42:57'),
(3004,'reservation.checked_in','Cosme Carlo Lacang checked in to Room 204 at 11:20 PM','reservation',545,'Booking #2026-07-000518',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:43:12'),
(3005,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',545,'Booking #2026-07-000518',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-29 03:44:11'),
(3006,'reservation.created','Reservation created for Olive Dumanig — Room 308, Jul 28 to Jul 29, 2026 (1N)','reservation',546,'Booking #2026-07-000519',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":749.25,\"source\":\"Agoda\"}','2026-07-29 03:47:03'),
(3007,'reservation.payment_added','Payment of ₱749.25 recorded via Agoda Settlement','reservation',546,'Booking #2026-07-000519',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"749.25\",\"method\":\"Agoda Settlement\"}','2026-07-29 03:47:38'),
(3008,'reservation.checked_in','Olive Dumanig checked in to Room 308 at 11:50 PM','reservation',546,'Booking #2026-07-000519',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:48:07'),
(3009,'reservation.undo_check_in','Check-in reversed — Charles Ford Paraon back to Confirmed, Room 310 released','reservation',543,'Booking #2026-07-000516',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:48:46'),
(3010,'reservation.deleted','Reservation soft-deleted (status was: confirmed)','reservation',543,'Booking #2026-07-000516',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:50:45'),
(3011,'reservation.created','Reservation created for Charles Ford Paraon — Room 310, Jul 28 to Jul 29, 2026 (1N)','reservation',547,'Booking #2026-07-000520',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":1086.75,\"source\":\"Agoda\"}','2026-07-29 03:52:06'),
(3012,'reservation.checked_in','Charles Ford Paraon checked in to Room 310 at 8:26 PM','reservation',547,'Booking #2026-07-000520',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 03:52:26'),
(3013,'reservation.payment_added','Payment of ₱1,086.75 recorded via GCash (Ref: 7043369461253)','reservation',547,'Booking #2026-07-000520',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"1086.75\",\"method\":\"GCash\"}','2026-07-29 03:56:41'),
(3014,'reservation.room_transferred','Room transferred: 308 → 314 — Guest Request','reservation',546,'Booking #2026-07-000519',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"from\":\"308\",\"to\":\"314\",\"reason\":\"Guest Request\"}','2026-07-29 03:57:26'),
(3015,'reservation.created','Reservation created for Alexander Ortiz — Room 211, Jul 29 to Jul 30, 2026 (1N)','reservation',548,'Booking #2026-07-000521',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"status\":\"confirmed\",\"amount\":549,\"source\":\"Walk-in\"}','2026-07-29 04:00:23'),
(3016,'reservation.payment_added','Payment of ₱549.00 recorded via Cash','reservation',548,'Booking #2026-07-000521',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8','{\"amount\":\"549\",\"method\":\"Cash\"}','2026-07-29 04:00:32'),
(3017,'reservation.updated','Reservation details updated — Alexander Ortiz, Room 211, Jul 28–Jul 29, 2026','reservation',548,'Booking #2026-07-000521',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 04:00:50'),
(3018,'reservation.checked_in','Alexander Ortiz checked in to Room 211 at 3:34 AM','reservation',548,'Booking #2026-07-000521',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 04:01:00'),
(3019,'room.available','Room 101 released as available','room',NULL,'Room 101',1,'System Administrator','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 04:07:19'),
(3020,'room.available','Room 214 released as available','room',NULL,'Room 214',1,'System Administrator','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 04:07:33'),
(3021,'room.clean','Room 308 marked clean and ready for sale','room',NULL,'Room 308',1,'System Administrator','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 04:07:57'),
(3022,'reservation.checked_out','Edgar Paz checked out from Room 411 at 2:50 PM','reservation',532,'Booking #2026-07-000505',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 04:37:01'),
(3023,'reservation.checked_out','Cosme Carlo Lacang checked out from Room 204 at 5:42 AM','reservation',545,'Booking #2026-07-000518',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 05:47:12'),
(3024,'reservation.checked_out','Kurt Kristian Pacanza checked out from Room 201 at 5:37 AM','reservation',544,'Booking #2026-07-000517',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 05:47:39'),
(3025,'reservation.checked_out','CECILBERN BERNABE checked out from Room 311 at 5:43 AM','reservation',536,'Booking #2026-07-000509',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 05:47:57'),
(3026,'reservation.checked_out','Judith Duran checked out from Room 408 at 5:49 AM','reservation',533,'Booking #2026-07-000506',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 05:50:03'),
(3027,'shift.closed','Resamie Reyes closed a Night shift (duration: 4h 24m)','shift',96,'Shift #96',6,'Resamie Reyes','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 06:04:31'),
(3028,'shift.opened','Mark Anthony Estrada opened a Morning shift','shift',97,'Shift #97',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:7dc6:fdcb:7d60:64d8',NULL,'2026-07-29 06:24:46'),
(3029,'reservation.checked_out','Charles Ford Paraon checked out from Room 310 at 7:10 AM','reservation',547,'Booking #2026-07-000520',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 07:10:36'),
(3030,'reservation.created','Reservation created for Cristobal Cenita — Room 406, Jul 29 to Jul 30, 2026 (1N)','reservation',549,'Booking #2026-07-000522',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"status\":\"confirmed\",\"amount\":1249,\"source\":\"Walk-in\"}','2026-07-29 07:21:08'),
(3031,'reservation.payment_added','Payment of ₱1,549.00 recorded via Cash','reservation',549,'Booking #2026-07-000522',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"1549\",\"method\":\"Cash\"}','2026-07-29 07:21:47'),
(3032,'reservation.checked_in','Cristobal Cenita checked in to Room 406 at 6:15 AM','reservation',549,'Booking #2026-07-000522',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 07:22:00'),
(3033,'reservation.checked_out','JUNDY FORTEZA checked out from Room 206 at 8:57 AM','reservation',538,'Booking #2026-07-000511',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 08:58:08'),
(3034,'room.clean','Room 204 marked clean and ready for sale','room',NULL,'Room 204',1,'System Administrator','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 09:50:33'),
(3035,'room.clean','Room 310 marked clean and ready for sale','room',NULL,'Room 310',1,'System Administrator','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 09:50:48'),
(3036,'room.clean','Room 311 marked clean and ready for sale','room',NULL,'Room 311',1,'System Administrator','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 09:50:53'),
(3037,'room.clean','Room 408 marked clean and ready for sale','room',NULL,'Room 408',1,'System Administrator','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 09:51:51'),
(3038,'room.clean','Room 201 marked clean and ready for sale','room',NULL,'Room 201',1,'System Administrator','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 09:52:23'),
(3039,'room.clean','Room 206 marked clean and ready for sale','room',NULL,'Room 206',1,'System Administrator','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 09:52:28'),
(3040,'room.clean','Room 411 marked clean and ready for sale','room',NULL,'Room 411',1,'System Administrator','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 09:52:33'),
(3041,'reservation.created','Reservation created for Daylyn Quinday — Room 201, Jul 29 to Jul 30, 2026 (1N)','reservation',550,'Booking #2026-07-000523',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"status\":\"confirmed\",\"amount\":899,\"source\":\"Walk-in\"}','2026-07-29 10:00:00'),
(3042,'reservation.payment_added','Payment of ₱1,199.00 recorded via Cash','reservation',550,'Booking #2026-07-000523',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"1199\",\"method\":\"Cash\"}','2026-07-29 10:00:29'),
(3043,'reservation.checked_in','Daylyn Quinday checked in to Room 201 at 7:58 AM','reservation',550,'Booking #2026-07-000523',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 10:00:38'),
(3044,'reservation.checked_out','CYRUS BAGON checked out from Room 203 at 10:04 AM','reservation',541,'Booking #2026-07-000514',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 10:04:30'),
(3045,'reservation.checked_out','CJ AWA checked out from Room 210 at 11:09 AM','reservation',539,'Booking #2026-07-000512',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:09:37'),
(3046,'reservation.extended','Stay extended: check-out moved from Jul 29, 2026 to Jul 30, 2026 (2 nights total, new total ₱1,398.00)','reservation',542,'Booking #2026-07-000515',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:10:31'),
(3047,'reservation.payment_added','Payment of ₱987.00 recorded via GCash (Ref: 4043383123024)','reservation',542,'Booking #2026-07-000515',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"987\",\"method\":\"GCash\"}','2026-07-29 11:11:04'),
(3048,'reservation.checked_out','GARY MERCADO checked out from Room 112 at 11:04 AM','reservation',508,'Booking #2026-07-000481',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:12:30'),
(3049,'reservation.checked_out','JOELIX NILLAMA checked out from Room 202 at 11:02 AM','reservation',523,'Booking #2026-07-000496',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:12:53'),
(3050,'reservation.checked_out','Philip Michael Mapa checked out from Room 104 at 11:24 AM','reservation',467,'Booking #2026-07-000440',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:24:10'),
(3051,'reservation.created','Reservation created for Philip Michael Mapa — Room 408, Jul 29 to Jul 30, 2026 (1N)','reservation',551,'Booking #2026-07-000524',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"status\":\"confirmed\",\"amount\":809.1000000000000227373675443232059478759765625,\"source\":\"Booking.com\"}','2026-07-29 11:24:51'),
(3052,'reservation.payment_added','Payment of ₱809.10 recorded via Booking.com Settlement','reservation',551,'Booking #2026-07-000524',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"809.10\",\"method\":\"Booking.com Settlement\"}','2026-07-29 11:25:16'),
(3053,'reservation.checked_in','Philip Michael Mapa checked in to Room 408 at 11:25 AM','reservation',551,'Booking #2026-07-000524',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:25:47'),
(3054,'reservation.extended','Stay extended: check-out moved from Jul 29, 2026 to Jul 30, 2026 (2 nights total, new total ₱1,398.00)','reservation',534,'Booking #2026-07-000507',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:26:18'),
(3055,'reservation.payment_added','Payment of ₱699.00 recorded via Cash','reservation',534,'Booking #2026-07-000507',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"699\",\"method\":\"Cash\"}','2026-07-29 11:26:31'),
(3056,'reservation.checked_out','Olive Dumanig checked out from Room 314 at 11:35 AM','reservation',546,'Booking #2026-07-000519',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:35:33'),
(3057,'reservation.created','Reservation created for Olive Dumanig — Room 311, Jul 29 to Jul 30, 2026 (1N)','reservation',552,'Booking #2026-07-000525',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"status\":\"confirmed\",\"amount\":674.25,\"source\":\"Agoda\"}','2026-07-29 11:36:05'),
(3058,'reservation.payment_added','Payment of ₱674.25 recorded via Agoda Settlement','reservation',552,'Booking #2026-07-000525',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"674.25\",\"method\":\"Agoda Settlement\"}','2026-07-29 11:36:25'),
(3059,'reservation.checked_in','Olive Dumanig checked in to Room 311 at 11:36 AM','reservation',552,'Booking #2026-07-000525',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:36:45'),
(3060,'reservation.extended','Stay extended: check-out moved from Jul 29, 2026 to Jul 30, 2026 (4 nights total, new total ₱3,396.00)','reservation',503,'Booking #2026-07-000476',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:40:57'),
(3061,'reservation.payment_added','Payment of ₱849.00 recorded via Cash','reservation',503,'Booking #2026-07-000476',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"849\",\"method\":\"Cash\"}','2026-07-29 11:41:10'),
(3062,'reservation.checked_out','VINCENT MAGALLANES checked out from Room 117 at 11:43 AM','reservation',522,'Booking #2026-07-000495',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:43:17'),
(3063,'reservation.checked_out','CHARLENE TACANG checked out from Room 103 at 11:46 AM','reservation',504,'Booking #2026-07-000477',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:46:25'),
(3064,'reservation.created','Reservation created for Charlene Tacang — Room 308, Jul 29 to Aug 3, 2026 (5N)','reservation',553,'Booking #2026-07-000526',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"status\":\"confirmed\",\"amount\":3996,\"source\":\"Agoda\"}','2026-07-29 11:48:34'),
(3065,'reservation.checked_in','Charlene Tacang checked in to Room 308 at 11:48 AM','reservation',553,'Booking #2026-07-000526',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd',NULL,'2026-07-29 11:48:39'),
(3066,'website.maintenance_disabled','Website maintenance mode disabled','website',NULL,NULL,1,'System Administrator','2001:4455:6d7:b00:40d9:a20:59d1:ef4e',NULL,'2026-07-29 11:49:14'),
(3067,'reservation.payment_added','Payment of ₱3,996.00 recorded via Agoda Settlement','reservation',553,'Booking #2026-07-000526',8,'Mark Anthony Estrada','2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','{\"amount\":\"3996\",\"method\":\"Agoda Settlement\"}','2026-07-29 11:49:18'),
(3068,'website.maintenance_enabled','Website maintenance mode enabled','website',NULL,NULL,1,'System Administrator','2001:4455:6d7:b00:40d9:a20:59d1:ef4e',NULL,'2026-07-29 11:49:45');
/*!40000 ALTER TABLE `activity_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `attractions`
--

DROP TABLE IF EXISTS `attractions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `attractions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `category` varchar(255) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `distance_label` varchar(255) DEFAULT NULL,
  `image_path` varchar(255) DEFAULT NULL,
  `map_url` varchar(255) DEFAULT NULL,
  `sort_order` int(11) NOT NULL DEFAULT 0,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `attractions`
--

LOCK TABLES `attractions` WRITE;
/*!40000 ALTER TABLE `attractions` DISABLE KEYS */;
/*!40000 ALTER TABLE `attractions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache`
--

DROP TABLE IF EXISTS `cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cache` (
  `key` varchar(255) NOT NULL,
  `value` mediumtext NOT NULL,
  `expiration` bigint(20) NOT NULL,
  PRIMARY KEY (`key`),
  KEY `cache_expiration_index` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache`
--

LOCK TABLES `cache` WRITE;
/*!40000 ALTER TABLE `cache` DISABLE KEYS */;
INSERT INTO `cache` VALUES
('pvh-cdo-cache-00f51085c69b2bc3d83f67d3750f97c9','i:1;',1785269282),
('pvh-cdo-cache-00f51085c69b2bc3d83f67d3750f97c9:timer','i:1785269282;',1785269282),
('pvh-cdo-cache-17b84fca3af5297b908ca95472ee7989','i:1;',1785260422),
('pvh-cdo-cache-17b84fca3af5297b908ca95472ee7989:timer','i:1785260422;',1785260422),
('pvh-cdo-cache-264d3bf75997feb9f773128c8f3396aa','i:1;',1785278469),
('pvh-cdo-cache-264d3bf75997feb9f773128c8f3396aa:timer','i:1785278469;',1785278469),
('pvh-cdo-cache-3847ad75b4af6d4e4e41025c784608da','i:1;',1785296584),
('pvh-cdo-cache-3847ad75b4af6d4e4e41025c784608da:timer','i:1785296584;',1785296584),
('pvh-cdo-cache-79bd93a29efc09d635dd522e8f8d6e96','i:2;',1785289833),
('pvh-cdo-cache-79bd93a29efc09d635dd522e8f8d6e96:timer','i:1785289833;',1785289833),
('pvh-cdo-cache-7d74126f8270ee060aaec5116850193c','i:1;',1785277534),
('pvh-cdo-cache-7d74126f8270ee060aaec5116850193c:timer','i:1785277534;',1785277534),
('pvh-cdo-cache-abe00b056403859071c3097f9143db1a','i:1;',1785289833),
('pvh-cdo-cache-abe00b056403859071c3097f9143db1a:timer','i:1785289833;',1785289833),
('pvh-cdo-cache-arrivals_today_2026-07-28','i:0;',1785250706),
('pvh-cdo-cache-arrivals_today_2026-07-29','i:0;',1785297358),
('pvh-cdo-cache-b05c355a1f6c1c14e9961b7cf101b6f3','i:1;',1785289871),
('pvh-cdo-cache-b05c355a1f6c1c14e9961b7cf101b6f3:timer','i:1785289871;',1785289871),
('pvh-cdo-cache-c006155bb48ae04fb2aac559b2e408cf','i:1;',1785277534),
('pvh-cdo-cache-c006155bb48ae04fb2aac559b2e408cf:timer','i:1785277534;',1785277534),
('pvh-cdo-cache-db83ca331562fb4c62da5e372dbf3a57','i:1;',1785296584),
('pvh-cdo-cache-db83ca331562fb4c62da5e372dbf3a57:timer','i:1785296584;',1785296584),
('pvh-cdo-cache-df009644cca1481923cbf254ab3f4215','i:1;',1785240925),
('pvh-cdo-cache-df009644cca1481923cbf254ab3f4215:timer','i:1785240925;',1785240925),
('pvh-cdo-cache-ed2b615a1260a84e5402f99a86f9b8a4','i:1;',1785240925),
('pvh-cdo-cache-ed2b615a1260a84e5402f99a86f9b8a4:timer','i:1785240925;',1785240925),
('pvh-cdo-cache-rooms_count','i:63;',1785298155),
('pvh-cdo-cache-settings_all','a:24:{s:13:\"property_name\";s:18:\"Parkview Hotel CDO\";s:16:\"property_tagline\";s:31:\"Premier Hotel in Cagayan de Oro\";s:16:\"property_address\";s:32:\"J.R. Borja St., Cor. Tiano Bros.\";s:13:\"property_city\";s:19:\"Cagayan de Oro City\";s:17:\"property_province\";s:16:\"Misamis Oriental\";s:12:\"property_zip\";s:4:\"9000\";s:16:\"property_country\";s:11:\"Philippines\";s:14:\"property_phone\";s:15:\"+63 88 123 4567\";s:14:\"property_email\";s:33:\"reservations@parkviewhotelcdo.com\";s:16:\"property_website\";s:24:\"www.parkviewhotelcdo.com\";s:12:\"checkin_time\";s:5:\"14:00\";s:13:\"checkout_time\";s:5:\"12:00\";s:17:\"early_checkin_fee\";s:3:\"500\";s:17:\"late_checkout_fee\";s:3:\"500\";s:24:\"max_advance_booking_days\";s:3:\"365\";s:8:\"vat_rate\";s:2:\"12\";s:14:\"service_charge\";s:1:\"0\";s:13:\"tax_inclusive\";s:1:\"0\";s:19:\"bir_registered_name\";s:26:\"Parkview Hotel Corporation\";s:3:\"tin\";s:15:\"123-456-789-000\";s:9:\"or_prefix\";s:2:\"PH\";s:14:\"receipt_footer\";s:82:\"Thank you for choosing Parkview Hotel CDO. We look forward to welcoming you again.\";s:15:\"payment_methods\";s:118:\"[\"Cash\",\"GCash\",\"Maya\",\"Credit Card\",\"Debit Card\",\"Bank Transfer\",\"Check\",\"Agoda Settlement\",\"Booking.com Settlement\"]\";s:19:\"website_maintenance\";s:1:\"1\";}',2100656985);
/*!40000 ALTER TABLE `cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `cache_locks`
--

DROP TABLE IF EXISTS `cache_locks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `cache_locks` (
  `key` varchar(255) NOT NULL,
  `owner` varchar(255) NOT NULL,
  `expiration` bigint(20) NOT NULL,
  PRIMARY KEY (`key`),
  KEY `cache_locks_expiration_index` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `cache_locks`
--

LOCK TABLES `cache_locks` WRITE;
/*!40000 ALTER TABLE `cache_locks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cache_locks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `channel_configs`
--

DROP TABLE IF EXISTS `channel_configs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `channel_configs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `source` varchar(255) NOT NULL,
  `rate_plan_id` bigint(20) unsigned DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `notes` varchar(200) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `channel_configs_source_unique` (`source`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `channel_configs`
--

LOCK TABLES `channel_configs` WRITE;
/*!40000 ALTER TABLE `channel_configs` DISABLE KEYS */;
INSERT INTO `channel_configs` VALUES
(1,'Walk-in',NULL,1,'Direct walk-in guests; rack rate applies.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(2,'Direct (Phone)',NULL,1,'Phone / email direct bookings.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(3,'Website',1,1,'Hotel website bookings; advance purchase rate.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(4,'Booking.com',1,1,'OTA — commission ~15%. Advance purchase rate.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(5,'Agoda',1,1,'OTA — commission ~12%. Advance purchase rate.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(6,'Airbnb',NULL,1,'OTA — service fee model, no fixed commission.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(7,'Expedia',1,1,'OTA — commission ~15%. Advance purchase rate.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(8,'Travel Agent',4,1,'B2B travel agents; group rate applies.','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(9,'Corporate',5,1,'Contracted corporate accounts.','2026-06-17 23:03:36','2026-06-17 23:03:36');
/*!40000 ALTER TABLE `channel_configs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `failed_jobs`
--

DROP TABLE IF EXISTS `failed_jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `failed_jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) NOT NULL,
  `connection` varchar(255) NOT NULL,
  `queue` varchar(255) NOT NULL,
  `payload` longtext NOT NULL,
  `exception` longtext NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`),
  KEY `failed_jobs_connection_queue_failed_at_index` (`connection`,`queue`,`failed_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `failed_jobs`
--

LOCK TABLES `failed_jobs` WRITE;
/*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `failed_jobs` 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` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `question` varchar(255) NOT NULL,
  `answer` text NOT NULL,
  `category` varchar(255) DEFAULT NULL,
  `sort_order` int(11) NOT NULL DEFAULT 0,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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 `folio_charges`
--

DROP TABLE IF EXISTS `folio_charges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `folio_charges` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `reservation_id` bigint(20) unsigned NOT NULL,
  `pos_transaction_id` bigint(20) unsigned DEFAULT NULL,
  `description` varchar(255) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `quantity` smallint(5) unsigned NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL DEFAULT 'other',
  `charge_date` date NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `folio_charges_reservation_id_index` (`reservation_id`),
  KEY `folio_charges_pos_transaction_id_foreign` (`pos_transaction_id`),
  CONSTRAINT `folio_charges_pos_transaction_id_foreign` FOREIGN KEY (`pos_transaction_id`) REFERENCES `pos_transactions` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=127 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `folio_charges`
--

LOCK TABLES `folio_charges` WRITE;
/*!40000 ALTER TABLE `folio_charges` DISABLE KEYS */;
INSERT INTO `folio_charges` VALUES
(1,1,NULL,'Coffee (Hot)',65.00,2,'food_beverage','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(2,1,NULL,'Breakfast Set A',250.00,2,'food_beverage','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(3,1,NULL,'Bottled Water (500ml)',25.00,2,'food_beverage','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(4,1,NULL,'Beer – San Miguel Pale',85.00,3,'minibar','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(5,1,NULL,'Pringles Original',120.00,2,'minibar','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(6,1,NULL,'Nuts & Crackers',75.00,1,'minibar','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(7,34,NULL,'T-Shirt / Polo',35.00,4,'laundry','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(8,34,NULL,'Pants / Jeans',50.00,2,'laundry','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(9,34,NULL,'Dress / Blouse',45.00,2,'laundry','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(10,34,NULL,'Underwear / Socks',20.00,3,'laundry','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(11,2,NULL,'Lunch Set',350.00,1,'food_beverage','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(12,2,NULL,'Rice (per serving)',30.00,2,'food_beverage','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(13,2,NULL,'Orange Juice',85.00,1,'food_beverage','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(14,2,NULL,'Softdrinks (Regular)',45.00,2,'food_beverage','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(15,2,NULL,'Internet Day Pass',100.00,1,'other','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(16,2,NULL,'Printing (per page)',5.00,8,'other','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(17,4,NULL,'Dinner Set',450.00,2,'food_beverage','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(18,4,NULL,'Rice (per serving)',30.00,3,'food_beverage','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(19,4,NULL,'Hot Chocolate',75.00,2,'food_beverage','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(20,27,NULL,'Filipino Breakfast Set',280.00,1,'food_beverage','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(21,27,NULL,'Coffee (Hot)',65.00,2,'food_beverage','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(22,27,NULL,'Toast & Butter',75.00,1,'food_beverage','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(23,27,NULL,'Orange Juice',85.00,1,'food_beverage','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(24,28,NULL,'Bedsheet Set',120.00,1,'laundry','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(25,28,NULL,'T-Shirt / Polo',35.00,3,'laundry','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(26,28,NULL,'Pants / Jeans',50.00,2,'laundry','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(27,29,NULL,'Extra Pillow',100.00,2,'other','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(28,29,NULL,'Extra Blanket',150.00,1,'other','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(29,29,NULL,'Baby Cot',300.00,1,'other','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(30,30,NULL,'Beer – San Miguel Light',90.00,2,'minibar','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(31,30,NULL,'Pringles Original',120.00,1,'minibar','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(32,30,NULL,'Snickers Bar',55.00,3,'minibar','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(33,30,NULL,'Bottled Water (500ml)',25.00,4,'food_beverage','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(34,47,NULL,'Extra Foam',200.00,1,'other','2026-06-18','2026-06-18 13:43:05','2026-06-18 13:43:45','2026-06-18 13:43:45'),
(35,47,NULL,'Extra Foam',200.00,1,'other','2026-06-19','2026-06-18 13:44:24','2026-06-18 13:44:24',NULL),
(36,47,21,'Bottled Water (500ml)',25.00,1,'food_beverage','2026-06-18','2026-06-18 13:48:47','2026-06-18 13:48:47',NULL),
(37,47,21,'Coffee (Hot)',65.00,1,'food_beverage','2026-06-18','2026-06-18 13:48:47','2026-06-18 13:48:47',NULL),
(38,47,21,'Filipino Breakfast Set',280.00,1,'food_beverage','2026-06-18','2026-06-18 13:48:47','2026-06-18 13:48:47',NULL),
(39,47,21,'Hot Chocolate',75.00,1,'food_beverage','2026-06-18','2026-06-18 13:48:47','2026-06-18 13:48:47',NULL),
(40,47,21,'Rice (per serving)',30.00,1,'food_beverage','2026-06-18','2026-06-18 13:48:47','2026-06-18 13:48:47',NULL),
(41,118,NULL,'Extra Foam',400.00,2,'other','2026-06-30','2026-07-01 01:09:48','2026-07-01 01:09:48',NULL),
(42,136,NULL,'Extra Pillow for 14 Nights',840.00,14,'other','2026-07-01','2026-07-01 20:13:30','2026-07-01 20:13:30',NULL),
(43,154,NULL,'Early Check-in',300.00,1,'other','2026-07-01','2026-07-01 22:55:16','2026-07-02 04:31:32','2026-07-02 04:31:32'),
(44,156,NULL,'Extra Foam',200.00,1,'other','2026-07-01','2026-07-02 00:04:37','2026-07-02 00:04:37',NULL),
(45,154,NULL,'Early Check-In',400.00,1,'other','2026-07-02','2026-07-02 04:32:24','2026-07-02 04:32:24',NULL),
(46,157,NULL,'Room Upgrade',769.80,1,'other','2026-07-02','2026-07-02 18:29:38','2026-07-02 18:30:08','2026-07-02 18:30:08'),
(47,157,NULL,'Room Upgrade',762.25,1,'other','2026-07-02','2026-07-02 18:31:29','2026-07-02 18:31:29',NULL),
(48,159,NULL,'Early Check-in',200.00,1,'other','2026-07-02','2026-07-02 19:28:16','2026-07-02 19:28:16',NULL),
(49,173,NULL,'Room Upgrade',762.25,1,'other','2026-07-02','2026-07-02 22:34:56','2026-07-02 22:34:56',NULL),
(50,174,NULL,'Extra Foam',200.00,1,'other','2026-07-02','2026-07-02 22:41:37','2026-07-02 22:41:37',NULL),
(51,196,NULL,'Exttra Foam',200.00,1,'other','2026-07-03','2026-07-04 00:44:51','2026-07-04 00:44:51',NULL),
(52,212,NULL,'Early Check-in',200.00,1,'other','2026-07-06','2026-07-06 08:24:21','2026-07-06 08:24:21',NULL),
(53,214,NULL,'Early Check-in',150.00,1,'other','2026-07-06','2026-07-06 10:25:14','2026-07-06 10:25:14',NULL),
(54,205,NULL,'EXCESS TIME',400.00,1,'other','2026-07-06','2026-07-06 16:39:29','2026-07-06 16:39:29',NULL),
(55,140,NULL,'EXCESS TIME',300.00,1,'other','2026-07-06','2026-07-06 19:55:28','2026-07-06 19:55:28',NULL),
(56,235,NULL,'Early Check-in',50.00,1,'other','2026-07-07','2026-07-07 11:30:28','2026-07-07 11:30:28',NULL),
(57,263,NULL,'VAT 12%',288.00,1,'other','2026-07-09','2026-07-09 07:45:51','2026-07-09 07:45:51',NULL),
(58,213,NULL,'VAT 12%',432.00,1,'other','2026-07-09','2026-07-09 08:51:02','2026-07-09 08:51:02',NULL),
(59,233,NULL,'Early Check-in',200.00,1,'other','2026-07-09','2026-07-09 08:55:57','2026-07-09 08:55:57',NULL),
(60,281,NULL,'EXTRA PERSON',300.00,2,'other','2026-07-09','2026-07-09 22:42:03','2026-07-09 22:42:03',NULL),
(61,286,NULL,'Early Check-in',100.00,1,'other','2026-07-10','2026-07-10 10:07:53','2026-07-10 10:07:53',NULL),
(62,286,NULL,'Room Upgrade',200.00,1,'other','2026-07-10','2026-07-10 10:13:00','2026-07-10 10:13:00',NULL),
(63,277,NULL,'Excess Time',100.00,1,'other','2026-07-10','2026-07-10 13:01:24','2026-07-10 13:01:24',NULL),
(64,284,NULL,'Excess Time',100.00,1,'other','2026-07-10','2026-07-10 13:02:53','2026-07-10 13:02:53',NULL),
(65,240,NULL,'Balance Payment Extend for July 6-7',699.00,1,'other','2026-07-10','2026-07-10 19:45:01','2026-07-10 19:45:35','2026-07-10 19:45:35'),
(66,240,NULL,'Balance Payment Extend for July 6-7',699.00,1,'other','2026-07-10','2026-07-10 19:46:44','2026-07-10 19:47:09','2026-07-10 19:47:09'),
(67,307,NULL,'EXTRA PERSON',300.00,1,'other','2026-07-11','2026-07-11 20:34:26','2026-07-11 21:30:38','2026-07-11 21:30:38'),
(68,307,NULL,'EXTRA PERSON , EXTRA FOAM',450.00,1,'other','2026-07-11','2026-07-11 21:31:07','2026-07-11 21:31:37','2026-07-11 21:31:37'),
(69,307,NULL,'EXTRA PERSON , EXTRA FOAM',350.00,1,'other','2026-07-11','2026-07-11 21:32:01','2026-07-11 21:32:01',NULL),
(70,309,NULL,'Extra Foam',200.00,1,'other','2026-07-11','2026-07-11 23:44:14','2026-07-11 23:44:14',NULL),
(71,325,NULL,'Early Check-in',50.00,1,'other','2026-07-13','2026-07-13 12:17:43','2026-07-13 12:18:03','2026-07-13 12:18:03'),
(72,325,NULL,'Early Check-in',200.00,1,'other','2026-07-13','2026-07-13 12:18:38','2026-07-13 12:18:38',NULL),
(73,326,NULL,'Early Check-in',50.00,1,'other','2026-07-13','2026-07-13 13:01:42','2026-07-13 13:01:42',NULL),
(74,327,NULL,'Room Upgrade',1199.20,1,'other','2026-07-13','2026-07-13 15:06:42','2026-07-14 06:12:41','2026-07-14 06:12:41'),
(75,333,NULL,'Extra Foam',200.00,1,'other','2026-07-13','2026-07-13 17:25:33','2026-07-13 17:25:33',NULL),
(76,308,NULL,'Balance Payment Extend for July 10-11',699.00,1,'other','2026-07-13','2026-07-13 18:13:51','2026-07-20 15:31:45','2026-07-20 15:31:45'),
(77,327,NULL,'Room Upgrade',1167.48,1,'other','2026-07-14','2026-07-14 06:13:05','2026-07-14 06:16:14','2026-07-14 06:16:14'),
(78,327,NULL,'Room Upgrade',1575.20,1,'other','2026-07-14','2026-07-14 06:16:46','2026-07-18 01:37:18','2026-07-18 01:37:18'),
(79,333,NULL,'Extra Foam',200.00,1,'other','2026-07-14','2026-07-14 19:04:05','2026-07-14 19:04:05',NULL),
(80,347,NULL,'Room Upgrade',337.25,1,'other','2026-07-15','2026-07-15 05:30:10','2026-07-15 05:30:10',NULL),
(81,333,NULL,'Extra Foam',200.00,1,'other','2026-07-15','2026-07-15 18:47:57','2026-07-15 18:47:57',NULL),
(82,360,NULL,'Early Check-in',50.00,1,'other','2026-07-16','2026-07-16 12:49:57','2026-07-16 12:49:57',NULL),
(83,361,NULL,'Early Check-in',50.00,1,'other','2026-07-16','2026-07-16 12:52:41','2026-07-16 12:52:41',NULL),
(84,333,NULL,'Extra Foam',200.00,1,'other','2026-07-16','2026-07-16 13:04:47','2026-07-16 13:04:47',NULL),
(85,355,NULL,'Excess Time',100.00,1,'other','2026-07-16','2026-07-16 15:25:16','2026-07-16 15:25:16',NULL),
(86,363,NULL,'Extra Foam',400.00,1,'other','2026-07-16','2026-07-16 15:29:17','2026-07-16 15:29:17',NULL),
(87,363,NULL,'Extra Foam',400.00,1,'other','2026-07-16','2026-07-16 15:29:20','2026-07-17 12:08:38','2026-07-17 12:08:38'),
(88,356,NULL,'Room Massage Fee',150.00,1,'other','2026-07-16','2026-07-17 04:58:00','2026-07-17 04:58:00',NULL),
(89,386,NULL,'Extra Foam',200.00,1,'other','2026-07-17','2026-07-17 20:03:30','2026-07-17 20:03:30',NULL),
(90,380,NULL,'Iron Charge',100.00,1,'other','2026-07-17','2026-07-17 20:33:57','2026-07-17 20:33:57',NULL),
(91,391,NULL,'Extra Person',150.00,1,'other','2026-07-18','2026-07-18 03:06:38','2026-07-18 03:06:38',NULL),
(92,308,NULL,'BALANCE',699.00,1,'other','2026-07-18','2026-07-18 20:18:35','2026-07-18 20:18:35',NULL),
(93,406,NULL,'Extra Foam',200.00,1,'other','2026-07-18','2026-07-18 21:20:37','2026-07-18 21:20:37',NULL),
(94,410,NULL,'Extra Foam',200.00,1,'other','2026-07-19','2026-07-19 03:12:25','2026-07-19 03:12:25',NULL),
(95,344,NULL,'VAT 12%',1720.00,1,'other','2026-07-20','2026-07-20 06:53:23','2026-07-20 06:54:24','2026-07-20 06:54:24'),
(96,344,NULL,'VAT 12%',1728.00,1,'other','2026-07-20','2026-07-20 06:54:36','2026-07-20 06:54:36',NULL),
(97,402,NULL,'Balance',200.00,1,'other','2026-07-20','2026-07-20 08:35:14','2026-07-20 08:35:14',NULL),
(98,442,NULL,'Early Check-In',200.00,1,'other','2026-07-21','2026-07-21 08:42:32','2026-07-21 08:42:32',NULL),
(99,443,NULL,'Early Check-in',200.00,1,'other','2026-07-21','2026-07-21 08:52:12','2026-07-21 08:52:12',NULL),
(100,449,NULL,'VAT 12%',288.00,1,'other','2026-07-22','2026-07-22 12:58:14','2026-07-22 12:58:14',NULL),
(101,458,NULL,'Early Check-in',150.00,1,'other','2026-07-22','2026-07-22 13:50:50','2026-07-22 13:50:50',NULL),
(102,466,NULL,'Early Check-in',100.00,1,'other','2026-07-23','2026-07-23 12:15:30','2026-07-23 12:15:30',NULL),
(103,475,NULL,'Extra Person',150.00,1,'other','2026-07-23','2026-07-23 23:11:35','2026-07-23 23:11:35',NULL),
(104,477,NULL,'Extra Foam',400.00,2,'other','2026-07-24','2026-07-24 00:28:39','2026-07-24 00:28:39',NULL),
(105,479,NULL,'Early Check-in',150.00,1,'other','2026-07-24','2026-07-24 11:38:32','2026-07-24 11:38:32',NULL),
(106,484,NULL,'Extra Person',150.00,1,'other','2026-07-24','2026-07-24 20:36:02','2026-07-24 20:36:02',NULL),
(107,491,NULL,'Extra Person',150.00,1,'other','2026-07-25','2026-07-25 02:45:33','2026-07-25 02:45:33',NULL),
(108,489,NULL,'Excess Time',300.00,3,'other','2026-07-25','2026-07-25 14:52:17','2026-07-25 14:52:17',NULL),
(109,484,NULL,'Extra Person',150.00,1,'other','2026-07-25','2026-07-25 15:20:47','2026-07-25 15:20:47',NULL),
(110,499,NULL,'VAT 12%',2592.00,1,'other','2026-07-25','2026-07-25 22:25:58','2026-07-25 22:25:58',NULL),
(111,500,NULL,'Room Upgrade',150.00,1,'other','2026-07-25','2026-07-25 22:33:29','2026-07-25 22:33:29',NULL),
(112,502,NULL,'Extra Foam',200.00,1,'other','2026-07-26','2026-07-26 05:35:30','2026-07-26 05:35:30',NULL),
(113,504,NULL,'Early Check-in',150.00,1,'other','2026-07-26','2026-07-26 09:11:16','2026-07-26 09:11:16',NULL),
(114,517,NULL,'Extra Person',150.00,1,'other','2026-07-27','2026-07-27 11:11:06','2026-07-27 11:11:06',NULL),
(115,517,NULL,'Room Upgrade',299.80,1,'other','2026-07-27','2026-07-27 11:11:28','2026-07-27 11:11:28',NULL),
(116,517,NULL,'Flat Iron Charge',100.00,1,'other','2026-07-27','2026-07-27 11:12:46','2026-07-27 11:12:46',NULL),
(117,519,NULL,'Early Check-in',300.00,1,'other','2026-07-27','2026-07-27 11:34:10','2026-07-27 11:34:10',NULL),
(118,485,NULL,'VAT 12%',1152.00,1,'other','2026-07-28','2026-07-28 08:17:53','2026-07-28 08:17:53',NULL),
(119,531,NULL,'Early Check-in',200.00,1,'other','2026-07-28','2026-07-28 09:21:16','2026-07-28 09:21:16',NULL),
(120,532,NULL,'Early Check-in',50.00,1,'other','2026-07-28','2026-07-28 11:09:27','2026-07-28 11:09:27',NULL),
(121,503,NULL,'Early Check-in (July 26, 2026 - Reported by Erika)',300.00,1,'other','2026-07-28','2026-07-28 12:19:38','2026-07-28 12:19:38',NULL),
(122,510,NULL,'Excess Time',200.00,1,'other','2026-07-28','2026-07-28 19:32:58','2026-07-28 19:32:58',NULL),
(123,542,NULL,'VAT 12%',288.00,1,'other','2026-07-28','2026-07-28 20:42:07','2026-07-28 20:42:07',NULL),
(124,549,NULL,'Early Check-in',300.00,1,'other','2026-07-29','2026-07-29 07:21:30','2026-07-29 07:21:30',NULL),
(125,550,NULL,'Early Check-in',300.00,1,'other','2026-07-29','2026-07-29 10:00:18','2026-07-29 10:00:18',NULL),
(126,542,NULL,'VAT 12%',288.00,1,'other','2026-07-29','2026-07-29 11:10:17','2026-07-29 11:10:17',NULL);
/*!40000 ALTER TABLE `folio_charges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `guest_reminders`
--

DROP TABLE IF EXISTS `guest_reminders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `guest_reminders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `reservation_id` bigint(20) unsigned NOT NULL,
  `remind_at` datetime NOT NULL,
  `type` varchar(255) NOT NULL,
  `notes` text DEFAULT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'pending',
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `completed_at` datetime DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `guest_reminders_reservation_id_foreign` (`reservation_id`),
  KEY `guest_reminders_created_by_foreign` (`created_by`),
  CONSTRAINT `guest_reminders_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `guest_reminders_reservation_id_foreign` FOREIGN KEY (`reservation_id`) REFERENCES `reservations` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `guest_reminders`
--

LOCK TABLES `guest_reminders` WRITE;
/*!40000 ALTER TABLE `guest_reminders` DISABLE KEYS */;
INSERT INTO `guest_reminders` VALUES
(1,42,'2026-06-18 12:04:00','Wake-up Call','Call Cab','done',1,'2026-06-18 15:43:34','2026-06-18 12:05:10','2026-06-18 15:43:34'),
(2,235,'2026-07-11 06:00:00','Checkout Reminder','Borrow Adapter','done',6,'2026-07-11 13:23:28','2026-07-08 05:54:45','2026-07-11 13:23:28');
/*!40000 ALTER TABLE `guest_reminders` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `guests`
--

DROP TABLE IF EXISTS `guests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `guests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `date_of_birth` date DEFAULT NULL,
  `nationality` varchar(255) NOT NULL DEFAULT 'Filipino',
  `id_type` varchar(255) DEFAULT NULL,
  `id_number` varchar(255) DEFAULT NULL,
  `id_image` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `city` varchar(255) DEFAULT NULL,
  `province` varchar(255) DEFAULT NULL,
  `country` varchar(255) NOT NULL DEFAULT 'Philippines',
  `company` varchar(255) DEFAULT NULL,
  `vip` tinyint(1) NOT NULL DEFAULT 0,
  `blacklisted` tinyint(1) NOT NULL DEFAULT 0,
  `notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=450 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `guests`
--

LOCK TABLES `guests` WRITE;
/*!40000 ALTER TABLE `guests` DISABLE KEYS */;
INSERT INTO `guests` VALUES
(1,'Maria','Santos','maria.santos@gmail.com','+63 917 123 4567',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(2,'Juan','dela Cruz','jdelacruz@yahoo.com','+63 918 234 5678',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(3,'Anna','Reyes','anna.reyes@email.com','+63 919 345 6789',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(4,'Robert','Chen','rchen@business.ph','+63 920 456 7890',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(5,'Jennifer','Lim','jlim@corp.com','+63 921 567 8901',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(6,'Michael','Tan','mtan@gmail.com','+63 922 678 9012',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(7,'Patricia','Aquino','paquino@email.ph','+63 923 789 0123',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(8,'David','Wong','dwong@hk.com','+852 9123 4567',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(9,'Sarah','Magno','smagno@gmail.com','+63 924 890 1234',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(10,'Jose','Mercado','jose.mercado@corp.ph','+63 925 901 2345',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(11,'Luz','Bautista','luz.b@email.com','+63 926 012 3456',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(12,'Kristopher','Dela Rosa','kdelarosa@gmail.com','+63 917 201 3344',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(13,'Maribel','Flores','mflores@yahoo.com','+63 918 302 4455',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(14,'Ramon','Soriano','rsoriano@corp.ph','+63 919 403 5566',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(15,'Cynthia','Padua','cpadua@email.ph','+63 920 504 6677',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(16,'Bonifacio','Manalo','bmanalo@gmail.com','+63 921 605 7788',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(17,'Teresita','Buenaventura','tbuenaventura@yahoo.com','+63 922 706 8899',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(18,'Gerardo','Mateo','gmateo@email.com','+63 923 807 9900',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(19,'Eduardo','Castillo','ecastillo@gmail.com','+63 924 908 1011',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(20,'Lourdes','Macasaet','lmacasaet@yahoo.com','+63 925 109 1122',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(21,'Rolando','Navarro','rnavarro@corp.ph','+63 926 210 2233',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(22,'Yolanda','Alcantara','yalcantara@email.ph','+63 917 311 3344',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(23,'Hernando','Pascual','hpascual@gmail.com','+63 918 412 4455',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(24,'Florencia','Abad','fabad@email.com','+63 919 513 5566',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(25,'Danilo','Enriquez','denriquez@yahoo.com','+63 920 614 6677',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(26,'Natividad','Villanueva','nvillanueva@corp.ph','+63 921 715 7788',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(27,'Arturo','Sabado','asabado@gmail.com','+63 922 816 8899',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(28,'Concepcion','Batangan','cbatangan@yahoo.com','+63 923 917 9900',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(29,'Federico','Espiritu','fespiritu@email.ph','+63 924 018 0011',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(30,'Gloria','Ocampo','gocampo@gmail.com','+63 925 119 1122',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(31,'Honesto','Lacsamana','hlacsamana@corp.ph','+63 926 220 2233',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(32,'Imelda','Bernal','ibernal@email.com','+63 917 321 3344',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(33,'Jorge','Tiangco','jtiangco@yahoo.com','+63 918 422 4455',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(34,'Carmelita','Umali','cumali@gmail.com','+63 919 523 5566',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(35,'Nelson','Omamalin','nomamalin@email.ph','+63 920 624 6677',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(36,'Perla','Macaraeg','pmacaraeg@corp.ph','+63 921 725 7788',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(37,'Ricky','Simbahan','rsimbahan@gmail.com','+63 922 826 8899',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(38,'Annaliza','Cruz','acruz@yahoo.com','+63 923 927 9900',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(39,'Benito','Domingo','bdomingo@email.ph','+63 924 028 0011',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(40,'Carlo','Esteban','cesteban@gmail.com','+63 925 129 1122',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(41,'Dolores','Fernandez','dfernandez@corp.ph','+63 926 230 2233',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(42,'Ernesto','Garcia','egarcia@yahoo.com','+63 917 331 3344',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(43,'Felicitas','Hernandez','fhernandez@gmail.com','+63 918 432 4455',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(44,'Gilberto','Ignacio','gignacio@email.com','+63 919 533 5566',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(45,'Herminia','Javellana','hjavellana@yahoo.com','+63 920 634 6677',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(46,'Ireneo','Kintanar','ikintanar@corp.ph','+63 921 735 7788',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(47,'Josephina','Luna','jluna@gmail.com','+63 922 836 8899',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(48,'Kristina','Marasigan','kmarasigan@email.ph','+63 923 937 9900',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(49,'Lorenzo','Nacpil','lnacpil@yahoo.com','+63 924 038 0011',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(50,'Melinda','Ongpin','mongpin@corp.ph','+63 925 139 1122',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(51,'Narciso','Palma','npalma@gmail.com','+63 926 240 2233',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(52,'Ofelia','Quijano','oquijano@email.ph','+63 917 341 3344',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(53,'Perfecto','Reyes','preyes@yahoo.com','+63 918 442 4455',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(54,'Quirino','Santiago','qsantiago@corp.ph','+63 919 543 5566',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(55,'Rosalinda','Tolentino','rtolentino@gmail.com','+63 920 644 6677',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(56,'Serafin','Untalan','suntalan@email.ph','+63 921 745 7788',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(57,'Teodora','Velasco','tvelasco@yahoo.com','+63 922 846 8899',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(58,'Uldarico','Wenceslao','uwenceslao@gmail.com','+63 923 947 9900',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(59,'Virginia','Ybarra','vybarra@corp.ph','+63 924 048 0011',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(60,'Wilfredo','Zapanta','wzapanta@email.com','+63 925 149 1122',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(61,'Xenia','Aquino','xaquino@yahoo.com','+63 926 250 2233',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(62,'Yolanda','Bautista','ybautista@gmail.com','+63 917 351 3344',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(63,'Zenaida','Castillo','zcastillo@email.ph','+63 918 452 4455',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(64,'Alfredo','Dela Cruz','adelacruz@gmail.com','+63 919 553 5566',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(65,'Bernardo','Estrada','bestrada@yahoo.com','+63 920 654 6677',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(66,'Catalina','Ferrer','cferrer@corp.ph','+63 921 755 7788',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(67,'Domingo','Gonzalez','dgonzalez@gmail.com','+63 922 856 8899',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(68,'Esperanza','Herrero','eherrero@email.ph','+63 923 957 9900',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(69,'Faustino','Ibarra','fibarra@yahoo.com','+63 924 058 0011',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(70,'Gliceria','Jimenez','gjimenez@gmail.com','+63 925 159 1122',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(71,'Horacio','Kho','hkho@corp.ph','+63 926 260 2233',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(72,'Isidro','Legaspi','ilegaspi@email.com','+63 917 361 3344',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(73,'Juan','Santos','juansantos@gmail.com','+63 9170000000',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-18 13:37:47','2026-06-18 13:37:47'),
(74,'Jhon','Santos',NULL,NULL,NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-18 16:56:08','2026-06-18 16:56:08'),
(75,'Maria','Angela',NULL,'+6399970711601',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-18 19:16:11','2026-06-18 19:16:11'),
(76,'EDDIED','DALINGAY',NULL,'+63 9472885970',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-18 19:24:12','2026-06-18 19:24:12'),
(77,'MIGUELITO','MERCADO',NULL,'+63 9618305679',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 18:28:55','2026-06-30 18:28:55'),
(78,'MIGUELITO','M',NULL,'9618305679',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 18:31:04','2026-06-30 18:31:04'),
(79,'Clark','Ty','tyclarkjustine@gmail.com','+63 9278676687',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 20:14:21','2026-06-30 20:14:21'),
(80,'KESSY','CANADA',NULL,'09761785759',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 20:46:40','2026-06-30 20:46:40'),
(81,'JECILE','OYAN',NULL,'+63 9067926188',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 22:20:14','2026-06-30 22:20:14'),
(82,'ANTONIO','GALANG',NULL,'+63 9628446416',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 23:19:32','2026-06-30 23:19:32'),
(83,'JUNE','REX LEGABOS',NULL,'+63 9672272300',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 23:29:53','2026-06-30 23:29:53'),
(84,'DANIEL','OBESO',NULL,'+63 9317883437',NULL,'Filipino','Other','2114251','guest-ids/CRC22lXp4WCRW8jWXcCMw4NK2X9HNlFnl3Q6yGg8.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-06-30 23:59:24','2026-07-01 00:32:27'),
(85,'DANELLE','SAGOMIS',NULL,'+63 9751537350',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 00:03:22','2026-07-01 00:03:22'),
(86,'Henry','Hequilan',NULL,'+63 09487604584',NULL,'Filipino','Driver\'s License (LTO)','K09-19-003242','guest-ids/Fy4hTINoZaXIGUKrEwN6uLPPULRMjgMqEcdiSh0S.jpg',NULL,'Pagadian City','Zamboanga Del Sur','Philippines',NULL,0,0,NULL,'2026-07-01 00:35:30','2026-07-01 00:39:40'),
(87,'Gerry','Cainglet',NULL,'+63 9356190083',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 00:42:20','2026-07-01 00:42:20'),
(88,'Vince','Clyde Talingting',NULL,'+63 9602602342',NULL,'Filipino','Driver\'s License (LTO)','l02-22-000370','guest-ids/0ieWA9bCNRkMJtRX3TzaqsIdQ0SiWR0ytqCg6NGc.jpg',NULL,'Davao City','Davao del Sur','Philippines',NULL,0,0,NULL,'2026-07-01 00:44:31','2026-07-01 00:59:34'),
(89,'Adrianne','Dalisay',NULL,'+63 9484705563',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 00:48:11','2026-07-01 00:48:11'),
(90,'Antonio','Galang',NULL,'+63 9638446416',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 00:53:44','2026-07-01 00:53:44'),
(91,'Michael','Angelo Gorrero',NULL,'+63 9129169538',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 01:03:33','2026-07-01 01:03:33'),
(92,'Omer','Jr. Martinez',NULL,'+63 9684178960',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 01:05:51','2026-07-01 01:05:51'),
(93,'Anecita','Hequilan',NULL,'+63 9483889801',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 01:08:51','2026-07-01 01:08:51'),
(94,'Lito','Santiago',NULL,'+63 9666607499',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 01:19:04','2026-07-01 01:19:04'),
(95,'Melanie','Jane Luntian',NULL,'+63 9859937879',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 01:47:53','2026-07-01 01:47:53'),
(96,'Lucky','Edgar Potente',NULL,'+63 9702674817',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 01:52:20','2026-07-01 01:52:20'),
(97,'Olive','Dumanig',NULL,'+63 9977431179',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,1,0,NULL,'2026-07-01 03:10:12','2026-07-29 11:36:05'),
(98,'Jerson','Orilla',NULL,'+63 95444221391',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:01:51','2026-07-04 19:48:10'),
(99,'Wyndell','Pagnamitan',NULL,'+63 9361425600',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:03:19','2026-07-01 20:03:19'),
(100,'Mark','Palad',NULL,'+63 9',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:05:06','2026-07-29 10:00:00'),
(101,'Regino','Paclibar',NULL,'+63 9776832370',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:06:37','2026-07-01 20:06:37'),
(102,'Clarissa','De Leon',NULL,'+63 9562812687',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:07:46','2026-07-01 20:07:46'),
(103,'Evelyn','Lantayao',NULL,'+63 9561833482',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:08:44','2026-07-01 20:08:44'),
(104,'John','Ramel Lundayan',NULL,'+63 9262908175',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:09:54','2026-07-01 20:09:54'),
(105,'Jul-asin','Nor Wana',NULL,'+63 9657638306',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:12:28','2026-07-01 20:12:28'),
(106,'Lemuel','Natividad',NULL,'09393752920',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:49:14','2026-07-01 20:49:14'),
(107,'Divina','Serrano',NULL,'09455796106',NULL,'Filipino','National ID (PhilSys)','6057-4306-1942-5645','guest-ids/HPxrCTOoADFm1EvBCgI7DiYjMBkHOe0Tu7nlWE3a.png',NULL,NULL,'Agusan del Norte','Philippines',NULL,0,0,NULL,'2026-07-01 20:53:19','2026-07-01 20:54:27'),
(108,'Chas Omer','Madlos',NULL,'09927484694',NULL,'Filipino','Other','202617563','guest-ids/2C0FIctFpZnSzOpJJ0Ygl84TqDwcGdFDfZMog8AV.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 20:58:12','2026-07-01 20:58:12'),
(109,'Jocelyn','Lumogdang',NULL,'09270772870',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/g3pejBUY96F793F4kKBySS5GakbwxeZaaHKajwl6.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 21:02:28','2026-07-01 21:02:28'),
(110,'Chrislit Liza','Dorado',NULL,'09518516972',NULL,'Filipino','Other','02-2526-012713','guest-ids/E39xHwi4iJcSnOMeQ3fnfjFTTaXqGhu7FzjFkSZ2.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 21:05:55','2026-07-01 21:05:55'),
(111,'Rio','Ann Saramosing',NULL,'+63 9125024015',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 21:09:06','2026-07-01 21:09:06'),
(112,'Athony Jhay','Caduyac',NULL,'09091719227',NULL,'Filipino','Other','02-2526-010527','guest-ids/K5sbgzehgDeGt0acqP4jc4f7TIkuJvQDg7h6Zxsj.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 21:24:15','2026-07-01 21:24:15'),
(113,'Gyra Marie','Ucab',NULL,'09534380608',NULL,'Filipino','Driver\'s License (LTO)','K05-22-300-237','guest-ids/3o0juO2xoxMtcCG9qVKY9OJwuuiOL8fLRtUW90vN.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 21:26:11','2026-07-01 21:26:11'),
(114,'Chabby Ann','Dela Cruz',NULL,'09088851235',NULL,'Filipino','Other','19-0617','guest-ids/zVRdN0h1vBiXighkNNi0dgV05oTvBAYOrN4uBdqQ.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 21:28:30','2026-07-01 21:28:30'),
(115,'Rosita','Nopueto',NULL,'+63 9755903978',NULL,'Filipino','Senior Citizen ID','SC-13660','guest-ids/exFaraxwOPIcSPiZucqBYWkLzJEe9pciqvm5HR4w.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 22:44:50','2026-07-01 23:09:28'),
(116,'Leah','Mae Pugoy',NULL,'+63 9750561242',NULL,'Filipino','Driver\'s License (LTO)','K03-22-301550','guest-ids/wwcY49HocNdY7xYB84xc3CQWCz2uVVnxr6FYPZmu.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 22:46:54','2026-07-01 23:08:27'),
(117,'Jason','Cimena',NULL,'+63 9569269948',NULL,'Filipino',NULL,NULL,'guest-ids/XZAFPNG5Lc5cUhmjaXk3nAFS9Fzp2a5MBypQJTTY.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 22:52:37','2026-07-29 02:09:22'),
(118,'Sunny','Sumalpong',NULL,'+63 9381461869',NULL,'Filipino','Driver\'s License (LTO)','L09-09-000633','guest-ids/kvRKH7l6rEAZ7kVGHqXp3EW4U3Gmf9vaqiuyULsQ.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-01 23:05:03','2026-07-29 02:07:02'),
(119,'Joemark','Acas',NULL,'+63 9456435743',NULL,'Filipino','Driver\'s License (LTO)','K-04-23-002592','guest-ids/I4RpfNPsSSVQf7iDo8MOrWFj6i40rRU0QaHP2nhs.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 00:04:15','2026-07-02 00:07:24'),
(120,'Quennie','Gulay',NULL,'+63 9976058722',NULL,'Filipino','UMID',NULL,'guest-ids/aswh88Z7zxpqSQfOmMyw6vRGHFuGOr1YJlBqB8qy.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 18:27:28','2026-07-29 02:11:15'),
(121,'Risabel','Dayondon',NULL,'+63 9516399280',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 19:26:47','2026-07-02 19:26:47'),
(122,'Prexedes','Ortiz',NULL,'+63 9694337462',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 19:29:50','2026-07-02 19:29:50'),
(123,'Aiza','Rodriguez',NULL,'+63 9564473778',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 20:23:24','2026-07-02 20:23:24'),
(124,'Jaymar','Sabulao',NULL,'+63 970212472',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 20:40:46','2026-07-02 20:40:46'),
(125,'Lorie','Jane Penaflor',NULL,'+63 9532734428',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 20:50:52','2026-07-02 20:50:52'),
(126,'Jen','Magsubol',NULL,'+63 911944147',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:02:47','2026-07-02 22:02:47'),
(127,'Rey','Requina',NULL,'+63 956239853',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:05:23','2026-07-02 22:05:23'),
(128,'Peter','Pischke',NULL,'+63 9554350692',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:12:22','2026-07-02 22:12:22'),
(129,'Jesiel','Sugalang',NULL,'+63 9533599633',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:14:40','2026-07-02 22:14:40'),
(130,'Jim','Jim Dumangcal',NULL,'+63 984862145',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:17:34','2026-07-02 22:17:34'),
(131,'Dimple','Joy Suarez',NULL,'+63 9167604496',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:21:38','2026-07-02 22:21:38'),
(132,'Yesha','Cabilla',NULL,'+63 9162025966',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:25:01','2026-07-02 22:25:01'),
(133,'Ma.','Luisa Ganzon',NULL,'+63 9756006637',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/b6p0rS6ZXUQZF0EWwyHc8887VYNQv3MuFONCjCrH.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:40:50','2026-07-29 02:12:21'),
(134,'Dan','Avella',NULL,'+63 935970142',NULL,'Filipino','National ID (PhilSys)',NULL,'guest-ids/wrbdTIuSU8BNZUmf63ZHs3SXJM3kcUe3K3hjsQ6p.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:43:19','2026-07-29 02:13:20'),
(135,'Alex','Solar',NULL,'09',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:48:47','2026-07-02 22:48:47'),
(136,'Ma.','Fe Timbal',NULL,'+63 9357532091',NULL,'Filipino','Other',NULL,'guest-ids/sSP5EmhptszuRRvJIMIldchlARzlGXv2dcXEN6FH.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 22:51:25','2026-07-29 02:14:28'),
(137,'Rainier','Manigsaca',NULL,'+63 9304977147',NULL,'Filipino','Driver\'s License (LTO)','J01-25-004363','guest-ids/ZWry3P7QyEzWrHdQKXiY3UTKnALwUMEPnPsbxOil.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 23:08:26','2026-07-03 03:12:04'),
(138,'Genesa','Cedillo',NULL,'+63 9859065214',NULL,'Filipino','UMID','0111-9626334-9','guest-ids/0xRAvTitjNG9zpBueApWOMjywIfRRrpnu8qYkj20.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-02 23:11:04','2026-07-03 03:13:39'),
(139,'Christian','Mark Tanda',NULL,'+63 9356524491',NULL,'Filipino','Other','230003619','guest-ids/kNh4YmYgJ0Hb2sBmcIWrFKBjxbiPcfjyZfXLlBWF.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 03:07:17','2026-07-03 03:09:58'),
(140,'Chris','Yu',NULL,'+63 9673772269',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,1,NULL,'2026-07-03 03:49:08','2026-07-23 12:08:09'),
(141,'Xanthy','Culot',NULL,'+63 9774541380',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/FG6Xd1GbQP2ZpW0ZLeR2mPjU8hvl938NWruue2Xl.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 12:36:42','2026-07-29 02:18:51'),
(142,'XIAN','VICTAMIER TACANG',NULL,'+63 9562057981',NULL,'Filipino',NULL,NULL,'guest-ids/5whipvvT904XKWz1JWfwUj1xIPlEbXLkOzbkaES3.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 14:09:54','2026-07-29 11:48:34'),
(143,'JASPER','KENT DAGARAGA',NULL,'+63 9658045530',NULL,'Filipino',NULL,NULL,'guest-ids/MFUheOz1NHr392xAtwIAWbLRDGq6aZMB0waPtRGH.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 14:22:52','2026-07-03 18:18:27'),
(144,'VIJIE CARL','CODILLA',NULL,'+63 9456083153',NULL,'Filipino',NULL,NULL,'guest-ids/HtRTcQhLC8g6ip7TIiAozg5RYqBZKAelQC8yC9W2.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 14:24:25','2026-07-03 18:19:15'),
(145,'JAY','MARTIN DIONALDO',NULL,'+63 9360250830',NULL,'Filipino','PRC ID',NULL,'guest-ids/qZtHftQX4ieocH7H7pRJBxjtDm9sUw3QQVONI3Ql.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 14:41:51','2026-07-29 02:21:53'),
(146,'DARREN HAYES','AGUIRRE',NULL,'+63 9978665705',NULL,'Filipino',NULL,NULL,'guest-ids/iTqZyBW6LyzbSc1fMwEhPqT5Q4DvUktVEfMlL4lo.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 15:13:47','2026-07-03 18:15:53'),
(147,'MATTHEW','REY RAGANOT',NULL,'+63 9603305909',NULL,'Filipino',NULL,NULL,'guest-ids/8A8JVabuf5SPBDVt2p2uKhsV931WTwZHVER7ele4.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 15:31:57','2026-07-03 18:11:34'),
(148,'TERESITA','REVANO',NULL,'+63 9071796418',NULL,'Filipino',NULL,NULL,'guest-ids/rHc2qhZL4c7VFG8DSc3CGi0DlRonX0ApdVtoVE3l.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 18:02:39','2026-07-03 18:10:58'),
(149,'MU','ENGENEERING',NULL,'+63 ',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 18:45:03','2026-07-28 20:41:40'),
(150,'NOELITO','VILLAROJO',NULL,'+63 9265432683',NULL,'Filipino',NULL,NULL,'guest-ids/pxCMCOG1dTocavVUuIkCewXNQWhyVaKZCL87CZc9.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 19:08:48','2026-07-03 19:09:51'),
(151,'JOWIE','SAAGUNDO',NULL,'+63 9214449163',NULL,'Filipino',NULL,NULL,'guest-ids/2UyVWxkgsrvYVAC6ygsBAnlTwtJjLqG69QFvMs8k.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 19:58:22','2026-07-03 20:00:20'),
(152,'CHARMAINE','PALLUGA',NULL,'+63 9166873880',NULL,'Filipino',NULL,NULL,'guest-ids/Up0KyHtJBMBBw6jK2qv6DIQTag5KEd2d14tWplOy.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 20:05:53','2026-07-03 20:08:52'),
(153,'Daryl Gay','Nano',NULL,'+63 9319940369',NULL,'Filipino','National ID (PhilSys)','5092-4120-6871-9672','guest-ids/ka0Ajh4CQwaN2sG0e4mqLBGHDS0UkIup7gdxDzMm.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 20:56:37','2026-07-04 03:10:33'),
(154,'Justine','Cornelio',NULL,'+63 9555803681',NULL,'Filipino','Driver\'s License (LTO)','D08-21-200948','guest-ids/Fe5eVS1AtbauXe5L1jRq2KAVpe5V4IHitSTe4FX4.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-03 23:28:47','2026-07-03 23:33:41'),
(155,'Ernel','Josol',NULL,'+63 9989880352',NULL,'Filipino','UMID','011-3005-1511-3','guest-ids/ASlla98rfgGXGxUTn6B1UG0BUikq4HweFiCe8mZ9.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-04 00:44:34','2026-07-04 04:58:02'),
(156,'Calvin','Roquero',NULL,'+63 9267246211',NULL,'Filipino','PRC ID','0150553','guest-ids/Nd6ovQOKxhfHGMXkxm5iioyfxCMS2xVpozDH7dDW.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-04 04:51:37','2026-07-04 04:55:42'),
(157,'Mac','Brian Go',NULL,'+63 9676651113',NULL,'Filipino','Other','121209496922','guest-ids/iVFumSRha6ik9mBCBAi8dCq9NGFNppsPwvylIG9E.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-04 22:12:23','2026-07-05 03:52:56'),
(158,'John','Christian Porte',NULL,'+63 9519076449',NULL,'Filipino','Other',NULL,'guest-ids/KCNnGGNEyhbDfnZtvulJuLX1sNEk4W2MKM7OeiTB.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-04 22:13:51','2026-07-05 03:51:52'),
(159,'Rio',' Ritchie Pasco',NULL,'+63 9667683250',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 11:25:25','2026-07-05 11:25:25'),
(160,'KYLE','ARTHUR MOTAUS',NULL,'+63 9943626783',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 20:34:09','2026-07-05 20:34:09'),
(161,'ROGOR','CABILAO',NULL,'+63 9163253992',NULL,'Filipino',NULL,NULL,'guest-ids/ksWwBPfaxogQwOMWYmm8JZUuTVE6eTqpjtavSipm.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 22:01:37','2026-07-05 22:11:34'),
(162,'IBERSON','CABATANA',NULL,'+63 9977246600',NULL,'Filipino',NULL,NULL,'guest-ids/usdLGGUhOFB6G5etU1XZmb7QZT7CgSGzMWOL0jtD.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 22:03:22','2026-07-05 22:10:42'),
(163,'ROEL','MAGBUNUA',NULL,'+63 9772448205',NULL,'Filipino',NULL,NULL,'guest-ids/hFuMJJA00qwvGCyxd9lFsDHfU3jaeQgTA1sslf7X.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 22:04:42','2026-07-05 22:09:59'),
(164,'FRENCH','VILLAS',NULL,'+63 9631438299',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/wZX7MA3YbdrsPsI1ftLKDgwAwLrGtSMlIlHrF5SP.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 22:06:28','2026-07-05 22:09:28'),
(165,'ALIMODIN','PANT\'KAN',NULL,'+63 9814247601',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 23:28:33','2026-07-05 23:28:33'),
(166,'ALIMODIN','PANT\'KAN',NULL,'+63 981',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-05 23:29:44','2026-07-05 23:29:44'),
(167,'JESREAL','SERINO',NULL,'+63 9958930390',NULL,'Filipino',NULL,NULL,'guest-ids/X9Zm25bNYaxFLdk2lQciADOcTPvIwkJ0hdBA97Rd.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 03:28:56','2026-07-06 03:32:10'),
(168,'RALPH','OLIVER',NULL,'NA',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/19c2jwKkZ0pcyQZbRnK0aFYf96Zlf909WHPCfmaj.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 03:34:55','2026-07-06 03:34:55'),
(169,'MICHAEL','CHAVEZ',NULL,'+63 9213405410',NULL,'Filipino',NULL,NULL,'guest-ids/MM1IIAfgb2Zqg5jFP1GjNotdnvwgWwPKRVzCGW97.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 04:55:07','2026-07-06 04:58:30'),
(170,'Jonas','Belarmino',NULL,'+63 9303300361',NULL,'Filipino','National ID (PhilSys)',NULL,'guest-ids/X4UuXVYmmPQvbq0cZqKR0a1hXSp0vCGZpMl53U7W.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 08:24:03','2026-07-06 10:55:15'),
(171,'Geovani','Campano',NULL,'+63 9171161697',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 09:40:06','2026-07-06 09:40:06'),
(172,'Johnnyne','Caay',NULL,'+63 9516801101',NULL,'Filipino','Other',NULL,'guest-ids/WvDcs3UyOj6E5jBZxp5l60VrZSzlzXps5GaFc9n3.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 10:25:01','2026-07-06 10:54:35'),
(173,'Josie','Ariel Sagayan',NULL,'+63 9978257157',NULL,'Filipino','PRC ID',NULL,'guest-ids/clCcqxfO4KeBqfsSRSU2CLvBPxsT1MyqJyjFHHIW.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 13:23:35','2026-07-10 20:24:19'),
(174,'Joylyn','Peral',NULL,'+63 9155969943',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 14:09:21','2026-07-06 14:09:21'),
(175,'MARICEL','JAMISOLA',NULL,'+63 9268186295',NULL,'Filipino','National ID (PhilSys)',NULL,'guest-ids/gY25IwgmY8zlIcxugQml3U1MKmlOAPUsFUlwrvNg.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 16:42:47','2026-07-06 16:48:48'),
(176,'Jim','Jim Dumangcal',NULL,'+63 9984862145',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 19:52:32','2026-07-06 19:52:32'),
(177,'DIANA','RHEA PINAR',NULL,'+63 9622507970',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 19:58:54','2026-07-06 19:58:54'),
(178,'ARNIEL','MANALOTO',NULL,'+63 9648896763',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 20:08:22','2026-07-06 20:08:22'),
(179,'JOSEPH','ESPADILLA',NULL,'+63 9064217934',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 20:11:20','2026-07-06 20:11:20'),
(180,'MARICHU','OBSID',NULL,'+63 9551252915',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 20:14:45','2026-07-06 20:14:45'),
(181,'SAID','DUMACIL DUMACIL',NULL,'+63 9977268313',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 20:19:26','2026-07-06 20:19:26'),
(182,'JURREN','DIEZ',NULL,'+63 9186894012',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 20:21:43','2026-07-06 20:21:43'),
(183,'GERLIE','BAZAR',NULL,'+63 9078796031',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 20:23:32','2026-07-06 20:23:32'),
(184,'NEIL','ANTHONY CASSION',NULL,'+63 9165603997',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-06 20:25:26','2026-07-06 20:25:26'),
(185,'Waldemar','Padla',NULL,'09775188347',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/29wBsU15vZsR7UM7qPk860V2R9tVbXxR8ZHMbyPI.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 02:23:09','2026-07-07 02:23:09'),
(186,'Coy','Espina',NULL,'+63 9485014984',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 02:42:39','2026-07-07 02:42:39'),
(187,'Rupam (Asliah)','Banerjee',NULL,'+63 9260652937','2005-10-10','Indian','Passport','AT562075','guest-ids/A1zoeZFz3sQMBr6lRZjlLUWuScOGxcIboxfxSlqL.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 11:30:14','2026-07-21 08:57:02'),
(188,'Lendie','Francisco',NULL,'+63 9621994221',NULL,'Filipino','PhilHealth ID','18-201413704-2','guest-ids/D5ms5N9pDsOzwNlOrlFacn2K7HffoHVsAifLyzt4.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 12:11:15','2026-07-07 12:12:41'),
(189,'Erwin','Melendez',NULL,'+63 9354509939',NULL,'Filipino','National ID (PhilSys)',NULL,'guest-ids/clADLIfQblKAkJeVvAUzGdkExOZREsCBLkOzHWBC.png',NULL,NULL,NULL,'Philippines',NULL,0,0,'Check-in by Romeo III Sulib','2026-07-07 12:25:42','2026-07-10 20:23:40'),
(190,'Christopher','Pollo',NULL,'+63 99558322593',NULL,'Filipino','Driver\'s License (LTO)','D23-17-006417','guest-ids/1KWijuhbqsvITPQO8OmJ84Cz5mhGy1oebCpSQnpu.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 12:36:17','2026-07-07 13:01:29'),
(191,'Elmer','Jabunillo',NULL,'+63 9956254051',NULL,'Filipino','Other','5460-8379-0531-4284','guest-ids/1oDZ4Xo2OXIS6YBjZMSplyZchAJhKJqwgMn4BzzO.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 12:43:44','2026-07-07 13:02:30'),
(192,'GLENN','GABIANNA',NULL,'+63 9655646362',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 19:50:37','2026-07-07 19:50:37'),
(193,'SHEILA','LABAJO',NULL,'+63 9109002110',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 19:53:30','2026-07-07 19:53:30'),
(194,'MARCO','ADECER',NULL,'+63 9635034201',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 19:56:01','2026-07-07 19:56:01'),
(195,'COQUILLA','SUNIEL BUTAC',NULL,'+63 9656145313',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 19:59:05','2026-07-07 19:59:05'),
(196,'RAMIL','ALIN',NULL,'+63 9653159909',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 20:00:24','2026-07-07 20:00:24'),
(197,'CHERYL','LUARDO',NULL,'+63 9279497844',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 20:02:30','2026-07-07 20:02:30'),
(198,'ARLEEN','FUENTES',NULL,'+63 9106371805',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 20:04:30','2026-07-07 20:04:30'),
(199,'ANGELEE','LEVITA',NULL,'+63 9260910111',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 20:05:48','2026-07-07 20:05:48'),
(200,'JUN','BERT LABIS',NULL,'+63 9155444875',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-07 20:32:12','2026-07-07 20:32:12'),
(201,'Mark John','Mangas',NULL,'09705961307',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 02:31:44','2026-07-08 02:31:44'),
(202,'Dante','Soronio',NULL,'09754041723',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 02:34:11','2026-07-08 02:34:11'),
(203,'Jaber','Botawan',NULL,'+63 9625886925',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 02:37:07','2026-07-08 02:37:07'),
(204,'Helen','Leopoldo',NULL,'+63 9655906152',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/LMFSrrDucbDKb2xuZdhpD0BcOwcR8sHs6Ns6tJ56.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 12:16:15','2026-07-08 12:26:02'),
(205,'MARK','ANTHONY LAVAPIEZ',NULL,'+63 9985359620',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:27:01','2026-07-08 19:27:01'),
(206,'RENE','CARTAGENA',NULL,'+63 9452958151',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:29:20','2026-07-08 19:29:20'),
(207,'ERNESTO','RECIÑA',NULL,'+63 9157873579',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:33:45','2026-07-08 19:33:45'),
(208,'KRIS','JANE TAMPEPE',NULL,'+63 9755913887',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:35:54','2026-07-08 19:35:54'),
(209,'EDMUND','JAMES SISMUNDO',NULL,'+63 9174217715',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:37:10','2026-07-08 19:37:10'),
(210,'KENNETH','JAY AÑANA',NULL,'+63 9069264784',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:38:55','2026-07-08 19:38:55'),
(211,'INTUNG','BENZAR',NULL,'+63 9361542545',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:40:08','2026-07-08 19:40:08'),
(212,'GIAN','PESCADERO',NULL,'+63 9471900964',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:46:17','2026-07-08 19:46:17'),
(213,'MA.ZSAKHARA','EDILMAY',NULL,'+63 9161822733',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 19:57:51','2026-07-08 19:57:51'),
(214,'RENANTE','TUBANIA',NULL,'+63 9427020193',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 22:58:09','2026-07-08 22:58:09'),
(215,'GAKIN','YAP',NULL,'+63 9291383754',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 23:00:52','2026-07-08 23:00:52'),
(216,'GESHE','ALJAS',NULL,'+63 9660995668',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 23:02:47','2026-07-08 23:02:47'),
(217,'DENHIL','JANE RODRIGUEZ',NULL,'+63 9777871424',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-08 23:04:12','2026-07-08 23:04:12'),
(218,'Arian','Aguirre',NULL,'+63 9292070197',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 12:59:13','2026-07-09 12:59:13'),
(219,'JESSA','BAGUIO',NULL,'+63 9662410847',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 19:20:32','2026-07-09 19:20:32'),
(220,'NIEL','ORVILLE ERMAC',NULL,'+63 9954980713',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 19:23:20','2026-07-09 19:23:20'),
(221,'JESIEL','SUGALANG',NULL,'+63 9535399633',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 19:25:12','2026-07-09 19:25:12'),
(222,'MYLENE','ABAO',NULL,'+63 9664693362',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 19:37:29','2026-07-09 19:37:29'),
(223,'DENVER','DALIGIDIG',NULL,'+63 9066592650',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 19:39:33','2026-07-09 19:39:33'),
(224,'SHEILA','LABAJO',NULL,'+63 9109002100',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 20:06:39','2026-07-09 20:06:39'),
(225,'ART','AGRAVANTE',NULL,'+63 9099549021',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 20:29:36','2026-07-09 20:29:36'),
(226,'ARMANDO','DEVARAS',NULL,'+63 9070455278',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 20:33:59','2026-07-09 20:33:59'),
(227,'JON HENDRIX','BLANCO',NULL,'+63 9700280273',NULL,'Filipino',NULL,NULL,'guest-ids/tTFF3ZHrC6DBLcGHMe7cSKovzEZyghsWFS4QrO4R.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 22:39:37','2026-07-10 05:29:19'),
(228,'MELFALYN','IBNO',NULL,'+63 9978400421',NULL,'Filipino',NULL,NULL,'guest-ids/9qcu8vE2PhMw8k6RotreuCTA1rSALmfnhACF5e9D.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-09 22:41:29','2026-07-10 05:28:37'),
(229,'PAUL MARTIN','ANDUTAN',NULL,'+63 9177072181',NULL,'Filipino',NULL,NULL,'guest-ids/ZXTNJfS47rX2YeSwLc7Vr7AqS1KwahJJYBx7MXtW.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 05:25:44','2026-07-10 05:28:11'),
(230,'Edgar','Paz',NULL,'+63 9184512465',NULL,'Filipino','Other',NULL,'guest-ids/UnVKhjyhnm2H4Fnm52GbYqntB0fLThPmiKUaPNVG.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 10:07:41','2026-07-28 11:10:21'),
(231,'Prince Lloyd','Ladera',NULL,'+63 554353755',NULL,'Filipino','PhilHealth ID',NULL,'guest-ids/aJIGvCBo5TRGZuim69m8q7JwRjg0U36pMsixZ7Ep.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 20:08:47','2026-07-10 20:14:06'),
(232,'Parker','Bolanio',NULL,'+63 9185125533',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 20:12:36','2026-07-10 20:12:36'),
(233,'Erwin','Valledor',NULL,'09358251159',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/mFB6MKUhiZfzPnb6sJa0QsiMPr0z5ekhvxdD8wRI.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 20:16:26','2026-07-10 20:16:26'),
(234,'Fezy','Lendi',NULL,'+63 9949038832',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 20:25:08','2026-07-10 20:25:08'),
(235,'Klarizz','Sheena Lagas',NULL,'+63 9551836016',NULL,'Filipino','Other',NULL,'guest-ids/hzEurENONIoLiN4OsCYpLPqYFbcBgt2pQJL5U8U2.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 20:39:47','2026-07-10 20:41:43'),
(236,'TINY','ROSHIL MENDOZA',NULL,'+63 9274233888',NULL,'Filipino',NULL,NULL,'guest-ids/PlAHeSSK5b4BP8w42hFlafMygVrDp6whIwRRXEmf.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-10 22:13:04','2026-07-10 22:28:37'),
(237,'JENSAV','AGPASA',NULL,'+63 9063085906',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 00:17:32','2026-07-11 00:17:32'),
(238,'SARAH','CABIGQUEZ',NULL,'+63 9924135088',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 13:23:04','2026-07-11 13:23:04'),
(239,'CHENIE','GRACE JAO',NULL,'+63 9275189714',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 19:56:26','2026-07-11 19:56:26'),
(240,'EDUARD','BAROL',NULL,'+63 9055023274',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 19:59:41','2026-07-11 19:59:41'),
(241,'SHARA','BAGARES',NULL,'+63 9550373123',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 20:23:41','2026-07-11 20:23:41'),
(242,'FILY','OÑEZ',NULL,'+63 9305210063',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 20:25:44','2026-07-11 20:25:44'),
(243,'SIMONNE','JADE NAVARRO',NULL,'+63 9453769217',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 20:27:18','2026-07-11 20:27:18'),
(244,'ZASHLEE','GENITA',NULL,'+63 9558709103',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 20:30:26','2026-07-11 20:30:26'),
(245,'MARY','CRISLIN PISCOS',NULL,'+63 9936231757',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 20:32:10','2026-07-11 20:32:10'),
(246,'DELSON','YUSOP',NULL,'+63 9354340945',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 20:33:50','2026-07-11 20:33:50'),
(247,'Kenneth','Loyd Mag-Abo',NULL,'+63 9976575973',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/huvLUGcUFRZaj8OFt2aYrvyoRHl9KaEoEALTiPWe.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 23:43:41','2026-07-12 04:35:25'),
(248,'John','Kaye Ortiz',NULL,'+63 9365942638',NULL,'Filipino','Other',NULL,'guest-ids/9caUNdJte70L6IJPO4o5uk03d13TXGw047gn43yU.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-11 23:45:16','2026-07-12 04:35:01'),
(249,'Guinar','Mindalano',NULL,'+63 9262946370',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/e0SDwJgy0dCs4yZ9cvYAcM5WzVEb4gifPG9d3xlA.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 05:05:04','2026-07-12 05:07:21'),
(250,'MIKAILA','SOLON',NULL,'+63 9687723607',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 13:19:29','2026-07-12 13:19:29'),
(251,'JELLY','CALLEZA',NULL,'+63 9125824651',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 13:21:10','2026-07-12 13:21:10'),
(252,'BEATRICE','RADAZA',NULL,'+63 9481880826',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 13:24:09','2026-07-12 13:24:09'),
(253,'EVANGELINE','MAAGAD',NULL,'+63 9649185646',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 13:27:18','2026-07-12 13:27:18'),
(254,'JULIET','RESULLAR',NULL,'+63 9702985070',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 19:42:06','2026-07-12 19:42:06'),
(255,'JUDI','SUNICO',NULL,'+63 9063858045',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 19:44:45','2026-07-12 19:44:45'),
(256,'HENRY','HEQUILAN',NULL,'+63 9487604884',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 20:47:25','2026-07-12 20:47:25'),
(257,'ADOLFO','ALCORAN',NULL,'+63 9352980593',NULL,'Filipino',NULL,NULL,'guest-ids/vnpLbgvK4zf4VGbOrqZWHnOxtKrrZPl4r8kbvZd4.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 22:51:17','2026-07-13 00:07:45'),
(258,'JUANITO','ENRIQUEZ',NULL,'+63 9068353916',NULL,'Filipino',NULL,NULL,'guest-ids/CvJze29BUofttkHLUf03DPNoYKKpDXEPbFqiLust.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 22:53:04','2026-07-13 00:02:44'),
(259,'RENANTE','TUBANIA',NULL,'+63 9927020193',NULL,'Filipino',NULL,NULL,'guest-ids/awV3fvMVKLI3WriGjl2Uv6ReYXFB3YKNG6aQimL0.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-12 23:31:08','2026-07-13 00:07:07'),
(260,'JOHN','SUNGA',NULL,'+63 9662962952',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 12:17:18','2026-07-13 12:17:18'),
(261,'PRIMO','ACERET',NULL,'+63 9911323402',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 13:01:29','2026-07-13 13:01:29'),
(262,'Flory May','Demetilla',NULL,'+63 9214325483',NULL,'Filipino',NULL,NULL,'guest-ids/qHzYCPy9ypRrzQrP9JEqDupAkwkm1JgFbMtXHkzJ.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 15:43:48','2026-07-13 19:56:57'),
(263,'Jay','Gadgude',NULL,'+63 9202201929',NULL,'Filipino',NULL,NULL,'guest-ids/azbKn1IBFOi3RMjEMapbc1a6OQEGwdXZsVvVYpvQ.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 15:44:52','2026-07-13 19:57:29'),
(264,'Matthew','Viray',NULL,'+63 9201226168',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 15:46:04','2026-07-13 15:46:04'),
(265,'Grace','Ebarola',NULL,'+63 9616970820',NULL,'Filipino','UMID',NULL,'guest-ids/GdAzDPWlkUTbHVJ7hbD9TZsvBhM0ChX2DyMoZVeF.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 16:03:56','2026-07-13 19:55:47'),
(266,'Lena','Tesio',NULL,'+63 9124909695',NULL,'Filipino','Voter\'s ID',NULL,'guest-ids/GZ4QHyEll2rsnhPc5JElQTWM6q4GvlRZ6piIOmQR.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 17:25:10','2026-07-13 19:54:54'),
(267,'Eduardo','Dino',NULL,'+63 9274166164',NULL,'Filipino','Other',NULL,'guest-ids/oulJtcFdGuNDuVi1K6WEDnq2CNqSsqKzdG4ezVn6.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-13 19:53:14','2026-07-13 19:54:20'),
(268,'Riscris','Nebres',NULL,'09515599045',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/UvTaNx6qx6jm3dFHgFyRqKJw6i4C6aIvfx6cxXnm.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 05:07:40','2026-07-14 05:07:40'),
(269,'Angelie Bliss','Dejadena',NULL,'09541454687',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/TOAmLenbAInJxv1lgEAbgnhFbL4mZVLaQ2NsIk9N.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 05:14:29','2026-07-14 05:14:29'),
(270,'Maria Therese','Navarro',NULL,'09363953979',NULL,'Filipino','National ID (PhilSys)',NULL,'guest-ids/e6SlOImPODPojsELU8ddQUZbGiJTMg2qU2dwD4bz.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 05:17:58','2026-07-14 05:17:58'),
(271,'Mark Chester','Pidor',NULL,'09498374949',NULL,'Filipino','UMID',NULL,'guest-ids/ZQ3Z7I09ziCIDqL9Ie7vayqYjCuwoprezNa9OCgR.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 05:20:22','2026-07-14 05:20:22'),
(272,'Jonathan','Florentino',NULL,'+63 9360311874',NULL,'Filipino','UMID',NULL,'guest-ids/2W6PcxG1Q7Qk41BBtDeeMfxY3r8kyGPn7F9Mqdai.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 13:12:42','2026-07-14 13:14:01'),
(273,'Ivander','Paul Jabagat','acehon91@gmail.com','+63 9559810327',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/KROrAqQO0O1mTVkQBJhdqtnCQuH42PLgtgX0zyKI.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 19:07:16','2026-07-14 19:08:51'),
(274,'George','Daroy',NULL,'09513151560',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/XS54FMOe8JWbrMDUXzgcvmWxN2Mjgl37EhILil7u.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 19:11:31','2026-07-14 19:11:31'),
(275,'Vergelio','Pulgo',NULL,'09278176525',NULL,'Filipino','Other',NULL,'guest-ids/sdS4GQqYY8RSpU2csr8zxqUgAWIotcxBaK4nI8rO.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 19:13:22','2026-07-14 19:13:22'),
(276,'Allan','Yap',NULL,'9',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,'Preferred rm. 201','2026-07-14 19:24:43','2026-07-14 19:24:43'),
(277,'Pat Martin','Ariem',NULL,'09458259536',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/gFlewur7ja9AIGeGj0z9kgjFNMxeUuSK7SURK1D5.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 21:00:35','2026-07-14 21:00:35'),
(278,'MARK','LHUEL VIRTUDEZ',NULL,'+63 9065756781',NULL,'Filipino',NULL,NULL,'guest-ids/flKby5yS3h7cRT636FRuDY0GlXo8nt1nN8qqUPcA.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 22:42:07','2026-07-14 22:43:55'),
(279,'KYLE','` LAXINA',NULL,'+63 9816240509',NULL,'Filipino',NULL,NULL,'guest-ids/vqW8YwTgSZs6NvcBxsTEY7RQcFTfRpLJiudP5rkl.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-14 23:11:13','2026-07-14 23:12:16'),
(280,'Pagtalunan','Lormie',NULL,'+63 9482883152',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-15 18:49:45','2026-07-15 18:49:45'),
(281,'Rex','Navidad',NULL,'+63 9178551994',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-15 18:50:56','2026-07-15 18:50:56'),
(282,'Vonne','Kyle Valladolid',NULL,'+63 9164126407',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-15 18:52:09','2026-07-15 18:52:09'),
(283,'Judie','Marie Jonasan',NULL,'+63 9613880180',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-15 18:54:04','2026-07-15 18:54:04'),
(284,'Ryan','Villanueva',NULL,'+63 9171566443',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-15 18:55:09','2026-07-15 18:55:09'),
(285,'Riscris','Nebres',NULL,'+63 9515599045',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-15 22:18:24','2026-07-15 22:18:24'),
(286,'ELISA','ADRAINECM',NULL,'+63 9700463405',NULL,'Filipino',NULL,NULL,'guest-ids/DlzfYoKIZ9k4RP1hX5J3GQ6UxEUgsOYX01XIiYmv.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-15 23:03:28','2026-07-15 23:06:52'),
(287,'NORMA FELISA','QUISIL',NULL,'NA',NULL,'Filipino','Senior Citizen ID',NULL,'guest-ids/D81sFUK1qrwY7t6rPQzW0QMMOA7hloPtHFsieDmi.png','BARANGAY 4','MALAYBALAY CITY','BUKIDNON','Philippines',NULL,0,0,NULL,'2026-07-15 23:09:55','2026-07-15 23:09:55'),
(288,'NINO','GABRIEL PENIERO',NULL,'+63 9551137231',NULL,'Filipino',NULL,NULL,'guest-ids/W9sOGqB2YIdWHuAnpY1W4SPx70tTvX3vLanhHsmC.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 05:08:40','2026-07-16 05:13:38'),
(289,'EDUARDO','RELI',NULL,'+63 9351825435',NULL,'Filipino',NULL,NULL,'guest-ids/oizlGpLXH4xpU0ZamFBQkkR5wbxcF2lP3lZml2xd.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 05:10:37','2026-07-16 05:13:20'),
(290,'ALBERT',' JR. ANTIPALA',NULL,'+63 9497352132',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 12:49:18','2026-07-16 12:49:18'),
(291,'MINERVA','SOBLONO',NULL,'+63 9054451731',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 12:52:30','2026-07-16 12:52:30'),
(292,'Erick','Leopoldo',NULL,'+63 9182913223',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 15:27:21','2026-07-16 15:27:21'),
(293,'Rosie','Gay Digamon',NULL,'+63 9268290442',NULL,'Filipino','PhilHealth ID',NULL,'guest-ids/pVrpoTBxZwTLZWKbXhtUbeVhr94VqxwBCrGybc8P.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 15:28:58','2026-07-16 21:28:25'),
(294,'Janus','Dapanas',NULL,'+63 9617140786',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/SF27lRnc7kj0ivuPDwPuYQgDrqIV37DKbQSxC3yg.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 15:30:31','2026-07-16 21:27:36'),
(295,'Johannes','Selirio',NULL,'+63 9121983652',NULL,'Filipino',NULL,NULL,'guest-ids/lOTx4BxOUlYOZzNWKlt1utjJV0MPIXn4qiXNktbR.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 15:31:54','2026-07-16 21:26:57'),
(296,'Jon','Tamato',NULL,'+63 9553222422',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 15:32:42','2026-07-16 15:32:42'),
(297,'Rudyard','Latorza',NULL,'+63 9912068296',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/Bfb13uUs0QtwQM9wVjBoOPmPdvWX2gxjOkYXrw98.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 17:42:43','2026-07-16 21:25:00'),
(298,'Ana','Jannah Yasser',NULL,'+63 9953693441',NULL,'Filipino','Other',NULL,'guest-ids/nttFcLVuWEgbSw1bDcGdxtnL9rGaoXqCQ2rC8mDS.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 19:07:52','2026-07-16 21:24:26'),
(299,'Mariani','Madrones',NULL,'+63 9455198249',NULL,'Filipino','PWD ID',NULL,'guest-ids/coCiaf78QXjZoiz29hJObmiIC0N3iic5y70VOOhP.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 19:08:58','2026-07-16 21:23:51'),
(300,'Kurt','Pacanza',NULL,'+63 9267554839',NULL,'Filipino','Other',NULL,'guest-ids/1PhhBwKjRuE0NzoqjkqRlLmIgjqdJ6M2muLWBtMs.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 19:28:35','2026-07-16 21:23:13'),
(301,'Rocelyn','Ragmac',NULL,'+63 9459723222',NULL,'Filipino','Other',NULL,'guest-ids/sW148MWaZnNV9AhNlVs719ulM08x4o34CpMSotVC.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 19:45:24','2026-07-16 21:22:36'),
(302,'April','Grace Arboladura',NULL,'+63 9618644258',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/GXM1GfGEVZMp4g6roEVagXW2I9iM2GsykvNyNKta.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 20:23:17','2026-07-16 21:21:57'),
(303,'JORDAN','GARRISON',NULL,'+63 9278572274',NULL,'Filipino',NULL,NULL,'guest-ids/cG0cTBnrU9cjGln1BcreVCj55TSdbHi1EGCI0xo5.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-16 23:03:07','2026-07-16 23:11:34'),
(304,'EDGAR','OLACO',NULL,'+63 9171729778',NULL,'Filipino',NULL,NULL,'guest-ids/cFHra0sNW05jUsCZS2zUhQma48XbrMIY1TK1Vxp3.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 04:56:16','2026-07-17 05:28:10'),
(305,'SHANIA','MAE HUYO-A',NULL,'+63 9603512175',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 12:49:09','2026-07-17 12:49:09'),
(306,'Chaunchy','Clyde Diel',NULL,'+63 9171362781',NULL,'Filipino',NULL,NULL,'guest-ids/6wJuFG419Jcj2KThhj13eezIBR6vtUZdwID4RtPv.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 14:41:51','2026-07-17 14:42:31'),
(307,'Helbert','Barredo',NULL,'+63 9154469473',NULL,'Filipino',NULL,NULL,'guest-ids/bayCrZ5Fn8YzhDkCrPe6XtrsevBYQUD5NPg0hXjd.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 14:43:09','2026-07-17 20:45:52'),
(308,'Franchie','Marie Godito',NULL,'+63 9103635335',NULL,'Filipino',NULL,NULL,'guest-ids/ELB1uXlH13jwllUiyLu9xw6MKGj53YIgpI1ofsx0.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 14:44:51','2026-07-17 20:44:31'),
(309,'Veronica','Suarez',NULL,'+63 9991503867',NULL,'Filipino',NULL,NULL,'guest-ids/1S9XvqQK3Z1wL3uVYQHYUhfHnlMVFOYoP9mT04g7.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 14:47:20','2026-07-17 20:44:10'),
(310,'Aaron','John Lapiz',NULL,'+63 9691908175',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 14:48:34','2026-07-17 14:48:34'),
(311,'Ruby','Leah Caman',NULL,'+63 9616912068',NULL,'Filipino',NULL,NULL,'guest-ids/g0fmUEtexIZ6bmC5csC0GT7gNgbCR2cNAw678iJL.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 17:43:55','2026-07-17 20:42:39'),
(312,'Allen','Isaac Sancho',NULL,'+63 912553669',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/j3ZZ1g1CAA5wa3roUqOq68HzShIwBQ32EBcIVZVq.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 19:15:23','2026-07-17 20:41:44'),
(313,'Adelah','& Alioden Maruhom',NULL,'+63 9702318680',NULL,'Filipino',NULL,NULL,'guest-ids/2dFkH1NAPeA15GcelOXPP4qHuMK0LdQ50POVrF0R.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 19:49:12','2026-07-17 20:41:09'),
(314,'Samir','Kaluang',NULL,'+63 9066684468',NULL,'Filipino',NULL,NULL,'guest-ids/PSX3bqoOdZMSkcBbI4cNurbpBFdem72s7porqbz8.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-17 20:03:20','2026-07-17 20:40:43'),
(315,'Ranelie Jeel','Anson',NULL,'09946402422',NULL,'Filipino','Other',NULL,'guest-ids/75RNheeJUjlZd31Olcsp8vIOWZtLuKRzXaeYi9jq.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 01:54:24','2026-07-18 01:54:24'),
(316,'John Ray','Torres','torresjohnray@gmail.com','09676659491',NULL,'Filipino','PRC ID',NULL,'guest-ids/4lEyKxBf4MgaCnkx659xj6gFrrhw2W0fau4iKB6w.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 01:58:32','2026-07-18 01:58:32'),
(317,'Richard','Villanz',NULL,'+63 9952569355',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 02:03:38','2026-07-18 02:03:38'),
(318,'Jayson','Alenton',NULL,'09971067270',NULL,'Filipino','Other',NULL,'guest-ids/75FH5Wx6O9fSUPuFYU9dHQJgwwBdOzCJsKzbzC7c.png',NULL,NULL,NULL,'Philippines',NULL,0,0,'BFP Guest','2026-07-18 02:05:18','2026-07-18 02:05:18'),
(319,'Antonio','Serna Jr.',NULL,'09533966092',NULL,'Filipino','Other',NULL,'guest-ids/r81rEhI2s6LC31GZF60L2naG23UrXzTgXUyOzdEa.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 02:06:27','2026-07-18 02:06:27'),
(320,'Rey','Piega',NULL,'09564825500','1994-06-04','Filipino','Driver\'s License (LTO)',NULL,'guest-ids/9X2Xy7f0GvTqm7faMyR8Im77f9mtq3O5WPQEhAJT.png',NULL,'Pagadian City','Zamboanga del Sur','Philippines',NULL,0,0,NULL,'2026-07-18 03:04:55','2026-07-18 03:04:55'),
(321,'JOSEPH','LEGAYADA',NULL,'+63 9956188079',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 08:40:19','2026-07-18 08:40:19'),
(322,'RAYMART','MANALO',NULL,'+63 9273802094',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 11:56:37','2026-07-18 11:56:37'),
(323,'MARIELLA','GENOBATA',NULL,'+63 9922334455',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 13:23:22','2026-07-18 13:23:22'),
(324,'MARIO','SACRO',NULL,'+63 99944477',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 13:35:29','2026-07-18 13:35:29'),
(325,'JAYVEE','DALOGDOG',NULL,'+63 9164343992',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 13:37:50','2026-07-18 13:37:50'),
(326,'MUHAMMADNUR','MADAYAN',NULL,'+63 9385715710',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 20:31:36','2026-07-18 20:31:36'),
(327,'DANELLE','TAN',NULL,'+63 9621305625',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 20:34:22','2026-07-18 20:34:22'),
(328,'FRECEL','MAE ROQUE',NULL,'+63 9069385274',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 20:35:51','2026-07-18 20:35:51'),
(329,'MARC','SORIO',NULL,'+63 9615635799',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 20:36:58','2026-07-18 20:36:58'),
(330,'RICARDO','ANZANO',NULL,'+63 9178781375',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 20:58:51','2026-07-18 20:58:51'),
(331,'CREZEL','SUGUIHAN',NULL,'+63 9756740176',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 21:12:47','2026-07-18 21:12:47'),
(332,'NESMA','ABEDIN',NULL,'+63 9649169781',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 21:14:34','2026-07-18 21:14:34'),
(333,'JOSIE','ABOC',NULL,'+63 9956620449',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 21:16:01','2026-07-18 21:16:01'),
(334,'MAURA','ABIAN',NULL,'+63 9050355879',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 21:20:20','2026-07-18 21:20:20'),
(335,'JACENTH','RAFAEL',NULL,'+63 9970712232',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-18 21:22:26','2026-07-18 21:22:26'),
(336,'EJ','Pontillas',NULL,'+63 9952788263',NULL,'Filipino',NULL,NULL,'guest-ids/7qE3w7pWnjGarwyTWywLlIrQyZfZIrPhroG1L7RX.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 03:09:09','2026-07-19 03:14:42'),
(337,'Joseph','Macaranas',NULL,'+63 9458257372',NULL,'Filipino',NULL,NULL,'guest-ids/2Z2MyRondheswYgGmYPVximMQBlfS6y9sousUAS7.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 03:10:07','2026-07-19 03:15:03'),
(338,'Leonides','Dean',NULL,'+63 9184890913',NULL,'Filipino',NULL,NULL,'guest-ids/V2qGv7wiXq1OpDnWFLWCb5bDLOpnhod2kJ1nbXam.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 03:11:55','2026-07-19 03:15:27'),
(339,'April','Gardo',NULL,'+63 9639449827',NULL,'Filipino',NULL,NULL,'guest-ids/yGgixsbmyf5JBv4xHMucOwGlPnXI2IS8fVlCmWej.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 03:13:27','2026-07-19 03:15:47'),
(340,'Owen','Louie Guzman',NULL,'+63 9602795011',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 05:59:11','2026-07-19 05:59:11'),
(341,'GUDWARA','JAHIB CHAIL',NULL,'+63 9161949260',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 11:01:53','2026-07-19 11:01:53'),
(342,'JUAN','UNABIA',NULL,'+63 9178827212',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 12:23:55','2026-07-19 12:23:55'),
(343,'WALTER','ENCARNACION',NULL,'+63 9539460616',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 20:12:01','2026-07-19 20:12:01'),
(344,'MARIBETH','SIAO',NULL,'+63 9675667645',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 20:14:31','2026-07-19 20:14:31'),
(345,'MARIA','DORADO',NULL,'+63 9363953979',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 20:19:42','2026-07-19 20:19:42'),
(346,'DANICA','GABOYA',NULL,'+63 9614598417',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 20:27:13','2026-07-19 20:27:13'),
(347,'RAMIL','VALDEZ',NULL,'+63 9457022704',NULL,'Filipino',NULL,NULL,'guest-ids/etk8A1YzOEuEfoNA2BsaZxZmHycDqhQTp1wCIVfz.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 23:45:30','2026-07-20 23:47:20'),
(348,'JAMINAH','MANOK',NULL,'+63 9541633829',NULL,'Filipino',NULL,NULL,'guest-ids/euN2Ot7rL2T14TRtr8iIgO02gCC9lXgQjpB7jqGW.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 23:46:59','2026-07-20 23:45:13'),
(349,'KISHIA','BASLOTE',NULL,'+63 9759846827',NULL,'Filipino',NULL,NULL,'guest-ids/X3OSTHjQDAc4dPs7WBWZfPLkNhEor2c5qbUsV4xZ.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 23:49:00','2026-07-20 23:44:36'),
(350,'QWENDYS','JOY RIFE',NULL,'+63 9615214947',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 23:50:50','2026-07-19 23:50:50'),
(351,'RYAN','LOBRIGAS',NULL,'+63 9770986418',NULL,'Filipino',NULL,NULL,'guest-ids/K3ShAifZrm2cZX1pJrQadjDKt0ypgMJ7pyJdmXbH.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-19 23:52:19','2026-07-20 23:46:12'),
(352,'DENJERK','LAGOD',NULL,'+63 9531032762',NULL,'Filipino',NULL,NULL,'guest-ids/tpfuJCrKhT1XFdsnNiYsjY8MBpjedx2Fa2cYUlfu.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 00:03:44','2026-07-20 23:46:51'),
(353,'Abdul','Rahman Palao',NULL,'+63 9269149064',NULL,'Filipino',NULL,NULL,'guest-ids/J2sSKDkX7EpeCayR92jcAsVgHt58ARQ4MB41hsWD.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 12:58:35','2026-07-20 13:02:22'),
(354,'RIZA','MAE CALISO',NULL,'+63 9261594807',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:16:56','2026-07-20 19:16:56'),
(355,'ADRIANNE','CHRISTIAN DENSING',NULL,'+63 9296403578',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:18:54','2026-07-20 19:18:54'),
(356,'JEREMIAH','LOMOLOY',NULL,'+63 9664733367',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:20:34','2026-07-20 19:20:34'),
(357,'MATEO','FRANCISCO',NULL,'+63 9924627141',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:33:57','2026-07-20 19:33:57'),
(358,'MARK','ARBOIZ',NULL,'+63 9471514771',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:35:45','2026-07-20 19:35:45'),
(359,'ELDIE','JAY MANZANARES',NULL,'+63 9206100047',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:37:19','2026-07-20 19:37:19'),
(360,'MARIE','ANN PAYOT',NULL,'+63 9351123191',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:40:02','2026-07-20 19:40:02'),
(361,'SHEILA','LABAJO',NULL,'+63 9609009110',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 19:42:39','2026-07-20 19:42:39'),
(362,'AMAL','TOLIA',NULL,'+63 9451743101',NULL,'Filipino',NULL,NULL,'guest-ids/GGPOf7aaEQuLLZdAnWcFHilHDTMjV9nDYH325vhA.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 23:34:04','2026-07-20 23:48:13'),
(363,'ROY','DARAL',NULL,'+63 9396140529',NULL,'Filipino',NULL,NULL,'guest-ids/NR982y2jxE2tMrEEAK6CRNQlIPTkDcbsD8v7SAUJ.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-20 23:35:11','2026-07-20 23:47:50'),
(364,'MARK','PALLESCA',NULL,'+63 9185737019',NULL,'Filipino',NULL,NULL,'guest-ids/thdtKyIrT7A1PyKKZok4uaAMRkM3JRl8mokVjax8.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 01:37:50','2026-07-21 22:16:52'),
(365,'RAPHAEL','RENANTE',NULL,'+63 9774713105',NULL,'Filipino',NULL,NULL,'guest-ids/oh1eWDG6g2CSt0aGFTAyjJXYmIrkw58FK08QGupZ.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 01:41:43','2026-07-21 22:14:16'),
(366,'ALJON','CAGAPE',NULL,'+63 9973071839',NULL,'Filipino',NULL,NULL,'guest-ids/w2QJA88mCJ7OjiC1EWX09GMzQF487k8vMFJjIUNh.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 05:24:21','2026-07-21 22:13:47'),
(367,'CATHERINE','SORANIOG',NULL,'+63 9453980428',NULL,'Filipino',NULL,NULL,'guest-ids/81QMJKhAvuN0Ycp8x7gJrl3Gc6e9PnKAdK0Rz38K.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 05:26:33','2026-07-21 22:12:52'),
(368,'Gail','Besiohan',NULL,'+63 9122910855',NULL,'Filipino',NULL,NULL,'guest-ids/IUgx2Wxkz9jSkBAYXilmdoxn7THrwNKjMySHFl1p.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 08:42:12','2026-07-21 08:45:31'),
(369,'JOSIE','PAMPLONA',NULL,'+63 9359727108',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 20:15:50','2026-07-21 20:15:50'),
(370,'BADRIAH','ACMAD',NULL,'+63 9176896403',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 20:21:50','2026-07-21 20:21:50'),
(371,'ROWELL','TAGIOBON',NULL,'+63 9178166107',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 20:25:59','2026-07-21 20:25:59'),
(372,'MICHAEL','FANLO',NULL,'+63 9355644409',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 20:28:18','2026-07-21 20:28:18'),
(373,'DULCE','AMOR MATONDO',NULL,'+63 9260423510',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 20:43:24','2026-07-21 20:43:24'),
(374,'KURT','PACANZA',NULL,'+63 9267553849',NULL,'Filipino',NULL,NULL,'guest-ids/RtRczzjh6yDrLzXhjbgXucbaT8YCXfR4wVWoqM9O.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 22:11:10','2026-07-21 22:18:20'),
(375,'JAN','IAN DEPACAQUIVO',NULL,'+63 9661495848',NULL,'Filipino',NULL,NULL,'guest-ids/sybOkLiE3mJfY8H4vqHvr9IYxIjkkZFno7NPfX3Q.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-21 23:13:32','2026-07-21 23:14:51'),
(376,'Joey','Villahermosa',NULL,'09359727108',NULL,'Filipino',NULL,NULL,'guest-ids/UeI1PIph39uMEmnHn6oaBBv6LYZW5CbCtQ3wP5ax.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-22 10:51:00','2026-07-22 10:51:00'),
(377,'Rylle Sebastian Isaiah','Zapanta',NULL,'09940416785',NULL,'Filipino','Other',NULL,'guest-ids/dSOS2zt8lJqRqanic4OaDvmHYqL1hscZU1KthF1E.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-22 13:49:44','2026-07-22 13:49:44'),
(378,'RONALD','NANQUIL',NULL,'+63 9096747282',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-22 20:26:09','2026-07-22 20:26:09'),
(379,'NENETH','TIU',NULL,'+63 9107474550',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-22 20:30:40','2026-07-22 20:30:40'),
(380,'Frederick','Gomez',NULL,NULL,NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 12:09:26','2026-07-23 12:10:33'),
(381,'Edsmir','Jibal',NULL,'09363915800','2003-06-15','Filipino','PhilHealth ID',NULL,'guest-ids/ao5WTQmRJ9PeamXxVwuoRSrpOxk7I7DYvkkPxEEn.png',NULL,'Zamboanga City','Zamboanga del Sur','Philippines',NULL,0,0,'Under the reservation of Benjamin Chiong','2026-07-23 12:14:36','2026-07-23 12:14:36'),
(382,'Philip','Michael Mapa',NULL,'+63 09152946902',NULL,'Filipino','Other',NULL,'guest-ids/OxVk06VNhSAiRKWWSZcjl88B5OnCkmzNvryipOZf.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 16:16:21','2026-07-29 11:24:51'),
(383,'ULYSIS','AVILES',NULL,'+63 9350665520',NULL,'Filipino','Passport','P8323379A','guest-ids/0Ni6ZUpqiNlCCgb8Sky0oGmJ2rPqdGBf12BH19KK.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 19:59:13','2026-07-29 03:05:31'),
(384,'MARK','LOUISE MENDOZA',NULL,'+63 9985582916',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 20:09:16','2026-07-23 20:09:16'),
(385,'LORETO','MARIS',NULL,'+63 9289035102',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 20:10:19','2026-07-23 20:10:19'),
(386,'Axel','Launay',NULL,'+63 9671884288',NULL,'Filipino',NULL,NULL,'guest-ids/VJZBpjc4wkmg9vSHm2iq26HhSPXBLlbNeTyCz0Wi.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 23:08:05','2026-07-23 23:13:46'),
(387,'Hassanor','Omar',NULL,'+63 9352172567',NULL,'Filipino',NULL,NULL,'guest-ids/pHjxDi5AMwFcNp3SzwqExvDmSnY11xYbsijV6jP7.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 23:09:15','2026-07-25 23:15:33'),
(388,'Prince','Mangondaya',NULL,'+63 9171244073',NULL,'Filipino',NULL,NULL,'guest-ids/sMOVUgu43vYTIHs5PvFvRNZDCJyI85aDWDYZ0ht3.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 23:10:13','2026-07-23 23:14:43'),
(389,'Ann','Gabrielle Colipano',NULL,'+63 9624378068',NULL,'Filipino',NULL,NULL,'guest-ids/ARyWvlZERm9guYs3LzXf3A3y3imfks8czMv4j5h0.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 23:11:16','2026-07-23 23:15:12'),
(390,'Frencess','Mie Torralba',NULL,'+63 9998825736',NULL,'Filipino',NULL,NULL,'guest-ids/gyyIfSMLEgYzSAKz0Q70SYwOISwAPMRCkjVPnDCP.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-23 23:12:38','2026-07-23 23:15:43'),
(391,'Charlotte','/ Micole Isaga / Litang',NULL,'+63 9167751846',NULL,'Filipino',NULL,NULL,'guest-ids/uEYUdXiTaGKbytbRpJSZ3IU016v6eMPNc3VTc9kd.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 00:28:18','2026-07-24 00:32:35'),
(392,'Rose','Ann Rojas',NULL,'+63 9274116618',NULL,'Filipino',NULL,NULL,'guest-ids/BF7GscPvIJd8a0LWxycgZnKrnaZSbQWuP7AgKKOx.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 03:24:28','2026-07-24 04:09:21'),
(393,'Nicole Andrei','Ching',NULL,'09753313620',NULL,'Filipino','Other',NULL,'guest-ids/CZHdPduH9N4fyRRzn3JeOUbcqfKqliONvPVO9mEa.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 11:37:31','2026-07-24 11:37:31'),
(394,'Mae','Clavecilla',NULL,NULL,NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 12:58:35','2026-07-24 12:58:35'),
(395,'AMERHUSSIEN','ORANDING',NULL,'+63 9551254359',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 20:34:39','2026-07-24 20:34:39'),
(396,'VICTOR','n/a',NULL,'+63 9044586994',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 20:35:36','2026-07-24 20:35:36'),
(397,'NANETTE','SORIANO',NULL,'+63 9512472530',NULL,'Filipino','Other',NULL,'guest-ids/MimkgwYLKzezCPlhy0kgRaQHh9j7e62JpWpiDDFq.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 20:38:40','2026-07-29 03:02:01'),
(398,'KARL','FORTUNA',NULL,'+63 9623033027',NULL,'Filipino','National ID (PhilSys)','5068-5462-5847-6412','guest-ids/ItsWaKF06wMSiKFCMDDxqgbTPmEDkQAqSMPqGZwR.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 20:39:49','2026-07-29 03:01:09'),
(399,'JOSEPH','LEGAYADA',NULL,'+63 9556188079',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 20:43:53','2026-07-24 20:43:53'),
(400,'LYNETTE','GENIDA',NULL,'+63 9668110435',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-24 20:44:48','2026-07-24 20:44:48'),
(401,'Elma','Andilab',NULL,'+63 9542365830',NULL,'Filipino',NULL,NULL,'guest-ids/mlM1Lp6UPqkdBXkBLxm9TEwr7iVwkV8ZZeEUXsH9.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 02:45:19','2026-07-25 02:51:04'),
(402,'Evgenii','Lavrov',NULL,'+63 9060490403',NULL,'Filipino',NULL,NULL,'guest-ids/o5xeG4kBSjSDtaDvC22gWiTrJoRhAIq2k1s03mx0.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 02:47:57','2026-07-25 02:52:00'),
(403,'Jhonver','Cambarihan',NULL,'+63 9392525328',NULL,'Filipino',NULL,NULL,'guest-ids/bpCEPAfNCY300QDCdWjXv1GiPBJk7tMqdg1U3hgm.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 02:49:21','2026-07-25 02:52:30'),
(404,'BERLET','MONDOY',NULL,'+63 9757697512',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 08:50:30','2026-07-25 08:50:30'),
(405,'Joyce','Abian',NULL,'+63 9754820400',NULL,'Filipino',NULL,NULL,'guest-ids/HYtKPyCamyfS3GVauy9AKNeFDquD2WLISpxASuO6.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 20:02:07','2026-07-25 20:12:46'),
(406,'Scott','Henry Arinos',NULL,'+63 9662881702',NULL,'Filipino',NULL,NULL,'guest-ids/sRVANI78Vbn8v62zIIo6hBgTJEkG9cjRMKsKUPTI.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 20:04:13','2026-07-25 20:13:28'),
(407,'Julius','Orong',NULL,'+63 9355960475',NULL,'Filipino',NULL,NULL,'guest-ids/RfSCj8NNxhido9vuaxqVWqMieFMacTX26CO11C0k.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 20:05:33','2026-07-25 20:14:54'),
(408,'Rowel','Llaca',NULL,'+63 9461698565',NULL,'Filipino',NULL,NULL,'guest-ids/tZJ0Fx2wtjcf9rSWsKBUugCA1We0xdCqq1zhoCUG.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 20:06:58','2026-07-25 20:15:18'),
(409,'JOJI','BLISS TIBURCIO',NULL,'+63 9487772293',NULL,'Filipino',NULL,NULL,'guest-ids/14qpbNnIe0z4ZogPlKn4xdpcGeSg4izIj82wz604.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-25 22:32:35','2026-07-25 23:14:00'),
(410,'CARFIL','ESTOPIA',NULL,'+63 9103002232',NULL,'Filipino',NULL,NULL,'guest-ids/5ihBH2KkXIUax5bGiHnkb17OWZ2LENuKUCd4orcH.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 05:35:14','2026-07-26 06:00:50'),
(411,'ILTYD','SERBOL',NULL,'+63 9453419028',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 09:01:12','2026-07-26 09:01:12'),
(412,'ROLAND','REMENTIZO',NULL,'+63 9677708431',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:04:07','2026-07-26 20:04:07'),
(413,'EXOPERIA','IGAR',NULL,'+63 9171083185',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:06:42','2026-07-26 20:06:42'),
(414,'GARY','MERCADO',NULL,'+63 9281741212',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:08:26','2026-07-26 20:08:26'),
(415,'JORDAN','LORENTE',NULL,'+63 9304844223',NULL,'Filipino','Other',NULL,'guest-ids/PeQJsflTgmixkE5d28aY3QRNnI2I0cyz9bBPezUT.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:10:00','2026-07-29 02:55:51'),
(416,'RICA','CALEJESAN',NULL,'+63 9856152819',NULL,'Filipino','Other',NULL,'guest-ids/NftuDITipKgCthTZCD4hPD4BWQKeY3pTKzDoMIjj.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:11:19','2026-07-29 02:54:55'),
(417,'JAYSON','CAHILES',NULL,'+63 9171125992',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:25:52','2026-07-26 20:25:52'),
(418,'HENRY','TE',NULL,'+63 9177102713',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/1nQanzZRvUUO8UqqKcFp47TQDqHPvV19tzlm9Tix.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:26:58','2026-07-29 02:53:43'),
(419,'SHAIRA','ABDUL',NULL,'+63 9158177288',NULL,'Filipino','Other',NULL,'guest-ids/PiEN4BtiLYanVgdRfxKB7rcsg8VkZE9FAECnx9dd.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:29:18','2026-07-29 02:53:02'),
(420,'LORAINE','LEOPOLDO',NULL,'+63 9754910565',NULL,'Filipino','Other',NULL,'guest-ids/sg3WxuhHpj5VEcQAx3ZDIXiN3BkCOAVgxN7JX7wC.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 20:30:33','2026-07-29 02:52:21'),
(421,'RAFAEL','ACTUB',NULL,'+63 9773701474',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/0wW5lLYFvMTszot0vMTPcKSM92fTzNTQIZ0Ix6d9.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 23:13:37','2026-07-29 02:51:23'),
(422,'BENJIE','PEPITO',NULL,'+63 9068288173',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-26 23:14:58','2026-07-26 23:14:58'),
(423,'Herbert','Ramises',NULL,'09695853706',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/fiNT68pcduO1nLQ37NQb3owyZIpbHCHy22WRRO2d.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 12:02:05','2026-07-27 12:02:05'),
(424,'Aia','Kay Salinding',NULL,'+63 9530379446',NULL,'Filipino','Other',NULL,'guest-ids/IdRGBW0effYtunHIREaHFOx1xV91qxvAZkybAAVu.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 12:10:44','2026-07-29 02:49:45'),
(425,'JEY','AR ELCANO',NULL,'+63 9469904092',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 19:39:53','2026-07-27 19:39:53'),
(426,'VINCENT','MAGALLANES',NULL,'+63 92880709550',NULL,'Filipino','Other',NULL,'guest-ids/rWRI7zp4RgsVCiJue9ixbVVEbdtEgyXhmH2nQs1n.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 19:41:42','2026-07-29 02:46:13'),
(427,'JOELIX','NILLAMA',NULL,'+63 93105242697',NULL,'Filipino','Other',NULL,'guest-ids/BUxxxF08ET72gJqssqQdZlQ0tfHE3SzMV7LJKxLs.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 19:42:50','2026-07-29 02:44:59'),
(428,'JERICHO','MALIBAGO',NULL,'+63 9677104830',NULL,'Filipino','Other',NULL,'guest-ids/fi0wgHWdoCZo26NtYcekwMjKqf9PBlODv7UJ0Ojw.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 19:44:11','2026-07-29 02:43:57'),
(429,'JOHN','PAUL CORNELIO',NULL,'+63 9098115404',NULL,'Filipino','National ID (PhilSys)',NULL,'guest-ids/lp9pYpCBYknI0kNuIeEtu0mIDibL8d4LuwOI7HKX.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 20:01:59','2026-07-29 02:42:46'),
(430,'HARLOW','DAGOOC',NULL,'+63 9526536155',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/PdWfodgbRGTK0AdwqeD1WZEXaHFjG4RPXo94niLe.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 20:04:15','2026-07-29 02:39:12'),
(431,'JAYSON','CAHILES',NULL,'+63 9121125992',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/SQOoYnzgEBBQi4GOhgDV6faAp0WyQxyGJCW8saNS.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 20:05:57','2026-07-28 04:49:56'),
(432,'MARJORIE','CONSON',NULL,'+63 9354357341',NULL,'Filipino','Other',NULL,'guest-ids/GCnWApG7FFpe9pkVCtWER7eGGDulk42IcDV5SRHu.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-27 20:07:37','2026-07-28 04:48:34'),
(433,'Cecilbern','Bernabe',NULL,'09634994496',NULL,'Filipino','Other',NULL,'guest-ids/j8Z5qg1AMWwaZ3WE7VGtevVuex8Kxt5jNd5q5pvj.png',NULL,'Iligan City',NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 04:52:03','2026-07-28 04:52:03'),
(434,'Francey Aisah','Angcoo',NULL,'09159202955',NULL,'Filipino','Passport',NULL,'guest-ids/coNfDVXpwKeXR36WCyfsV62gP1Nt8Izzn4fOxKWo.jpg',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 04:55:00','2026-07-28 04:55:00'),
(435,'Elizabeth','Marcella',NULL,'+63 9171475196',NULL,'Filipino','UMID',NULL,'guest-ids/73y0PUboXNrrmUFdFYnYifjsyvnikMclQzH4ttL7.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 09:21:00','2026-07-29 02:38:18'),
(436,'Judith','Duran',NULL,'+63 9562412763',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/QkExCYGjE0OYohfcSL9DIEzQN4ytpMTswA16WZE8.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 13:06:04','2026-07-29 01:57:21'),
(437,'RENNBRAN','JUVENTUD',NULL,'+63 9559046633',NULL,'Filipino','Driver\'s License (LTO)',NULL,'guest-ids/hUnS1DjzPEVFIsiTbeWimxiLIRSaAuEE3muFwub0.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 19:47:03','2026-07-29 01:56:44'),
(438,'EDWIN','OLAER',NULL,'+63 9760336921',NULL,'Filipino','National ID (PhilSys)',NULL,'guest-ids/CY4r6eJjceS1LM5wKKaMzA4gici8RaAl9feouq0E.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 19:49:49','2026-07-29 01:56:03'),
(439,'CECILBERN','BERNABE',NULL,'+63 9634994496',NULL,'Filipino','Other',NULL,'guest-ids/CXeIyP48YOP8wO4eKqSCzsl3cVgmYTPzj7U1itFg.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 19:53:05','2026-07-29 01:55:20'),
(440,'ZAMANTHA','ELIZABETH TIMOG',NULL,'+63 9977864213',NULL,'Filipino','Driver\'s License (LTO)','K19-23-003269','guest-ids/SCkcdgqZ6lkLq6uosO5mojUcqTOpx0IAFzn2lUwD.png','P-4 Liloan, Lumbo','Valencia City','Bukidnon','Philippines',NULL,0,0,NULL,'2026-07-28 20:21:46','2026-07-29 01:53:10'),
(441,'JUNDY','FORTEZA',NULL,'+63 9129247378',NULL,'Filipino','Other','2026-0040','guest-ids/vhwZSY6IX9uiyRy8psEcILJb1uvGEYYENJDralgl.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 20:26:23','2026-07-29 01:49:42'),
(442,'CJ','AWA',NULL,'+63 9197518176',NULL,'Filipino','PRC ID',NULL,'guest-ids/TaSo42YdKUl12KMfwvYy8M4fE5BZ75NZTQDxeBmO.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 20:31:46','2026-07-29 01:48:05'),
(443,'APRIL ROSE','ONG',NULL,'+63 9060375982',NULL,'Filipino','PhilHealth ID','15-025602900-8','guest-ids/vH5UfJHPpZmUTmfWFE8ejyFlN1vrUpptSgLuz2dK.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 20:33:50','2026-07-29 01:45:53'),
(444,'CYRUS','BAGON',NULL,'+63 9494935826',NULL,'Filipino','Other',NULL,'guest-ids/d1yjP78FrGfgRLIHvP1tXRGI5wNPMukIyRo8uL2M.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-28 20:36:43','2026-07-29 01:43:02'),
(445,'Charles Ford','Paraon',NULL,'09150975051',NULL,'Filipino','UMID','0034-0287299-8','guest-ids/QL6sFVJq4LKzsyh4w9pW0xRQUOMPMxlYTDSsbpfy.png','B-3 L-24 North Crest Vill. Bagumbong Rd.','Caloocan City','NCR','Philippines',NULL,0,0,NULL,'2026-07-29 03:30:51','2026-07-29 03:52:06'),
(446,'Kurt Kristian','Pacanza',NULL,'09267553849',NULL,'Filipino','Other','240037261','guest-ids/FlgtqeQsTlhN0p2HGo304jSIf59o263lzHVXer1u.png',NULL,'Manolo Fortich','Bukidnon','Philippines',NULL,0,0,NULL,'2026-07-29 03:38:08','2026-07-29 03:39:28'),
(447,'Cosme Carlo','Lacang',NULL,'09165117440','1986-09-27','Filipino','Driver\'s License (LTO)','N02-13-025737','guest-ids/6VY9W4Dd3UMNwEaxIJe5dipfbCBrQRavDpN4ZYtl.png',NULL,'Quezon City','Manila','Philippines',NULL,0,0,NULL,'2026-07-29 03:41:20','2026-07-29 03:42:57'),
(448,'Alexander','Ortiz',NULL,'09664489272',NULL,'Filipino','PWD ID','10-4305-0016456','guest-ids/8RzdRFIsFejtIgvEoEDB7lxBykO755oNl2yoi9ja.png',NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-29 04:00:00','2026-07-29 04:00:50'),
(449,'Cristobal','Cenita',NULL,'+63 9776864811',NULL,'Filipino',NULL,NULL,NULL,NULL,NULL,NULL,'Philippines',NULL,0,0,NULL,'2026-07-29 07:21:08','2026-07-29 07:21:08');
/*!40000 ALTER TABLE `guests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `hero_slides`
--

DROP TABLE IF EXISTS `hero_slides`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `hero_slides` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) DEFAULT NULL,
  `caption` text DEFAULT NULL,
  `image_path` varchar(255) DEFAULT NULL,
  `sort_order` int(11) NOT NULL DEFAULT 0,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `hero_slides`
--

LOCK TABLES `hero_slides` WRITE;
/*!40000 ALTER TABLE `hero_slides` DISABLE KEYS */;
INSERT INTO `hero_slides` VALUES
(1,'Welcome to Parkview Hotel CDO','Experience comfort and warm Filipino hospitality in the heart of Cagayan de Oro City.',NULL,1,1,'2026-07-28 20:14:11','2026-07-28 20:14:11'),
(2,'Modern Rooms for Every Need','Choose from 16 room types — from budget-friendly rooms to spacious executive suites.',NULL,2,1,'2026-07-28 20:14:11','2026-07-28 20:14:11'),
(3,'Your Gateway to CDO','Perfectly located near major attractions, shopping centers, and business districts in Cagayan de Oro.',NULL,3,1,'2026-07-28 20:14:11','2026-07-28 20:14:11');
/*!40000 ALTER TABLE `hero_slides` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `inquiries`
--

DROP TABLE IF EXISTS `inquiries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `inquiries` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `subject` varchar(255) DEFAULT NULL,
  `message` text NOT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'new',
  `ip_address` varchar(45) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `inquiries`
--

LOCK TABLES `inquiries` WRITE;
/*!40000 ALTER TABLE `inquiries` DISABLE KEYS */;
/*!40000 ALTER TABLE `inquiries` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `job_batches`
--

DROP TABLE IF EXISTS `job_batches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `job_batches` (
  `id` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `total_jobs` int(11) NOT NULL,
  `pending_jobs` int(11) NOT NULL,
  `failed_jobs` int(11) NOT NULL,
  `failed_job_ids` longtext NOT NULL,
  `options` mediumtext DEFAULT NULL,
  `cancelled_at` int(11) DEFAULT NULL,
  `created_at` int(11) NOT NULL,
  `finished_at` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `job_batches`
--

LOCK TABLES `job_batches` WRITE;
/*!40000 ALTER TABLE `job_batches` DISABLE KEYS */;
/*!40000 ALTER TABLE `job_batches` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `jobs`
--

DROP TABLE IF EXISTS `jobs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(255) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` smallint(5) unsigned NOT NULL,
  `reserved_at` int(10) unsigned DEFAULT NULL,
  `available_at` int(10) unsigned NOT NULL,
  `created_at` int(10) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `jobs_queue_index` (`queue`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `jobs`
--

LOCK TABLES `jobs` WRITE;
/*!40000 ALTER TABLE `jobs` DISABLE KEYS */;
/*!40000 ALTER TABLE `jobs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `maintenance_requests`
--

DROP TABLE IF EXISTS `maintenance_requests`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `maintenance_requests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `room_no` varchar(10) DEFAULT NULL,
  `location` varchar(255) NOT NULL,
  `category` varchar(255) NOT NULL,
  `priority` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'open',
  `reported_by` varchar(255) DEFAULT NULL,
  `resolved_at` timestamp NULL DEFAULT NULL,
  `resolution_notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `maintenance_requests_room_no_index` (`room_no`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `maintenance_requests`
--

LOCK TABLES `maintenance_requests` WRITE;
/*!40000 ALTER TABLE `maintenance_requests` DISABLE KEYS */;
INSERT INTO `maintenance_requests` VALUES
(1,'306','Room 306','structural','urgent','Ceiling plaster cracked and partially falling near bathroom entry. Debris on floor. Room removed from sale until repaired — do not assign to guests.','open','Management',NULL,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(2,'412','Room 412','electrical','normal','Wall outlet near work desk not functioning. Tested with phone charger — no power. Other outlets in room work fine.','open','Housekeeping - Ana',NULL,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(3,NULL,'2nd Floor Hallway','hvac','high','Central AC unit near the elevator is emitting an intermittent loud rattling noise. Multiple guests on Floor 2 have complained. Appears to worsen in the afternoon.','in_progress','Front Desk',NULL,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(4,NULL,'Pool Deck','structural','high','Handrail along the pool staircase is loose and wobbles. Safety risk for guests. Flagged by pool attendant during morning inspection.','open','Pool Attendant',NULL,NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35'),
(5,'313','Room 313','plumbing','low','Shower head pressure noticeably low compared to other rooms. Guest mentioned it during check-out.','resolved','Front Desk - Jessa','2026-06-14 23:03:35','Cleaned shower head filter — mineral buildup removed. Pressure restored to normal.','2026-06-17 23:03:35','2026-06-17 23:03:35');
/*!40000 ALTER TABLE `maintenance_requests` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `media`
--

DROP TABLE IF EXISTS `media`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `media` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `path` varchar(255) NOT NULL,
  `disk` varchar(255) NOT NULL DEFAULT 'public',
  `mime` varchar(255) DEFAULT NULL,
  `size` bigint(20) unsigned NOT NULL DEFAULT 0,
  `width` int(10) unsigned DEFAULT NULL,
  `height` int(10) unsigned DEFAULT NULL,
  `alt_text` varchar(255) DEFAULT NULL,
  `title` varchar(255) DEFAULT NULL,
  `uploaded_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `media_uploaded_by_foreign` (`uploaded_by`),
  CONSTRAINT `media_uploaded_by_foreign` FOREIGN KEY (`uploaded_by`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `media`
--

LOCK TABLES `media` WRITE;
/*!40000 ALTER TABLE `media` DISABLE KEYS */;
/*!40000 ALTER TABLE `media` 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` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `migration` varchar(255) NOT NULL,
  `batch` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=57 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_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
(1,'0001_01_01_000000_create_users_table',1),
(2,'0001_01_01_000001_create_cache_table',1),
(3,'0001_01_01_000002_create_jobs_table',1),
(4,'2026_06_14_064431_create_maintenance_requests_table',1),
(5,'2026_06_14_100000_create_rooms_table',1),
(6,'2026_06_14_110000_create_settings_table',1),
(7,'2026_06_14_120000_create_reservations_table',1),
(8,'2026_06_14_204245_create_reservation_payments_table',1),
(9,'2026_06_14_230000_create_folio_charges_table',1),
(10,'2026_06_14_250000_create_guests_table',1),
(11,'2026_06_14_251000_add_guest_id_to_reservations_table',1),
(12,'2026_06_14_260000_add_id_image_to_guests_table',1),
(13,'2026_06_14_270000_create_pos_products_table',1),
(14,'2026_06_14_271000_create_pos_transactions_table',1),
(15,'2026_06_14_272000_create_pos_transaction_items_table',1),
(16,'2026_06_14_280000_create_rate_plans_table',1),
(17,'2026_06_14_281000_create_rate_plan_rates_table',1),
(18,'2026_06_14_282000_add_rate_plan_id_to_reservations_table',1),
(19,'2026_06_15_020208_create_channel_configs_table',1),
(20,'2026_06_15_100000_create_roles_table',1),
(21,'2026_06_15_100001_create_permissions_table',1),
(22,'2026_06_15_100002_create_role_permission_table',1),
(23,'2026_06_15_100003_update_users_table',1),
(24,'2026_06_15_200000_create_website_contents_table',1),
(25,'2026_06_15_200001_create_room_photos_table',1),
(26,'2026_06_15_210000_add_pos_transaction_id_to_folio_charges',1),
(27,'2026_06_15_212840_add_image_path_to_pos_products_table',1),
(28,'2026_06_15_214307_create_shifts_table',1),
(29,'2026_06_15_220000_create_newsletter_subscribers_table',1),
(30,'2026_06_15_221906_add_tutorial_completed_at_to_users_table',1),
(31,'2026_06_15_230000_create_activity_logs_table',1),
(32,'2026_06_15_230001_create_reservation_groups_table',1),
(33,'2026_06_15_230002_add_group_id_to_reservations_table',1),
(34,'2026_06_15_240000_create_guest_reminders_table',1),
(35,'2026_06_16_000001_add_soft_deletes_to_tables',1),
(36,'2026_06_18_155737_add_performance_indexes',2),
(37,'2026_07_02_000001_add_checked_in_at_to_reservations',3),
(38,'2026_07_02_000002_add_checked_out_at_to_reservations',4),
(39,'2026_07_12_000001_create_inquiries_table',5),
(40,'2026_07_12_000002_create_faqs_table',5),
(41,'2026_07_12_000003_create_promotions_table',5),
(42,'2026_07_12_000004_create_testimonials_table',5),
(43,'2026_07_12_000005_create_trust_badges_table',5),
(44,'2026_07_12_000006_create_attractions_table',5),
(45,'2026_07_12_000007_create_hero_slides_table',5),
(46,'2026_07_12_000008_create_posts_table',5),
(47,'2026_07_12_000009_create_website_content_revisions_table',5),
(48,'2026_07_12_000010_create_media_table',5),
(49,'2026_07_12_000011_add_locale_to_website_contents',5),
(50,'2026_07_12_000012_add_locale_to_website_content_revisions',5),
(51,'2026_07_16_100000_add_senior_pwd_discount_to_reservations',5),
(52,'2026_07_16_100001_add_or_number_to_reservation_payments',5),
(53,'2026_07_16_100002_add_nationality_to_reservations',5),
(54,'2026_07_16_120000_add_or_number_to_pos_transactions',5),
(55,'2026_07_17_000001_create_translations_table',5),
(56,'2026_07_17_000002_add_confirmation_token_to_reservations',5);
/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `newsletter_subscribers`
--

DROP TABLE IF EXISTS `newsletter_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `newsletter_subscribers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `email` varchar(255) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `subscribed_at` timestamp NOT NULL,
  `unsubscribed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `newsletter_subscribers_email_unique` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `newsletter_subscribers`
--

LOCK TABLES `newsletter_subscribers` WRITE;
/*!40000 ALTER TABLE `newsletter_subscribers` DISABLE KEYS */;
/*!40000 ALTER TABLE `newsletter_subscribers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `password_reset_tokens`
--

DROP TABLE IF EXISTS `password_reset_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `password_reset_tokens` (
  `email` varchar(255) NOT NULL,
  `token` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `password_reset_tokens`
--

LOCK TABLES `password_reset_tokens` WRITE;
/*!40000 ALTER TABLE `password_reset_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `password_reset_tokens` 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` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `module` varchar(255) NOT NULL,
  `key` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `permissions_key_unique` (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_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
(1,'Dashboard','dashboard.view','View Dashboard','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(2,'Rooms','rooms.view','View Rooms','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(3,'Rooms','rooms.create','Create Rooms','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(4,'Rooms','rooms.edit','Edit Rooms','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(5,'Reservations','reservations.view','View Reservations','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(6,'Reservations','reservations.create','Create Reservations','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(7,'Reservations','reservations.edit','Edit Reservations','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(8,'Reservations','reservations.check_in','Check In','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(9,'Reservations','reservations.check_out','Check Out','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(10,'Reservations','reservations.cancel','Cancel / No-show','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(11,'Reservations','reservations.payments','Manage Payments','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(12,'Front Desk','front_desk.view','View Front Desk (Check-in/out Queues, Room Rack)','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(13,'Housekeeping','housekeeping.view','View Housekeeping','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(14,'Housekeeping','housekeeping.update','Update Room Status','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(15,'Maintenance','maintenance.view','View Maintenance','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(16,'Maintenance','maintenance.create','Create Work Orders','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(17,'Maintenance','maintenance.resolve','Resolve Work Orders','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(18,'Rate Plans','rate_plans.view','View Rate Plans','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(19,'Rate Plans','rate_plans.manage','Manage Rate Plans','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(20,'Channel Manager','channel_manager.view','View Channel Manager','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(21,'Channel Manager','channel_manager.manage','Manage Channel Mappings','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(22,'Calendar','calendar.view','View Calendar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(23,'Reports','reports.occupancy','Occupancy Report','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(24,'Reports','reports.revenue','Revenue Report','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(25,'Reports','reports.night_audit','Night Audit Report','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(26,'Guests','guests.view','View Guest Profiles','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(27,'Guests','guests.manage','Manage Guests','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(28,'Point of Sale','pos.view','View POS','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(29,'Point of Sale','pos.transactions','Process Transactions','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(30,'Point of Sale','pos.products','Manage Products','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(31,'Billing','billing.view','View Billing & Folios','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(32,'Settings','settings.view','View Settings','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(33,'Settings','settings.edit','Edit Settings','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(34,'Staff','staff.view','View Staff','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(35,'Staff','staff.manage','Manage Staff','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(36,'Roles','roles.view','View Roles','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(37,'Roles','roles.manage','Manage Roles & Permissions','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(38,'Website','website.manage','Manage Website Content','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(39,'Shifts','shifts.view','View Shift Log','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(40,'Shifts','shifts.manage','Manage All Shifts','2026-06-17 23:03:36','2026-06-17 23:03:36');
/*!40000 ALTER TABLE `permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pos_products`
--

DROP TABLE IF EXISTS `pos_products`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `pos_products` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `image_path` varchar(255) DEFAULT NULL,
  `price` decimal(10,2) NOT NULL,
  `category` varchar(255) NOT NULL DEFAULT 'other',
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pos_products`
--

LOCK TABLES `pos_products` WRITE;
/*!40000 ALTER TABLE `pos_products` DISABLE KEYS */;
INSERT INTO `pos_products` VALUES
(1,'Coffee (Hot)',NULL,NULL,65.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(2,'Hot Chocolate',NULL,NULL,75.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(3,'Orange Juice',NULL,NULL,85.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(4,'Bottled Water (500ml)',NULL,NULL,25.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(5,'Softdrinks (Regular)',NULL,NULL,45.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(6,'Breakfast Set A',NULL,NULL,250.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(7,'Filipino Breakfast Set',NULL,NULL,280.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(8,'Lunch Set',NULL,NULL,350.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(9,'Dinner Set',NULL,NULL,450.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(10,'Rice (per serving)',NULL,NULL,30.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(11,'Toast & Butter',NULL,NULL,75.00,'food_beverage',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(12,'Beer – San Miguel Pale',NULL,NULL,85.00,'minibar',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(13,'Beer – San Miguel Light',NULL,NULL,90.00,'minibar',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(14,'Pringles Original',NULL,NULL,120.00,'minibar',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(15,'Snickers Bar',NULL,NULL,55.00,'minibar',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(16,'Nuts & Crackers',NULL,NULL,75.00,'minibar',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(17,'T-Shirt / Polo',NULL,NULL,35.00,'laundry',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(18,'Pants / Jeans',NULL,NULL,50.00,'laundry',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(19,'Dress / Blouse',NULL,NULL,45.00,'laundry',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(20,'Underwear / Socks',NULL,NULL,20.00,'laundry',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(21,'Bedsheet Set',NULL,NULL,120.00,'laundry',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(22,'Local Call (per call)',NULL,NULL,15.00,'telephone',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(23,'Long Distance (per min)',NULL,NULL,25.00,'telephone',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(24,'Extra Pillow',NULL,NULL,100.00,'other',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(25,'Extra Blanket',NULL,NULL,150.00,'other',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(26,'Baby Cot',NULL,NULL,300.00,'other',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(27,'Internet Day Pass',NULL,NULL,100.00,'other',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(28,'Printing (per page)',NULL,NULL,5.00,'other',1,'2026-06-17 23:03:36','2026-06-17 23:03:36');
/*!40000 ALTER TABLE `pos_products` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pos_transaction_items`
--

DROP TABLE IF EXISTS `pos_transaction_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `pos_transaction_items` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `pos_transaction_id` bigint(20) unsigned NOT NULL,
  `pos_product_id` bigint(20) unsigned DEFAULT NULL,
  `description` varchar(255) NOT NULL,
  `unit_price` decimal(10,2) NOT NULL,
  `quantity` smallint(5) unsigned NOT NULL DEFAULT 1,
  `category` varchar(255) NOT NULL DEFAULT 'other',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `pos_transaction_items_pos_transaction_id_index` (`pos_transaction_id`)
) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pos_transaction_items`
--

LOCK TABLES `pos_transaction_items` WRITE;
/*!40000 ALTER TABLE `pos_transaction_items` DISABLE KEYS */;
INSERT INTO `pos_transaction_items` VALUES
(1,1,1,'Coffee (Hot)',65.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(2,1,6,'Breakfast Set A',250.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(3,1,4,'Bottled Water (500ml)',25.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(4,2,12,'Beer – San Miguel Pale',85.00,3,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(5,2,14,'Pringles Original',120.00,2,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(6,2,16,'Nuts & Crackers',75.00,1,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(7,3,17,'T-Shirt / Polo',35.00,4,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(8,3,18,'Pants / Jeans',50.00,2,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(9,3,19,'Dress / Blouse',45.00,2,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(10,3,20,'Underwear / Socks',20.00,3,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(11,4,8,'Lunch Set',350.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(12,4,10,'Rice (per serving)',30.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(13,4,3,'Orange Juice',85.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(14,4,5,'Softdrinks (Regular)',45.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(15,5,27,'Internet Day Pass',100.00,1,'other','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(16,5,28,'Printing (per page)',5.00,8,'other','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(17,6,9,'Dinner Set',450.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(18,6,10,'Rice (per serving)',30.00,3,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(19,6,2,'Hot Chocolate',75.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(20,7,7,'Filipino Breakfast Set',280.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(21,7,1,'Coffee (Hot)',65.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(22,7,11,'Toast & Butter',75.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(23,7,3,'Orange Juice',85.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(24,8,21,'Bedsheet Set',120.00,1,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(25,8,17,'T-Shirt / Polo',35.00,3,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(26,8,18,'Pants / Jeans',50.00,2,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(27,9,24,'Extra Pillow',100.00,2,'other','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(28,9,25,'Extra Blanket',150.00,1,'other','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(29,9,26,'Baby Cot',300.00,1,'other','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(30,10,13,'Beer – San Miguel Light',90.00,2,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(31,10,14,'Pringles Original',120.00,1,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(32,10,15,'Snickers Bar',55.00,3,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(33,10,4,'Bottled Water (500ml)',25.00,4,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(34,11,1,'Coffee (Hot)',65.00,3,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(35,11,11,'Toast & Butter',75.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(36,11,4,'Bottled Water (500ml)',25.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(37,12,5,'Softdrinks (Regular)',45.00,4,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(38,12,4,'Bottled Water (500ml)',25.00,6,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(39,12,15,'Snickers Bar',55.00,2,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(40,13,6,'Breakfast Set A',250.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(41,13,3,'Orange Juice',85.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(42,13,1,'Coffee (Hot)',65.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(43,14,17,'T-Shirt / Polo',35.00,5,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(44,14,18,'Pants / Jeans',50.00,3,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(45,14,19,'Dress / Blouse',45.00,2,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(46,14,21,'Bedsheet Set',120.00,1,'laundry','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(47,15,2,'Hot Chocolate',75.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(48,15,14,'Pringles Original',120.00,1,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(49,15,16,'Nuts & Crackers',75.00,2,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(50,16,8,'Lunch Set',350.00,4,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(51,16,10,'Rice (per serving)',30.00,6,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(52,16,5,'Softdrinks (Regular)',45.00,4,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(53,16,4,'Bottled Water (500ml)',25.00,4,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(54,17,12,'Beer – San Miguel Pale',85.00,6,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(55,17,13,'Beer – San Miguel Light',90.00,3,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(56,17,16,'Nuts & Crackers',75.00,4,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(57,18,9,'Dinner Set',450.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(58,18,10,'Rice (per serving)',30.00,4,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(59,18,3,'Orange Juice',85.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(60,18,2,'Hot Chocolate',75.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(61,19,27,'Internet Day Pass',100.00,2,'other','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(62,19,28,'Printing (per page)',5.00,15,'other','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(63,20,2,'Hot Chocolate',75.00,2,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(64,20,15,'Snickers Bar',55.00,3,'minibar','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(65,20,1,'Coffee (Hot)',65.00,1,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(66,20,4,'Bottled Water (500ml)',25.00,3,'food_beverage','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(67,21,4,'Bottled Water (500ml)',25.00,1,'food_beverage','2026-06-18 13:48:47','2026-06-18 13:48:47'),
(68,21,1,'Coffee (Hot)',65.00,1,'food_beverage','2026-06-18 13:48:47','2026-06-18 13:48:47'),
(69,21,7,'Filipino Breakfast Set',280.00,1,'food_beverage','2026-06-18 13:48:47','2026-06-18 13:48:47'),
(70,21,2,'Hot Chocolate',75.00,1,'food_beverage','2026-06-18 13:48:47','2026-06-18 13:48:47'),
(71,21,10,'Rice (per serving)',30.00,1,'food_beverage','2026-06-18 13:48:47','2026-06-18 13:48:47');
/*!40000 ALTER TABLE `pos_transaction_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `pos_transactions`
--

DROP TABLE IF EXISTS `pos_transactions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `pos_transactions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `reservation_id` bigint(20) unsigned DEFAULT NULL,
  `cashier` varchar(255) NOT NULL DEFAULT 'Front Desk',
  `total` decimal(10,2) NOT NULL,
  `payment_method` varchar(255) DEFAULT NULL,
  `reference` varchar(255) DEFAULT NULL,
  `or_number` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `transaction_date` date NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `pos_transactions_or_number_unique` (`or_number`),
  KEY `pos_transactions_reservation_id_index` (`reservation_id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `pos_transactions`
--

LOCK TABLES `pos_transactions` WRITE;
/*!40000 ALTER TABLE `pos_transactions` DISABLE KEYS */;
INSERT INTO `pos_transactions` VALUES
(1,1,'Front Desk',680.00,NULL,NULL,NULL,'Room service — breakfast for 2','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(2,1,'Front Desk',570.00,NULL,NULL,NULL,'Minibar restock','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(3,34,'Front Desk',390.00,NULL,NULL,NULL,'Laundry batch #1','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(4,2,'Front Desk',585.00,NULL,NULL,NULL,'In-room lunch','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(5,2,'Front Desk',140.00,NULL,NULL,NULL,NULL,'2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(6,4,'Front Desk',1140.00,NULL,NULL,NULL,'Room service — dinner','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(7,27,'Front Desk',570.00,NULL,NULL,NULL,'Room service — breakfast','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(8,28,'Front Desk',325.00,NULL,NULL,NULL,'Laundry & bedsheet','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(9,29,'Front Desk',650.00,NULL,NULL,NULL,'Extra amenities','2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(10,30,'Front Desk',565.00,NULL,NULL,NULL,NULL,'2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(11,NULL,'Front Desk',395.00,'Cash',NULL,NULL,NULL,'2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(12,NULL,'Front Desk',440.00,'GCash','GC-20260612-0041',NULL,NULL,'2026-06-12','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(13,NULL,'Front Desk',800.00,'Cash',NULL,NULL,'Walk-in breakfast — 2 guests','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(14,NULL,'Front Desk',535.00,'Maya','MAYA-5512-8834',NULL,'External laundry walk-in','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(15,NULL,'Front Desk',345.00,'Cash',NULL,NULL,NULL,'2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(16,NULL,'Front Desk',1860.00,'Credit Card','CC-XXXX-5291',NULL,'Corporate lunch — meeting group','2026-06-13','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(17,NULL,'Front Desk',1080.00,'GCash','GC-20260614-0019',NULL,NULL,'2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(18,NULL,'Front Desk',1265.00,'Cash',NULL,NULL,NULL,'2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(19,NULL,'Front Desk',275.00,'Debit Card','DBT-9872',NULL,'Business center usage','2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(20,NULL,'Front Desk',455.00,'Cash',NULL,NULL,NULL,'2026-06-14','2026-06-17 23:03:36','2026-06-17 23:03:36'),
(21,47,'Front Desk',475.00,NULL,NULL,NULL,'Room Charge','2026-06-18','2026-06-18 13:48:47','2026-06-18 13:48:47');
/*!40000 ALTER TABLE `pos_transactions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `posts`
--

DROP TABLE IF EXISTS `posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `posts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `excerpt` varchar(255) DEFAULT NULL,
  `body` text NOT NULL,
  `cover_image` varchar(255) DEFAULT NULL,
  `category` varchar(255) DEFAULT NULL,
  `author_id` bigint(20) unsigned DEFAULT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'draft',
  `published_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `posts_slug_unique` (`slug`),
  KEY `posts_author_id_foreign` (`author_id`),
  CONSTRAINT `posts_author_id_foreign` FOREIGN KEY (`author_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `posts`
--

LOCK TABLES `posts` WRITE;
/*!40000 ALTER TABLE `posts` DISABLE KEYS */;
/*!40000 ALTER TABLE `posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `promotions`
--

DROP TABLE IF EXISTS `promotions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `promotions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(255) NOT NULL,
  `slug` varchar(255) DEFAULT NULL,
  `subtitle` varchar(255) DEFAULT NULL,
  `body` text DEFAULT NULL,
  `image_path` varchar(255) DEFAULT NULL,
  `badge_label` varchar(255) DEFAULT NULL,
  `promo_code` varchar(255) DEFAULT NULL,
  `price_from` decimal(10,2) DEFAULT NULL,
  `cta_url` varchar(255) DEFAULT NULL,
  `valid_from` date DEFAULT NULL,
  `valid_until` date DEFAULT NULL,
  `sort_order` int(11) NOT NULL DEFAULT 0,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `deleted_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `promotions`
--

LOCK TABLES `promotions` WRITE;
/*!40000 ALTER TABLE `promotions` DISABLE KEYS */;
/*!40000 ALTER TABLE `promotions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rate_plan_rates`
--

DROP TABLE IF EXISTS `rate_plan_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `rate_plan_rates` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_plan_id` bigint(20) unsigned NOT NULL,
  `room_type` varchar(255) NOT NULL,
  `rate` decimal(10,2) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `rate_plan_rates_rate_plan_id_room_type_unique` (`rate_plan_id`,`room_type`),
  KEY `rate_plan_rates_rate_plan_id_index` (`rate_plan_id`)
) ENGINE=InnoDB AUTO_INCREMENT=161 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rate_plan_rates`
--

LOCK TABLES `rate_plan_rates` WRITE;
/*!40000 ALTER TABLE `rate_plan_rates` DISABLE KEYS */;
INSERT INTO `rate_plan_rates` VALUES
(1,5,'Economy Twin',599.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(2,5,'Economy Double',599.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(3,5,'Ordinary Twin',469.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(4,5,'Ordinary Double',469.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(5,5,'Standard Twin',729.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(6,5,'Standard Double',729.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(7,5,'Junior Deluxe',599.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(8,5,'Superior Deluxe',729.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(9,5,'Deluxe Twin',769.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(10,5,'Deluxe Double',769.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(11,5,'Deluxe Trio',1069.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(12,5,'Barkadahan',1299.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(13,5,'Family Room',1399.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(14,5,'Family Room 2',1399.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(15,5,'Executive Suite',1499.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(16,6,'Economy Twin',559.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(17,6,'Economy Double',559.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(18,6,'Ordinary Twin',439.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(19,6,'Ordinary Double',439.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(20,6,'Standard Twin',679.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(21,6,'Standard Double',679.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(22,6,'Junior Deluxe',559.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(23,6,'Superior Deluxe',679.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(24,6,'Deluxe Twin',719.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(25,6,'Deluxe Double',719.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(26,6,'Deluxe Trio',999.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(27,6,'Barkadahan',1199.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(28,6,'Family Room',1319.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(29,6,'Family Room 2',1319.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(30,6,'Executive Suite',1399.00,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(81,31,'Economy Junior',569.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(82,31,'Ordinary Twin',522.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(83,31,'Ordinary Double',522.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(84,31,'Junior Deluxe',664.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(85,31,'Economy Twin',664.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(86,31,'Economy Double',664.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(87,31,'Superior Deluxe',807.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(88,31,'Standard Twin',807.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(89,31,'Standard Double',807.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(90,31,'Deluxe Twin',854.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(91,31,'Deluxe Double',854.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(92,31,'Deluxe Trio',1287.00,'2026-06-30 23:50:15','2026-06-30 23:50:15'),
(93,31,'Barkadahan',1377.00,'2026-06-30 23:50:16','2026-06-30 23:50:16'),
(94,31,'Family Room',1567.00,'2026-06-30 23:50:16','2026-06-30 23:50:16'),
(95,31,'Family Room 2',1567.00,'2026-06-30 23:50:16','2026-06-30 23:50:16'),
(96,31,'Executive Suite',1662.00,'2026-06-30 23:50:16','2026-06-30 23:50:16'),
(129,35,'Economy Junior',599.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(130,35,'Ordinary Twin',549.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(131,35,'Ordinary Double',549.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(132,35,'Junior Deluxe',699.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(133,35,'Economy Twin',699.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(134,35,'Economy Double',699.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(135,35,'Standard Double',849.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(136,35,'Superior Deluxe',849.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(137,35,'Standard Twin',849.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(138,35,'Deluxe Double',899.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(139,35,'Deluxe Twin',899.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(140,35,'Deluxe Trio',1249.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(141,35,'Barkadahan',1449.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(142,35,'Family Room 2',1649.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(143,35,'Family Room',1649.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(144,35,'Executive Suite',1749.00,'2026-07-18 21:19:12','2026-07-18 21:19:12'),
(145,36,'Economy Junior',479.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(146,36,'Ordinary Twin',494.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(147,36,'Ordinary Double',494.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(148,36,'Junior Deluxe',559.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(149,36,'Economy Twin',629.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(150,36,'Economy Double',629.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(151,36,'Superior Deluxe',764.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(152,36,'Standard Twin',764.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(153,36,'Standard Double',764.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(154,36,'Deluxe Twin',809.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(155,36,'Deluxe Double',809.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(156,36,'Deluxe Trio',1166.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(157,36,'Barkadahan',1377.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(158,36,'Family Room',1567.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(159,36,'Family Room 2',1567.00,'2026-07-18 21:30:08','2026-07-18 21:30:08'),
(160,36,'Executive Suite',1662.00,'2026-07-18 21:30:08','2026-07-18 21:30:08');
/*!40000 ALTER TABLE `rate_plan_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rate_plans`
--

DROP TABLE IF EXISTS `rate_plans`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `rate_plans` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `code` varchar(20) NOT NULL,
  `type` enum('percent_off','amount_off','fixed') NOT NULL,
  `value` decimal(8,2) DEFAULT NULL,
  `description` text DEFAULT NULL,
  `min_nights` smallint(5) unsigned DEFAULT NULL,
  `valid_from` date DEFAULT NULL,
  `valid_until` date DEFAULT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `rate_plans_code_unique` (`code`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rate_plans`
--

LOCK TABLES `rate_plans` WRITE;
/*!40000 ALTER TABLE `rate_plans` DISABLE KEYS */;
INSERT INTO `rate_plans` VALUES
(1,'Advance Purchase Rate','ARP','percent_off',10.00,'10% discount for bookings made 7 or more days in advance.',NULL,NULL,NULL,1,'2026-06-17 23:03:36','2026-06-29 15:10:47','2026-06-29 15:10:47'),
(2,'Long Stay Discount','LSD','percent_off',15.00,'15% discount for stays of 7 nights or more.',7,NULL,NULL,1,'2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(3,'Senior Citizen / PWD Rate','SCPWD','percent_off',20.00,'20% mandatory discount for Senior Citizens and PWDs (RA 9994 / RA 7277).',NULL,NULL,NULL,1,'2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(4,'Group Rate','GRP','percent_off',10.00,'10% discount for group bookings of 5 rooms or more.',NULL,NULL,NULL,1,'2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(5,'Corporate Rate','CORP','fixed',NULL,'Contracted rates for corporate accounts and business travellers.',NULL,NULL,NULL,1,'2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(6,'Government / DepEd Rate','GOV','fixed',NULL,'Preferential rates for government employees and DepEd personnel.',NULL,NULL,NULL,1,'2026-06-17 23:03:36','2026-06-17 23:03:36',NULL),
(7,'Agoda 20%','AGD20','percent_off',20.00,NULL,NULL,NULL,NULL,1,'2026-06-29 12:32:30','2026-06-29 12:33:04','2026-06-29 12:33:04'),
(18,'AGODA','AGD','percent_off',20.00,NULL,1,'2026-06-01','2028-06-01',1,'2026-06-29 15:12:47','2026-06-29 15:17:14','2026-06-29 15:17:14'),
(22,'Agoda 20 Discount','AGD-20','percent_off',20.00,NULL,1,'2026-06-01','2028-06-01',1,'2026-06-29 15:22:35','2026-06-29 15:22:35',NULL),
(23,'Agoda 25 Discount','AGD-25','percent_off',25.00,NULL,1,'2026-06-01','2028-06-01',1,'2026-06-29 15:23:06','2026-06-29 15:23:06',NULL),
(24,'LESS 100','CSH100','amount_off',100.00,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 18:02:35','2026-06-30 23:15:20','2026-06-30 23:15:20'),
(25,'EXE SUITE','EXST','fixed',NULL,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 18:04:22','2026-06-30 18:24:15','2026-06-30 18:24:15'),
(26,'SUITE ROOM','402','fixed',NULL,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 18:25:42','2026-06-30 23:14:43','2026-06-30 23:14:43'),
(27,'Agoda 40 Discount','agd40','percent_off',40.00,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 22:40:10','2026-06-30 23:12:09','2026-06-30 23:12:09'),
(28,'Walk in Rates','wir','fixed',NULL,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 23:17:00','2026-06-30 23:41:38','2026-06-30 23:41:38'),
(29,'Regular Guest Discounts','rgD','fixed',NULL,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 23:40:41','2026-06-30 23:41:01','2026-06-30 23:41:01'),
(30,'Walk in Rate','Wr','fixed',NULL,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 23:44:58','2026-07-18 20:57:49','2026-07-18 20:57:49'),
(31,'Regular Guest Discount','RG','fixed',5.00,NULL,NULL,'2026-06-30','2028-06-30',1,'2026-06-30 23:50:15','2026-06-30 23:50:15',NULL),
(32,'Booking 10 Discount','B-10','percent_off',10.00,NULL,NULL,'2026-07-02','2028-07-02',1,'2026-07-02 22:10:27','2026-07-02 22:10:27',NULL),
(33,'Walk in Rates','WkIR','fixed',NULL,NULL,NULL,'2026-07-01','2028-07-01',1,'2026-07-18 21:06:08','2026-07-18 21:06:29','2026-07-18 21:06:29'),
(34,'Walk in Rates','WI-R','fixed',NULL,NULL,NULL,'2026-07-01','2028-07-01',1,'2026-07-18 21:08:44','2026-07-18 21:15:36','2026-07-18 21:15:36'),
(35,'Walk-in Rate','WLKNR','fixed',NULL,NULL,NULL,'2026-07-01','2028-07-01',1,'2026-07-18 21:19:12','2026-07-18 21:19:12',NULL),
(36,'Senior Citizen / PWD Discount Rate','RG-SCPWD','fixed',NULL,'20% mandatory discount for Senior Citizens and PWDs (RA 9994 / RA 7277).',NULL,'2026-07-01','2028-07-01',1,'2026-07-18 21:30:08','2026-07-18 21:30:08',NULL);
/*!40000 ALTER TABLE `rate_plans` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reservation_groups`
--

DROP TABLE IF EXISTS `reservation_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `reservation_groups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `group_no` varchar(255) NOT NULL,
  `guest_name` varchar(255) NOT NULL,
  `guest_phone` varchar(255) DEFAULT NULL,
  `guest_email` varchar(255) DEFAULT NULL,
  `check_in` date NOT NULL,
  `check_out` date NOT NULL,
  `notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `reservation_groups_group_no_unique` (`group_no`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reservation_groups`
--

LOCK TABLES `reservation_groups` WRITE;
/*!40000 ALTER TABLE `reservation_groups` DISABLE KEYS */;
INSERT INTO `reservation_groups` VALUES
(1,'GRP-2026-000001','Juan Santos','+63 9170000000','juansantos@gmail.com','2026-06-19','2026-06-21',NULL,'2026-06-18 13:37:47','2026-06-18 13:37:47',NULL),
(2,'GRP-2026-000002','Chabby Ann Dela Cruz','+63 09088851235',NULL,'2026-07-01','2026-07-02',NULL,'2026-07-01 21:29:12','2026-07-01 21:29:12',NULL),
(3,'GRP-2026-000003','Waldemar Padla','+63 09775188347',NULL,'2026-07-07','2026-07-08',NULL,'2026-07-07 02:28:34','2026-07-07 02:28:34',NULL),
(4,'GRP-2026-000004','DENVER DALIGIDIG','+63 9066592650',NULL,'2026-07-09','2026-07-10',NULL,'2026-07-09 19:39:33','2026-07-09 19:39:33',NULL),
(5,'GRP-2026-000005','Klarizz Sheena Lagas','+63 9551836016',NULL,'2026-07-10','2026-07-12',NULL,'2026-07-10 20:39:47','2026-07-10 20:39:47',NULL),
(6,'GRP-2026-000006','KHEM LAMION','+63 ',NULL,'2026-07-11','2026-07-12',NULL,'2026-07-11 20:09:02','2026-07-11 20:09:02',NULL),
(7,'GRP-2026-000007','Adelah & Alioden Maruhom','+63 9702318680',NULL,'2026-07-17','2026-07-18',NULL,'2026-07-17 19:49:12','2026-07-17 19:49:12',NULL),
(8,'GRP-2026-000008','RONALD NANQUIL','+63 9096747282',NULL,'2026-07-22','2026-07-23',NULL,'2026-07-22 20:26:09','2026-07-22 20:26:09',NULL);
/*!40000 ALTER TABLE `reservation_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reservation_payments`
--

DROP TABLE IF EXISTS `reservation_payments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `reservation_payments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `reservation_id` bigint(20) unsigned NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `method` varchar(255) NOT NULL,
  `reference` varchar(255) DEFAULT NULL,
  `or_number` varchar(255) DEFAULT NULL,
  `payment_date` date NOT NULL,
  `notes` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `reservation_payments_or_number_unique` (`or_number`),
  KEY `reservation_payments_reservation_id_index` (`reservation_id`)
) ENGINE=InnoDB AUTO_INCREMENT=672 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reservation_payments`
--

LOCK TABLES `reservation_payments` WRITE;
/*!40000 ALTER TABLE `reservation_payments` DISABLE KEYS */;
INSERT INTO `reservation_payments` VALUES
(1,1,700.00,'GCash','GC-20260612-001',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(2,2,1500.00,'Bank Transfer','BT-BDO-20260610-882',NULL,'2026-06-10',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(3,4,1698.00,'Cash','OR-2026-0041',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(4,5,1500.00,'Maya','MY-20260611-4421',NULL,'2026-06-11',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(5,6,3498.00,'Credit Card','CC-VISA-20260612-7721',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(6,8,6596.00,'Credit Card','CC-MC-20260610-3341',NULL,'2026-06-10',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(7,9,899.00,'GCash','GC-20260613-991',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(8,10,3000.00,'Bank Transfer','BT-BPI-20260610-5521',NULL,'2026-06-10',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(9,11,699.00,'GCash','GC-20260608-774',NULL,'2026-06-08',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(10,12,1698.00,'Credit Card','CC-VISA-20260611-1201',NULL,'2026-06-11',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(11,13,1698.00,'GCash','GC-20260612-3312',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(12,14,1698.00,'Maya','MY-20260612-8821',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(13,15,1398.00,'Cash','OR-2026-0038',NULL,'2026-06-11',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(14,16,899.00,'Cash','OR-2026-0039',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(15,17,1798.00,'Credit Card','CC-MC-20260611-4409',NULL,'2026-06-11',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(16,18,1698.00,'GCash','GC-20260612-5678',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(17,19,2097.00,'Cash','OR-2026-0029',NULL,'2026-06-05',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(18,20,3396.00,'Bank Transfer','BT-BDO-20260603-2201',NULL,'2026-06-03',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(19,21,2097.00,'Maya','MY-20260602-1109',NULL,'2026-06-02',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(20,22,2097.00,'Credit Card','CC-VISA-20260601-0088',NULL,'2026-06-01',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(21,23,1398.00,'Cash','OR-2026-0033',NULL,'2026-06-08',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(22,24,3596.00,'Bank Transfer','BT-BPI-20260605-3301',NULL,'2026-06-05',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(23,25,3596.00,'GCash','GC-20260607-7734',NULL,'2026-06-07',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(24,26,3396.00,'Credit Card','CC-MC-20260606-5519',NULL,'2026-06-06',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(25,27,1000.00,'GCash','GC-20260610-2288',NULL,'2026-06-10',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(26,28,1500.00,'Maya','MY-20260609-6612',NULL,'2026-06-09',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(27,29,2000.00,'Bank Transfer','BT-BDO-20260611-9914',NULL,'2026-06-11',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(28,30,3000.00,'Credit Card','CC-VISA-20260608-1133',NULL,'2026-06-08',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(29,32,2697.00,'GCash','GC-20260610-4491',NULL,'2026-06-10',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(30,33,2000.00,'Maya','MY-20260611-8812',NULL,'2026-06-11',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(31,34,700.00,'GCash','GC-20260612-7701',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(32,36,1000.00,'Bank Transfer','BT-BPI-20260611-6630',NULL,'2026-06-11',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(33,37,1249.00,'Credit Card','CC-VISA-20260613-9911',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(34,38,1500.00,'Maya','MY-20260612-1145',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(35,40,1000.00,'GCash','GC-20260613-3301',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(36,41,1000.00,'Bank Transfer','BT-BDO-20260613-4482',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(37,43,1000.00,'GCash','GC-20260613-5590',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(38,47,1700.00,'Maya','MY-20260613-2278',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(39,48,1000.00,'GCash','GC-20260613-8823',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(40,49,3500.00,'Bank Transfer','BT-BPI-20260612-7701',NULL,'2026-06-12',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(41,51,1700.00,'Credit Card','CC-VISA-20260613-4412',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(42,52,2000.00,'GCash','GC-20260613-6634',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(43,54,1700.00,'Maya','MY-20260613-9956',NULL,'2026-06-13',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(44,56,1700.00,'GCash','GC-20260614-1101',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(45,57,1700.00,'Bank Transfer','BT-BDO-20260614-2202',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(46,58,1800.00,'Credit Card','CC-VISA-20260614-3303',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(47,59,3300.00,'Bank Transfer','BT-BPI-20260614-4404',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(48,60,3500.00,'Credit Card','CC-MC-20260614-5505',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(49,62,1350.00,'GCash','GC-20260614-6606',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(50,63,1875.00,'Maya','MY-20260614-7707',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(51,64,1400.00,'GCash','GC-20260614-8808',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(52,66,3300.00,'Bank Transfer','BT-BDO-20260614-9909',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(53,67,3500.00,'Credit Card','CC-VISA-20260614-0010',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(54,69,3300.00,'Maya','MY-20260614-1111',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(55,71,3500.00,'Credit Card','CC-MC-20260614-2222',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(56,72,3300.00,'Bank Transfer','BT-BPI-20260614-3333',NULL,'2026-06-14',NULL,'2026-06-17 23:03:35','2026-06-17 23:03:35',NULL),
(57,4,555.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 11:59:02','2026-06-18 11:59:02',NULL),
(58,70,100.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 12:01:00','2026-06-18 12:01:00',NULL),
(59,70,500.00,'GCash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 12:01:00','2026-06-18 12:01:00',NULL),
(60,42,100.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 12:05:30','2026-06-18 12:05:30',NULL),
(61,1,500.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 13:06:10','2026-06-18 13:06:10',NULL),
(62,28,1252.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 13:07:31','2026-06-18 13:07:31',NULL),
(63,46,1000.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 13:10:47','2026-06-18 13:10:47',NULL),
(64,71,1000.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 13:40:54','2026-06-18 13:40:54',NULL),
(65,71,300.00,'GCash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 13:40:54','2026-06-18 13:40:54',NULL),
(66,45,1098.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 13:52:57','2026-06-18 13:52:57',NULL),
(67,30,3886.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 13:55:03','2026-06-18 13:55:03',NULL),
(68,1,818.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 15:58:14','2026-06-18 15:58:14',NULL),
(69,38,1047.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:03:32','2026-06-18 18:03:32',NULL),
(70,47,2371.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:19:36','2026-06-18 18:19:36',NULL),
(71,34,848.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:20:11','2026-06-18 18:20:11',NULL),
(72,2,1662.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:22:26','2026-06-18 18:22:26',NULL),
(73,27,2052.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:23:33','2026-06-18 18:23:33',NULL),
(74,29,1946.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:26:48','2026-06-18 18:26:48',NULL),
(75,7,699.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:28:02','2026-06-18 18:28:02',NULL),
(76,40,1796.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:28:39','2026-06-18 18:28:39',NULL),
(77,5,1197.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:30:43','2026-06-18 18:30:43',NULL),
(78,42,1997.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:31:35','2026-06-18 18:31:35',NULL),
(79,35,1647.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:32:13','2026-06-18 18:32:13',NULL),
(80,36,1196.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:33:02','2026-06-18 18:33:02',NULL),
(81,31,2547.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:33:49','2026-06-18 18:33:49',NULL),
(82,33,1596.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:38:16','2026-06-18 18:38:16',NULL),
(83,10,3245.00,'Cash',NULL,NULL,'2026-06-18',NULL,'2026-06-18 18:45:28','2026-06-18 18:45:28',NULL),
(84,103,899.00,'Cash',NULL,NULL,'2026-06-30',NULL,'2026-06-30 20:37:02','2026-06-30 20:37:02',NULL),
(85,104,899.00,'Cash',NULL,NULL,'2026-06-30',NULL,'2026-06-30 22:14:05','2026-06-30 22:14:05',NULL),
(86,105,799.20,'Bank Transfer',NULL,NULL,'2026-06-30',NULL,'2026-06-30 22:22:32','2026-06-30 22:22:32',NULL),
(87,107,3320.00,'GCash','0042385443072',NULL,'2026-06-30',NULL,'2026-06-30 23:55:14','2026-06-30 23:55:14',NULL),
(88,106,1438.40,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 00:18:11','2026-07-01 00:18:11',NULL),
(89,110,487.00,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 00:28:26','2026-07-01 00:28:26',NULL),
(90,111,899.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 00:35:49','2026-07-01 00:35:49',NULL),
(91,112,549.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 00:42:43','2026-07-01 00:42:43',NULL),
(92,114,549.00,'GCash','963670',NULL,'2026-07-01',NULL,'2026-07-01 01:01:43','2026-07-01 01:01:43',NULL),
(93,116,699.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:03:51','2026-07-01 01:03:51',NULL),
(94,117,562.00,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:07:19','2026-07-01 01:07:19',NULL),
(95,118,2049.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:10:25','2026-07-01 01:10:25',NULL),
(96,109,1087.00,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:13:18','2026-07-01 01:13:18',NULL),
(97,108,719.20,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:14:28','2026-07-01 01:14:28',NULL),
(98,113,719.20,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:15:19','2026-07-01 01:15:19',NULL),
(99,119,2547.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:19:37','2026-07-01 01:19:37',NULL),
(100,115,1438.00,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:21:55','2026-07-01 01:21:55',NULL),
(101,120,799.20,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:29:04','2026-07-01 01:29:04',NULL),
(102,121,1079.20,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:48:33','2026-07-01 01:48:33',NULL),
(103,122,674.25,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:50:51','2026-07-01 01:50:51',NULL),
(104,123,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 01:52:34','2026-07-01 01:52:34',NULL),
(105,124,674.25,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 03:10:44','2026-07-01 03:10:44',NULL),
(106,125,1079.20,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 03:18:02','2026-07-01 03:18:02',NULL),
(107,126,1079.20,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 03:45:26','2026-07-01 03:45:26',NULL),
(108,112,549.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 16:06:23','2026-07-01 16:06:23',NULL),
(109,127,899.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:15:03','2026-07-01 20:15:03',NULL),
(110,128,699.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:16:06','2026-07-01 20:16:06',NULL),
(111,129,899.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:16:28','2026-07-01 20:16:28',NULL),
(112,130,699.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:16:50','2026-07-01 20:16:50',NULL),
(113,132,674.25,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:17:20','2026-07-01 20:17:20',NULL),
(114,133,674.25,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:17:42','2026-07-01 20:17:42',NULL),
(115,134,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:18:02','2026-07-01 20:18:02',NULL),
(116,135,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 20:18:20','2026-07-01 20:18:20',NULL),
(117,149,1449.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:33:01','2026-07-01 21:33:01',NULL),
(118,131,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:34:38','2026-07-01 21:34:38',NULL),
(119,137,749.25,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:35:09','2026-07-01 21:35:09',NULL),
(120,138,1249.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:35:24','2026-07-01 21:35:24',NULL),
(121,139,549.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:35:38','2026-07-01 21:35:38',NULL),
(122,140,699.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:35:51','2026-07-01 21:35:51',NULL),
(123,141,899.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:36:13','2026-07-01 21:36:13',NULL),
(124,142,486.75,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:36:33','2026-07-01 21:36:33',NULL),
(125,143,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:36:47','2026-07-01 21:36:47',NULL),
(126,144,549.00,'GCash','461114',NULL,'2026-07-01',NULL,'2026-07-01 21:37:37','2026-07-01 21:37:37',NULL),
(127,145,549.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:37:51','2026-07-01 21:37:51',NULL),
(128,146,749.25,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:38:13','2026-07-01 21:38:13',NULL),
(129,147,699.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:38:28','2026-07-01 21:38:28',NULL),
(130,148,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:38:40','2026-07-01 21:38:40',NULL),
(131,150,674.25,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 21:41:07','2026-07-01 21:41:07',NULL),
(132,151,1449.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 22:45:02','2026-07-01 22:45:02',NULL),
(133,152,1086.75,'Agoda Settlement',NULL,NULL,'2026-07-01',NULL,'2026-07-01 22:47:09','2026-07-01 22:47:09',NULL),
(134,153,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 22:49:58','2026-07-01 22:49:58',NULL),
(135,154,700.00,'GCash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 22:53:20','2026-07-01 22:53:20',NULL),
(136,155,849.00,'Cash',NULL,NULL,'2026-07-01',NULL,'2026-07-01 23:05:12','2026-07-01 23:05:12',NULL),
(137,156,1099.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 00:04:48','2026-07-02 00:04:48',NULL),
(138,157,486.75,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 18:31:08','2026-07-02 18:31:08',NULL),
(139,157,762.25,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 18:32:19','2026-07-02 18:32:19',NULL),
(140,130,699.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 19:14:23','2026-07-02 19:14:23',NULL),
(141,155,849.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 19:15:11','2026-07-02 19:15:11',NULL),
(142,134,849.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 19:16:38','2026-07-02 19:16:38',NULL),
(143,154,599.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 19:17:18','2026-07-02 19:17:18',NULL),
(144,159,1685.25,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 19:28:34','2026-07-02 19:28:34',NULL),
(145,159,200.00,'GCash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 19:28:45','2026-07-02 19:28:45',NULL),
(146,160,849.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 19:34:52','2026-07-02 19:34:52',NULL),
(147,140,1398.00,'GCash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 20:26:17','2026-07-02 20:26:17',NULL),
(148,164,674.25,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 20:51:23','2026-07-02 20:51:23',NULL),
(149,165,749.25,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:03:57','2026-07-02 22:03:57',NULL),
(150,166,899.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:06:26','2026-07-02 22:06:26',NULL),
(151,167,809.10,'Booking.com Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:13:10','2026-07-02 22:13:10',NULL),
(152,168,849.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:15:14','2026-07-02 22:15:14',NULL),
(153,169,2697.00,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:18:01','2026-07-02 22:18:01',NULL),
(154,170,674.25,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:22:20','2026-07-02 22:22:20',NULL),
(155,171,1079.20,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:26:09','2026-07-02 22:26:09',NULL),
(156,172,899.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:29:18','2026-07-02 22:29:18',NULL),
(157,173,486.75,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:35:22','2026-07-02 22:35:22',NULL),
(158,173,762.25,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:35:38','2026-07-02 22:35:38',NULL),
(159,174,1049.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:41:51','2026-07-02 22:41:51',NULL),
(160,175,699.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:44:09','2026-07-02 22:44:09',NULL),
(161,176,899.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:49:51','2026-07-02 22:49:51',NULL),
(162,177,899.00,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:51:58','2026-07-02 22:51:58',NULL),
(163,161,674.25,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:54:47','2026-07-02 22:54:47',NULL),
(164,162,719.20,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:56:49','2026-07-02 22:56:49',NULL),
(165,163,486.75,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 22:58:46','2026-07-02 22:58:46',NULL),
(166,178,2397.60,'Cash',NULL,NULL,'2026-07-02',NULL,'2026-07-02 23:09:08','2026-07-02 23:09:08',NULL),
(167,179,1438.40,'Agoda Settlement',NULL,NULL,'2026-07-02',NULL,'2026-07-02 23:11:27','2026-07-02 23:11:27',NULL),
(168,119,849.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 01:18:19','2026-07-03 01:18:19',NULL),
(169,180,849.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 03:07:32','2026-07-03 03:07:32',NULL),
(170,181,849.00,'GCash','4042483342627',NULL,'2026-07-03',NULL,'2026-07-03 03:49:46','2026-07-03 03:49:46',NULL),
(171,160,549.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 06:18:35','2026-07-03 06:18:35',NULL),
(172,134,849.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 10:40:42','2026-07-03 10:40:42',NULL),
(173,128,1398.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 12:34:08','2026-07-03 12:34:08',NULL),
(174,130,699.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 12:34:44','2026-07-03 12:34:44',NULL),
(175,182,899.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 12:37:05','2026-07-03 12:37:05',NULL),
(176,183,1079.20,'Agoda Settlement',NULL,NULL,'2026-07-03',NULL,'2026-07-03 14:11:22','2026-07-03 14:11:22',NULL),
(177,185,899.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 14:25:26','2026-07-03 14:25:26',NULL),
(178,184,674.25,'Agoda Settlement',NULL,NULL,'2026-07-03',NULL,'2026-07-03 14:26:20','2026-07-03 14:26:20',NULL),
(179,186,1198.40,'Agoda Settlement',NULL,NULL,'2026-07-03',NULL,'2026-07-03 14:42:11','2026-07-03 14:42:11',NULL),
(180,187,899.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 15:14:17','2026-07-03 15:14:17',NULL),
(181,188,1159.20,'Agoda Settlement',NULL,NULL,'2026-07-03',NULL,'2026-07-03 15:32:16','2026-07-03 15:32:16',NULL),
(182,189,1449.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 18:03:03','2026-07-03 18:03:03',NULL),
(183,130,699.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 18:38:19','2026-07-03 18:53:04','2026-07-03 18:53:04'),
(184,190,2196.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 18:45:23','2026-07-03 18:45:23',NULL),
(185,130,699.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 18:59:46','2026-07-03 18:59:46',NULL),
(186,191,899.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 19:10:06','2026-07-03 19:10:06',NULL),
(187,192,519.20,'Agoda Settlement',NULL,NULL,'2026-07-03',NULL,'2026-07-03 19:58:43','2026-07-03 19:58:43',NULL),
(188,193,849.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 20:06:04','2026-07-03 20:06:04',NULL),
(189,194,849.00,'Cash',NULL,NULL,'2026-07-03',NULL,'2026-07-03 22:00:05','2026-07-03 22:00:05',NULL),
(190,195,849.00,'Maya','4E4F17558616',NULL,'2026-07-03',NULL,'2026-07-03 23:29:36','2026-07-03 23:29:36',NULL),
(191,196,1849.00,'Cash',NULL,NULL,'2026-07-04',NULL,'2026-07-04 00:45:00','2026-07-04 00:45:00',NULL),
(192,197,149.00,'Cash',NULL,NULL,'2026-07-04',NULL,'2026-07-04 04:51:47','2026-07-04 04:51:47',NULL),
(193,197,1500.00,'GCash','0042519434719',NULL,'2026-07-04',NULL,'2026-07-04 04:52:09','2026-07-04 04:52:09',NULL),
(194,140,1398.00,'GCash','9042537194124',NULL,'2026-07-04',NULL,'2026-07-04 19:51:03','2026-07-04 19:51:03',NULL),
(195,198,749.25,'Agoda Settlement',NULL,NULL,'2026-07-04',NULL,'2026-07-04 22:12:39','2026-07-04 22:12:39',NULL),
(196,199,749.25,'Agoda Settlement',NULL,NULL,'2026-07-04',NULL,'2026-07-04 22:14:03','2026-07-04 22:14:03',NULL),
(197,107,3320.00,'GCash','2042538062805',NULL,'2026-07-04',NULL,'2026-07-04 22:17:26','2026-07-04 22:17:26',NULL),
(198,158,2097.00,'Cash',NULL,NULL,'2026-07-05',NULL,'2026-07-05 11:11:00','2026-07-05 11:11:00',NULL),
(199,200,387.25,'GCash','8042 561 289326',NULL,'2026-07-05',NULL,'2026-07-05 11:32:41','2026-07-05 11:32:41',NULL),
(200,200,561.75,'Agoda Settlement',NULL,NULL,'2026-07-05',NULL,'2026-07-05 11:32:41','2026-07-05 11:32:41',NULL),
(201,201,561.75,'Agoda Settlement',NULL,NULL,'2026-07-05',NULL,'2026-07-05 20:35:25','2026-07-05 20:35:25',NULL),
(202,202,674.25,'Agoda Settlement',NULL,NULL,'2026-07-05',NULL,'2026-07-05 22:01:49','2026-07-05 22:01:49',NULL),
(203,203,899.00,'Cash',NULL,NULL,'2026-07-05',NULL,'2026-07-05 22:03:33','2026-07-05 22:03:33',NULL),
(204,204,899.00,'Cash',NULL,NULL,'2026-07-05',NULL,'2026-07-05 22:04:51','2026-07-05 22:04:51',NULL),
(205,205,899.00,'Cash',NULL,NULL,'2026-07-05',NULL,'2026-07-05 22:06:38','2026-07-05 22:06:38',NULL),
(206,206,1649.00,'Cash',NULL,NULL,'2026-07-05',NULL,'2026-07-05 23:28:44','2026-07-05 23:28:44',NULL),
(207,207,1011.75,'Agoda Settlement',NULL,NULL,'2026-07-05',NULL,'2026-07-05 23:29:57','2026-07-05 23:29:57',NULL),
(208,208,899.00,'Maya','D9BC FD3B 368E',NULL,'2026-07-06',NULL,'2026-07-06 03:02:01','2026-07-06 03:02:01',NULL),
(209,209,674.25,'Agoda Settlement',NULL,NULL,'2026-07-06',NULL,'2026-07-06 03:29:16','2026-07-06 03:29:16',NULL),
(210,210,1698.00,'GCash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 04:55:22','2026-07-06 04:55:22',NULL),
(211,211,549.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 06:24:55','2026-07-06 06:24:55',NULL),
(212,212,2897.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 08:24:32','2026-07-06 08:24:32',NULL),
(213,214,849.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 10:25:23','2026-07-06 10:25:23',NULL),
(214,215,1449.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 11:29:57','2026-07-06 11:29:57',NULL),
(215,216,899.00,'GCash','1042593823692',NULL,'2026-07-06',NULL,'2026-07-06 13:25:52','2026-07-06 13:25:52',NULL),
(216,217,1685.25,'GCash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 14:09:52','2026-07-06 14:09:52',NULL),
(217,205,400.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 16:39:42','2026-07-06 16:39:42',NULL),
(218,218,549.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 16:43:12','2026-07-06 16:43:12',NULL),
(219,219,699.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 19:49:30','2026-07-06 19:49:30',NULL),
(220,220,849.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 19:52:42','2026-07-06 19:52:42',NULL),
(221,140,300.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 19:56:02','2026-07-06 19:56:02',NULL),
(222,221,849.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 19:59:03','2026-07-06 19:59:03',NULL),
(223,222,549.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:08:32','2026-07-06 20:08:32',NULL),
(224,223,1698.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:11:33','2026-07-06 20:11:33',NULL),
(225,224,2318.40,'Agoda Settlement',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:15:02','2026-07-06 20:15:02',NULL),
(226,225,2158.40,'Agoda Settlement',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:17:00','2026-07-06 20:17:00',NULL),
(227,226,749.25,'Agoda Settlement',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:19:47','2026-07-06 20:19:47',NULL),
(228,227,899.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:22:23','2026-07-06 20:22:23',NULL),
(229,228,849.00,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:23:43','2026-07-06 20:23:43',NULL),
(230,229,2247.75,'Cash',NULL,NULL,'2026-07-06',NULL,'2026-07-06 20:25:54','2026-07-06 20:25:54',NULL),
(231,232,719.20,'Agoda Settlement',NULL,NULL,'2026-07-07',NULL,'2026-07-07 02:33:25','2026-07-07 02:33:25',NULL),
(232,231,719.20,'Agoda Settlement',NULL,NULL,'2026-07-07',NULL,'2026-07-07 02:33:50','2026-07-07 02:33:50',NULL),
(233,230,599.20,'Agoda Settlement',NULL,NULL,'2026-07-07',NULL,'2026-07-07 02:34:14','2026-07-07 02:34:14',NULL),
(234,228,849.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 07:41:53','2026-07-07 07:41:53',NULL),
(235,211,549.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 08:08:03','2026-07-07 08:08:03',NULL),
(236,235,3446.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 11:30:39','2026-07-07 11:30:39',NULL),
(237,236,899.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 12:11:30','2026-07-07 12:11:30',NULL),
(238,237,1449.00,'GCash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 12:25:53','2026-07-07 12:25:53',NULL),
(239,136,10626.00,'GCash','3388996097697',NULL,'2026-07-07',NULL,'2026-07-07 12:28:06','2026-07-07 12:28:06',NULL),
(240,238,674.25,'Agoda Settlement',NULL,NULL,'2026-07-07',NULL,'2026-07-07 12:36:30','2026-07-07 12:36:30',NULL),
(241,239,699.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 12:43:53','2026-07-07 12:43:53',NULL),
(242,240,1198.40,'Agoda Settlement','1744677322',NULL,'2026-07-07',NULL,'2026-07-07 13:05:37','2026-07-07 13:05:37',NULL),
(243,219,699.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 19:40:28','2026-07-07 19:40:28',NULL),
(244,241,674.25,'Agoda Settlement',NULL,NULL,'2026-07-07',NULL,'2026-07-07 19:50:53','2026-07-07 19:50:53',NULL),
(245,242,849.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 19:54:15','2026-07-07 19:54:15',NULL),
(246,243,674.25,'GCash','4042636809308',NULL,'2026-07-07',NULL,'2026-07-07 19:57:12','2026-07-07 19:57:12',NULL),
(247,244,899.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 19:59:14','2026-07-07 19:59:14',NULL),
(248,245,849.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 20:00:39','2026-07-07 20:00:39',NULL),
(249,246,1311.75,'Agoda Settlement',NULL,NULL,'2026-07-07',NULL,'2026-07-07 20:03:03','2026-07-07 20:03:03',NULL),
(250,247,1649.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 20:04:41','2026-07-07 20:04:41',NULL),
(251,248,719.20,'Agoda Settlement',NULL,NULL,'2026-07-07',NULL,'2026-07-07 20:06:03','2026-07-07 20:06:03',NULL),
(252,249,899.00,'Cash',NULL,NULL,'2026-07-07',NULL,'2026-07-07 20:32:23','2026-07-07 20:32:23',NULL),
(253,250,1249.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 02:32:57','2026-07-08 02:32:57',NULL),
(254,251,699.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 02:35:02','2026-07-08 02:35:02',NULL),
(255,252,749.25,'Agoda Settlement',NULL,NULL,'2026-07-08',NULL,'2026-07-08 02:37:48','2026-07-08 02:37:48',NULL),
(256,239,699.00,'GCash','0003000115810',NULL,'2026-07-08',NULL,'2026-07-08 11:12:33','2026-07-08 11:12:33',NULL),
(257,253,899.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 12:16:24','2026-07-08 12:16:24',NULL),
(258,219,699.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 15:26:31','2026-07-08 15:26:31',NULL),
(259,236,899.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 16:22:05','2026-07-08 16:22:05',NULL),
(260,254,719.20,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:27:16','2026-07-08 19:27:16',NULL),
(261,255,439.20,'Agoda Settlement',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:29:34','2026-07-08 19:29:34',NULL),
(262,256,899.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:33:56','2026-07-08 19:33:56',NULL),
(263,257,899.00,'Agoda Settlement',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:36:09','2026-07-08 19:36:09',NULL),
(264,258,849.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:37:59','2026-07-08 19:37:59',NULL),
(265,259,899.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:39:06','2026-07-08 19:39:06',NULL),
(266,260,1250.00,'GCash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:40:21','2026-07-08 19:40:21',NULL),
(267,261,850.00,'GCash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:44:33','2026-07-08 19:44:33',NULL),
(268,262,561.75,'Agoda Settlement',NULL,NULL,'2026-07-08',NULL,'2026-07-08 19:46:38','2026-07-08 19:46:38',NULL),
(269,263,899.00,'GCash','7042680842063',NULL,'2026-07-08',NULL,'2026-07-08 19:54:15','2026-07-08 19:54:15',NULL),
(270,264,1449.00,'GCash','7042680257730',NULL,'2026-07-08',NULL,'2026-07-08 19:58:51','2026-07-08 19:58:51',NULL),
(271,265,899.00,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 22:58:19','2026-07-08 22:58:19',NULL),
(272,266,749.25,'Agoda Settlement',NULL,NULL,'2026-07-08',NULL,'2026-07-08 23:01:08','2026-07-08 23:01:08',NULL),
(273,267,674.25,'Cash',NULL,NULL,'2026-07-08',NULL,'2026-07-08 23:02:59','2026-07-08 23:02:59',NULL),
(274,268,1011.75,'Agoda Settlement',NULL,NULL,'2026-07-08',NULL,'2026-07-08 23:04:27','2026-07-08 23:04:27',NULL),
(275,263,288.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 07:46:00','2026-07-09 07:46:00',NULL),
(276,213,2529.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 08:51:12','2026-07-09 08:51:12',NULL),
(277,233,1099.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 08:56:07','2026-07-09 08:56:07',NULL),
(278,269,3396.00,'GCash','8042695062218',NULL,'2026-07-09',NULL,'2026-07-09 09:14:58','2026-07-09 09:14:58',NULL),
(279,260,1249.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 10:23:39','2026-07-09 10:23:39',NULL),
(280,261,849.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 10:24:13','2026-07-09 10:24:13',NULL),
(281,270,849.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 12:59:21','2026-07-09 12:59:21',NULL),
(282,240,674.25,'Agoda Settlement',NULL,NULL,'2026-07-09',NULL,'2026-07-09 16:33:21','2026-07-09 16:33:21',NULL),
(283,271,1159.20,'Agoda Settlement',NULL,NULL,'2026-07-09',NULL,'2026-07-09 19:20:44','2026-07-09 19:20:44',NULL),
(284,272,674.25,'Agoda Settlement',NULL,NULL,'2026-07-09',NULL,'2026-07-09 19:23:40','2026-07-09 19:23:40',NULL),
(285,273,849.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 19:25:40','2026-07-09 19:25:40',NULL),
(286,274,561.75,'Agoda Settlement',NULL,NULL,'2026-07-09',NULL,'2026-07-09 19:37:47','2026-07-09 19:37:47',NULL),
(287,276,2157.60,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 19:50:26','2026-07-09 19:50:26',NULL),
(288,275,1797.60,'Agoda Settlement',NULL,NULL,'2026-07-09',NULL,'2026-07-09 20:02:58','2026-07-09 20:02:58',NULL),
(289,277,849.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 20:06:49','2026-07-09 20:06:49',NULL),
(290,278,7496.25,'Agoda Settlement',NULL,NULL,'2026-07-09',NULL,'2026-07-09 20:29:52','2026-07-09 20:29:52',NULL),
(291,279,2498.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 20:35:28','2026-07-09 20:35:28',NULL),
(292,253,899.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 20:49:04','2026-07-09 20:49:04',NULL),
(293,280,674.25,'Agoda Settlement',NULL,NULL,'2026-07-09',NULL,'2026-07-09 22:39:51','2026-07-09 22:39:51',NULL),
(294,281,1749.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 22:42:19','2026-07-09 22:42:19',NULL),
(295,282,899.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 22:43:34','2026-07-09 22:43:34',NULL),
(296,283,899.00,'Cash',NULL,NULL,'2026-07-09',NULL,'2026-07-09 22:45:53','2026-07-09 22:45:53',NULL),
(297,284,561.75,'Agoda Settlement',NULL,NULL,'2026-07-10',NULL,'2026-07-10 05:25:59','2026-07-10 05:25:59',NULL),
(298,237,1449.00,'GCash','5042725284884',NULL,'2026-07-10',NULL,'2026-07-10 08:17:04','2026-07-10 08:17:04',NULL),
(299,285,899.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 09:47:49','2026-07-10 09:47:49',NULL),
(300,286,799.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 10:08:03','2026-07-10 10:08:03',NULL),
(301,286,200.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 10:13:10','2026-07-10 10:13:10',NULL),
(302,270,849.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 11:54:15','2026-07-10 11:54:15',NULL),
(303,287,699.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 12:19:19','2026-07-10 12:19:19',NULL),
(304,277,100.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 13:01:35','2026-07-10 13:01:35',NULL),
(305,284,100.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 13:03:08','2026-07-10 13:03:08',NULL),
(306,216,899.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 16:04:18','2026-07-10 16:04:18',NULL),
(307,288,699.00,'GCash','UB952491',NULL,'2026-07-10',NULL,'2026-07-10 19:50:41','2026-07-10 19:50:41',NULL),
(308,233,899.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 19:51:51','2026-07-10 19:51:51',NULL),
(309,289,899.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 20:09:00','2026-07-10 20:09:00',NULL),
(310,290,719.20,'Agoda Settlement',NULL,NULL,'2026-07-10',NULL,'2026-07-10 20:12:48','2026-07-10 20:12:48',NULL),
(311,291,899.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 20:19:52','2026-07-10 20:19:52',NULL),
(312,292,549.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 20:25:37','2026-07-10 20:25:37',NULL),
(313,294,1038.40,'Agoda Settlement',NULL,NULL,'2026-07-10',NULL,'2026-07-10 22:02:09','2026-07-10 22:02:09',NULL),
(314,293,2318.40,'Agoda Settlement',NULL,NULL,'2026-07-10',NULL,'2026-07-10 22:02:40','2026-07-10 22:02:40',NULL),
(315,295,699.00,'Cash',NULL,NULL,'2026-07-10',NULL,'2026-07-10 22:13:14','2026-07-10 22:13:14',NULL),
(316,296,1557.60,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 00:17:53','2026-07-11 00:17:53',NULL),
(317,285,899.00,'GCash','00089400',NULL,'2026-07-11',NULL,'2026-07-11 09:42:05','2026-07-11 09:42:05',NULL),
(318,107,3495.00,'GCash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 14:52:17','2026-07-11 14:52:17',NULL),
(319,292,1000.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 14:54:21','2026-07-11 14:54:21',NULL),
(320,297,719.20,'Agoda Settlement',NULL,NULL,'2026-07-11',NULL,'2026-07-11 14:55:45','2026-07-11 14:55:45',NULL),
(321,233,899.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 16:37:47','2026-07-11 16:37:47',NULL),
(322,295,700.00,'GCash','2042777604832',NULL,'2026-07-11',NULL,'2026-07-11 18:54:53','2026-07-11 18:54:53',NULL),
(323,298,1274.00,'GCash','2042782623236',NULL,'2026-07-11',NULL,'2026-07-11 19:57:21','2026-07-11 19:57:21',NULL),
(324,299,899.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:00:10','2026-07-11 20:00:10',NULL),
(325,300,899.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:09:31','2026-07-11 20:09:31',NULL),
(326,301,899.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:10:42','2026-07-11 20:10:42',NULL),
(327,302,1399.20,'Agoda Settlement',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:24:06','2026-07-11 20:24:06',NULL),
(328,303,1399.20,'Agoda Settlement',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:26:05','2026-07-11 20:26:05',NULL),
(329,304,625.00,'GCash','1042684422521',NULL,'2026-07-11',NULL,'2026-07-11 20:28:26','2026-07-11 20:28:26',NULL),
(330,304,624.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:28:26','2026-07-11 20:28:26',NULL),
(331,305,849.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:30:37','2026-07-11 20:30:37',NULL),
(332,306,719.20,'Agoda Settlement',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:32:29','2026-07-11 20:32:29',NULL),
(333,307,1199.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 20:34:38','2026-07-11 20:34:38',NULL),
(334,307,50.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 21:33:00','2026-07-11 21:33:00',NULL),
(335,308,1123.50,'Agoda Settlement',NULL,NULL,'2026-07-11',NULL,'2026-07-11 22:09:45','2026-07-11 22:09:45',NULL),
(336,309,1449.00,'Cash',NULL,NULL,'2026-07-11',NULL,'2026-07-11 23:44:28','2026-07-11 23:44:28',NULL),
(337,310,699.00,'GCash','1042791099550',NULL,'2026-07-11',NULL,'2026-07-11 23:45:45','2026-07-11 23:45:45',NULL),
(338,311,899.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 05:05:12','2026-07-12 05:05:12',NULL),
(339,234,2097.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 10:03:39','2026-07-12 10:03:39',NULL),
(340,310,699.00,'GCash','1042801271387',NULL,'2026-07-12',NULL,'2026-07-12 13:14:09','2026-07-12 13:14:09',NULL),
(341,307,1249.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 13:16:12','2026-07-12 13:16:12',NULL),
(342,316,549.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 17:40:34','2026-07-12 17:40:34',NULL),
(343,317,899.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 19:42:19','2026-07-12 19:42:19',NULL),
(344,298,424.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 19:43:20','2026-07-12 19:43:20',NULL),
(345,318,674.25,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 19:44:57','2026-07-12 19:44:57',NULL),
(346,319,849.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 20:47:37','2026-07-12 20:47:37',NULL),
(347,320,749.25,'GCash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 22:48:59','2026-07-12 22:48:59',NULL),
(348,321,549.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 22:51:27','2026-07-12 22:51:27',NULL),
(349,322,899.00,'Cash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 22:53:18','2026-07-12 22:53:18',NULL),
(350,323,899.00,'GCash',NULL,NULL,'2026-07-12',NULL,'2026-07-12 23:31:19','2026-07-12 23:31:19',NULL),
(351,314,849.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 00:10:33','2026-07-13 00:10:33',NULL),
(352,315,1698.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 00:11:45','2026-07-13 00:11:45',NULL),
(353,313,899.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 00:12:39','2026-07-13 00:12:39',NULL),
(354,312,949.00,'GCash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 00:16:12','2026-07-13 00:16:12',NULL),
(355,292,98.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 11:29:23','2026-07-13 11:29:23',NULL),
(356,314,849.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 11:37:38','2026-07-13 11:37:38',NULL),
(357,324,2157.60,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 11:43:01','2026-07-13 11:43:01',NULL),
(358,325,749.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 12:21:05','2026-07-13 12:21:05',NULL),
(359,326,50.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 13:02:02','2026-07-13 13:02:02',NULL),
(360,326,674.25,'Agoda Settlement',NULL,NULL,'2026-07-13',NULL,'2026-07-13 13:02:02','2026-07-13 13:02:02',NULL),
(361,327,2828.20,'GCash','00060747',NULL,'2026-07-13',NULL,'2026-07-13 15:10:03','2026-07-13 15:10:03',NULL),
(362,328,899.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 15:42:44','2026-07-13 15:42:44',NULL),
(363,329,674.25,'Agoda Settlement',NULL,NULL,'2026-07-13',NULL,'2026-07-13 15:44:02','2026-07-13 15:44:02',NULL),
(364,330,699.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 15:45:08','2026-07-13 15:45:08',NULL),
(365,331,849.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 15:46:13','2026-07-13 15:46:13',NULL),
(366,332,899.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 16:04:07','2026-07-13 16:04:07',NULL),
(367,333,1049.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 17:25:43','2026-07-13 17:25:43',NULL),
(368,308,1123.50,'Agoda Settlement',NULL,NULL,'2026-07-13',NULL,'2026-07-13 18:13:29','2026-07-13 18:13:29',NULL),
(369,308,699.00,'GCash','UB1320226',NULL,'2026-07-13',NULL,'2026-07-13 18:14:30','2026-07-13 18:14:30',NULL),
(370,334,849.00,'Cash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 19:53:37','2026-07-13 19:53:37',NULL),
(371,327,0.32,'GCash',NULL,NULL,'2026-07-13',NULL,'2026-07-13 19:59:34','2026-07-13 19:59:34',NULL),
(372,331,849.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 05:04:31','2026-07-14 05:04:31',NULL),
(373,335,1498.50,'Agoda Settlement',NULL,NULL,'2026-07-14',NULL,'2026-07-14 05:08:47','2026-07-14 05:08:47',NULL),
(374,336,1086.75,'Agoda Settlement',NULL,NULL,'2026-07-14',NULL,'2026-07-14 05:16:04','2026-07-14 05:16:04',NULL),
(375,337,1498.50,'Agoda Settlement',NULL,NULL,'2026-07-14',NULL,'2026-07-14 05:19:25','2026-07-14 05:19:25',NULL),
(376,338,899.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 05:21:03','2026-07-14 05:21:03',NULL),
(377,314,849.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 08:03:11','2026-07-14 08:03:11',NULL),
(378,339,1574.10,'Booking.com Settlement',NULL,NULL,'2026-07-14',NULL,'2026-07-14 13:13:06','2026-07-14 13:13:06',NULL),
(379,340,699.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 16:52:26','2026-07-14 16:52:26',NULL),
(380,333,1049.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 19:04:17','2026-07-14 19:04:17',NULL),
(381,341,3370.50,'Agoda Settlement',NULL,NULL,'2026-07-14',NULL,'2026-07-14 19:09:11','2026-07-14 19:09:11',NULL),
(382,342,899.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 19:12:30','2026-07-14 19:12:30',NULL),
(383,343,899.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 19:13:58','2026-07-14 19:13:58',NULL),
(384,344,899.00,'GCash','7042884993627',NULL,'2026-07-14',NULL,'2026-07-14 19:26:23','2026-07-14 19:26:23',NULL),
(385,345,1249.00,'Cash',NULL,NULL,'2026-07-14',NULL,'2026-07-14 21:02:22','2026-07-14 21:02:22',NULL),
(386,346,674.25,'Agoda Settlement',NULL,NULL,'2026-07-14',NULL,'2026-07-14 22:42:36','2026-07-14 22:42:36',NULL),
(387,347,561.75,'Agoda Settlement',NULL,NULL,'2026-07-14',NULL,'2026-07-14 23:11:29','2026-07-14 23:11:29',NULL),
(388,347,337.25,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 05:31:02','2026-07-15 05:31:02',NULL),
(389,314,849.00,'GCash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 11:45:34','2026-07-15 11:45:34',NULL),
(390,308,1123.50,'Agoda Settlement',NULL,NULL,'2026-07-15',NULL,'2026-07-15 18:47:28','2026-07-15 18:47:28',NULL),
(391,333,1049.00,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 18:48:08','2026-07-15 18:48:08',NULL),
(392,348,699.00,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 18:49:54','2026-07-15 18:49:54',NULL),
(393,349,674.25,'Agoda Settlement',NULL,NULL,'2026-07-15',NULL,'2026-07-15 18:51:08','2026-07-15 18:51:08',NULL),
(394,350,699.00,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 18:52:17','2026-07-15 18:52:17',NULL),
(395,351,899.00,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 18:54:16','2026-07-15 18:54:16',NULL),
(396,352,699.00,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 18:55:22','2026-07-15 18:55:22',NULL),
(397,344,899.00,'GCash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 22:16:42','2026-07-15 22:16:42',NULL),
(398,353,599.20,'Agoda Settlement',NULL,NULL,'2026-07-15',NULL,'2026-07-15 22:18:39','2026-07-15 22:18:39',NULL),
(399,354,1649.00,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 23:03:39','2026-07-15 23:03:39',NULL),
(400,355,674.25,'Agoda Settlement',NULL,NULL,'2026-07-15',NULL,'2026-07-15 23:04:56','2026-07-15 23:04:56',NULL),
(401,356,699.00,'Cash',NULL,NULL,'2026-07-15',NULL,'2026-07-15 23:05:51','2026-07-15 23:05:51',NULL),
(402,357,849.00,'GCash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 05:08:53','2026-07-16 05:08:53',NULL),
(403,358,849.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 05:10:48','2026-07-16 05:10:48',NULL),
(404,314,849.00,'GCash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 12:20:26','2026-07-16 12:20:26',NULL),
(405,360,749.25,'Agoda Settlement',NULL,NULL,'2026-07-16',NULL,'2026-07-16 12:49:33','2026-07-16 12:49:33',NULL),
(406,360,50.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 12:50:08','2026-07-16 12:50:08',NULL),
(407,361,2147.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 12:53:37','2026-07-16 12:53:37',NULL),
(408,333,1049.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 13:04:56','2026-07-16 13:04:56',NULL),
(409,355,100.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 15:25:30','2026-07-16 15:25:30',NULL),
(410,362,899.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 15:27:45','2026-07-16 15:27:45',NULL),
(411,363,2049.00,'GCash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 15:29:29','2026-07-16 15:29:29',NULL),
(412,364,1698.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 15:30:48','2026-07-16 15:30:48',NULL),
(413,365,674.25,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 15:32:04','2026-07-16 15:32:04',NULL),
(414,366,899.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 15:32:52','2026-07-16 15:32:52',NULL),
(415,367,5312.00,'GCash','2042956798627',NULL,'2026-07-16',NULL,'2026-07-16 17:44:12','2026-07-16 17:44:12',NULL),
(416,356,699.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 18:32:44','2026-07-16 18:32:44',NULL),
(417,368,674.25,'Agoda Settlement',NULL,NULL,'2026-07-16',NULL,'2026-07-16 19:08:04','2026-07-16 19:08:04',NULL),
(418,369,1011.75,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 19:09:13','2026-07-16 19:09:13',NULL),
(419,370,849.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 19:28:43','2026-07-16 19:28:43',NULL),
(420,371,809.10,'Booking.com Settlement',NULL,NULL,'2026-07-16',NULL,'2026-07-16 19:45:41','2026-07-16 19:45:41',NULL),
(421,344,899.00,'GCash','7042962493817',NULL,'2026-07-16',NULL,'2026-07-16 19:50:04','2026-07-16 19:50:04',NULL),
(422,372,749.25,'Agoda Settlement',NULL,NULL,'2026-07-16',NULL,'2026-07-16 20:23:51','2026-07-16 20:23:51',NULL),
(423,373,1449.00,'Cash',NULL,NULL,'2026-07-16',NULL,'2026-07-16 23:03:21','2026-07-16 23:03:21',NULL),
(424,374,674.25,'Agoda Settlement',NULL,NULL,'2026-07-17',NULL,'2026-07-17 04:56:31','2026-07-17 04:56:31',NULL),
(425,356,150.00,'Cash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 04:58:10','2026-07-17 04:58:10',NULL),
(426,327,999.00,'GCash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 11:03:38','2026-07-17 11:03:38',NULL),
(427,375,4316.80,'GCash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 12:49:26','2026-07-17 12:49:26',NULL),
(428,377,719.20,'Agoda Settlement',NULL,NULL,'2026-07-17',NULL,'2026-07-17 14:43:31','2026-07-17 14:43:31',NULL),
(429,378,4045.50,'Agoda Settlement',NULL,NULL,'2026-07-17',NULL,'2026-07-17 14:45:07','2026-07-17 14:45:07',NULL),
(430,379,849.00,'Cash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 14:47:35','2026-07-17 14:47:35',NULL),
(431,380,719.20,'Agoda Settlement',NULL,NULL,'2026-07-17',NULL,'2026-07-17 14:48:50','2026-07-17 14:48:50',NULL),
(432,376,899.00,'Cash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 14:53:06','2026-07-17 14:53:06',NULL),
(433,381,719.20,'Agoda Settlement',NULL,NULL,'2026-07-17',NULL,'2026-07-17 17:44:07','2026-07-17 17:44:07',NULL),
(434,382,849.00,'Cash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 17:45:35','2026-07-17 17:45:35',NULL),
(435,344,899.00,'GCash','7042996041782',NULL,'2026-07-17',NULL,'2026-07-17 19:05:59','2026-07-17 19:05:59',NULL),
(436,383,899.00,'Cash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 19:15:30','2026-07-17 19:15:30',NULL),
(437,384,1159.20,'Agoda Settlement',NULL,NULL,'2026-07-17',NULL,'2026-07-17 19:49:38','2026-07-17 19:49:38',NULL),
(438,385,719.20,'Agoda Settlement',NULL,NULL,'2026-07-17',NULL,'2026-07-17 19:50:16','2026-07-17 19:50:16',NULL),
(439,386,1099.00,'Cash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 20:03:38','2026-07-17 20:03:38',NULL),
(440,380,100.00,'Cash',NULL,NULL,'2026-07-17',NULL,'2026-07-17 20:34:04','2026-07-17 20:34:04',NULL),
(441,387,719.20,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 01:56:29','2026-07-18 01:56:29',NULL),
(442,388,899.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 02:01:21','2026-07-18 02:01:21',NULL),
(443,389,899.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 02:04:02','2026-07-18 02:04:02',NULL),
(444,390,899.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 02:07:29','2026-07-18 02:07:29',NULL),
(445,391,1049.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 03:06:55','2026-07-18 03:06:55',NULL),
(446,392,1797.60,'Agoda Settlement',NULL,NULL,'2026-07-18',NULL,'2026-07-18 08:45:26','2026-07-18 08:45:26',NULL),
(447,392,949.40,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 08:45:26','2026-07-18 08:45:26',NULL),
(448,393,1748.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 11:58:01','2026-07-18 11:58:01',NULL),
(449,394,2022.30,'Booking.com Settlement',NULL,NULL,'2026-07-18',NULL,'2026-07-18 13:24:21','2026-07-18 13:24:21',NULL),
(450,394,50.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 13:24:21','2026-07-18 13:24:21',NULL),
(451,395,719.20,'Agoda Settlement',NULL,NULL,'2026-07-18',NULL,'2026-07-18 13:36:00','2026-07-18 13:36:00',NULL),
(452,395,50.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 13:36:00','2026-07-18 13:36:00',NULL),
(453,396,1198.40,'Agoda Settlement',NULL,NULL,'2026-07-18',NULL,'2026-07-18 13:44:32','2026-07-18 13:44:32',NULL),
(454,389,899.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 14:16:01','2026-07-18 14:16:01',NULL),
(455,344,899.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 17:50:23','2026-07-18 21:39:33','2026-07-18 21:39:33'),
(456,308,699.00,'GCash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 20:20:18','2026-07-18 20:20:18',NULL),
(457,308,749.25,'Agoda Settlement',NULL,NULL,'2026-07-18',NULL,'2026-07-18 20:21:25','2026-07-18 20:21:25',NULL),
(458,397,799.20,'Agoda Settlement',NULL,NULL,'2026-07-18',NULL,'2026-07-18 20:27:54','2026-07-18 20:27:54',NULL),
(459,398,699.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 20:31:54','2026-07-18 20:31:54',NULL),
(460,399,719.20,'Agoda Settlement',NULL,NULL,'2026-07-18',NULL,'2026-07-18 20:34:40','2026-07-18 20:34:40',NULL),
(461,400,849.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 20:36:04','2026-07-18 20:36:04',NULL),
(462,401,849.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 20:37:09','2026-07-18 20:37:09',NULL),
(463,402,1598.40,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 21:00:39','2026-07-18 21:00:39',NULL),
(464,403,849.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 21:13:00','2026-07-18 21:13:00',NULL),
(465,406,1749.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 21:20:55','2026-07-18 21:20:55',NULL),
(466,404,899.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 21:36:40','2026-07-18 21:36:40',NULL),
(467,405,899.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 21:38:04','2026-07-18 21:38:04',NULL),
(468,407,1249.00,'Cash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 21:38:58','2026-07-18 21:38:58',NULL),
(469,344,899.00,'GCash',NULL,NULL,'2026-07-18',NULL,'2026-07-18 21:39:55','2026-07-18 21:39:55',NULL),
(470,408,899.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 03:09:18','2026-07-19 03:09:18',NULL),
(471,409,849.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 03:10:35','2026-07-19 03:10:35',NULL),
(472,410,1849.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 03:12:32','2026-07-19 03:12:32',NULL),
(473,411,849.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 03:13:46','2026-07-19 03:13:46',NULL),
(474,412,749.25,'Agoda Settlement',NULL,NULL,'2026-07-19',NULL,'2026-07-19 05:59:24','2026-07-19 05:59:24',NULL),
(475,359,2097.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 09:57:46','2026-07-19 09:57:46',NULL),
(476,413,719.20,'Agoda Settlement',NULL,NULL,'2026-07-19',NULL,'2026-07-19 11:02:31','2026-07-19 11:02:31',NULL),
(477,406,100.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 11:52:08','2026-07-19 11:52:08',NULL),
(478,414,674.25,'Agoda Settlement',NULL,NULL,'2026-07-19',NULL,'2026-07-19 12:24:12','2026-07-19 12:24:12',NULL),
(479,344,899.00,'GCash','7043051083248',NULL,'2026-07-19',NULL,'2026-07-19 12:27:48','2026-07-19 12:27:48',NULL),
(480,415,1249.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 20:12:24','2026-07-19 20:12:24',NULL),
(481,416,4636.80,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 20:14:51','2026-07-19 20:14:51',NULL),
(482,416,4636.80,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 20:15:07','2026-07-19 20:31:46','2026-07-19 20:31:46'),
(483,417,1348.50,'Agoda Settlement',NULL,NULL,'2026-07-19',NULL,'2026-07-19 20:20:15','2026-07-19 20:20:15',NULL),
(484,418,599.20,'Agoda Settlement',NULL,NULL,'2026-07-19',NULL,'2026-07-19 20:27:35','2026-07-19 20:27:35',NULL),
(485,419,719.20,'Agoda Settlement',NULL,NULL,'2026-07-19',NULL,'2026-07-19 20:29:31','2026-07-19 20:29:31',NULL),
(486,420,1398.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 23:45:40','2026-07-19 23:45:40',NULL),
(487,421,849.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 23:47:09','2026-07-19 23:47:09',NULL),
(488,422,749.25,'Agoda Settlement',NULL,NULL,'2026-07-19',NULL,'2026-07-19 23:49:14','2026-07-19 23:49:14',NULL),
(489,423,899.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 23:51:00','2026-07-19 23:51:00',NULL),
(490,424,899.00,'Cash',NULL,NULL,'2026-07-19',NULL,'2026-07-19 23:52:31','2026-07-19 23:52:31',NULL),
(491,425,899.00,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 00:03:56','2026-07-20 00:03:56',NULL),
(492,344,1728.00,'GCash','7043075736803',NULL,'2026-07-20',NULL,'2026-07-20 06:55:51','2026-07-20 06:55:51',NULL),
(493,402,200.00,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 08:35:24','2026-07-20 08:35:24',NULL),
(494,426,2396.80,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 12:59:23','2026-07-20 12:59:23',NULL),
(495,427,500.00,'GCash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:17:22','2026-07-20 19:17:22',NULL),
(496,428,3196.80,'Agoda Settlement',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:19:13','2026-07-20 19:19:13',NULL),
(497,430,849.00,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:32:48','2026-07-20 19:32:48',NULL),
(498,431,1698.00,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:34:07','2026-07-20 19:34:07',NULL),
(499,432,599.20,'Agoda Settlement',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:36:09','2026-07-20 19:36:09',NULL),
(500,433,899.00,'GCash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:37:29','2026-07-20 19:37:29',NULL),
(501,434,674.25,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:40:16','2026-07-20 19:40:16',NULL),
(502,435,899.00,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 19:42:48','2026-07-20 19:42:48',NULL),
(503,429,2396.80,'Agoda Settlement',NULL,NULL,'2026-07-20',NULL,'2026-07-20 20:52:38','2026-07-20 20:52:38',NULL),
(504,436,899.00,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 23:34:13','2026-07-20 23:34:13',NULL),
(505,437,849.00,'Cash',NULL,NULL,'2026-07-20',NULL,'2026-07-20 23:35:21','2026-07-20 23:35:21',NULL),
(506,438,799.20,'Agoda Settlement',NULL,NULL,'2026-07-21',NULL,'2026-07-21 01:38:03','2026-07-21 01:38:03',NULL),
(507,439,849.00,'GCash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 01:41:56','2026-07-21 01:41:56',NULL),
(508,440,699.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 05:24:31','2026-07-21 05:24:31',NULL),
(509,441,899.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 05:26:44','2026-07-21 05:26:44',NULL),
(510,420,699.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 06:42:32','2026-07-21 06:42:32',NULL),
(511,442,799.20,'Agoda Settlement',NULL,NULL,'2026-07-21',NULL,'2026-07-21 08:42:44','2026-07-21 08:42:44',NULL),
(512,442,200.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 08:42:52','2026-07-21 08:42:52',NULL),
(513,443,8111.20,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 08:52:25','2026-07-21 08:52:25',NULL),
(514,435,899.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 19:17:07','2026-07-21 19:17:07',NULL),
(515,444,1011.75,'Agoda Settlement',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:16:08','2026-07-21 20:16:08',NULL),
(516,445,561.75,'Agoda Settlement',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:18:32','2026-07-21 20:18:32',NULL),
(517,446,1797.60,'Agoda Settlement',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:22:16','2026-07-21 20:22:16',NULL),
(518,446,749.40,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:22:16','2026-07-21 20:22:16',NULL),
(519,447,849.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:24:42','2026-07-21 20:24:42',NULL),
(520,448,849.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:26:08','2026-07-21 20:26:08',NULL),
(521,449,899.00,'GCash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:27:23','2026-07-21 20:27:23',NULL),
(522,450,1398.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:28:27','2026-07-21 20:28:27',NULL),
(523,451,674.25,'Agoda Settlement',NULL,NULL,'2026-07-21',NULL,'2026-07-21 20:43:35','2026-07-21 20:43:35',NULL),
(524,452,899.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 22:11:30','2026-07-21 22:11:30',NULL),
(525,453,1398.00,'Cash',NULL,NULL,'2026-07-21',NULL,'2026-07-21 23:13:43','2026-07-21 23:13:43',NULL),
(526,454,849.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 01:18:20','2026-07-22 01:18:20',NULL),
(527,420,699.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 10:41:28','2026-07-22 10:41:28',NULL),
(528,456,699.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 10:52:56','2026-07-22 10:52:56',NULL),
(529,448,849.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 10:54:20','2026-07-22 10:54:20',NULL),
(530,455,2158.40,'Agoda Settlement',NULL,NULL,'2026-07-22',NULL,'2026-07-22 10:55:51','2026-07-22 10:55:51',NULL),
(531,457,674.25,'Agoda Settlement',NULL,NULL,'2026-07-22',NULL,'2026-07-22 12:42:35','2026-07-22 12:42:35',NULL),
(532,449,288.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 12:58:39','2026-07-22 12:58:39',NULL),
(533,458,599.20,'Agoda Settlement',NULL,NULL,'2026-07-22',NULL,'2026-07-22 13:51:08','2026-07-22 13:51:08',NULL),
(534,458,150.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 13:51:17','2026-07-22 13:51:17',NULL),
(535,459,899.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 20:27:05','2026-07-22 20:27:05',NULL),
(536,460,849.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 20:27:59','2026-07-22 20:27:59',NULL),
(537,461,849.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 20:29:24','2026-07-22 20:29:24',NULL),
(538,462,899.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 20:30:52','2026-07-22 20:30:52',NULL),
(539,463,899.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 20:34:03','2026-07-22 20:34:03',NULL),
(540,464,899.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 20:35:05','2026-07-22 20:35:05',NULL),
(541,453,699.00,'Cash',NULL,NULL,'2026-07-22',NULL,'2026-07-22 20:36:38','2026-07-22 20:36:38',NULL),
(542,448,849.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 12:03:35','2026-07-23 12:03:35',NULL),
(543,462,899.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 12:04:09','2026-07-23 12:04:09',NULL),
(544,466,949.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 12:15:39','2026-07-23 12:15:39',NULL),
(545,467,699.00,'GCash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 16:16:32','2026-07-23 16:16:32',NULL),
(546,457,674.25,'Agoda Settlement',NULL,NULL,'2026-07-23',NULL,'2026-07-23 19:56:30','2026-07-23 19:56:30',NULL),
(547,459,1798.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 19:57:22','2026-07-23 19:57:22',NULL),
(548,460,1698.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 19:57:50','2026-07-23 19:57:50',NULL),
(549,468,849.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 20:00:16','2026-07-23 20:00:16',NULL),
(550,469,899.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 20:09:25','2026-07-23 20:09:25',NULL),
(551,470,899.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 20:10:38','2026-07-23 20:10:38',NULL),
(552,471,2022.75,'Agoda Settlement',NULL,NULL,'2026-07-23',NULL,'2026-07-23 20:14:11','2026-07-23 20:14:11',NULL),
(553,472,749.25,'Agoda Settlement',NULL,NULL,'2026-07-23',NULL,'2026-07-23 23:08:16','2026-07-23 23:08:16',NULL),
(554,473,849.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 23:09:23','2026-07-23 23:09:23',NULL),
(555,474,719.20,'Agoda Settlement',NULL,NULL,'2026-07-23',NULL,'2026-07-23 23:10:24','2026-07-23 23:10:24',NULL),
(556,475,1049.00,'Cash',NULL,NULL,'2026-07-23',NULL,'2026-07-23 23:11:47','2026-07-23 23:11:47',NULL),
(557,476,1438.40,'Agoda Settlement',NULL,NULL,'2026-07-23',NULL,'2026-07-23 23:12:51','2026-07-23 23:12:51',NULL),
(558,477,2049.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 00:28:52','2026-07-24 00:28:52',NULL),
(559,478,849.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 03:24:39','2026-07-24 03:24:39',NULL),
(560,478,674.25,'Agoda Settlement',NULL,NULL,'2026-07-24',NULL,'2026-07-24 03:24:52','2026-07-24 03:24:52',NULL),
(561,448,849.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 11:12:51','2026-07-24 11:12:51',NULL),
(562,466,849.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 11:13:24','2026-07-24 11:13:24',NULL),
(563,479,1049.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 11:38:43','2026-07-24 11:38:43',NULL),
(564,480,899.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 11:55:53','2026-07-24 11:55:53',NULL),
(565,481,549.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 12:59:28','2026-07-24 12:59:28',NULL),
(566,482,899.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 17:20:33','2026-07-24 17:20:33',NULL),
(567,483,899.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:34:48','2026-07-24 20:34:48',NULL),
(568,484,849.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:36:11','2026-07-24 20:36:11',NULL),
(569,485,899.00,'GCash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:37:37','2026-07-24 20:37:37',NULL),
(570,486,849.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:38:52','2026-07-24 20:38:52',NULL),
(571,487,599.20,'Agoda Settlement',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:40:06','2026-07-24 20:40:06',NULL),
(572,488,849.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:43:12','2026-07-24 20:43:12',NULL),
(573,489,849.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:44:02','2026-07-24 20:44:02',NULL),
(574,490,699.00,'Cash',NULL,NULL,'2026-07-24',NULL,'2026-07-24 20:46:14','2026-07-24 20:46:14',NULL),
(575,491,599.20,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 02:45:49','2026-07-25 02:45:49',NULL),
(576,491,150.00,'GCash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 02:46:33','2026-07-25 02:46:33',NULL),
(577,492,599.20,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 02:48:09','2026-07-25 02:48:09',NULL),
(578,493,1598.40,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 02:49:49','2026-07-25 02:49:49',NULL),
(579,494,719.20,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 08:51:04','2026-07-25 08:51:04',NULL),
(580,494,200.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 08:51:04','2026-07-25 08:51:04',NULL),
(581,448,849.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 11:03:23','2026-07-25 11:03:23',NULL),
(582,466,849.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 11:04:56','2026-07-25 11:04:56',NULL),
(583,489,300.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 14:52:37','2026-07-25 14:52:37',NULL),
(584,484,849.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 15:20:59','2026-07-25 15:20:59',NULL),
(585,367,664.00,'GCash','204259085140',NULL,'2026-07-25',NULL,'2026-07-25 15:38:04','2026-07-25 15:38:04',NULL),
(586,459,1798.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 16:42:36','2026-07-25 16:42:36',NULL),
(587,460,1698.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 16:43:02','2026-07-25 16:43:02',NULL),
(588,492,898.80,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 17:52:57','2026-07-25 17:52:57',NULL),
(589,495,1449.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 20:02:17','2026-07-25 20:02:17',NULL),
(590,496,2157.60,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 20:04:30','2026-07-25 20:04:30',NULL),
(591,497,2397.60,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 20:05:45','2026-07-25 20:05:45',NULL),
(592,498,599.20,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 20:07:09','2026-07-25 20:07:09',NULL),
(593,499,2513.00,'GCash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 22:26:43','2026-07-25 22:26:43',NULL),
(594,499,2513.00,'GCash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 22:26:43','2026-07-25 22:26:43',NULL),
(595,499,2513.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 22:26:43','2026-07-25 22:26:43',NULL),
(596,485,899.00,'GCash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 22:29:09','2026-07-25 22:29:09',NULL),
(597,500,749.00,'Agoda Settlement',NULL,NULL,'2026-07-25',NULL,'2026-07-25 22:34:00','2026-07-25 22:34:00',NULL),
(598,500,150.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 22:34:00','2026-07-25 22:34:00',NULL),
(599,501,849.00,'Cash',NULL,NULL,'2026-07-25',NULL,'2026-07-25 22:37:43','2026-07-25 22:37:43',NULL),
(600,502,1049.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 05:35:40','2026-07-26 05:35:40',NULL),
(601,503,1998.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 09:01:36','2026-07-26 09:01:36',NULL),
(602,504,599.20,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 09:04:42','2026-07-26 09:04:42',NULL),
(603,504,150.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 09:11:30','2026-07-26 09:11:30',NULL),
(604,465,2097.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 10:08:30','2026-07-26 10:08:30',NULL),
(605,448,849.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 12:17:10','2026-07-26 12:17:10',NULL),
(606,505,699.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 12:42:13','2026-07-26 12:42:13',NULL),
(607,485,899.00,'GCash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 19:56:37','2026-07-26 19:56:37',NULL),
(608,506,674.25,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:04:22','2026-07-26 20:04:22',NULL),
(609,507,899.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:06:57','2026-07-26 20:06:57',NULL),
(610,508,749.40,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:08:44','2026-07-26 20:08:44',NULL),
(611,508,1797.60,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:08:44','2026-07-26 20:08:44',NULL),
(612,510,1449.00,'Cash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:12:36','2026-07-26 20:12:36',NULL),
(613,511,674.10,'Booking.com Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:26:06','2026-07-26 20:26:06',NULL),
(614,512,1449.00,'GCash',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:27:16','2026-07-26 20:27:16',NULL),
(615,513,719.20,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:29:32','2026-07-26 20:29:32',NULL),
(616,514,1399.20,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:30:44','2026-07-26 20:30:44',NULL),
(617,509,749.00,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 20:35:06','2026-07-26 20:35:06',NULL),
(618,515,749.25,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 23:13:57','2026-07-26 23:13:57',NULL),
(619,516,1011.75,'Agoda Settlement',NULL,NULL,'2026-07-26',NULL,'2026-07-26 23:15:12','2026-07-26 23:15:12',NULL),
(620,517,599.20,'Agoda Settlement',NULL,NULL,'2026-07-27',NULL,'2026-07-27 11:13:15','2026-07-27 11:13:15',NULL),
(621,517,549.80,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 11:13:15','2026-07-27 11:13:15',NULL),
(622,519,2457.60,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 11:34:36','2026-07-27 11:34:36',NULL),
(623,520,719.20,'Agoda Settlement',NULL,NULL,'2026-07-27',NULL,'2026-07-27 12:10:57','2026-07-27 12:10:57',NULL),
(624,504,1198.40,'Agoda Settlement',NULL,NULL,'2026-07-27',NULL,'2026-07-27 18:25:31','2026-07-27 18:25:31',NULL),
(625,485,899.00,'GCash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 18:28:35','2026-07-27 18:28:35',NULL),
(626,521,749.25,'Agoda Settlement',NULL,NULL,'2026-07-27',NULL,'2026-07-27 19:40:19','2026-07-27 19:40:19',NULL),
(627,522,674.10,'Booking.com Settlement',NULL,NULL,'2026-07-27',NULL,'2026-07-27 19:41:57','2026-07-27 19:41:57',NULL),
(628,523,699.00,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 19:42:59','2026-07-27 19:42:59',NULL),
(629,524,849.00,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 19:44:23','2026-07-27 19:44:23',NULL),
(630,525,4033.00,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 20:02:08','2026-07-27 20:02:08',NULL),
(631,526,849.00,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 20:04:27','2026-07-27 20:04:27',NULL),
(632,527,899.00,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 20:06:09','2026-07-27 20:06:09',NULL),
(633,528,1011.75,'Agoda Settlement',NULL,NULL,'2026-07-27',NULL,'2026-07-27 20:07:51','2026-07-27 20:07:51',NULL),
(634,459,1798.00,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 20:27:05','2026-07-27 20:27:05',NULL),
(635,460,1698.00,'Cash',NULL,NULL,'2026-07-27',NULL,'2026-07-27 20:27:39','2026-07-27 20:27:39',NULL),
(636,510,1449.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 04:44:09','2026-07-28 04:44:09',NULL),
(637,529,549.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 04:52:49','2026-07-28 04:52:49',NULL),
(638,530,849.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 04:56:32','2026-07-28 04:56:32',NULL),
(639,525,2.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 05:21:35','2026-07-28 05:21:35',NULL),
(640,485,1152.00,'GCash','7043346421286',NULL,'2026-07-28',NULL,'2026-07-28 08:18:47','2026-07-28 08:18:47',NULL),
(641,531,2747.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 09:21:27','2026-07-28 09:21:27',NULL),
(642,532,899.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 11:09:37','2026-07-28 11:09:37',NULL),
(643,467,699.00,'GCash','5210764355136',NULL,'2026-07-28',NULL,'2026-07-28 12:11:15','2026-07-28 12:11:15',NULL),
(644,523,699.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 12:12:33','2026-07-28 12:12:33',NULL),
(645,503,849.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 12:19:56','2026-07-28 12:19:56',NULL),
(646,533,719.20,'Agoda Settlement',NULL,NULL,'2026-07-28',NULL,'2026-07-28 13:06:17','2026-07-28 13:06:17',NULL),
(647,510,200.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 19:33:13','2026-07-28 19:33:13',NULL),
(648,522,699.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 19:37:09','2026-07-28 19:37:09',NULL),
(649,534,699.00,'Cash',NULL,NULL,'2026-07-28',NULL,'2026-07-28 19:47:13','2026-07-28 19:47:13',NULL),
(650,535,2997.00,'Agoda Settlement',NULL,NULL,'2026-07-28',NULL,'2026-07-28 19:50:03','2026-07-28 19:50:03',NULL),
(651,536,849.00,'Cash',NULL,'PH-00000001','2026-07-28',NULL,'2026-07-28 20:15:19','2026-07-28 20:15:19',NULL),
(652,537,1079.20,'Agoda Settlement',NULL,'PH-00000002','2026-07-28',NULL,'2026-07-28 20:22:02','2026-07-28 20:22:02',NULL),
(653,538,849.00,'Cash',NULL,'PH-00000003','2026-07-28',NULL,'2026-07-28 20:29:40','2026-07-28 20:29:40',NULL),
(654,539,561.75,'Agoda Settlement',NULL,'PH-00000004','2026-07-28',NULL,'2026-07-28 20:32:02','2026-07-28 20:32:02',NULL),
(655,540,899.00,'Cash',NULL,'PH-00000005','2026-07-28',NULL,'2026-07-28 20:33:58','2026-07-28 20:33:58',NULL),
(656,541,1649.00,'Cash',NULL,'PH-00000006','2026-07-28',NULL,'2026-07-28 20:36:53','2026-07-28 20:36:53',NULL),
(657,542,987.00,'GCash','4043371388105','PH-00000007','2026-07-29',NULL,'2026-07-29 03:26:07','2026-07-29 03:26:07',NULL),
(658,543,1086.75,'Cash',NULL,'PH-00000008','2026-07-29',NULL,'2026-07-29 03:32:16','2026-07-29 03:32:16',NULL),
(659,544,899.00,'Cash',NULL,'PH-00000009','2026-07-29',NULL,'2026-07-29 03:38:50','2026-07-29 03:38:50',NULL),
(660,545,699.00,'Cash',NULL,'PH-00000010','2026-07-29',NULL,'2026-07-29 03:44:11','2026-07-29 03:44:11',NULL),
(661,546,749.25,'Agoda Settlement',NULL,'PH-00000011','2026-07-29',NULL,'2026-07-29 03:47:38','2026-07-29 03:47:38',NULL),
(662,547,1086.75,'GCash','7043369461253','PH-00000012','2026-07-29',NULL,'2026-07-29 03:56:41','2026-07-29 03:56:41',NULL),
(663,548,549.00,'Cash',NULL,'PH-00000013','2026-07-29',NULL,'2026-07-29 04:00:32','2026-07-29 04:00:32',NULL),
(664,549,1549.00,'Cash',NULL,'PH-00000014','2026-07-29',NULL,'2026-07-29 07:21:47','2026-07-29 07:21:47',NULL),
(665,550,1199.00,'Cash',NULL,'PH-00000015','2026-07-29',NULL,'2026-07-29 10:00:29','2026-07-29 10:00:29',NULL),
(666,542,987.00,'GCash','4043383123024','PH-00000016','2026-07-29',NULL,'2026-07-29 11:11:04','2026-07-29 11:11:04',NULL),
(667,551,809.10,'Booking.com Settlement',NULL,'PH-00000017','2026-07-29',NULL,'2026-07-29 11:25:16','2026-07-29 11:25:16',NULL),
(668,534,699.00,'Cash',NULL,'PH-00000018','2026-07-29',NULL,'2026-07-29 11:26:31','2026-07-29 11:26:31',NULL),
(669,552,674.25,'Agoda Settlement',NULL,'PH-00000019','2026-07-29',NULL,'2026-07-29 11:36:25','2026-07-29 11:36:25',NULL),
(670,503,849.00,'Cash',NULL,'PH-00000020','2026-07-29',NULL,'2026-07-29 11:41:10','2026-07-29 11:41:10',NULL),
(671,553,3996.00,'Agoda Settlement',NULL,'PH-00000021','2026-07-29',NULL,'2026-07-29 11:49:18','2026-07-29 11:49:18',NULL);
/*!40000 ALTER TABLE `reservation_payments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `reservations`
--

DROP TABLE IF EXISTS `reservations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `reservations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `group_id` bigint(20) unsigned DEFAULT NULL,
  `guest_id` bigint(20) unsigned DEFAULT NULL,
  `rate_plan_id` bigint(20) unsigned DEFAULT NULL,
  `booking_no` varchar(20) NOT NULL,
  `confirmation_token` varchar(64) DEFAULT NULL,
  `guest_name` varchar(255) NOT NULL,
  `guest_email` varchar(255) DEFAULT NULL,
  `guest_phone` varchar(30) DEFAULT NULL,
  `room_no` varchar(10) NOT NULL,
  `room_type` varchar(50) NOT NULL,
  `check_in` date NOT NULL,
  `check_out` date NOT NULL,
  `nights` smallint(5) unsigned NOT NULL,
  `pax` tinyint(3) unsigned NOT NULL DEFAULT 1,
  `nationality` varchar(255) NOT NULL DEFAULT 'Filipino',
  `rate` decimal(10,2) NOT NULL,
  `amount` decimal(10,2) NOT NULL,
  `discount_type` varchar(255) DEFAULT NULL,
  `discount_id_number` varchar(255) DEFAULT NULL,
  `discount_amount` decimal(12,2) NOT NULL DEFAULT 0.00,
  `status` varchar(20) NOT NULL DEFAULT 'pending',
  `checked_in_at` datetime DEFAULT NULL,
  `checked_out_at` datetime DEFAULT NULL,
  `source` varchar(50) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `deposit_amount` decimal(10,2) NOT NULL DEFAULT 0.00,
  `deposit_paid` tinyint(1) NOT NULL DEFAULT 0,
  `deposit_date` date DEFAULT NULL,
  `deposit_method` varchar(30) DEFAULT NULL,
  `deposit_reference` varchar(60) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `reservations_booking_no_unique` (`booking_no`),
  UNIQUE KEY `reservations_confirmation_token_unique` (`confirmation_token`),
  KEY `reservations_group_id_foreign` (`group_id`),
  KEY `idx_reservations_status` (`status`),
  KEY `idx_reservations_check_in` (`check_in`),
  KEY `idx_reservations_check_out` (`check_out`),
  KEY `idx_reservations_room_no` (`room_no`),
  KEY `idx_reservations_guest_id` (`guest_id`),
  KEY `idx_reservations_conflict` (`room_no`,`status`,`check_in`,`check_out`),
  CONSTRAINT `reservations_group_id_foreign` FOREIGN KEY (`group_id`) REFERENCES `reservation_groups` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=554 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `reservations`
--

LOCK TABLES `reservations` WRITE;
/*!40000 ALTER TABLE `reservations` DISABLE KEYS */;
INSERT INTO `reservations` VALUES
(1,NULL,1,NULL,'2026-06-000001','gJOvsPngJ2DRkyjzn1DzX26rpYd2JSuwYaJJQ0NC','Maria Santos','maria.santos@gmail.com','+63 917 123 4567','103','Junior Deluxe','2026-06-14','2026-06-16',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,700.00,1,'2026-06-12','GCash','GC-20260612-001','2026-06-17 23:03:35','2026-06-18 18:48:44','2026-06-18 18:48:44'),
(2,NULL,2,NULL,'2026-06-000002','mUWDDgufWHoDZurwaLpTFpIV8BmgCD7oVVC1X1ta','Juan dela Cruz','jdelacruz@yahoo.com','+63 918 234 5678','105','Superior Deluxe','2026-06-14','2026-06-17',3,1,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com','Early check-in requested',1500.00,1,'2026-06-10','Bank Transfer','BT-BDO-20260610-882','2026-06-17 23:03:35','2026-06-18 18:48:35','2026-06-18 18:48:35'),
(3,NULL,3,NULL,'2026-06-000003','9TsnO1yujrZ0zQGK3rZSAciM0cOiYDH3zQCPAI2k','Anna Reyes','anna.reyes@email.com','+63 919 345 6789','312','Ordinary Twin','2026-06-15','2026-06-17',2,2,'Filipino',549.00,1098.00,NULL,NULL,0.00,'pending',NULL,NULL,'Agoda','Honeymoon setup requested',0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:47:44','2026-06-18 18:47:44'),
(4,NULL,4,NULL,'2026-06-000004','KEXAPxi50wygS7MNLlr7AXrHrzYCzyld9uvGCE64','Robert Chen','rchen@business.ph','+63 920 456 7890','108','Superior Deluxe','2026-06-13','2026-06-15',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct',NULL,1698.00,1,'2026-06-13','Cash','OR-2026-0041','2026-06-17 23:03:35','2026-06-18 18:49:04','2026-06-18 18:49:04'),
(5,NULL,5,NULL,'2026-06-000005','5PqQNSPlXnNeSEExYqHvwhVT1glClYMa1TIdnUZD','Jennifer Lim','jlim@corp.com','+63 921 567 8901','201','Deluxe Twin','2026-06-15','2026-06-18',3,2,'Filipino',899.00,2697.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Airbnb',NULL,1500.00,1,'2026-06-11','Maya','MY-20260611-4421','2026-06-17 23:03:35','2026-06-18 18:47:40','2026-06-18 18:47:40'),
(6,NULL,6,NULL,'2026-06-000006','lbp2jhAcqKR743H4qzvNNjXznROnYEdERnX7VnRq','Michael Tan','mtan@gmail.com','+63 922 678 9012','402','Executive Suite','2026-06-12','2026-06-14',2,2,'Filipino',1749.00,3498.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com','Late checkout approved',3498.00,1,'2026-06-12','Credit Card','CC-VISA-20260612-7721','2026-06-17 23:03:35','2026-06-30 20:28:08','2026-06-30 20:28:08'),
(7,NULL,7,NULL,'2026-06-000007','GYkZ5S89eXqmojOUx6fOjvBVYgoHrMvks70rIq4H','Patricia Aquino','paquino@email.ph','+63 923 789 0123','116','Junior Deluxe','2026-06-16','2026-06-17',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in','Senior citizen discount applied',0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:47:14','2026-06-18 18:47:14'),
(8,NULL,8,NULL,'2026-06-000008','QHDhOC9xlEE7L8OB7mxUB9PFOLIc6Gp0BYX9eikI','David Wong','dwong@hk.com','+852 9123 4567','302','Family Room 2','2026-06-10','2026-06-14',4,4,'Filipino',1649.00,6596.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,6596.00,1,'2026-06-10','Credit Card','CC-MC-20260610-3341','2026-06-17 23:03:35','2026-06-30 20:27:40','2026-06-30 20:27:40'),
(9,NULL,9,NULL,'2026-06-000009','u8VnBX9XWs4VP6HjCHp74D6QgPK0IbTcRlqQdgvA','Sarah Magno','smagno@gmail.com','+63 924 890 1234','307','Deluxe Double','2026-06-14','2026-06-15',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'no_show',NULL,NULL,'Direct',NULL,899.00,1,'2026-06-13','GCash','GC-20260613-991','2026-06-17 23:03:35','2026-06-18 18:48:30','2026-06-18 18:48:30'),
(10,NULL,10,NULL,'2026-06-000010','nHQifzbKwTbgcWywXft1jFwKp0szbA5bWr6o3YeS','Jose Mercado','jose.mercado@corp.ph','+63 925 901 2345','401','Deluxe Trio','2026-06-15','2026-06-20',5,3,'Filipino',1249.00,6245.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct','VIP guest — airport pickup required',3000.00,1,'2026-06-10','Bank Transfer','BT-BPI-20260610-5521','2026-06-17 23:03:35','2026-06-18 18:47:32','2026-06-18 18:47:32'),
(11,NULL,11,NULL,'2026-06-000011','zphyh01DRxqV88ie2G8fH7V8PH7ATmGb7ULca1mO','Luz Bautista','luz.b@email.com','+63 926 012 3456','103','Junior Deluxe','2026-06-14','2026-06-16',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'cancelled',NULL,NULL,'Booking.com','Cancelled by guest',699.00,1,'2026-06-08','GCash','GC-20260608-774','2026-06-17 23:03:35','2026-06-18 18:48:26','2026-06-18 18:48:26'),
(12,NULL,12,NULL,'2026-06-000012','L79ORdmzNeOQlQbSh6hMxuQGCCHlI72lHwkmOMcc','Kristopher Dela Rosa','kdelarosa@gmail.com','+63 917 201 3344','111','Superior Deluxe','2026-06-11','2026-06-13',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,1698.00,1,'2026-06-11','Credit Card','CC-VISA-20260611-1201','2026-06-17 23:03:35','2026-06-30 20:28:34','2026-06-30 20:28:34'),
(13,NULL,13,NULL,'2026-06-000013','jMCXawBSSLp0bbZtIhjFNK41coTRrDIZphXScZiJ','Maribel Flores','mflores@yahoo.com','+63 918 302 4455','113','Superior Deluxe','2026-06-12','2026-06-14',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct',NULL,1698.00,1,'2026-06-12','GCash','GC-20260612-3312','2026-06-17 23:03:35','2026-06-30 20:22:09','2026-06-30 20:22:09'),
(14,NULL,14,NULL,'2026-06-000014','gVaZ2DVPwwnJN9vY0gHjVjRPWPwBDjGE0DvUfOG8','Ramon Soriano','rsoriano@corp.ph','+63 919 403 5566','206','Standard Twin','2026-06-12','2026-06-14',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,1698.00,1,'2026-06-12','Maya','MY-20260612-8821','2026-06-17 23:03:35','2026-06-29 16:14:57','2026-06-29 16:14:57'),
(15,NULL,15,NULL,'2026-06-000015','hM0TGCtTtQnkqGDedXCUUbZxvdouwBJ2i2tQiTbk','Cynthia Padua','cpadua@email.ph','+63 920 504 6677','207','Economy Twin','2026-06-11','2026-06-13',2,2,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,1398.00,1,'2026-06-11','Cash','OR-2026-0038','2026-06-17 23:03:35','2026-06-30 20:28:22','2026-06-30 20:28:22'),
(16,NULL,16,NULL,'2026-06-000016','On30GelHrC9fJhgbutcEzc8GQThhZ6HHNniBgm8E','Bonifacio Manalo','bmanalo@gmail.com','+63 921 605 7788','304','Deluxe Twin','2026-06-13','2026-06-14',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,899.00,1,'2026-06-13','Cash','OR-2026-0039','2026-06-17 23:03:35','2026-06-18 18:49:00','2026-06-18 18:49:00'),
(17,NULL,17,NULL,'2026-06-000017','axhHOTySBQUz5V5oFiNCkFidRolK9caUL2H9K7LJ','Teresita Buenaventura','tbuenaventura@yahoo.com','+63 922 706 8899','403','Deluxe Twin','2026-06-11','2026-06-13',2,2,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,1798.00,1,'2026-06-11','Credit Card','CC-MC-20260611-4409','2026-06-17 23:03:35','2026-06-30 20:28:18','2026-06-30 20:28:18'),
(18,NULL,18,NULL,'2026-06-000018','JiBVrZg5KX0te5jcuMUfLLTgSsKgDX8QK1YO6i7Q','Gerardo Mateo','gmateo@email.com','+63 923 807 9900','408','Standard Double','2026-06-12','2026-06-14',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Airbnb',NULL,1698.00,1,'2026-06-12','GCash','GC-20260612-5678','2026-06-17 23:03:35','2026-06-29 16:14:53','2026-06-29 16:14:53'),
(19,NULL,19,NULL,'2026-06-000019','B4hDxXBjfpUleLRKSVWbrmkzLvh2G1OdIlv8vS48','Eduardo Castillo','ecastillo@gmail.com','+63 924 908 1011','104','Junior Deluxe','2026-06-05','2026-06-08',3,1,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,2097.00,1,'2026-06-05','Cash','OR-2026-0029','2026-06-17 23:03:35','2026-06-30 20:28:01','2026-06-30 20:28:01'),
(20,NULL,20,NULL,'2026-06-000020','CzDdTIROmDc0RrG0m969qKItmDY9kRVlQ7ZZR0OL','Lourdes Macasaet','lmacasaet@yahoo.com','+63 925 109 1122','109','Superior Deluxe','2026-06-03','2026-06-07',4,1,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,3396.00,1,'2026-06-03','Bank Transfer','BT-BDO-20260603-2201','2026-06-17 23:03:35','2026-06-30 20:27:56','2026-06-30 20:27:56'),
(21,NULL,21,NULL,'2026-06-000021','hskCdm1Q58hIy2xl8JTKHaBw8Ha4fcuhKsaTALbm','Rolando Navarro','rnavarro@corp.ph','+63 926 210 2233','202','Economy Twin','2026-06-02','2026-06-05',3,2,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct',NULL,2097.00,1,'2026-06-02','Maya','MY-20260602-1109','2026-06-17 23:03:35','2026-06-30 20:27:45','2026-06-30 20:27:45'),
(22,NULL,22,NULL,'2026-06-000022','oJ68vIFaE75dfBDOdRDpGARFn7RposKUksXbxNZV','Yolanda Alcantara','yalcantara@email.ph','+63 917 311 3344','204','Economy Twin','2026-06-01','2026-06-04',3,2,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,2097.00,1,'2026-06-01','Credit Card','CC-VISA-20260601-0088','2026-06-17 23:03:35','2026-06-30 20:27:36','2026-06-30 20:27:36'),
(23,NULL,23,NULL,'2026-06-000023','fxdYQxNDY5duwYM48WkQsWWMHTFgwr3N8Af4ESE0','Hernando Pascual','hpascual@gmail.com','+63 918 412 4455','205','Economy Double','2026-06-08','2026-06-10',2,2,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,1398.00,1,'2026-06-08','Cash','OR-2026-0033','2026-06-17 23:03:35','2026-06-30 20:28:37','2026-06-30 20:28:37'),
(24,NULL,24,NULL,'2026-06-000024','s9YoQXi6MnycSXQmjUqFNitFhYMg8QZ0zbGCdgIT','Florencia Abad','fabad@email.com','+63 919 513 5566','301','Deluxe Twin','2026-06-05','2026-06-09',4,2,'Filipino',899.00,3596.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Airbnb',NULL,3596.00,1,'2026-06-05','Bank Transfer','BT-BPI-20260605-3301','2026-06-17 23:03:35','2026-06-30 20:28:49','2026-06-30 20:28:49'),
(25,NULL,25,NULL,'2026-06-000025','CgpZdxR0XBh2MrSDKr9ovV1cnxorxymsupyenUDP','Danilo Enriquez','denriquez@yahoo.com','+63 920 614 6677','303','Deluxe Twin','2026-06-07','2026-06-11',4,2,'Filipino',899.00,3596.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,3596.00,1,'2026-06-07','GCash','GC-20260607-7734','2026-06-17 23:03:35','2026-06-30 20:28:41','2026-06-30 20:28:41'),
(26,NULL,26,NULL,'2026-06-000026','G41uqn6yvjuuFSnvPk3Xo1JcK0lJcArQfylUfenK','Natividad Villanueva','nvillanueva@corp.ph','+63 921 715 7788','404','Standard Twin','2026-06-06','2026-06-10',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct',NULL,3396.00,1,'2026-06-06','Credit Card','CC-MC-20260606-5519','2026-06-17 23:03:35','2026-06-30 20:28:44','2026-06-30 20:28:44'),
(27,NULL,27,NULL,'2026-06-000027','FVmnhLJfxBeQOpOYXAPakG4B6ZBUL1XFafTahKdQ','Arturo Sabado','asabado@gmail.com','+63 922 816 8899','110','Superior Deluxe','2026-06-13','2026-06-16',3,2,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,1000.00,1,'2026-06-10','GCash','GC-20260610-2288','2026-06-17 23:03:35','2026-06-18 18:48:56','2026-06-18 18:48:56'),
(28,NULL,28,NULL,'2026-06-000028','MqaWlaT9d8kBVgd8UjbkNL5LlKazrrDCyQgRDQDA','Concepcion Batangan','cbatangan@yahoo.com','+63 923 917 9900','112','Superior Deluxe','2026-06-12','2026-06-15',3,1,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,1500.00,1,'2026-06-09','Maya','MY-20260609-6612','2026-06-17 23:03:35','2026-06-29 16:14:47','2026-06-29 16:14:47'),
(29,NULL,29,NULL,'2026-06-000029','kulYcin941T7JtCLyjlJOCVYosCDyF305FHUtnES','Federico Espiritu','fespiritu@email.ph','+63 924 018 0011','114','Superior Deluxe','2026-06-13','2026-06-17',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct','Corporate rate — HR Dept of Gokongwei Group',2000.00,1,'2026-06-11','Bank Transfer','BT-BDO-20260611-9914','2026-06-17 23:03:35','2026-06-18 18:48:52','2026-06-18 18:48:52'),
(30,NULL,30,NULL,'2026-06-000030','85mai9npTkwHgTpCcLPcvpWIT7EozpIpoakeUMam','Gloria Ocampo','gocampo@gmail.com','+63 925 119 1122','203','Family Room','2026-06-11','2026-06-15',4,4,'Filipino',1649.00,6596.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Airbnb','Family reunion — extra rollaway requested',3000.00,1,'2026-06-08','Credit Card','CC-VISA-20260608-1133','2026-06-17 23:03:35','2026-06-30 20:28:11','2026-06-30 20:28:11'),
(31,NULL,31,NULL,'2026-06-000031','2ev3SHtzr00tKVwGPPGrILU2zoU8iJ7FW0qRh1Nw','Honesto Lacsamana','hlacsamana@corp.ph','+63 926 220 2233','315','Standard Twin','2026-06-14','2026-06-17',3,2,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:48:19','2026-06-18 18:48:19'),
(32,NULL,32,NULL,'2026-06-000032','aP4DxBpq47oKYuFlwn35WdhMotMKtHnZIWnIzeie','Imelda Bernal','ibernal@email.com','+63 917 321 3344','405','Deluxe Twin','2026-06-13','2026-06-16',3,2,'Filipino',899.00,2697.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,2697.00,1,'2026-06-10','GCash','GC-20260610-4491','2026-06-17 23:03:35','2026-06-18 18:48:47','2026-06-18 18:48:47'),
(33,NULL,33,NULL,'2026-06-000033','IKqHZj4jJ5IQZuHYBMozdnWSwBQHFFdojCGMUU43','Jorge Tiangco','jtiangco@yahoo.com','+63 918 422 4455','407','Deluxe Twin','2026-06-14','2026-06-18',4,2,'Filipino',899.00,3596.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,2000.00,1,'2026-06-11','Maya','MY-20260611-8812','2026-06-17 23:03:35','2026-06-18 18:48:13','2026-06-18 18:48:13'),
(34,NULL,34,NULL,'2026-06-000034','dxjGGC6aUTk8hDOrf5Q1SZCF0p1b83ECkFaorHNQ','Carmelita Umali','cumali@gmail.com','+63 919 523 5566','104','Junior Deluxe','2026-06-14','2026-06-16',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct',NULL,700.00,1,'2026-06-12','GCash','GC-20260612-7701','2026-06-17 23:03:35','2026-06-18 18:48:08','2026-06-18 18:48:08'),
(35,NULL,35,NULL,'2026-06-000035','fy1juXVzP8FsyN5u8NkjugVOGYtEBzZvR3YLYuVG','Nelson Omamalin','nomamalin@email.ph','+63 920 624 6677','208','Ordinary Twin','2026-06-14','2026-06-17',3,2,'Filipino',549.00,1647.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:48:04','2026-06-18 18:48:04'),
(36,NULL,36,NULL,'2026-06-000036','gWCc316lh0Ie5bX7igDUWbJvErjzBCKtN5jS1jwt','Perla Macaraeg','pmacaraeg@corp.ph','+63 921 725 7788','305','Ordinary Twin','2026-06-14','2026-06-18',4,2,'Filipino',549.00,2196.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,1000.00,1,'2026-06-11','Bank Transfer','BT-BPI-20260611-6630','2026-06-17 23:03:35','2026-06-18 18:47:56','2026-06-18 18:47:56'),
(37,NULL,37,NULL,'2026-06-000037','HC0yEWHIxunZ2TTFeYO98NY49EXqsuespuCoqL7V','Ricky Simbahan','rsimbahan@gmail.com','+63 922 826 8899','406','Deluxe Trio','2026-06-14','2026-06-15',1,3,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,1249.00,1,'2026-06-13','Credit Card','CC-VISA-20260613-9911','2026-06-17 23:03:35','2026-06-18 18:47:51','2026-06-18 18:47:51'),
(38,NULL,38,NULL,'2026-06-000038','sXI53F5Vyrr4SUIiVNdPgt9J84VNzs4Vbjy2aAfV','Annaliza Cruz','acruz@yahoo.com','+63 923 927 9900','106','Superior Deluxe','2026-06-15','2026-06-18',3,2,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,1500.00,1,'2026-06-12','Maya','MY-20260612-1145','2026-06-17 23:03:35','2026-06-18 18:47:27','2026-06-18 18:47:27'),
(39,NULL,39,NULL,'2026-06-000039','eljhRkxQI47tWEzzr07RS9geAUMSZXusvfyXlSF7','Benito Domingo','bdomingo@email.ph','+63 924 028 0011','115','Superior Deluxe','2026-06-15','2026-06-17',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'pending',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:47:23','2026-06-18 18:47:23'),
(40,NULL,40,NULL,'2026-06-000040','sUQfGRpZjevBzKtGwRhZpB7MpfOkaj3mlxQsYHWZ','Carlo Esteban','cesteban@gmail.com','+63 925 129 1122','117','Junior Deluxe','2026-06-16','2026-06-20',4,1,'Filipino',699.00,2796.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct',NULL,1000.00,1,'2026-06-13','GCash','GC-20260613-3301','2026-06-17 23:03:35','2026-06-18 18:47:10','2026-06-18 18:47:10'),
(41,NULL,41,NULL,'2026-06-000041','130rb9HRaLg25kJq8S4W3PuHUwfDkvzW3xCtZGms','Dolores Fernandez','dfernandez@corp.ph','+63 926 230 2233','202','Economy Twin','2026-06-16','2026-06-19',3,2,'Filipino',699.00,2097.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Airbnb',NULL,1000.00,1,'2026-06-13','Bank Transfer','BT-BDO-20260613-4482','2026-06-17 23:03:35','2026-06-18 18:46:59','2026-06-18 18:46:59'),
(42,NULL,42,NULL,'2026-06-000042','cId5jUTRdLSHArTVRMqd7z4hnofYD1y53VeXdivv','Ernesto Garcia','egarcia@yahoo.com','+63 917 331 3344','204','Economy Twin','2026-06-18','2026-06-21',3,2,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:46:10','2026-06-18 18:46:10'),
(43,NULL,43,NULL,'2026-06-000043','rgsLsYDAJQ2H7uW7KyrUz5GSndGSktmEjKIeUfAD','Felicitas Hernandez','fhernandez@gmail.com','+63 918 432 4455','209','Economy Twin','2026-06-17','2026-06-20',3,2,'Filipino',699.00,2097.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,1000.00,1,'2026-06-13','GCash','GC-20260613-5590','2026-06-17 23:03:35','2026-06-18 18:46:40','2026-06-18 18:46:40'),
(44,NULL,44,NULL,'2026-06-000044','ymo6jZd65bihrKnF24V6n1IcG06IqQboTEnu62vS','Gilberto Ignacio','gignacio@email.com','+63 919 533 5566','210','Economy Twin','2026-06-16','2026-06-18',2,2,'Filipino',699.00,1398.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:46:55','2026-06-18 18:46:55'),
(45,NULL,45,NULL,'2026-06-000045','RJTAEtZzFsTLoiy90Rutn4S7olTuhHZhpqs4xmkz','Herminia Javellana','hjavellana@yahoo.com','+63 920 634 6677','309','Ordinary Twin','2026-06-15','2026-06-17',2,2,'Filipino',549.00,1098.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:47:18','2026-06-18 18:47:18'),
(46,NULL,46,NULL,'2026-06-000046','tsSLViu93hVI5ks3RqINxOfLoo7oyllGj5KhcOwd','Ireneo Kintanar','ikintanar@corp.ph','+63 921 735 7788','311','Standard Twin','2026-06-16','2026-06-20',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 18:46:50','2026-06-18 18:46:50'),
(47,NULL,47,NULL,'2026-06-000047','F3MAoFHFmi4Btb6am5lnT4DEKCaZyfV7wB4lgKKX','Josephina Luna','jluna@gmail.com','+63 922 836 8899','101','Junior Deluxe','2026-06-18','2026-06-22',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct',NULL,1700.00,1,'2026-06-13','Maya','MY-20260613-2278','2026-06-17 23:03:35','2026-06-18 18:46:00','2026-06-18 18:46:00'),
(48,NULL,48,NULL,'2026-06-000048','sP3dhQp0ftIIKpu2Zv18pF6zsiir7oJsSdYMZVMX','Kristina Marasigan','kmarasigan@email.ph','+63 923 937 9900','316','Ordinary Twin','2026-06-17','2026-06-21',4,2,'Filipino',549.00,2196.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Airbnb',NULL,1000.00,1,'2026-06-13','GCash','GC-20260613-8823','2026-06-17 23:03:35','2026-06-18 18:46:30','2026-06-18 18:46:30'),
(49,NULL,49,NULL,'2026-06-000049','yxzwUHy3B67Ul536wVOHMQWfna7nZVlQqSSIiyL8','Lorenzo Nacpil','lnacpil@yahoo.com','+63 924 038 0011','402','Executive Suite','2026-06-18','2026-06-22',4,2,'Filipino',1749.00,6996.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct','Anniversary stay — turndown service requested',3500.00,1,'2026-06-12','Bank Transfer','BT-BPI-20260612-7701','2026-06-17 23:03:35','2026-06-18 15:55:27','2026-06-18 15:55:27'),
(50,NULL,50,NULL,'2026-06-000050','vsWtru0OwLxI6m03BmdbtFUE08I9EWB6RnZ2Y60l','Melinda Ongpin','mongpin@corp.ph','+63 925 139 1122','404','Standard Twin','2026-06-19','2026-06-23',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'pending',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 15:55:17','2026-06-18 15:55:17'),
(51,NULL,51,NULL,'2026-06-000051','y7WiDMKkdyuzBRjQ4KJIJfQJuv53yUcO9foLTH3v','Narciso Palma','npalma@gmail.com','+63 926 240 2233','409','Standard Double','2026-06-20','2026-06-24',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Booking.com',NULL,1700.00,1,'2026-06-13','Credit Card','CC-VISA-20260613-4412','2026-06-17 23:03:35','2026-06-18 15:54:30','2026-06-18 15:54:30'),
(52,NULL,52,NULL,'2026-06-000052','s0xrRMqJLJrEEMFRFSdEuBZF4wZKMtEI211Xuiuh','Ofelia Quijano','oquijano@email.ph','+63 917 341 3344','107','Barkadahan','2026-06-22','2026-06-25',3,4,'Filipino',1499.00,4497.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Walk-in','Barkada group — 4 adults',2000.00,1,'2026-06-13','GCash','GC-20260613-6634','2026-06-17 23:03:35','2026-06-18 15:54:26','2026-06-18 15:54:26'),
(53,NULL,53,NULL,'2026-06-000053','p3TL3eUglOCmGVmqGq6bNAnETyeG2Hm8A25hOAfY','Perfecto Reyes','preyes@yahoo.com','+63 918 442 4455','310','Barkadahan','2026-06-19','2026-06-23',4,4,'Filipino',1499.00,5996.00,NULL,NULL,0.00,'pending',NULL,NULL,'Airbnb',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 15:55:06','2026-06-18 15:55:06'),
(54,NULL,54,NULL,'2026-06-000054','hgewRfOKUwUXL4oqcJD2tBkcAg5r3vBi2itaTxsR','Quirino Santiago','qsantiago@corp.ph','+63 919 543 5566','411','Standard Double','2026-06-23','2026-06-27',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct',NULL,1700.00,1,'2026-06-13','Maya','MY-20260613-9956','2026-06-17 23:03:35','2026-06-18 15:54:21','2026-06-18 15:54:21'),
(56,NULL,56,NULL,'2026-06-000056','QwdrGc7auXl9B4Uzi8in6aLzSRAB8D1OXCqQcAE5','Serafin Untalan','suntalan@email.ph','+63 921 745 7788','109','Superior Deluxe','2026-07-03','2026-07-07',4,1,'Filipino',849.00,3396.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Booking.com',NULL,1700.00,1,'2026-06-14','GCash','GC-20260614-1101','2026-06-17 23:03:35','2026-06-18 15:54:11','2026-06-18 15:54:11'),
(57,NULL,57,NULL,'2026-06-000057','aNngnAdFlNkqm3WtkEd5Z9hYMkHFqAK9WcGXXngJ','Teodora Velasco','tvelasco@yahoo.com','+63 922 846 8899','115','Superior Deluxe','2026-07-08','2026-07-12',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,1700.00,1,'2026-06-14','Bank Transfer','BT-BDO-20260614-2202','2026-06-17 23:03:35','2026-06-18 15:46:46','2026-06-18 15:46:46'),
(58,NULL,58,NULL,'2026-06-000058','L8wVfIvL9q5P5ivCHHhrYk6n8pYm7q9exboaeKoz','Uldarico Wenceslao','uwenceslao@gmail.com','+63 923 947 9900','201','Deluxe Twin','2026-07-05','2026-07-09',4,2,'Filipino',899.00,3596.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct',NULL,1800.00,1,'2026-06-14','Credit Card','CC-VISA-20260614-3303','2026-06-17 23:03:35','2026-06-18 15:53:51','2026-06-18 15:53:51'),
(59,NULL,59,NULL,'2026-06-000059','N8qf9xFffFQ9MtCYS5lLOh7IeFt9IY4PODRoLuVj','Virginia Ybarra','vybarra@corp.ph','+63 924 048 0011','302','Family Room 2','2026-07-04','2026-07-08',4,4,'Filipino',1649.00,6596.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Airbnb','Family with 2 children',3300.00,1,'2026-06-14','Bank Transfer','BT-BPI-20260614-4404','2026-06-17 23:03:35','2026-06-18 15:53:58','2026-06-18 15:53:58'),
(60,NULL,60,NULL,'2026-06-000060','P3unfdpSLRYcnr7H8tdyzTardaMXl8jLWNc9WYRj','Wilfredo Zapanta','wzapanta@email.com','+63 925 149 1122','402','Executive Suite','2026-07-06','2026-07-10',4,2,'Filipino',1749.00,6996.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct','Corporate booking — Cebu Pacific executive',3500.00,1,'2026-06-14','Credit Card','CC-MC-20260614-5505','2026-06-17 23:03:35','2026-06-18 15:53:30','2026-06-18 15:53:30'),
(61,NULL,61,NULL,'2026-06-000061','mH3LK2WfIX6xBumCkZvnf1Q4BWkVRdn2O7pVYFzH','Xenia Aquino','xaquino@yahoo.com','+63 926 250 2233','203','Family Room','2026-07-10','2026-07-14',4,4,'Filipino',1649.00,6596.00,NULL,NULL,0.00,'pending',NULL,NULL,'Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 15:46:29','2026-06-18 15:46:29'),
(62,NULL,62,NULL,'2026-06-000062','Qdq11b3ERbFmKF96D4W1y75ZsKDARjRy4yzchKB2','Yolanda Bautista','ybautista@gmail.com','+63 917 351 3344','405','Deluxe Twin','2026-07-05','2026-07-08',3,2,'Filipino',899.00,2697.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,1350.00,1,'2026-06-14','GCash','GC-20260614-6606','2026-06-17 23:03:35','2026-06-18 15:53:38','2026-06-18 15:53:38'),
(63,NULL,63,NULL,'2026-06-000063','ijjTTkBbjn42PZ7Cha2tAz7V4ip4eJZnivOBnZzR','Zenaida Castillo','zcastillo@email.ph','+63 918 452 4455','406','Deluxe Trio','2026-07-09','2026-07-12',3,3,'Filipino',1249.00,3747.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Walk-in',NULL,1875.00,1,'2026-06-14','Maya','MY-20260614-7707','2026-06-17 23:03:35','2026-06-18 15:46:35','2026-06-18 15:46:35'),
(64,NULL,64,NULL,'2026-06-000064','2HI54AniHfB3eb31B8xL5wlE21EadvIDVqNv5WCY','Alfredo Dela Cruz','adelacruz@gmail.com','+63 919 553 5566','101','Junior Deluxe','2026-08-02','2026-08-06',4,1,'Filipino',699.00,2796.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct',NULL,1400.00,1,'2026-06-14','GCash','GC-20260614-8808','2026-06-17 23:03:35','2026-06-18 15:42:59','2026-06-18 15:42:59'),
(65,NULL,65,NULL,'2026-06-000065','TdkqltL2LqxcmnQPax0pEbUbxq524cEbWAIree9v','Bernardo Estrada','bestrada@yahoo.com','+63 920 654 6677','201','Deluxe Twin','2026-08-08','2026-08-12',4,2,'Filipino',899.00,3596.00,NULL,NULL,0.00,'pending',NULL,NULL,'Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 15:42:40','2026-06-18 15:42:40'),
(66,NULL,66,NULL,'2026-06-000066','PPL641URcfpJgoLcCq1mDIBlqZFg77LGniOGjmdr','Catalina Ferrer','cferrer@corp.ph','+63 921 755 7788','302','Family Room 2','2026-08-05','2026-08-09',4,4,'Filipino',1649.00,6596.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,3300.00,1,'2026-06-14','Bank Transfer','BT-BDO-20260614-9909','2026-06-17 23:03:35','2026-06-18 15:42:43','2026-06-18 15:42:43'),
(67,NULL,67,NULL,'2026-06-000067','Fx3aUKfc0JXEBbDlfsIGGw4fw6zfI9gerrfSKyBI','Domingo Gonzalez','dgonzalez@gmail.com','+63 922 856 8899','402','Executive Suite','2026-08-08','2026-08-12',4,2,'Filipino',1749.00,6996.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct','VIP return guest',3500.00,1,'2026-06-14','Credit Card','CC-VISA-20260614-0010','2026-06-17 23:03:35','2026-06-18 15:42:35','2026-06-18 15:42:35'),
(68,NULL,68,NULL,'2026-06-000068','c2l6acJghnqK4IrA4sPYT5e0MjbSayIvxknKiPlt','Esperanza Herrero','eherrero@email.ph','+63 923 957 9900','310','Barkadahan','2026-08-10','2026-08-14',4,4,'Filipino',1499.00,5996.00,NULL,NULL,0.00,'pending',NULL,NULL,'Airbnb',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 15:42:27','2026-06-18 15:42:27'),
(69,NULL,69,NULL,'2026-06-000069','DBeWX6hj43diBW4Y0wScgf5w9dhzzC4x8YPdYOgl','Faustino Ibarra','fibarra@yahoo.com','+63 924 058 0011','203','Family Room','2026-08-15','2026-08-19',4,4,'Filipino',1649.00,6596.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct',NULL,3300.00,1,'2026-06-14','Maya','MY-20260614-1111','2026-06-17 23:03:35','2026-06-18 15:42:20','2026-06-18 15:42:20'),
(70,NULL,70,NULL,'2026-06-000070','7zsH0TU4WKys4DMmkMGuqDF5mYJGx8208DozgI6t','Gliceria Jimenez','gjimenez@gmail.com','+63 925 159 1122','201','Deluxe Twin','2026-09-05','2026-09-09',4,2,'Filipino',899.00,3596.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-06-17 23:03:35','2026-06-18 15:41:52','2026-06-18 15:41:52'),
(71,NULL,71,NULL,'2026-06-000071','GIabZJGESAMvCHHBM0kGjovnCmljnkmVxz47TKnT','Horacio Kho','hkho@corp.ph','+63 926 260 2233','402','Executive Suite','2026-09-06','2026-09-10',4,2,'Filipino',1749.00,6996.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Direct','Anniversary booking — champagne setup',3500.00,1,'2026-06-14','Credit Card','CC-MC-20260614-2222','2026-06-17 23:03:35','2026-06-18 15:41:47','2026-06-18 15:41:47'),
(72,NULL,72,NULL,'2026-06-000072','39xeV6ngkcEjQK7nLbd38TzepMUNNeZpV9ZOdsvN','Isidro Legaspi','ilegaspi@email.com','+63 917 361 3344','302','Family Room 2','2026-09-04','2026-09-08',4,4,'Filipino',1649.00,6596.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Airbnb',NULL,3300.00,1,'2026-06-14','Bank Transfer','BT-BPI-20260614-3333','2026-06-17 23:03:35','2026-06-18 15:42:15','2026-06-18 15:42:15'),
(73,1,73,NULL,'2026-06-000073','g4DbHbURBxA6kaMXD0nRnLxWn0RLpB80Hd8yo1M8','Juan Santos','juansantos@gmail.com','+63 9170000000','101','Junior Deluxe','2026-06-19','2026-06-21',2,3,'Filipino',699.00,1398.00,NULL,NULL,0.00,'cancelled',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-06-18 13:37:47','2026-06-18 15:54:58','2026-06-18 15:54:58'),
(74,1,73,NULL,'2026-06-000074','AEAg6HNErR5FBiyFDRw5w9pyQLWv4WCLf0S0sVBF','Juan Santos','juansantos@gmail.com','+63 9170000000','202','Economy Twin','2026-06-19','2026-06-21',2,3,'Filipino',699.00,1398.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-06-18 13:37:47','2026-06-18 15:54:37','2026-06-18 15:54:37'),
(102,NULL,79,NULL,'2026-06-000075','rMHsaWTs7gY2ZhB7TGAwb6x3Sh89Ar3LDx2gGmW8','Clark Justine Ty','clarkt@emberspec.com','+63 9278676687','101','Junior Deluxe','2026-06-30','2026-07-01',1,1,'Filipino',799.00,799.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-06-30 20:35:34','2026-06-30 20:36:06','2026-06-30 20:36:06'),
(103,NULL,77,30,'2026-06-000076','hr476xSW1WtTu62ApyjTLtMktP5FiesTWeQtDKOr','Miguelito Mercado',NULL,'+63 9618305679','308','Deluxe Double','2026-07-02','2026-07-03',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in','Extend for July 2-3, 2026',0.00,0,NULL,NULL,NULL,'2026-06-30 20:35:59','2026-07-02 20:13:02',NULL),
(104,NULL,77,30,'2026-06-000077','PJpccPdxWsApRAiZ6GDu48eOAawaUZdqvWDXAL4Z','Jerome Salmoria',NULL,'+63 9618305679','201','Deluxe Twin','2026-06-30','2026-07-01',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-06-30 22:13:09','2026-07-01 15:50:03',NULL),
(105,NULL,81,22,'2026-06-000078','TyJbqA9JFPMjZyrz6vqs3PN7Hey9DWlIK3OulIpI','Jecile Oyan',NULL,'+63 9067926188','303','Deluxe Twin','2026-06-30','2026-07-01',1,1,'Filipino',799.00,799.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-06-30 22:20:14','2026-07-01 01:27:49','2026-07-01 01:27:49'),
(106,NULL,82,22,'2026-06-000079','14tktqxP6XTCgnngFryE7olbIPLFCKMitISFghjY','ANTONIO GALANG',NULL,'+63 9628446416','314','Standard Twin','2026-06-30','2026-07-02',2,2,'Filipino',719.00,1438.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-06-30 23:19:32','2026-07-01 00:51:57','2026-07-01 00:51:57'),
(107,NULL,83,31,'2026-06-000080','wwz23CtBBp63sPsI9UpfZKBthCk73uNsSrILoHOQ','June Rex Legabados',NULL,'+63 9672272300','104','Junior Deluxe','2026-06-30','2026-07-15',15,1,'Filipino',664.00,9960.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-15 11:04:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-06-30 23:29:53','2026-07-15 11:43:54',NULL),
(108,NULL,84,22,'2026-06-000081','UV6yhsTmPMJPRNOIbmOaWgPF8ItumnrAIqOKgpmf','Daniel Obeso',NULL,'+63 9317883437','414','Standard Double','2026-06-30','2026-07-01',1,2,'Filipino',719.00,719.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-06-30 23:59:24','2026-07-01 16:01:14',NULL),
(109,NULL,85,23,'2026-07-000082','I4nEkPGFxuoFz308SZbpk4uL1d8vAVc02YNlFO7b','Danelle Sagomis',NULL,'+63 9751537350','107','Barkadahan','2026-06-30','2026-07-01',1,4,'Filipino',1087.00,1087.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 00:03:22','2026-07-01 05:40:34',NULL),
(110,NULL,85,23,'2026-07-000083','P7Si4CHbmTmyVAq87gK5BbCXL8D53Fp1F5ut3lOc','Danelle Sagomis',NULL,'+63 9751537350','309','Ordinary Twin','2026-06-30','2026-07-01',1,2,'Filipino',487.00,487.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 00:27:51','2026-07-01 05:39:13',NULL),
(111,NULL,86,30,'2026-07-000084','MQJFNjTvnzOTocvyMnvYeYzuCF976goqjeSwGXdu','Henry Hequilan',NULL,'+63 09487604584','407','Deluxe Twin','2026-06-30','2026-07-01',1,3,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 00:35:30','2026-07-01 16:07:18',NULL),
(112,NULL,87,30,'2026-07-000085','nqJmPHd56DJDyg8zNnfaWebp7KxpQRbYyGyxjAMx','Gerry Cainglet',NULL,'+63 9356190083','208','Ordinary Twin','2026-06-30','2026-07-02',2,2,'Filipino',549.00,1098.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 00:42:20','2026-07-02 18:13:13',NULL),
(113,NULL,88,22,'2026-07-000086','YJvK7Bzx41jLDJDj7Wo8V3jj9O44kXFHbA9hu6um','Vince Clyde Talingting',NULL,'+63 9602602342','110','Superior Deluxe','2026-06-30','2026-07-01',1,2,'Filipino',719.00,719.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-07-01 00:44:31','2026-07-01 16:08:59',NULL),
(114,NULL,89,30,'2026-07-000087','GW1zs8IWslq54bPwvtucFVPC1tVBdBiEOLywsI25','Adrianne Dalisay',NULL,'+63 9484705563','305','Ordinary Twin','2026-06-30','2026-07-01',1,2,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 00:48:11','2026-07-01 16:09:16',NULL),
(115,NULL,90,22,'2026-07-000088','xq9jvSgxhW3dnsxXcqjZedVS5sIO0AzxE36YV1Q6','Antonio Galang',NULL,'+63 9638446416','314','Standard Twin','2026-06-30','2026-07-02',2,2,'Filipino',719.00,1438.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-07-01 00:53:44','2026-07-01 22:41:17',NULL),
(116,NULL,91,30,'2026-07-000089','F5IdDptiCmJDbu8vbNlXRCYriVetMaAbJ7de9CED','Michael Angelo Gorrero',NULL,'+63 9129169538','117','Junior Deluxe','2026-06-30','2026-07-01',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Direct (Phone)',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-07-01 01:03:33','2026-07-01 16:09:37',NULL),
(117,NULL,92,23,'2026-07-000090','AuKIUXTzSdmYGW0DGWXYUAiOiAdxFlM8jijPMILY','Omer Jr. Martinez',NULL,'+63 9684178960','205','Economy Double','2026-06-30','2026-07-01',1,1,'Filipino',562.00,562.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,100.00,1,'2026-06-30','Cash',NULL,'2026-07-01 01:05:51','2026-07-01 01:22:13',NULL),
(118,NULL,93,30,'2026-07-000091','pf4piuSMHnTH70ESwculcKr1ubfbX3LGx5wE624r','Anecita Hequilan',NULL,'+63 9483889801','203','Family Room','2026-06-30','2026-07-01',1,6,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,NULL,'Cash',NULL,'2026-07-01 01:08:51','2026-07-01 16:09:54',NULL),
(119,NULL,94,30,'2026-07-000092','27noWz8YfMzdp3cHzHpo7JtqXBpCaIBDro5tHqn6','Lito Santiago',NULL,'+63 9666607499','114','Superior Deluxe','2026-06-30','2026-07-04',4,1,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-04 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 01:19:04','2026-07-04 19:46:21',NULL),
(120,NULL,81,22,'2026-07-000093','9kSVxrmgKXW42UWHdlZyQ21FQIpIRXmAbKB9X93e','Jecille Oyan',NULL,'+63 9067926188','303','Deluxe Twin','2026-06-30','2026-07-01',1,1,'Filipino',799.00,799.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 01:28:51','2026-07-01 19:42:40',NULL),
(121,NULL,95,22,'2026-07-000094','2chu5iVhhiDfPKYlRtkwd4sAvvYYULhlWG59qRmJ','Melanie Jane Luntian',NULL,'+63 9859937879','406','Deluxe Trio','2026-07-01','2026-07-02',1,1,'Filipino',1079.00,1079.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 01:47:53','2026-07-01 03:44:09','2026-07-01 03:44:09'),
(122,NULL,95,23,'2026-07-000095','4dauEOWd3SvKnoq13Zf4xEQq0smTEU9DDDArgKsA','Olive Dumanig',NULL,'+63 9977431179','315','Standard Twin','2026-07-01','2026-07-02',1,1,'Filipino',674.00,674.00,NULL,NULL,0.00,'cancelled',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 01:50:37','2026-07-01 03:32:04','2026-07-01 03:32:04'),
(123,NULL,96,30,'2026-07-000096','avOT5WVDTTI2WVM2OloBBgOy7DdvB3xjuDGPjmLv','Lucky Edgar Potente',NULL,'+63 9702674817','112','Superior Deluxe','2026-06-30','2026-07-01',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,NULL,NULL,NULL,'2026-07-01 01:52:20','2026-07-01 19:16:36',NULL),
(124,NULL,97,23,'2026-07-000097','u2k71q1TTnThfTcuDaDTeNNy4fAGwslbXfmteGxa','Olive Dumanig',NULL,'+63 997','315','Standard Twin','2026-06-30','2026-07-01',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 03:10:12','2026-07-01 19:42:49',NULL),
(125,NULL,95,22,'2026-07-000098','IPJvhONbYVpY3FRpUarUQteRQaXo2FJFGaeLveZH','Melanie Jane Luntian',NULL,'+63 9859937879','406','Deluxe Trio','2026-06-30','2026-07-01',1,1,'Filipino',1079.20,1079.20,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 03:17:42','2026-07-01 03:25:47','2026-07-01 03:25:47'),
(126,NULL,95,22,'2026-07-000099','X69j7FFONfl2sHF7E8n7c0ti0qEBnoPleFXuLYJO','Melanie Jane Luntian',NULL,'+63 9859937879','406','Deluxe Trio','2026-06-30','2026-07-01',1,3,'Filipino',1079.20,1079.20,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,100.00,1,NULL,NULL,NULL,'2026-07-01 03:45:05','2026-07-01 19:16:53',NULL),
(127,NULL,81,30,'2026-07-000100','wZgdIOswSzPOVZmkX4K1rZffw6tiZeUHTuNpEUlG','Jecille Oyan',NULL,'+63 9067926188','303','Deluxe Twin','2026-07-01','2026-07-02',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in','Payment for Extend',0.00,0,NULL,NULL,NULL,'2026-07-01 19:54:35','2026-07-02 18:14:29',NULL),
(128,NULL,98,30,'2026-07-000101','C7VGuC5jUAPp874MEbVuRNYvNmWXAlc149eXEeRw','Jepson Mazon',NULL,'+63 95444221391','207','Economy Twin','2026-07-01','2026-07-04',3,1,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-04 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:01:51','2026-07-04 19:48:38',NULL),
(129,NULL,99,30,'2026-07-000102','bJFqBu7DUx4CVnYwD3YyTLLZeCtBurw1ik3Krxj2','Wyndell Pagnamitan',NULL,'+63 9361425600','307','Deluxe Double','2026-07-01','2026-07-02',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:03:19','2026-07-02 18:15:40',NULL),
(130,NULL,89,30,'2026-07-000103','1sbKYpZc41Mm4T2xL9zMfSH6ahHHM2pFS5oA7Eol','Mel Castro',NULL,'+63 9484705563','101','Junior Deluxe','2026-07-01','2026-07-05',4,1,'Filipino',699.00,2796.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-05 12:02:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:04:17','2026-07-05 12:02:30',NULL),
(131,NULL,100,30,'2026-07-000104','F3Q9t0FNlt2jdl7FnTWImviiMZxUOWVzfHG22Qj0','Mark Palad',NULL,'+63 9','206','Standard Twin','2026-07-01','2026-07-02',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:05:06','2026-07-02 02:53:26',NULL),
(132,NULL,101,23,'2026-07-000105','A2b1qUvQsfxABQlEFMvX5vpuib3x7yEfcauyYMEM','Regino Paclibar',NULL,'+63 9776832370','110','Superior Deluxe','2026-07-01','2026-07-02',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:06:37','2026-07-02 18:19:40',NULL),
(133,NULL,102,23,'2026-07-000106','nENbO3xyZeQSD8W8DJOQ7QFhzpJ0HikZAs3nO4oV','Clarissa De Leon',NULL,'+63 9562812687','411','Standard Double','2026-07-01','2026-07-02',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:07:46','2026-07-02 18:20:40',NULL),
(134,NULL,103,30,'2026-07-000107','ZZOJI8AiPsWer9X1cE5tIfAI674TzIsI25o1B0PD','Evelyn Lantayao',NULL,'+63 9561833482','413','Standard Double','2026-06-30','2026-07-03',3,1,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-03 10:03:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:08:44','2026-07-03 10:41:03',NULL),
(135,NULL,104,30,'2026-07-000108','y6LPfmwqFJmm4XlKyHQDHLmsvqQgBZLn62BdlL2P','John Ramel Lundayan',NULL,'+63 9262908175','408','Standard Double','2026-07-01','2026-07-02',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:09:54','2026-07-02 18:20:50',NULL),
(136,NULL,105,30,'2026-07-000109','4oogsGef6DSS5c0djI0uDXR0iezsGjLgeL9otZy8','Jul-asin Nor Wana',NULL,'+63 9657638306','204','Economy Twin','2026-07-01','2026-07-15',14,1,'Filipino',699.00,9786.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-14 23:38:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:12:28','2026-07-15 11:44:36',NULL),
(137,NULL,106,23,'2026-07-000110','JlGBD8qyhA8KjKFsvV7rC3XETb3LVl9hpXZVeeEt','Lemuel Natividad',NULL,'+63 09393752920','301','Deluxe Twin','2026-07-01','2026-07-02',1,1,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 20:50:05','2026-07-02 18:22:35',NULL),
(138,NULL,107,30,'2026-07-000111','EAOQ5cTfBNLQTZkit2k17NXcdUI7AV3iT5rCy9k0','Divina Serrano',NULL,'+63 09455796106','401','Deluxe Trio','2026-07-01','2026-07-02',1,1,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 20:55:03','2026-07-02 18:24:27',NULL),
(139,NULL,108,30,'2026-07-000112','qIjuUj6RANBw3hDAWAyG61y2xezjO0Dx3wS85Ek3','Chas Omer Madlos',NULL,'+63 09927484694','305','Ordinary Twin','2026-07-01','2026-07-02',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 20:59:56','2026-07-02 18:48:01',NULL),
(140,NULL,109,30,'2026-07-000113','4gQ95S6IbmbnsX5Wt3Lcffg3fjli9TzkduH3M59V','Jocelyn Lumogdang',NULL,'+63 09270772870','205','Economy Double','2026-07-01','2026-07-06',5,1,'Filipino',699.00,3495.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-06 19:56:00','Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 21:03:06','2026-07-06 19:56:09',NULL),
(141,NULL,100,30,'2026-07-000114','9pksOOxFEwNuFdi4DNvA1FbhVkUgLwkf55UOA7oG','Alex Solar',NULL,'+63 9','201','Deluxe Twin','2026-07-01','2026-07-02',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 21:04:10','2026-07-02 22:48:12',NULL),
(142,NULL,110,23,'2026-07-000115','QMicOHXmjSLhpPodTvQDjxBij7aOJVNcVJu75Esv','Chrislit Liza Dorado',NULL,'+63 09518516972','211','Ordinary Double','2026-07-01','2026-07-02',1,1,'Filipino',486.75,486.75,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 21:07:27','2026-07-02 19:02:36',NULL),
(143,NULL,111,30,'2026-07-000116','jnIxeWDUFBQAbgL36Bhdoir8aplRZ1GYXUjaYy07','Rio Ann Saramosing',NULL,'+63 9125024015','112','Superior Deluxe','2026-07-01','2026-07-02',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 21:09:06','2026-07-02 19:03:05',NULL),
(144,NULL,100,30,'2026-07-000117','8WKh73aOzyvPvs9S7PeTu8khOxH6dmsu76tWHwPb','Adrianne Dalisay',NULL,'+63 9','309','Ordinary Twin','2026-07-01','2026-07-02',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 21:22:35','2026-07-02 19:09:15',NULL),
(145,NULL,112,30,'2026-07-000118','Y88H7FwU72uF8qbAy7GYxB8TanCd1sLElykikgtM','Athony Jhay Caduyac',NULL,'+63 09091719227','313','Ordinary Twin','2026-07-01','2026-07-02',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 21:24:33','2026-07-02 19:08:39',NULL),
(146,NULL,113,23,'2026-07-000119','XkFS4wIxtAvauCZqKVjiue0pIeFNv2mF1I0vXrbD','Gyra Marie Ucab',NULL,'+63 09534380608','403','Deluxe Twin','2026-07-01','2026-07-02',1,1,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 21:26:40','2026-07-02 19:08:22',NULL),
(147,2,114,30,'2026-07-000120','JuH9lL1i65Nh85BPAjn5Jotf2OuSd3TLG4y4E96a','Chabby Ann Dela Cruz',NULL,'+63 09088851235','103','Junior Deluxe','2026-07-01','2026-07-02',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 21:29:12','2026-07-02 19:07:30',NULL),
(148,2,114,30,'2026-07-000121','n38P0OjLdKSBui470uFEUIWyJuXWBwiAOXf1tMdx','Chabby Ann Dela Cruz',NULL,'+63 09088851235','113','Superior Deluxe','2026-07-01','2026-07-02',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 21:29:12','2026-07-02 19:07:41',NULL),
(149,NULL,111,30,'2026-07-000122','qvpJEuBep4sIW67nUNAqGJWrQOUclmnU0WXVpdaG','Rio Ann Saramosing',NULL,'+63 9125024015','107','Barkadahan','2026-07-02','2026-07-03',1,4,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-03 07:11:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 21:32:41','2026-07-03 07:42:06',NULL),
(150,NULL,97,23,'2026-07-000123','SSElqEFOEzdUmLeoW9MkcNhuEg2pcPOevheRByTd','Olive Dumanig',NULL,'+63 997','311','Standard Twin','2026-07-01','2026-07-02',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 21:40:55','2026-07-02 19:07:06',NULL),
(151,NULL,115,30,'2026-07-000124','AJZ47KmVM8uEtABHMgIOgtOk8ZM6TPglIJ32jaYJ','Rosita Nopueto',NULL,'+63 9755903978','107','Barkadahan','2026-07-01','2026-07-02',1,4,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 22:44:50','2026-07-02 19:06:41',NULL),
(152,NULL,116,23,'2026-07-000125','BLqEA8RdxYaO45QHrABLbQ7Hmtu9FnS5itXoJu0y','Leah Mae Pugoy',NULL,'+63 9750561242','310','Barkadahan','2026-07-01','2026-07-02',1,4,'Filipino',1086.75,1086.75,NULL,NULL,0.00,'checked_out',NULL,NULL,'Agoda',NULL,100.00,1,'2026-07-01','Agoda Settlement',NULL,'2026-07-01 22:46:54','2026-07-02 19:06:13',NULL),
(153,NULL,111,30,'2026-07-000126','8AZqoBGKJR2hVIhkBBMHv6gbovT8I5zT1YgVt409','Rio Ann Saramosing',NULL,'+63 9125024015','315','Standard Twin','2026-07-01','2026-07-02',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 22:49:41','2026-07-02 19:05:52',NULL),
(154,NULL,117,30,'2026-07-000127','TdftX5y4pWSgPInYa2tOBWSX1sAhYqoJPZE0WDH3','Jason Cimena',NULL,'+63 9569269948','407','Deluxe Twin','2026-07-02','2026-07-03',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-03 11:54:00','Direct (Phone)',NULL,0.00,0,NULL,NULL,NULL,'2026-07-01 22:52:37','2026-07-03 12:04:31',NULL),
(155,NULL,118,30,'2026-07-000128','orFvjWIicIBAu0dcj2Bnnuumr07AdmmgX31Z6Uyy','Sunny Sumalpong',NULL,'+63 9381461869','414','Standard Double','2026-07-01','2026-07-03',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-03 09:11:00','Walk-in',NULL,100.00,1,'2026-07-01','Cash',NULL,'2026-07-01 23:05:03','2026-07-03 09:47:33',NULL),
(156,NULL,119,30,'2026-07-000129','qEVLBlpqX1yZ5dXaNgHkGMknaqhrbDZp7yZtR1GO','Joemark Acas',NULL,'+63 9456435743','405','Deluxe Twin','2026-07-01','2026-07-02',1,3,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 00:04:15','2026-07-02 19:04:59',NULL),
(157,NULL,120,23,'2026-07-000130','EHkjDefUNZMk8iabXiGBBNaJE3zinRDI5EiJ80Rj','Quennie Gulay',NULL,'+63 9976058722','406','Deluxe Trio','2026-07-02','2026-07-03',1,2,'Filipino',486.75,486.75,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 18:27:28','2026-07-02 19:48:45','2026-07-02 19:48:45'),
(158,NULL,100,30,'2026-07-000131','6hBGKhdpPIfQs0hqo8lIzk96w24n55PrWo3pCZX2','Frederick Gomez',NULL,'+63 9','117','Junior Deluxe','2026-07-02','2026-07-05',3,1,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-05 11:11:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 19:22:27','2026-07-05 11:11:21',NULL),
(159,NULL,121,23,'2026-07-000132','C1mtYGzAzhVxvjcNGEsBzzDxLKvtLLHCIiog6Jm8','Risabel Dayondon',NULL,'+63 9516399280','204','Economy Twin','2026-07-02','2026-07-05',3,2,'Filipino',561.75,1685.25,NULL,NULL,0.00,'checked_out',NULL,'2026-07-05 13:02:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 19:26:47','2026-07-05 13:03:01',NULL),
(160,NULL,122,30,'2026-07-000133','LlawIfCWczJGSfm1ttHCIC7nE7rMfr1NvMl46o05','Prexedes Ortiz',NULL,'+63 9694337462','211','Ordinary Double','2026-07-04','2026-07-06',2,2,'Filipino',549.00,1098.00,NULL,NULL,0.00,'checked_out',NULL,'2026-07-06 06:23:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 19:29:50','2026-07-06 06:23:08',NULL),
(161,NULL,97,23,'2026-07-000134','Q3u52hrzxXH6MoCbZsPhNKgDKTe8xCDeP80kA8tq','Olive Dumanig',NULL,'+63 997','311','Standard Twin','2026-07-02','2026-07-03',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out',NULL,'2026-07-03 09:03:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 19:31:05','2026-07-03 09:47:57',NULL),
(162,NULL,123,22,'2026-07-000135','Hr3ryU8B5V2Q7yZtwwnxD00nvrFkH3tAS88veqJl','Aiza Rodriguez',NULL,'+63 9564473778','202','Economy Twin','2026-07-05','2026-07-06',1,2,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out',NULL,'2026-07-06 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 20:23:24','2026-07-07 13:03:33',NULL),
(163,NULL,124,23,'2026-07-000136','5Cmypdu2tFejiTkA0liWkEDO2cVPV7GJdCU6GzrK','Jaymar Sabulao',NULL,'+63 9702712472','312','Ordinary Twin','2026-07-02','2026-07-03',1,2,'Filipino',486.75,486.75,NULL,NULL,0.00,'checked_out','2026-07-02 13:39:00','2026-07-03 08:10:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 20:40:46','2026-07-03 09:48:29',NULL),
(164,NULL,125,23,'2026-07-000137','tk6dEX52MDzHjwZVRZXiUxZdJZ79jQwFFKdOnuYR','Lorie Jane Penaflor',NULL,'+63 9532734428','110','Superior Deluxe','2026-07-02','2026-07-03',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-02 13:43:00','2026-07-03 10:54:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 20:50:52','2026-07-03 11:06:21',NULL),
(165,NULL,126,23,'2026-07-000138','mDTS1lcN2bp5h6MjjImUvOgg59AfpqCiYEUu1ns6','Jen Magsubol',NULL,'+63 911944147','403','Deluxe Twin','2026-07-02','2026-07-03',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-02 14:05:00','2026-07-02 19:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:02:47','2026-07-02 22:38:34',NULL),
(166,NULL,127,30,'2026-07-000139','NLDRBfRPh0W31VoKYhxKXF3Mm1HfhP25W6QNqfz8','Rey Requina',NULL,'+63 956239853','201','Deluxe Twin','2026-07-02','2026-07-03',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-02 14:11:00','2026-07-03 03:53:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:05:23','2026-07-03 03:55:32',NULL),
(167,NULL,128,32,'2026-07-000140','WhhNRiKUYYmnHjO8ziWLNRsFnL9s1GUI3WLB2rCT','Peter Pischke',NULL,'+63 9554350692','113','Superior Deluxe','2026-07-02','2026-07-03',1,2,'Filipino',809.10,809.10,NULL,NULL,0.00,'checked_out','2026-07-02 14:26:00','2026-07-02 16:37:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:12:22','2026-07-02 22:37:19',NULL),
(168,NULL,129,30,'2026-07-000141','oTElt325eCd5Iy5qyQhramupzTXFB18Rw2TQN8n2','Jesiel Sugalang',NULL,'+63 9533599633','410','Standard Twin','2026-07-02','2026-07-03',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-02 14:56:00','2026-07-03 07:19:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:14:40','2026-07-03 07:42:46',NULL),
(169,NULL,130,23,'2026-07-000142','u89rd8D1AIRQGViYtT7lF6QQ9eTlXw8r0anVac1g','Jim Jim Dumangcal',NULL,'+63 984862145','314','Standard Twin','2026-07-02','2026-07-06',4,2,'Filipino',674.25,2697.00,NULL,NULL,0.00,'checked_out','2026-07-02 15:23:00','2026-07-06 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:17:34','2026-07-06 19:50:48',NULL),
(170,NULL,131,23,'2026-07-000143','ixYNqd5JOAM1twCDdQY833dfdg2BUmSS5itDbFz0','Dimple Joy Suarez',NULL,'+63 9167604496','408','Standard Double','2026-07-02','2026-07-03',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-02 16:05:00','2026-07-03 06:52:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:21:38','2026-07-03 06:58:43',NULL),
(171,NULL,132,22,'2026-07-000144','pRQtImBy5na3lral1ECr8o2toxKKDdBfZs2I6YsO','Yesha Cabilla',NULL,'+63 9162025966','401','Deluxe Trio','2026-07-02','2026-07-03',1,2,'Filipino',1079.20,1079.20,NULL,NULL,0.00,'checked_out','2026-07-02 16:15:00','2026-07-03 05:32:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:25:01','2026-07-03 05:33:54',NULL),
(172,NULL,100,30,'2026-07-000145','7Bev3CPa6JUqwQkU0sWZ2OzMyAh8ePrDWPXqCpUj','Ma. Gemalyn Dagatan',NULL,'+63 9','405','Deluxe Twin','2026-07-02','2026-07-03',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-02 16:22:00','2026-07-03 08:30:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:29:01','2026-07-03 09:48:56',NULL),
(173,NULL,120,23,'2026-07-000146','v45ZAotT6M2Qh3hkRQYHglQEra4wul3k0nshMGsK','Queenie Gulay',NULL,'+63 9976058722','406','Deluxe Trio','2026-07-02','2026-07-03',1,3,'Filipino',486.75,486.75,NULL,NULL,0.00,'checked_out','2026-07-02 16:22:00','2026-07-03 12:14:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:31:36','2026-07-03 13:10:16',NULL),
(174,NULL,133,30,'2026-07-000147','jQ21MqShzoLkha000F5wQfOxiqxf4k5WIycyNboF','Ma. Luisa Ganzon',NULL,'+63 9756006637','113','Superior Deluxe','2026-07-02','2026-07-03',1,3,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-02 17:43:00','2026-07-03 10:29:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:40:50','2026-07-03 10:39:42',NULL),
(175,NULL,134,30,'2026-07-000148','0fXGwhjYMQCHejNiai1GCzthwMo0gbQ02CN078Od','Dan Avella',NULL,'+63 935970142','210','Economy Twin','2026-07-02','2026-07-03',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-02 18:01:00','2026-07-02 19:55:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:43:19','2026-07-02 22:50:31',NULL),
(176,NULL,135,30,'2026-07-000149','sDwVfsRhZnlxQBhn34YRS7uTgv57ey3Je5Mnc91Y','Alex Solar',NULL,'+63 09','303','Deluxe Twin','2026-07-02','2026-07-03',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-02 19:21:00','2026-07-03 08:18:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:49:07','2026-07-03 09:49:31',NULL),
(177,NULL,136,30,'2026-07-000150','Whv7y2bBZj8Irx97tgfozrZuGCIj6o4oog75Qi99','Ma. Fe Timbal',NULL,'+63 9357532091','301','Deluxe Twin','2026-07-02','2026-07-03',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-02 19:50:00','2026-07-03 05:53:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 22:51:25','2026-07-03 11:04:11',NULL),
(178,NULL,137,22,'2026-07-000151','A2tWwao2c8znFnvqcZRJlrA3lI4Dc8f6uSmjnW8B','Rainier Manigsaca',NULL,'+63 9304977147','307','Deluxe Double','2026-07-02','2026-07-05',3,2,'Filipino',799.20,2397.60,NULL,NULL,0.00,'checked_out','2026-07-02 21:02:00','2026-07-05 12:01:00','Agoda','Property Collect',100.00,1,'2026-07-02','Agoda Settlement',NULL,'2026-07-02 23:08:26','2026-07-05 12:01:39',NULL),
(179,NULL,138,22,'2026-07-000152','bw773wnFWzsEgXcLl2aaSzPcLdfIEbug2LNcDnme','Genesa Cedillo',NULL,'+63 9859065214','411','Standard Double','2026-07-02','2026-07-04',2,2,'Filipino',719.20,1438.40,NULL,NULL,0.00,'checked_out','2026-07-02 22:55:00','2026-07-04 07:22:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-02 23:11:04','2026-07-04 19:53:25',NULL),
(180,NULL,139,30,'2026-07-000153','q5qjCxDR4nMPTEdkhOnb4dSHRb7p4ktFUCr5QdI3','Christian Mark Tanda',NULL,'+63 9356524491','112','Superior Deluxe','2026-07-02','2026-07-03',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-02 03:04:00','2026-07-03 09:01:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 03:07:17','2026-07-03 09:49:57',NULL),
(181,NULL,140,30,'2026-07-000154','C5JbbL1lK5arFpGxfsV7InQzQyQ3E1ETIdXXNTfr','Chris Yu',NULL,'+63 9673772269','315','Standard Twin','2026-07-02','2026-07-03',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-03 03:49:00','2026-07-03 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 03:49:08','2026-07-04 19:45:52',NULL),
(182,NULL,141,30,'2026-07-000155','S8PYo772VP3UWqUGzvJHgnoYEPkw4neM0Sf3RyBH','Xanthy Culot',NULL,'+63 9774541380','308','Deluxe Double','2026-07-03','2026-07-04',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-03 12:37:00','2026-07-04 11:38:00','Walk-in',NULL,100.00,1,'2026-07-03','Cash',NULL,'2026-07-03 12:36:42','2026-07-04 21:59:54',NULL),
(183,NULL,142,22,'2026-07-000156','gWLNaRDwxhrmuULjEpPkXcxNcdfzyU6dmD1E2AID','XIAN VICTAMIER TACANG',NULL,'+63 9562057981','107','Barkadahan','2026-07-05','2026-07-06',1,3,'Filipino',1159.20,1159.20,NULL,NULL,0.00,'cancelled','2026-07-03 13:50:00',NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 14:09:54','2026-07-06 11:28:10',NULL),
(184,NULL,143,23,'2026-07-000157','5iLl8aWCRi8OVqeyfVfhV94whLdZOREgoUxYP737','JASPER KENT DAGARAGA',NULL,'+63 9658045530','206','Standard Twin','2026-07-03','2026-07-04',1,3,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-03 14:13:00','2026-07-04 11:59:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 14:22:52','2026-07-04 22:01:47',NULL),
(185,NULL,144,30,'2026-07-000158','gwdTTURJS4tWy6mpx0li5W50f7boV1GOIEoGzawe','VIJIE CARL CODILLA',NULL,'+63 9456083153','403','Deluxe Twin','2026-07-03','2026-07-04',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-03 13:55:00','2026-07-04 05:32:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 14:24:25','2026-07-04 05:33:34',NULL),
(186,NULL,145,22,'2026-07-000159','h3haAXRGLFxLL2URIpGwhHtlZ5oHivjDD1GnuAMO','JAY MARTIN DIONALDO',NULL,'+63 9360250830','103','Junior Deluxe','2026-07-03','2026-07-05',2,1,'Filipino',599.20,1198.40,NULL,NULL,0.00,'checked_out','2026-07-03 14:39:00','2026-07-05 11:06:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 14:41:51','2026-07-05 11:06:14',NULL),
(187,NULL,146,30,'2026-07-000160','fBkMSZtpJgzEg0qWMHFSPZTWKTVaNlgfJs7XM4W2','DARREN HAYES AGUIRRE',NULL,'+63 9978665705','301','Deluxe Twin','2026-07-03','2026-07-04',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-03 15:08:00','2026-07-04 09:20:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 15:13:47','2026-07-04 22:00:26',NULL),
(188,NULL,147,22,'2026-07-000161','NoeZGPyhd7ZNlkpGU1j7JUujsygD63uINnINzZMk','MATTHEW REY RAGANOT',NULL,'+63 9603305909','310','Barkadahan','2026-07-03','2026-07-04',1,4,'Filipino',1159.20,1159.20,NULL,NULL,0.00,'checked_out','2026-07-03 15:30:00','2026-07-04 11:04:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 15:31:57','2026-07-04 19:55:51',NULL),
(189,NULL,148,30,'2026-07-000162','0UbmJVpD7GkWANrNNdnKrzuYqkpC5oEASsNVVTAX','TERESITA REVANO',NULL,'+63 9071796418','107','Barkadahan','2026-07-03','2026-07-04',1,4,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out','2026-07-03 17:57:00','2026-07-04 10:24:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 18:02:39','2026-07-04 22:02:21',NULL),
(190,NULL,149,30,'2026-07-000163','pxSgU0Jotg65LgPgm1ziG1KjNgndmFbJPdSSMzOw','MU ENGINEERING',NULL,'+63','305','Ordinary Twin','2026-07-03','2026-07-07',4,1,'Filipino',549.00,2196.00,NULL,NULL,0.00,'checked_out','2026-07-03 19:00:00','2026-07-07 07:41:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 18:45:03','2026-07-07 07:41:07',NULL),
(191,NULL,150,30,'2026-07-000164','AYyvVBNthwxaWDVbVphe4UJKcljvsdESJezDI79L','NOELITO VILLAROJO',NULL,'+63 9265432683','303','Deluxe Twin','2026-07-03','2026-07-04',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-03 18:40:00','2026-07-04 23:47:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 19:08:48','2026-07-04 22:03:05',NULL),
(192,NULL,151,22,'2026-07-000165','tm52gBE8ajy9I6Coz9sTOTZbpzdKQwqCB55eGAoX','JOWIE SAAGUNDO',NULL,'+63 9214449163','208','Ordinary Twin','2026-07-03','2026-07-04',1,1,'Filipino',519.20,519.20,NULL,NULL,0.00,'checked_out','2026-07-03 19:58:00','2026-07-04 11:08:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 19:58:22','2026-07-04 22:04:21',NULL),
(193,NULL,152,30,'2026-07-000166','YuUXlZGt9lUzyZ88Jr2oqTLAd5u7g5QwkmMpNtjn','CHARMAINE PALLUGA',NULL,'+63 9166873880','113','Superior Deluxe','2026-07-03','2026-07-04',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-03 20:02:00','2026-07-04 06:36:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 20:05:53','2026-07-04 22:02:44',NULL),
(194,NULL,153,30,'2026-07-000167','cu6BDVoV2ldTVRiv7u3sbcYwptrt6BOBK2zik5HY','DARYL GAY NANO',NULL,'+63 9319940369','311','Standard Twin','2026-07-03','2026-07-04',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-03 20:52:00','2026-07-04 13:50:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 20:56:37','2026-07-04 22:03:29',NULL),
(195,NULL,154,30,'2026-07-000168','vny6CfawhYVoxdP418xYGrVqYkduiA7zV1RK8eW2','Justine Cornelio',NULL,'+63 9555803681','110','Superior Deluxe','2026-07-03','2026-07-04',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-03 23:26:00','2026-07-04 04:07:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-03 23:28:47','2026-07-04 04:07:07',NULL),
(196,NULL,155,30,'2026-07-000169','umefyandvEAPT9wzlQZjjXT4oEkapqVha5i7loq9','Ernel Josol',NULL,'+63 9989880352','203','Family Room','2026-07-03','2026-07-04',1,5,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-03 00:42:00','2026-07-04 08:32:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-04 00:44:34','2026-07-04 22:04:39',NULL),
(197,NULL,156,30,'2026-07-000170','T6VNXD3XSfsxnIFx0VaiUZMcOLckzcsSsqGTSZXs','Calvin Roquero',NULL,'+63 9267246211','302','Family Room 2','2026-07-03','2026-07-04',1,4,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-03 04:32:00','2026-07-04 23:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-04 04:51:37','2026-07-04 22:04:54',NULL),
(198,NULL,157,23,'2026-07-000171','GlwASQBclnf6Tu556XVsyjZZXitVq1eUuRMbkw5d','Mac Brian Go',NULL,'+63 9676651113','303','Deluxe Twin','2026-07-04','2026-07-05',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-04 22:12:00','2026-07-05 12:02:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-04 22:12:23','2026-07-05 12:02:15',NULL),
(199,NULL,158,23,'2026-07-000172','tpRaKzIC1Fbo2HwxLXiHjsqt9qPUbZqIHE6Vs9Ms','John Christian Porte',NULL,'+63 9519076449','405','Deluxe Twin','2026-07-04','2026-07-05',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-04 21:45:00','2026-07-05 04:10:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-04 22:13:51','2026-07-05 04:10:54',NULL),
(200,NULL,159,30,'2026-07-000173','3IbLC2SAxSv0yguqcChE1QrCd32dci2O2P6P6H9h','Rio  Ritchie Pasco',NULL,'+63 9667683250','413','Standard Double','2026-07-05','2026-07-06',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-05 10:44:00','2026-07-06 09:45:00','Agoda','Room Upgrade : ₱287.25 Early Check-In : ₱100',0.00,0,NULL,NULL,NULL,'2026-07-05 11:25:25','2026-07-06 09:45:07',NULL),
(201,NULL,160,23,'2026-07-000174','2TOp1HDq9RAZdy0km3SQXQo4GCypgTenMQ5lZXD5','KYLE ARTHUR MOTAUS',NULL,'+63 9943626783','210','Economy Twin','2026-07-05','2026-07-06',1,2,'Filipino',561.75,561.75,NULL,NULL,0.00,'checked_out','2026-07-05 14:48:00','2026-07-06 06:04:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-05 20:34:09','2026-07-06 10:01:41',NULL),
(202,NULL,161,23,'2026-07-000175','PlX8hJVB0vrXFengOuGjpixxbjUhAka078YKfxYT','ROGOR CABILAO',NULL,'+63 9163253992','408','Standard Double','2026-07-05','2026-07-06',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-05 21:24:00','2026-07-06 12:02:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-05 22:01:37','2026-07-06 12:02:50',NULL),
(203,NULL,162,30,'2026-07-000176','5VaexYXe9nAWpuA2XyPKNpYU3Bn13kaCm5LTc6T8','IBERSON CABATANA',NULL,'+63 9977246600','308','Deluxe Double','2026-07-05','2026-07-06',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-05 21:26:00','2026-07-06 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-05 22:03:22','2026-07-06 12:03:12',NULL),
(204,NULL,163,30,'2026-07-000177','pH6pkFZwB7PKOCg9wpc31zpW9wAaGCnsDcqPycBa','ROEL MAGBUNUA',NULL,'+63 9772448205','301','Deluxe Twin','2026-07-05','2026-07-06',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-05 21:29:00','2026-07-06 11:53:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-05 22:04:42','2026-07-06 11:53:58',NULL),
(205,NULL,164,30,'2026-07-000178','SAjvz0TPe8Xpk6W5qeyHOiFBFPbwC7dWMM9ixGZz','FRENCH VILLAS',NULL,'+63 9631438299','307','Deluxe Double','2026-07-05','2026-07-06',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-05 21:54:00','2026-07-06 16:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-05 22:06:28','2026-07-06 16:39:56',NULL),
(206,NULL,165,30,'2026-07-000179','oRwyJenzx6IlBWz4wOjO2RLRuUUVuCaXBUG1JsUH','ALIMODIN PANT\'KAN',NULL,'+63 9814247601','203','Family Room','2026-07-05','2026-07-06',1,4,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-05 23:19:00','2026-07-06 23:41:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-05 23:28:33','2026-07-06 14:24:38',NULL),
(207,NULL,166,23,'2026-07-000180','DLCCjBg6YH0Uh0cP3wCYYAFPKoqVB4BKSerFzSGK','ALIMODIN PANT\'KAN',NULL,'+63 981','406','Deluxe Trio','2026-07-05','2026-07-06',1,3,'Filipino',1011.75,1011.75,NULL,NULL,0.00,'checked_out','2026-07-05 23:19:00','2026-07-06 11:41:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-05 23:29:44','2026-07-06 11:41:50',NULL),
(208,NULL,149,30,'2026-07-000181','Ap4zHFHkhxh3TGKE2zq9u4OaV5YIjy4E2ay5y9pu','RALPH OLIVER',NULL,'NA','201','Deluxe Twin','2026-07-05','2026-07-06',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-06 02:54:00','2026-07-06 06:24:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 02:57:55','2026-07-06 06:25:19',NULL),
(209,NULL,167,23,'2026-07-000182','7zUy8SEjrLTkcYAsIchxcG6m5Sufjj78tQh56rWv','JESREAL SERINO',NULL,'+63 9958930390','112','Superior Deluxe','2026-07-05','2026-07-06',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-06 03:25:00','2026-07-06 08:15:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 03:28:56','2026-07-06 08:16:14',NULL),
(210,NULL,169,30,'2026-07-000183','yFMGZnm3XcCqNwmwhN2TDBqAAPlt21DFoOBdZjuC','MICHAEL CHAVEZ',NULL,'+63 9213405410','114','Superior Deluxe','2026-07-05','2026-07-07',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-06 04:20:00','2026-07-07 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 04:55:07','2026-07-07 14:14:50',NULL),
(211,NULL,122,30,'2026-07-000184','kXIXrmVahHUiqsOBkr9Ey3gKtvDyCFZuZSSyeFOH','Prexedes Ortiz',NULL,'+63 9694337462','211','Ordinary Double','2026-07-06','2026-07-08',2,2,'Filipino',549.00,1098.00,NULL,NULL,0.00,'checked_out','2026-07-06 06:24:00','2026-07-08 10:34:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 06:24:40','2026-07-08 10:34:23',NULL),
(212,NULL,170,30,'2026-07-000185','U65lobTVBECupzbTAEDL6OkbuXLhufUM6dvL0aWi','Jonas Belarmino',NULL,'+63 9303300361','407','Deluxe Twin','2026-07-06','2026-07-09',3,2,'Filipino',899.00,2697.00,NULL,NULL,0.00,'checked_out','2026-07-06 08:22:00','2026-07-09 10:01:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 08:24:03','2026-07-09 10:01:57',NULL),
(213,NULL,171,30,'2026-07-000186','hOiIG4rApSvamhQwxcOAHOFCmB60tCA3CtGV72TJ','Geovani Campano',NULL,'+63 9171161697','103','Junior Deluxe','2026-07-06','2026-07-09',3,1,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out','2026-07-06 09:20:00','2026-07-09 08:51:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 09:40:06','2026-07-09 08:51:21',NULL),
(214,NULL,172,30,'2026-07-000187','grwIJVPpDGwwlhL6KkFjfCcO5aHjDPtwqKdOec31','Johnnyne Caay',NULL,'+63 9516801101','210','Economy Twin','2026-07-06','2026-07-07',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-06 09:28:00','2026-07-07 10:06:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 10:25:01','2026-07-07 10:06:02',NULL),
(215,NULL,142,30,'2026-07-000188','9T1fPZihls4pb9qyVYRZukZFW3Oy9m4D1HOh8qyT','Xian Victamier',NULL,'+63 9562057981','107','Barkadahan','2026-07-06','2026-07-07',1,4,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out','2026-07-06 11:30:00','2026-07-07 11:43:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 11:29:44','2026-07-07 11:43:30',NULL),
(216,NULL,173,30,'2026-07-000189','biokN3cgrt2D4qs9lFQXq5W8wZ5DU6l9v6ZVZvUw','Josie Ariel Sagayan',NULL,'+63 9978257157','407','Deluxe Twin','2026-07-10','2026-07-12',2,2,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-10 15:33:00','2026-07-12 10:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 13:23:35','2026-07-12 13:12:07',NULL),
(217,NULL,174,23,'2026-07-000190','wKG0kNgr2qW8bWEUPF8n0yUsErzVvzxDQEj2Zp7b','Joylyn Peral',NULL,'+63 9155969943','318','Economy Double','2026-07-06','2026-07-09',3,2,'Filipino',561.75,1685.25,NULL,NULL,0.00,'checked_out','2026-07-06 13:40:00','2026-07-09 09:51:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 14:09:21','2026-07-09 09:51:12',NULL),
(218,NULL,175,30,'2026-07-000191','slXeJZnDeaMAwtBC6HAMjI0a4taBAXoQXMuWAk5w','MARICEL JAMISOLA',NULL,'+63 9268186295','208','Ordinary Twin','2026-07-06','2026-07-07',1,2,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out','2026-07-06 14:20:00','2026-07-07 07:06:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 16:42:47','2026-07-07 07:06:16',NULL),
(219,NULL,98,30,'2026-07-000192','FoBHzODW8zOtutRgV6wL5g76vg95rRy8BHkESM0w','JERSON MAZON ORILLA',NULL,'+63 95444221391','207','Economy Twin','2026-07-06','2026-07-09',3,2,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out','2026-07-06 14:00:00','2026-07-09 11:30:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 19:48:03','2026-07-09 11:30:14',NULL),
(220,NULL,176,30,'2026-07-000193','kpvyKjCIeVN1dbbBCWBjBO1lldTcd1pvZSo8OSDY','Jim Jim Dumangcal',NULL,'+63 9984862145','314','Standard Twin','2026-07-06','2026-07-07',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-06 12:00:00','2026-07-07 02:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 19:52:32','2026-07-07 02:34:42',NULL),
(221,NULL,177,30,'2026-07-000194','fhGCAYu5QuKkE4uN4CteF9DXTcKD3xQcROxaIEbo','DIANA RHEA PINAR',NULL,'+63 9622507970','110','Superior Deluxe','2026-07-06','2026-07-07',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-06 14:40:00','2026-07-07 11:44:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 19:58:54','2026-07-07 11:44:25',NULL),
(222,NULL,178,30,'2026-07-000195','WcSd6iThFvbbixsr1c9LAxessPNO9AOAc0MxrJdo','ARNIEL MANALOTO',NULL,'+63 9648896763','309','Ordinary Twin','2026-07-06','2026-07-07',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out','2026-07-06 15:03:00','2026-07-07 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:08:22','2026-07-07 17:49:51',NULL),
(223,NULL,179,30,'2026-07-000196','Xiqm4orvXuq8858twYWaupDLWAgiUHO4k8qbhMzo','JOSEPH ESPADILLA',NULL,'+63 9064217934','206','Standard Twin','2026-07-05','2026-07-07',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-05 14:00:00','2026-07-07 06:30:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:11:20','2026-07-07 06:31:12',NULL),
(224,NULL,180,22,'2026-07-000197','BPhQRzbhfWcSHgTqGTkU7FNBrdch4UY2crs0rGCX','MARICHU OBSID',NULL,'+63 9551252915','310','Barkadahan','2026-07-06','2026-07-08',2,4,'Filipino',1159.20,2318.40,NULL,NULL,0.00,'checked_out','2026-07-06 17:29:00','2026-07-08 07:46:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:14:45','2026-07-08 07:52:32',NULL),
(225,NULL,180,22,'2026-07-000198','wOOWsGr1iUMj4o83JTa860K1owTyp0rk9Yv9ojXO','MARICHU OBSID',NULL,'+63 9551252915','406','Deluxe Trio','2026-07-06','2026-07-08',2,3,'Filipino',1079.20,2158.40,NULL,NULL,0.00,'checked_out','2026-07-06 17:29:00','2026-07-08 08:12:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:16:45','2026-07-08 08:12:13',NULL),
(226,NULL,181,23,'2026-07-000199','QBdXOjyguoailWTuRnUuk7piteKKfD9OhF3qzvR7','SAID DUMACIL DUMACIL',NULL,'+63 9977268313','301','Deluxe Twin','2026-07-06','2026-07-07',1,1,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-06 20:19:00','2026-07-07 05:51:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:19:26','2026-07-07 05:57:35',NULL),
(227,NULL,182,30,'2026-07-000200','KDx8gbnsiAKtQSNUJJKJfoxuADfH1LJjUGVZyERh','JURREN DIEZ',NULL,'+63 9186894012','303','Deluxe Twin','2026-07-06','2026-07-07',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-06 20:22:00','2026-07-07 07:38:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:21:43','2026-07-07 07:39:17',NULL),
(228,NULL,183,30,'2026-07-000201','56Gn88D1f2ui3ZWZfMgWcnXs32GY69DesrPSrPH6','GERLIE BAZAR',NULL,'+63 9078796031','112','Superior Deluxe','2026-07-06','2026-07-08',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-06 18:36:00','2026-07-08 11:33:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:23:32','2026-07-08 11:33:15',NULL),
(229,NULL,184,23,'2026-07-000202','rcKZHOscp2Qu0GusZXlUmgDxo3U6E7FM65OaepoG','NEIL ANTHONY CASSION',NULL,'+63 9165603997','403','Deluxe Twin','2026-07-06','2026-07-09',3,2,'Filipino',749.25,2247.75,NULL,NULL,0.00,'checked_out','2026-07-06 19:02:00','2026-07-09 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-06 20:25:26','2026-07-10 09:45:48',NULL),
(230,3,185,22,'2026-07-000203','rxAfNPPegIjBCQoHqgFjqER0pgADvmz9egfqRWad','Waldemar Padla',NULL,'+63 09775188347','205','Economy Double','2026-07-06','2026-07-07',1,1,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-07 01:24:00','2026-07-07 05:37:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 02:28:34','2026-07-07 05:39:04',NULL),
(231,3,185,22,'2026-07-000204','e5jFbXdtO6yjAzUDZpQvz0ZOR5Vn0rVn3NiJgwQf','Waldemar Padla',NULL,'+63 09775188347','410','Standard Twin','2026-07-06','2026-07-07',1,1,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-07 01:24:00','2026-07-07 05:37:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 02:28:34','2026-07-07 05:39:17',NULL),
(232,3,185,22,'2026-07-000205','H5j698Yt5KPzaiGl5vSAsGL7HOkZ5QPitgaqm5F3','Waldemar Padla',NULL,'+63 09775188347','413','Standard Double','2026-07-06','2026-07-07',1,1,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-07 01:24:00','2026-07-07 05:37:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 02:28:34','2026-07-07 05:39:30',NULL),
(233,NULL,186,30,'2026-07-000206','znrFHgSqcYcEPO8nfpT9HpqPcXmMUz7YL2OGbUGY','Coy Espinas',NULL,'+63 9485014984','405','Deluxe Twin','2026-07-09','2026-07-12',3,2,'Filipino',899.00,2697.00,NULL,NULL,0.00,'checked_out','2026-07-09 08:53:00','2026-07-12 23:50:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 02:42:39','2026-07-12 12:41:04',NULL),
(234,NULL,100,30,'2026-07-000207','nWLSaXvtucEupbaKuTXqKLavFjsOnuETYItMhXdt','Frederick Gomez',NULL,'+63 9','117','Junior Deluxe','2026-07-09','2026-07-10',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-09 06:05:00','2026-07-12 09:55:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 02:44:09','2026-07-12 10:04:38',NULL),
(235,NULL,187,30,'2026-07-000208','wOUBPOkOXw4ZpwYquj1hlro3jRwpLRwUh0L5pY9b','Rupam (Asliah) Banerjee',NULL,'+63 9260652937','113','Superior Deluxe','2026-07-07','2026-07-11',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out','2026-07-07 11:25:00','2026-07-11 23:29:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 11:30:14','2026-07-11 12:13:04',NULL),
(236,NULL,188,30,'2026-07-000209','E9ZEkSHrFZuR4940q5Xk0I0iEcBHvv425qZPT1Qc','Lendie Francisco',NULL,'+63 9621994221','201','Deluxe Twin','2026-07-07','2026-07-09',2,2,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-07 12:10:00','2026-07-09 09:27:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 12:11:15','2026-07-09 09:27:22',NULL),
(237,NULL,189,30,'2026-07-000210','pmL4GgELWZmkXLibAYMpMSX8DgclAGfm22XKOgIx','Erwin Melendez',NULL,'+63 9354509939','107','Barkadahan','2026-07-10','2026-07-12',2,3,'Filipino',1449.00,2898.00,NULL,NULL,0.00,'checked_out','2026-07-10 15:54:00','2026-07-12 09:53:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 12:25:42','2026-07-12 09:55:14',NULL),
(238,NULL,190,23,'2026-07-000211','3ZHtJvEctJKEgzP5OadngJE8s35WmQgto6nvkUWD','Christopher Pollo',NULL,'+63 99558322593','414','Standard Double','2026-07-07','2026-07-08',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-07 12:34:00','2026-07-07 19:46:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 12:36:17','2026-07-08 07:53:16',NULL),
(239,NULL,191,30,'2026-07-000212','pT5j2p4m5LjkAKIZ0RlgNeMOyM0rxm1LM4KZSv7K','Elmer Jabunillo',NULL,'+63 9956254051','117','Junior Deluxe','2026-07-07','2026-07-09',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-07 12:42:00','2026-07-09 11:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 12:43:44','2026-07-09 11:14:27',NULL),
(240,NULL,123,22,'2026-07-000213','AjKjM4QbDvy5u0VCGrr8eP2IllzhGBVZl0szuS6q','Aiza Rodriguez',NULL,'+63 9564473778','202','Economy Twin','2026-07-07','2026-07-10',3,2,'Filipino',599.20,1797.60,NULL,NULL,0.00,'checked_out','2026-07-07 12:00:00','2026-07-10 14:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 13:05:02','2026-07-10 19:47:50',NULL),
(241,NULL,192,23,'2026-07-000214','irCs6bizyIKpkaxQoYelBU2as3u6xbp25FMfoQAA','GLENN GABIANNA',NULL,'+63 9655646362','404','Standard Twin','2026-07-07','2026-07-08',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-07 13:50:00','2026-07-07 16:23:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 19:50:37','2026-07-07 19:52:13',NULL),
(242,NULL,193,30,'2026-07-000215','DlEbOqD2RTe2uNYt1trW6RDMEGB3dwIlAfcteXCn','SHEILA LABAJO',NULL,'+63 9109002110','311','Standard Twin','2026-07-07','2026-07-08',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-07 13:55:00','2026-07-08 12:32:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 19:53:30','2026-07-08 12:32:12',NULL),
(243,NULL,194,23,'2026-07-000216','wFeEgNFqjYlnRiRLpSYeb9tm55vkluFL9DSv9d3C','MARCO ADECER',NULL,'+63 9635034201','110','Superior Deluxe','2026-07-07','2026-07-08',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-07 14:05:00','2026-07-08 11:23:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 19:56:01','2026-07-08 11:23:49',NULL),
(244,NULL,195,30,'2026-07-000217','McFrKMxPpEf63dUREtTI8Seu9Y0haVIDa0RR48A1','COQUILLA SUNIEL BUTAC',NULL,'+63 9656145313','405','Deluxe Twin','2026-07-07','2026-07-08',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-07 19:59:00','2026-07-07 20:22:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 19:59:05','2026-07-07 20:33:12',NULL),
(245,NULL,196,30,'2026-07-000218','G2nDxOgQkMpC8kSeXTH3PpQ3ts7SXremfk3rTXKg','RAMIL ALIN',NULL,'+63 9653159909','315','Standard Twin','2026-07-07','2026-07-08',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-07 15:24:00','2026-07-08 07:51:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 20:00:24','2026-07-08 07:52:21',NULL),
(246,NULL,197,23,'2026-07-000219','cgIzzREtXSACMgeiqG7prkAViVN9ftFkvPEg9MQI','CHERYL LUARDO',NULL,'+63 9279497844','203','Family Room','2026-07-07','2026-07-08',1,4,'Filipino',1311.75,1311.75,NULL,NULL,0.00,'checked_out','2026-07-07 18:06:00','2026-07-08 12:32:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 20:02:30','2026-07-08 12:33:00',NULL),
(247,NULL,198,30,'2026-07-000220','ErQd3e0DNFJpWw1CKuxVaEbQQ1f6ih5PqTiSaeZv','ARLEEN FUENTES',NULL,'+63 9106371805','302','Family Room 2','2026-07-07','2026-07-08',1,4,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-07 19:25:00','2026-07-08 12:33:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 20:04:30','2026-07-08 12:33:12',NULL),
(248,NULL,199,22,'2026-07-000221','DNEwGAAC8gakILC71JIkDqTyDvugbpThSHwQWXik','ANGELEE LEVITA',NULL,'+63 9260910111','413','Standard Double','2026-07-07','2026-07-08',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-07 19:34:00','2026-07-08 12:31:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 20:05:48','2026-07-08 12:31:08',NULL),
(249,NULL,200,30,'2026-07-000222','IAf19YDCr2trYgvIzh1aJ34ud9SoodGveIi0cslR','JUN BERT LABIS',NULL,'+63 9155444875','308','Deluxe Double','2026-07-07','2026-07-08',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-07 20:21:00','2026-07-08 08:49:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-07 20:32:12','2026-07-08 08:49:31',NULL),
(250,NULL,201,30,'2026-07-000223','IIy5otrdL19ifO1O4zlLWrWoaTWXtlbrROODERjz','Mark John Mangas',NULL,'+63 09705961307','401','Deluxe Trio','2026-07-07','2026-07-08',1,3,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out','2026-07-07 22:07:00','2026-07-08 06:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 02:32:13','2026-07-08 06:26:39',NULL),
(251,NULL,202,30,'2026-07-000224','JXThDwct2xQamqLnD9b1ihwVsj5QiYMFtBvLicqh','Dante Soronio',NULL,'+63 09754041723','210','Economy Twin','2026-07-07','2026-07-08',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-07 21:54:00','2026-07-08 05:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 02:34:25','2026-07-08 05:42:21',NULL),
(252,NULL,203,23,'2026-07-000225','gLeqUSkws4ObW5HBCl0MLpk7936xs9zhzhlax7nq','Jaber Botawan',NULL,'+63 9625886925','307','Deluxe Double','2026-07-07','2026-07-08',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-07 20:50:00','2026-07-08 10:15:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 02:37:07','2026-07-08 10:15:15',NULL),
(253,NULL,204,30,'2026-07-000226','P5vElrnzqnBAWt7EkHiLOSvYHFfMYuWsWr2BMeSc','Helen Leopoldo',NULL,'+63 9655906152','301','Deluxe Twin','2026-07-08','2026-07-10',2,3,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-08 12:14:00','2026-07-10 12:20:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 12:16:15','2026-07-10 12:20:19',NULL),
(254,NULL,205,22,'2026-07-000227','7vRnUz8HPgHM8UnhaZismgvaHHYuuvWwGRfZtpCv','MARK ANTHONY LAVAPIEZ',NULL,'+63 9985359620','110','Superior Deluxe','2026-07-08','2026-07-09',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-08 14:47:00','2026-07-09 11:37:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:27:01','2026-07-09 11:37:42',NULL),
(255,NULL,206,22,'2026-07-000228','NE6bqLTJniLqgKVkdop9wDfEvunjhYMgr6Niry6I','RENE CARTAGENA',NULL,'+63 9452958151','208','Ordinary Twin','2026-07-08','2026-07-09',1,2,'Filipino',439.20,439.20,NULL,NULL,0.00,'checked_out','2026-07-08 15:56:00','2026-07-09 07:31:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:29:20','2026-07-09 07:31:37',NULL),
(256,NULL,207,30,'2026-07-000229','lMajhdhXA2OQ9PQdYW108cJkAwdkaB6cycHtwnH1','ERNESTO RECIÑA',NULL,'+63 9157873579','308','Deluxe Double','2026-07-08','2026-07-09',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-08 16:39:00','2026-07-09 08:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:33:45','2026-07-09 08:40:32',NULL),
(257,NULL,208,NULL,'2026-07-000230','WiqjFt8oGJtEneuNBbAIjgOMy2KRauGm66xe8Xuz','KRIS JANE TAMPEPE',NULL,'+63 9755913887','112','Superior Deluxe','2026-07-08','2026-07-09',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-08 16:47:00','2026-07-09 09:13:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:35:54','2026-07-09 09:13:19',NULL),
(258,NULL,209,30,'2026-07-000231','U5odUKUyUOv5ghkphb8GqUrkPAWctOAgDBirucsS','EDMUND JAMES SISMUNDO',NULL,'+63 9174217715','311','Standard Twin','2026-07-08','2026-07-09',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-08 17:17:00','2026-07-09 10:06:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:37:10','2026-07-09 10:06:21',NULL),
(259,NULL,210,30,'2026-07-000232','7Q1ScH3o1qoGfAKH2FSwPVCe43xqybLoIvqWr4MY','KENNETH JAY AÑANA',NULL,'+63 9069264784','405','Deluxe Twin','2026-07-08','2026-07-09',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-08 18:11:00','2026-07-08 23:21:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:38:55','2026-07-09 09:28:22',NULL),
(260,NULL,211,30,'2026-07-000233','QXjdsO2Wlp26k22g9Roc2Yjmmfo7gvgtK1ag7aZy','INTUNG BENZAR',NULL,'+63 9361542545','406','Deluxe Trio','2026-07-08','2026-07-10',2,3,'Filipino',1249.00,2498.00,NULL,NULL,0.00,'checked_out','2026-07-08 18:32:00','2026-07-10 11:52:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:40:08','2026-07-10 11:53:08',NULL),
(261,NULL,211,30,'2026-07-000234','7ghSTrFTAcn4rRaMKIt0VI68inpf3dHjjqHGns25','INTUNG BENZAR',NULL,'+63 9361542545','410','Standard Twin','2026-07-08','2026-07-10',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-08 18:32:00','2026-07-10 23:52:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:44:16','2026-07-10 12:02:34',NULL),
(262,NULL,212,23,'2026-07-000235','wwwpDuRT7AmI9Mk8Of0fDccaj7lacMNHWvuaJm9Q','GIAN PESCADERO',NULL,'+63 9471900964','205','Economy Double','2026-07-08','2026-07-09',1,2,'Filipino',561.75,561.75,NULL,NULL,0.00,'checked_out','2026-07-08 18:55:00','2026-07-09 10:08:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:46:17','2026-07-09 11:51:32',NULL),
(263,NULL,149,30,'2026-07-000236','I53v9WhktvfLGx3UHuswsT1XfN2bHRVLxRzvYoYn','ALLAN YAP',NULL,'+63 ','303','Deluxe Twin','2026-07-08','2026-07-09',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-08 19:12:00','2026-07-09 07:46:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:53:27','2026-07-09 07:46:06',NULL),
(264,NULL,213,30,'2026-07-000237','QT8J94wHiF3tkQAJVtCeOKFSI96mlDftfU4KVtpa','MA.ZSAKHARA EDILMAY',NULL,'+63 9161822733','310','Barkadahan','2026-07-08','2026-07-09',1,3,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out','2026-07-08 19:23:00','2026-07-09 05:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 19:57:51','2026-07-09 05:41:05',NULL),
(265,NULL,214,30,'2026-07-000238','2O6jkjslNCuQ8kqmWVQ0gl30a9wR8FPSfYRcgBdO','RENANTE TUBANIA',NULL,'+63 9427020193','307','Deluxe Double','2026-07-08','2026-07-09',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-08 20:16:00','2026-07-09 11:49:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 22:58:09','2026-07-09 11:49:58',NULL),
(266,NULL,215,22,'2026-07-000239','CYI6RdUUHOwncQE4mhOKQs2Lg7JU8P6VGYfVQQO6','GAKIN YAP',NULL,'+63 9291383754','114','Superior Deluxe','2026-07-08','2026-07-09',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-08 21:55:00','2026-07-09 12:05:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 23:00:52','2026-07-09 12:05:55',NULL),
(267,NULL,216,23,'2026-07-000240','CCHxKzfkXqgYsCP9vD58GvVc3UrdwOfYuaJLd27G','GESHE ALJAS',NULL,'+63 9660995668','315','Standard Twin','2026-07-08','2026-07-09',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-08 22:15:00','2026-07-09 07:13:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 23:02:47','2026-07-09 07:14:07',NULL),
(268,NULL,217,23,'2026-07-000241','ABUZvdsuvVkg4kqZKDHd4ExYfOgRtm1Wl6FSld7j','DENHIL JANE RODRIGUEZ',NULL,'+63 9777871424','401','Deluxe Trio','2026-07-08','2026-07-09',1,3,'Filipino',1011.75,1011.75,NULL,NULL,0.00,'checked_out','2026-07-08 22:52:00','2026-07-09 11:38:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-08 23:04:12','2026-07-09 11:38:45',NULL),
(269,NULL,208,30,'2026-07-000242','XLXM01utEThohNaGbtK1fmcFwl7VFio9jjJbpOyc','Kris Jane Tampepe',NULL,'+63 9755913887','112','Superior Deluxe','2026-07-09','2026-07-13',4,1,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out','2026-07-09 09:15:00','2026-07-13 11:19:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 09:14:26','2026-07-13 11:30:16',NULL),
(270,NULL,218,30,'2026-07-000243','j5RqXyMI7Bi1hwgFgAlyWqdrkkvZ08qaz3u967V2','Arian Aguirre',NULL,'+63 9292070197','404','Standard Twin','2026-07-09','2026-07-11',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-09 12:13:00','2026-07-11 08:59:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 12:59:13','2026-07-11 09:36:00',NULL),
(271,NULL,219,22,'2026-07-000244','pJ2LZh9ezDnzQEkDyba12yacfYGl0yot1gqlmEL3','JESSA BAGUIO',NULL,'+63 9662410847','310','Barkadahan','2026-07-09','2026-07-10',1,4,'Filipino',1159.20,1159.20,NULL,NULL,0.00,'checked_out','2026-07-09 13:59:00','2026-07-10 08:15:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 19:20:32','2026-07-10 08:15:32',NULL),
(272,NULL,220,23,'2026-07-000245','2mzcR0R0n8rFEY2mm6yzeeiLzhj6UhIuL7UEvwtg','NIEL ORVILLE ERMAC',NULL,'+63 9954980713','414','Standard Double','2026-07-09','2026-07-10',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-09 14:05:00','2026-07-10 11:13:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 19:23:20','2026-07-10 11:14:01',NULL),
(273,NULL,221,30,'2026-07-000246','qqW4sdaEuwdK4ziwHoGuTAZDXvKrERp6QBwSbpXF','JESIEL SUGALANG',NULL,'+63 9535399633','404','Standard Twin','2026-07-09','2026-07-10',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-09 14:16:00','2026-07-10 07:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 19:25:12','2026-07-10 07:14:31',NULL),
(274,NULL,222,23,'2026-07-000247','2TjAef2XuAI0nEld00inRg7n7bcZbU46muErhbOr','MYLENE ABAO',NULL,'+63 9664693362','204','Economy Twin','2026-07-09','2026-07-10',1,2,'Filipino',561.75,561.75,NULL,NULL,0.00,'checked_out','2026-07-09 14:46:00','2026-07-10 08:17:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 19:37:29','2026-07-10 08:17:57',NULL),
(275,4,223,22,'2026-07-000248','tiBv3MaNkSi232dau12fdB0yxNi2OmmCRnUnMT1V','DENVER DALIGIDIG',NULL,'+63 9066592650','103','Junior Deluxe','2026-07-09','2026-07-12',3,1,'Filipino',599.20,1797.60,NULL,NULL,0.00,'checked_out','2026-07-09 15:45:00','2026-07-12 07:32:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 19:39:33','2026-07-12 09:52:54',NULL),
(276,4,223,22,'2026-07-000249','1aYvYzwjm60pZcWa3gALHqezNg35k994ssE9WYG8','DENVER DALIGIDIG',NULL,'+63 9066592650','114','Superior Deluxe','2026-07-09','2026-07-12',3,2,'Filipino',719.20,2157.60,NULL,NULL,0.00,'checked_out','2026-07-09 15:45:00','2026-07-12 08:12:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 19:39:33','2026-07-12 09:55:51',NULL),
(277,NULL,224,30,'2026-07-000250','wTIgGTuVcvs56cWzFSJDm7sCMouC0baUT0S8ouQF','SHEILA LABAJO',NULL,'+63 9109002100','311','Standard Twin','2026-07-09','2026-07-10',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-09 17:29:00','2026-07-10 13:01:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 20:06:39','2026-07-10 13:01:42',NULL),
(278,NULL,225,23,'2026-07-000251','zIFZbtDwI5bW7L6AQlLABXMwdQZmXVfsQ3FGYeiG','ART AGRAVANTE',NULL,'+63 9099549021','402','Executive Suite','2026-07-09','2026-07-14',5,4,'Filipino',1499.25,7496.25,NULL,NULL,0.00,'checked_out','2026-07-09 20:10:00','2026-07-14 10:38:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 20:29:36','2026-07-14 10:39:06',NULL),
(279,NULL,226,30,'2026-07-000252','Bu2sqdi3I9IxKGL6Pepjz5T43q3aHelM0CG77KvZ','ARMANDO DEVARAS',NULL,'+63 9070455278','401','Deluxe Trio','2026-07-09','2026-07-11',2,3,'Filipino',1249.00,2498.00,NULL,NULL,0.00,'checked_out','2026-07-09 20:10:00','2026-07-11 10:52:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 20:33:59','2026-07-11 10:59:45',NULL),
(280,NULL,227,23,'2026-07-000253','R2dHjJaW6UvzafC2ZYUFMoF8J8pfbgLgPsTKF9ex','JON HENDRIX BLANCO',NULL,'+63 9700280273','408','Standard Double','2026-07-09','2026-07-10',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-09 21:08:00','2026-07-10 11:22:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 22:39:37','2026-07-10 11:52:42',NULL),
(281,NULL,228,30,'2026-07-000254','OCGvFGFJqk2hOrFKuPdkDDjzrTnWDf9xfnUxtWgs','MELFALYN IBNO',NULL,'+63 9978400421','107','Barkadahan','2026-07-09','2026-07-10',1,4,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out','2026-07-09 22:00:00','2026-07-10 08:36:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 22:41:29','2026-07-10 08:36:22',NULL),
(282,NULL,228,30,'2026-07-000255','VHICmQdnsSTZVartNLLlJCNxKlIBjjFsUunjXuQP','MELFALYN IBNO',NULL,'+63 9978400421','308','Deluxe Double','2026-07-09','2026-07-10',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-09 22:00:00','2026-07-10 08:35:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 22:43:23','2026-07-10 08:35:49',NULL),
(283,NULL,228,30,'2026-07-000256','WtYE1uDMkZG8Wsbmn2dXOwlNw9ioGYcxV44uWU5t','MELFALYN IBNO',NULL,'+63 9978400421','201','Deluxe Twin','2026-07-09','2026-07-10',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-09 22:00:00','2026-07-10 08:35:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-09 22:45:42','2026-07-10 08:36:13',NULL),
(284,NULL,229,23,'2026-07-000257','ralXrPCJpBu3YjzK9IUjkPOPX5Y2P04S9yHtSlTc','PAUL MARTIN ANDUTAN',NULL,'+63 9177072181','207','Economy Twin','2026-07-10','2026-07-11',1,1,'Filipino',561.75,561.75,NULL,NULL,0.00,'checked_out','2026-07-10 02:59:00','2026-07-10 13:03:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 05:25:44','2026-07-10 13:03:13',NULL),
(285,NULL,184,30,'2026-07-000258','w33y7oVEk425u9QewveZqaVLS1EKHJvjoTvnCNpO','Neil Anthony Cassion',NULL,'+63 9165603997','403','Deluxe Twin','2026-07-09','2026-07-11',2,3,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-10 09:47:00','2026-07-11 12:05:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 09:47:27','2026-07-11 12:12:04',NULL),
(286,NULL,230,30,'2026-07-000259','92mlFaaXlZWezUDgPIusAVlCI3BpsJftVYlfh2WC','Edgar Paz',NULL,'+63 9184512465','307','Deluxe Double','2026-07-10','2026-07-11',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-10 10:05:00','2026-07-10 12:28:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 10:07:41','2026-07-10 20:17:59',NULL),
(287,NULL,100,30,'2026-07-000260','vIGNUYY8wpQaKnM3icNxaez07GCACEB6f167q5sJ','Noel Morta',NULL,'+63 9','101','Junior Deluxe','2026-07-10','2026-07-11',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-10 11:46:00','2026-07-11 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 12:19:06','2026-07-11 16:36:37',NULL),
(288,NULL,123,30,'2026-07-000261','3anMjOxyZyz9jjLgfCSBU5LrpsTqO3HEIX3qjNw8','Aiza Rodriguez',NULL,'+63 9564473778','202','Economy Twin','2026-07-09','2026-07-10',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-09 12:00:00','2026-07-10 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 19:49:29','2026-07-11 22:07:01',NULL),
(289,NULL,231,30,'2026-07-000262','JfLDLVkZ4jc20W5Rim2XqWKmG38aj423n4vOfL5t','Prince Lloyd Ladera',NULL,'+63 554353755','308','Deluxe Double','2026-07-10','2026-07-11',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-10 13:31:00','2026-07-10 17:53:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 20:08:47','2026-07-10 20:09:47',NULL),
(290,NULL,232,22,'2026-07-000263','TbCkyV0cz0kAtTS6syYZeWBjgdZmEcyyW2Aw5VbC','Parker Bolanio',NULL,'+63 9185125533','110','Superior Deluxe','2026-07-10','2026-07-11',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-10 15:46:00','2026-07-11 08:37:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 20:12:36','2026-07-11 09:34:43',NULL),
(291,NULL,233,30,'2026-07-000264','g06yb3mlcRlYufNiU5wWYr3NNUVmCj4DsBsQepI1','Erwin Valledor',NULL,'+63 09358251159','307','Deluxe Double','2026-07-10','2026-07-11',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-10 17:57:00','2026-07-10 18:09:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 20:19:04','2026-07-10 20:20:30',NULL),
(292,NULL,234,30,'2026-07-000265','8O8FCuWIdY7YjsQB2QLjK4udwfwCISl3bZwVdTc3','Fezy Lendi',NULL,'+63 9949038832','309','Ordinary Twin','2026-07-10','2026-07-13',3,1,'Filipino',549.00,1647.00,NULL,NULL,0.00,'checked_out','2026-07-10 20:02:00','2026-07-13 11:10:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 20:25:08','2026-07-13 11:29:48',NULL),
(293,5,235,22,'2026-07-000266','JDiLz2BeCp84QQIhG6c2S4sTjf8wHhb6JVlo6f2u','Klarizz Sheena Lagas',NULL,'+63 9551836016','310','Barkadahan','2026-07-10','2026-07-12',2,6,'Filipino',1159.20,2318.40,NULL,NULL,0.00,'checked_out','2026-07-10 20:37:00','2026-07-12 07:31:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 20:39:47','2026-07-12 09:56:27',NULL),
(294,5,235,22,'2026-07-000267','4JGc0aHzFWMasom7xgOBDuuQUYmeUWy59hdM9vYK','Klarizz Sheena Lagas',NULL,'+63 9551836016','312','Ordinary Twin','2026-07-10','2026-07-12',2,6,'Filipino',519.20,1038.40,NULL,NULL,0.00,'checked_out','2026-07-10 20:37:00','2026-07-12 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 20:39:47','2026-07-12 17:35:53',NULL),
(295,NULL,236,30,'2026-07-000268','2wrVnIDgwVz1npDeAquPsIKZxJK9KjLTFMPojueo','TINY ROSHIL MENDOZA',NULL,'+63 9274233888','205','Economy Double','2026-07-10','2026-07-12',2,2,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-10 21:59:00','2026-07-12 12:15:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-10 22:13:04','2026-07-12 12:41:25',NULL),
(296,NULL,237,22,'2026-07-000269','nuqbBZiJ4g0fJpA1hdvh0sxJbECwOZB7ZR64STz3','JENSAV AGPASA',NULL,'+63 9063085906','305','Ordinary Twin','2026-07-10','2026-07-13',3,2,'Filipino',519.20,1557.60,NULL,NULL,0.00,'checked_out','2026-07-10 00:13:00','2026-07-12 18:47:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 00:17:32','2026-07-12 18:47:08',NULL),
(297,NULL,238,22,'2026-07-000270','2DETPB4NWYz8tEVC5LKrNMfcw6XDQyfsS8AfvfLS','SARAH CABIGQUEZ',NULL,'+63 9924135088','314','Standard Twin','2026-07-11','2026-07-12',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-11 13:23:00','2026-07-12 23:54:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 13:23:04','2026-07-12 12:38:44',NULL),
(298,NULL,239,30,'2026-07-000271','bLloe35GGCySYTsINwSCj5gEPoZ8D5uS2VJE6h64','CHENIE GRACE JAO',NULL,'+63 9275189714','113','Superior Deluxe','2026-07-12','2026-07-14',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-12 17:23:00','2026-07-14 09:18:00','Direct (Phone)',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 19:56:26','2026-07-14 09:18:48',NULL),
(299,NULL,240,30,'2026-07-000272','khfqty2lBWHVeM1QCTIFU7J0ckoek3GbIBngjG1S','EDUARD BAROL',NULL,'+63 9055023274','303','Deluxe Twin','2026-07-11','2026-07-12',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-11 15:32:00','2026-07-12 23:45:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 19:59:41','2026-07-12 12:43:17',NULL),
(300,6,149,30,'2026-07-000273','Clr9XSVFxxhKySw6bcibFuj8m3VqEyubNyaOsLb9','KHEM LAMION',NULL,'+63 ','201','Deluxe Twin','2026-07-11','2026-07-12',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-11 18:25:00','2026-07-12 09:20:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:09:02','2026-07-12 09:46:47',NULL),
(301,6,149,30,'2026-07-000274','osywKBB3EyL15I3vRnLJPE9FIwCTu4b3pRLGmrWi','KHEM LAMION',NULL,'+63 ','308','Deluxe Double','2026-07-11','2026-07-12',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-11 18:25:00','2026-07-12 09:29:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:09:02','2026-07-12 09:47:51',NULL),
(302,NULL,241,22,'2026-07-000275','zDmED9hwZfV1VObkhYERh0VAoDxtDx6EgGMmY2UM','SHARA BAGARES',NULL,'+63 9550373123','203','Family Room','2026-07-11','2026-07-12',1,4,'Filipino',1399.20,1399.20,NULL,NULL,0.00,'checked_out','2026-07-11 17:26:00','2026-07-12 07:40:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:23:41','2026-07-12 09:48:42',NULL),
(303,NULL,242,22,'2026-07-000276','fF8BamURBPMTW3ncpw0vxb9huJjWTpZQ3h01UT20','FILY OÑEZ',NULL,'+63 9305210063','302','Family Room 2','2026-07-11','2026-07-12',1,4,'Filipino',1399.20,1399.20,NULL,NULL,0.00,'checked_out','2026-07-11 17:27:00','2026-07-12 07:40:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:25:44','2026-07-12 09:49:15',NULL),
(304,NULL,243,30,'2026-07-000277','65A3XuMg99ejkH1Bcs5efbtcBETI1MGQ4oJWnoUL','SIMONNE JADE NAVARRO',NULL,'+63 9453769217','406','Deluxe Trio','2026-07-11','2026-07-12',1,3,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out','2026-07-11 17:36:00','2026-07-12 07:19:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:27:18','2026-07-12 09:50:31',NULL),
(305,NULL,244,30,'2026-07-000278','5fHXrIsdKMWsZYIEt5HFtF1ogurCtLKcPSkTHM8C','ZASHLEE GENITA',NULL,'+63 9558709103','413','Standard Double','2026-07-11','2026-07-12',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-11 18:51:00','2026-07-12 12:03:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:30:26','2026-07-12 13:05:51',NULL),
(306,NULL,245,22,'2026-07-000279','97PVIOvf0GQo3ZxwROcRUvgfVbls5UqnV98OD0DG','MARY CRISLIN PISCOS',NULL,'+63 9936231757','110','Superior Deluxe','2026-07-11','2026-07-12',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-11 19:08:00','2026-07-12 08:28:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:32:10','2026-07-12 09:51:41',NULL),
(307,NULL,246,30,'2026-07-000280','9DEsAhgo0jxNlypxyMB7aXqtN7ymyR0oBCmiXLtY','DELSON YUSOP',NULL,'+63 9354340945','301','Deluxe Twin','2026-07-11','2026-07-13',2,4,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-11 19:17:00','2026-07-13 07:26:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 20:33:50','2026-07-13 11:31:19',NULL),
(308,NULL,123,23,'2026-07-000281','PuwgNHdpQDahtrq5Y3EfMMr3sMMREqBvWsgCSM4s','Aiza Rodriguez',NULL,'+63 9564473778','202','Economy Twin','2026-07-11','2026-07-19',8,2,'Filipino',561.75,4494.00,NULL,NULL,0.00,'checked_out','2026-07-11 22:09:00','2026-07-19 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 22:09:26','2026-07-20 15:32:19',NULL),
(309,NULL,247,30,'2026-07-000282','mhfFWF3Bhi9aIsQgGsasZd9eEOcMdPxxw6d1I3P5','Kenneth Loyd Mag-Abo',NULL,'+63 9976575973','401','Deluxe Trio','2026-07-11','2026-07-12',1,4,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out','2026-07-11 23:07:00','2026-07-12 08:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 23:43:41','2026-07-12 09:52:20',NULL),
(310,NULL,248,30,'2026-07-000283','9ARl58dX3opmulwsVxZWf5VsGlczyEHgmbrxRBkl','John Kaye Ortiz',NULL,'+63 9365942638','102','Junior Deluxe','2026-07-11','2026-07-13',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-11 23:38:00','2026-07-13 05:12:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-11 23:45:16','2026-07-13 11:32:11',NULL),
(311,NULL,249,30,'2026-07-000284','rTYY4BXwYpCq1cwAz8PvaXObG0aAEROVYt37rw1Q','Guinar Mindalano',NULL,'+63 9262946370','307','Deluxe Double','2026-07-11','2026-07-12',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-12 04:55:00','2026-07-12 12:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 05:05:04','2026-07-12 13:00:11',NULL),
(312,NULL,250,30,'2026-07-000285','oXchQY3x9zE5aa9IKMRYl245tV3gLq2sy80JH5uK','MIKAILA SOLON',NULL,'+63 9687723607','315','Standard Twin','2026-07-12','2026-07-13',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-12 10:19:00','2026-07-12 22:01:00','Walk-in','EARLY CHECK-IN :  ₱100',0.00,0,NULL,NULL,NULL,'2026-07-12 13:19:29','2026-07-13 00:19:02',NULL),
(313,NULL,251,30,'2026-07-000286','4NUbueQethkmBnvCUkVTmkxd0xCFzPH0H5acEYMG','JELLY CALLEZA',NULL,'+63 9125824651','408','Standard Double','2026-07-12','2026-07-13',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-12 11:40:00','2026-07-13 11:17:00','Walk-in','EARLY CHECK-IN :  ₱50',0.00,0,NULL,NULL,NULL,'2026-07-12 13:21:10','2026-07-13 11:32:50',NULL),
(314,NULL,252,30,'2026-07-000287','qDfDiPIr8lRCcjyZz0BVlYgVVswtqlJgjMr2sD8K','BEATRICE RADAZA',NULL,'+63 9481880826','414','Standard Double','2026-07-12','2026-07-17',5,1,'Filipino',849.00,4245.00,NULL,NULL,0.00,'checked_out','2026-07-12 12:21:00','2026-07-17 06:23:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 13:24:09','2026-07-17 11:51:13',NULL),
(315,NULL,253,30,'2026-07-000288','xyp2aoOQwc49fkj004kDSQfqUFor3uAmIdNzXq5u','EVANGELINE MAAGAD',NULL,'+63 9649185646','206','Standard Twin','2026-07-12','2026-07-14',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-12 12:50:00','2026-07-14 07:49:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 13:27:18','2026-07-14 07:53:37',NULL),
(316,NULL,235,30,'2026-07-000289','OOXTnBCCqFndyyslzesXM1ixlV4kEfyroEgHoPfI','KLARRIZ SHEENA LAGAS',NULL,'+63 9551836016','312','Ordinary Twin','2026-07-12','2026-07-13',1,2,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out','2026-07-12 14:00:00','2026-07-13 10:20:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 17:40:25','2026-07-13 11:33:46',NULL),
(317,NULL,254,30,'2026-07-000290','DSAFI4CJHvxShVHAioOAoaLS9ecBkeXBoJwDJx2w','JULIET RESULLAR',NULL,'+63 9702985070','307','Deluxe Double','2026-07-12','2026-07-13',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-12 18:39:00','2026-07-13 09:42:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 19:42:06','2026-07-13 11:34:23',NULL),
(318,NULL,255,23,'2026-07-000291','xeYLeuQTwK5Tksehz3VApnd32UnQtN4RMpHzpGSq','JUDI SUNICO',NULL,'+63 9063858045','110','Superior Deluxe','2026-07-12','2026-07-13',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-12 19:14:00','2026-07-13 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 19:44:45','2026-07-13 11:39:39',NULL),
(319,NULL,256,30,'2026-07-000292','eVjjfYWSZfDMvlrL7sDSptqG686vIbtezje6XVUo','HENRY HEQUILAN',NULL,'+63 9487604884','311','Standard Twin','2026-07-12','2026-07-13',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-12 20:30:00','2026-07-13 07:03:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 20:47:25','2026-07-13 11:35:08',NULL),
(320,NULL,184,23,'2026-07-000293','XehinUS1l4Zl2sOBT9q1vEqWAFjZ7k4ComYe5HPn','NEIL ANTHONY CASSION',NULL,'+63 9165603997','405','Deluxe Twin','2026-07-12','2026-07-13',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-12 21:42:00','2026-07-13 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 22:48:38','2026-07-13 15:01:11',NULL),
(321,NULL,257,30,'2026-07-000294','l4gNxfgwNSdc4S674mEMdHqhupel0DkrgwbzaVF0','ADOLFO ALCORAN',NULL,'+63 9352980593','211','Ordinary Double','2026-07-12','2026-07-13',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out','2026-07-12 22:28:00','2026-07-13 05:27:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 22:51:17','2026-07-13 05:27:14',NULL),
(322,NULL,258,30,'2026-07-000295','E8rXW17UoYraouNld6qzg020yMr9pi4JPqP5CibT','JUANITO ENRIQUEZ',NULL,'+63 9068353916','308','Deluxe Double','2026-07-12','2026-07-13',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-12 22:33:00','2026-07-13 09:53:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 22:53:04','2026-07-13 11:35:54',NULL),
(323,NULL,259,30,'2026-07-000296','dsRPlJ65WgC4ZtrBoBBtr3kZawCzkpAVR6bGERZL','RENANTE TUBANIA',NULL,'+63 9927020193','201','Deluxe Twin','2026-07-12','2026-07-13',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-12 23:29:00','2026-07-13 06:19:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-12 23:31:08','2026-07-13 11:36:21',NULL),
(324,NULL,255,22,'2026-07-000297','sFc3HsGaQjPYJimNK1ZupCP611XWRqcQESLrL71l','JUDI SUNICO',NULL,'+63 9063858045','110','Superior Deluxe','2026-07-13','2026-07-16',3,1,'Filipino',719.20,2157.60,NULL,NULL,0.00,'checked_out','2026-07-13 14:00:00','2026-07-16 11:19:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 11:42:29','2026-07-16 12:19:55',NULL),
(325,NULL,260,30,'2026-07-000298','HPUiUryoaw0jwv3Ktuujne7RuYIOykKAfOpdWjyV','JOHN SUNGA',NULL,'+63 9662962952','211','Ordinary Double','2026-07-13','2026-07-14',1,2,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out','2026-07-13 20:12:00','2026-07-13 18:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 12:17:18','2026-07-14 06:48:31',NULL),
(326,NULL,261,23,'2026-07-000299','RziHIcWHqmq7ms82TyOzjitkgbqLGpRh3fsIimQi','PRIMO ACERET',NULL,'+63 9911323402','404','Standard Twin','2026-07-13','2026-07-14',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-13 23:49:00','2026-07-14 12:15:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 13:01:29','2026-07-14 12:15:29',NULL),
(327,NULL,184,23,'2026-07-000300','CfN2A50R874ZssMHFsBvbpGb9YUmbSWC1L2Kak7j','Neil Anthony Cassion',NULL,'+63 9165603997','405','Deluxe Twin','2026-07-13','2026-07-18',5,2,'Filipino',749.25,3746.25,NULL,NULL,0.00,'checked_out','2026-07-13 15:32:00','2026-07-18 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 15:04:36','2026-07-20 15:36:51',NULL),
(328,NULL,259,30,'2026-07-000301','HtCTEkoLMq8aVBBoyGCtvZTKGyBMXKWawROlEkwK','Renante Tubania',NULL,'+63 9927020193','201','Deluxe Twin','2026-07-13','2026-07-14',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-13 15:34:00','2026-07-14 06:44:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 15:42:33','2026-07-14 06:44:30',NULL),
(329,NULL,262,23,'2026-07-000302','ChXpkDPktOcCdQhyR6xnY7Lc5teA08jLNGD3CYhW','Flory May Demetilla',NULL,'+63 9214325483','413','Standard Double','2026-07-13','2026-07-14',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-13 14:17:00','2026-07-14 11:15:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 15:43:48','2026-07-14 11:15:58',NULL),
(330,NULL,263,30,'2026-07-000303','DEgmFlkaaM00BmyvKAovzkIPfuFEc2vqSmFGM03U','Jay Gadgude',NULL,'+63 9202201929','117','Junior Deluxe','2026-07-13','2026-07-14',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-13 13:39:00','2026-07-14 07:49:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 15:44:52','2026-07-14 07:53:22',NULL),
(331,NULL,264,30,'2026-07-000304','vg7dixxidaOt5GTvr5SOpt2uZ29wNrAbFMvzwOq5','Matthew Viray',NULL,'+63 9201226168','114','Superior Deluxe','2026-07-13','2026-07-15',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-13 12:50:00','2026-07-15 08:28:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 15:46:04','2026-07-15 11:44:14',NULL),
(332,NULL,265,30,'2026-07-000305','mXzevFwyR3NZnkjKle6AXglcTBncS3oCie5beynj','Grace Ebarola',NULL,'+63 9616970820','308','Deluxe Double','2026-07-13','2026-07-14',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-13 15:58:00','2026-07-14 06:33:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 16:03:56','2026-07-14 06:34:38',NULL),
(333,NULL,266,30,'2026-07-000306','dKe8juxyFYVgTHNGVwfLpNhGkgYn8Ba72rWLzXzW','Lena Tesio',NULL,'+63 9124909695','112','Superior Deluxe','2026-07-13','2026-07-17',4,3,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_out','2026-07-13 17:19:00','2026-07-17 07:16:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 17:25:10','2026-07-17 11:51:39',NULL),
(334,NULL,267,30,'2026-07-000307','48wrNTZvLNuCKHwV1uFFd1v2bHmdjJoKzFILQ0WV','Eduardo Dino',NULL,'+63 9274166164','315','Standard Twin','2026-07-13','2026-07-14',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-13 19:49:00','2026-07-14 10:54:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-13 19:53:14','2026-07-14 10:54:44',NULL),
(335,NULL,268,23,'2026-07-000308','03xIAsb74UkvjnWV4JyZ06upwINmIQqcg8xUdeux','Riscris Nebres',NULL,'+63 09515599045','403','Deluxe Twin','2026-07-13','2026-07-15',2,2,'Filipino',749.25,1498.50,NULL,NULL,0.00,'checked_out','2026-07-14 22:26:00','2026-07-15 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 05:08:25','2026-07-15 22:17:22',NULL),
(336,NULL,269,23,'2026-07-000309','vP37eCEjO9QvCK8OiIityXJpp4MYTX6WF50eFXLX','Angelie Bliss Dejadena',NULL,'+63 09541454687','107','Barkadahan','2026-07-13','2026-07-14',1,3,'Filipino',1086.75,1086.75,NULL,NULL,0.00,'checked_out','2026-07-13 00:01:00','2026-07-14 11:29:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 05:15:21','2026-07-14 11:29:47',NULL),
(337,NULL,270,23,'2026-07-000310','Ig3QRlHapIqIDUBMW8DAWJKDvP0UHYwyOE86wQLR','Maria Therese Navarro',NULL,'+63 09363953979','407','Deluxe Twin','2026-07-13','2026-07-15',2,2,'Filipino',749.25,1498.50,NULL,NULL,0.00,'checked_out','2026-07-13 00:36:00','2026-07-15 12:05:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 05:18:37','2026-07-15 12:15:21',NULL),
(338,NULL,271,30,'2026-07-000311','bBShuXbaVHGHpnutPmqF4htpY1IiMPAb6p2RHaAb','Mark Chester Pidor',NULL,'+63 09498374949','307','Deluxe Double','2026-07-13','2026-07-14',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-13 02:05:00','2026-07-14 06:42:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 05:20:49','2026-07-14 06:42:30',NULL),
(339,NULL,272,32,'2026-07-000312','WN28WBzxDq23mqELX29FpGPsfuR2618mYFNE5zfN','Jonathan Florentino',NULL,'+63 9360311874','203','Family Room','2026-07-14','2026-07-15',1,4,'Filipino',1574.10,1574.10,NULL,NULL,0.00,'checked_out','2026-07-14 13:10:00','2026-07-15 01:44:00','Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 13:12:42','2026-07-15 11:50:13',NULL),
(340,NULL,265,30,'2026-07-000313','nzU4Kgcf5NWw6JdmVdV6sVKQL2tzZzpxGq4NeRNt','Grace Ebarola',NULL,'+63 9616970820','103','Junior Deluxe','2026-07-14','2026-07-15',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-14 15:09:00','2026-07-15 08:35:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 16:51:36','2026-07-15 11:51:16',NULL),
(341,NULL,273,23,'2026-07-000314','EC5Fv7xBFdDgEC3wEMqlXESgb1y4x1pTJuiCQjso','Ivander Paul Jabagat','acehon91@gmail.com','+63 9559810327','205','Economy Double','2026-07-14','2026-07-20',6,2,'Filipino',561.75,3370.50,NULL,NULL,0.00,'checked_out','2026-07-14 16:45:00','2026-07-20 06:05:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 19:07:16','2026-07-20 09:43:52',NULL),
(342,NULL,274,30,'2026-07-000315','eJwCEhLwtkgFLo5wYB1yvjCoAptImwxe02a9TdIv','George Daroy',NULL,'+63 09513151560','303','Deluxe Twin','2026-07-14','2026-07-15',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-14 17:55:00','2026-07-15 08:43:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 19:12:02','2026-07-15 11:51:38',NULL),
(343,NULL,275,30,'2026-07-000316','QnjYL9rNPoZcJpoN0TuBHCnlJYMVTJDt8OhREACH','Vergelio Pulgo',NULL,'+63 09278176525','301','Deluxe Twin','2026-07-14','2026-07-15',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-14 18:36:00','2026-07-15 09:35:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 19:13:37','2026-07-15 11:55:43',NULL),
(344,NULL,276,30,'2026-07-000317','staLdkV8GO1vieDm2th6YOUmK6oMXFFIOxiUpS9q','Allan Yap',NULL,'+63 9','201','Deluxe Twin','2026-07-14','2026-07-20',6,1,'Filipino',899.00,5394.00,NULL,NULL,0.00,'checked_out','2026-07-14 19:19:00','2026-07-20 06:56:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 19:25:35','2026-07-20 06:56:03',NULL),
(345,NULL,277,30,'2026-07-000318','coF4Fmgt99CPsKPFf4bXmvo4sfzLYuOx5jAySoM4','Pat Martin Ariem',NULL,'+63 09458259536','406','Deluxe Trio','2026-07-14','2026-07-15',1,1,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out','2026-07-14 20:55:00','2026-07-15 08:05:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 21:01:04','2026-07-15 12:16:19',NULL),
(346,NULL,278,23,'2026-07-000319','eCTq6xwbDO7BtSBNx3C1T0hPNW6HTEgHl3IWCRSg','MARK LHUEL VIRTUDEZ',NULL,'+63 9065756781','113','Superior Deluxe','2026-07-14','2026-07-15',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-14 21:44:00','2026-07-15 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 22:42:07','2026-07-15 13:57:42',NULL),
(347,NULL,279,23,'2026-07-000320','Kfgqz3RrQlZzrJiiibLMILXQ82LutE4qc6shVN30','KYLE  LAXINA',NULL,'+63 9816240509','308','Deluxe Double','2026-07-14','2026-07-15',1,2,'Filipino',561.75,561.75,NULL,NULL,0.00,'checked_out','2026-07-14 23:07:00','2026-07-15 11:32:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-14 23:11:13','2026-07-15 12:16:35',NULL),
(348,NULL,280,30,'2026-07-000321','IpqX56RfpLRnKXiseJRrfuMLtVGrQ0Byxmh6f27A','Pagtalunan Lormie',NULL,'+63 9482883152','117','Junior Deluxe','2026-07-15','2026-07-16',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-15 13:28:00','2026-07-16 11:21:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 18:49:45','2026-07-16 12:21:26',NULL),
(349,NULL,281,23,'2026-07-000322','7sTLOH5YQXWGdB8k1ykwygJuXHu1iwxo8cvJnxMx','Rex Navidad',NULL,'+63 9178551994','114','Superior Deluxe','2026-07-15','2026-07-16',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-15 13:47:00','2026-07-16 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 18:50:56','2026-07-16 13:25:13',NULL),
(350,NULL,282,30,'2026-07-000323','EVXyUn4lxKmHvz8Jn06GV6YvgeEQzwGoVDRx1rER','Vonne Kyle Valladolid',NULL,'+63 9164126407','207','Economy Twin','2026-07-15','2026-07-16',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-15 14:04:00','2026-07-16 11:58:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 18:52:09','2026-07-16 12:21:44',NULL),
(351,NULL,283,30,'2026-07-000324','6arUMrx2F8FtWskKzGudc0ZPMCIvVt3QRrauSVPq','Judie Marie Jonasan',NULL,'+63 9613880180','308','Deluxe Double','2026-07-15','2026-07-16',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-15 17:14:00','2026-07-16 08:18:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 18:54:04','2026-07-16 12:22:02',NULL),
(352,NULL,284,30,'2026-07-000325','d4ifd848SZCciPH2ZBazsrLt6xrotuazCOngCwvk','Ryan Villanueva',NULL,'+63 9171566443','103','Junior Deluxe','2026-07-15','2026-07-16',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-15 17:47:00','2026-07-16 07:32:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 18:55:09','2026-07-16 12:22:23',NULL),
(353,NULL,285,22,'2026-07-000326','n5Nfa1ooFHdZZ8DzOtr5mtDt6E7zafIK0PzHoqZP','Riscris Nebres',NULL,'+63 9515599045','210','Economy Twin','2026-07-15','2026-07-16',1,1,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-15 13:00:00','2026-07-16 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 22:18:24','2026-07-16 13:25:28',NULL),
(354,NULL,286,30,'2026-07-000327','13iJhAjqB6oi7LmeD8gLATdiCYrFb4FqVgxGq8WA','ELISA ADRAINECM',NULL,'+63 9700463405','203','Family Room','2026-07-15','2026-07-16',1,4,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-15 21:50:00','2026-07-16 20:26:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 23:03:28','2026-07-16 12:22:46',NULL),
(355,NULL,229,23,'2026-07-000328','D7HaFsK2ALxf3QsNwYDjHJ2qbx69l5XYXjW2GjbP','PAUL MARTIN AN',NULL,'+63 9177072181','411','Standard Double','2026-07-15','2026-07-16',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-15 22:48:00','2026-07-16 13:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 23:04:40','2026-07-16 15:25:37',NULL),
(356,NULL,149,30,'2026-07-000329','LbVUeNqNUAuq2wPreogsmixMrvVf8aHDlWMeuSwa','NORMA FELISA QUISIL',NULL,'+63 ','204','Economy Twin','2026-07-15','2026-07-17',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-15 22:49:00','2026-07-17 12:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-15 23:05:43','2026-07-17 13:33:05',NULL),
(357,NULL,288,30,'2026-07-000330','Zwci3St6tCfbTfp66ybjtEJcubbof9pJ7Il0FGWJ','NINO GABRIEL PENIERO',NULL,'+63 9551137231','113','Superior Deluxe','2026-07-15','2026-07-16',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-15 23:56:00','2026-07-16 09:37:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 05:08:40','2026-07-16 12:23:24',NULL),
(358,NULL,289,30,'2026-07-000331','y1V7zs6tdxy7AZNcjjdijRJNhbXSZ27TEWgQwcEK','EDUARDO RELI',NULL,'+63 9351825435','311','Standard Twin','2026-07-15','2026-07-16',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-15 23:59:00','2026-07-16 12:23:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 05:10:37','2026-07-16 12:23:35',NULL),
(359,NULL,149,30,'2026-07-000332','gqs3o0LLPVIbhvyfig1INYvnAgLRIC9KXwBGxyBJ','Frederick Gomez',NULL,'+63','117','Junior Deluxe','2026-07-16','2026-07-17',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-16 18:20:00','2026-07-19 09:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 12:26:19','2026-07-19 09:58:14',NULL),
(360,NULL,290,23,'2026-07-000333','aQNQ7gceR5R45e4bLr4Wn9a23Q8aJmzrRyq4iK3b','ALBERT  JR. ANTIPALA',NULL,'+63 9497352132','403','Deluxe Twin','2026-07-16','2026-07-17',1,1,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-16 11:35:00','2026-07-17 11:23:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 12:49:18','2026-07-17 11:51:58',NULL),
(361,NULL,291,30,'2026-07-000334','VEq79pmFYKWEfNx1YMSSAJmy3owZd579GzbsW57e','MINERVA SOBLONO',NULL,'+63 9054451731','102','Junior Deluxe','2026-07-16','2026-07-19',3,1,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out','2026-07-16 11:55:00','2026-07-19 23:30:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 12:52:30','2026-07-19 12:32:38',NULL),
(362,NULL,292,30,'2026-07-000335','gAfPAV5FuXqYGPeYVrcwm85HSFWLIz7wYR2SPHHr','Erick Leopoldo',NULL,'+63 9182913223','307','Deluxe Double','2026-07-16','2026-07-17',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-16 14:07:00','2026-07-17 08:58:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 15:27:21','2026-07-17 11:52:41',NULL),
(363,NULL,293,30,'2026-07-000336','aaP4aLdgGENG4H4QiSFr1fzedyNeKqblXMZXE84E','Rosie Gay Digamon',NULL,'+63 9268290442','203','Family Room','2026-07-16','2026-07-17',1,6,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-16 14:28:00','2026-07-17 12:17:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 15:28:58','2026-07-17 12:18:18',NULL),
(364,NULL,294,30,'2026-07-000337','nKMSK97uZVPaLYIElZnmjAH8d6ZP2HxAoqTi5M8B','Janus Dapanas',NULL,'+63 9617140786','413','Standard Double','2026-07-16','2026-07-18',2,1,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-16 14:40:00','2026-07-18 04:01:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 15:30:31','2026-07-18 04:01:42',NULL),
(365,NULL,295,23,'2026-07-000338','PuQMbCWFlX3it4rf9ExOp7kulbFxGonL3E6QPglb','Johannes Selirio',NULL,'+63 9121983652','408','Standard Double','2026-07-16','2026-07-17',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-16 14:57:00','2026-07-17 11:27:00','Agoda','Property Collect',0.00,0,NULL,NULL,NULL,'2026-07-16 15:31:54','2026-07-17 11:53:01',NULL),
(366,NULL,296,30,'2026-07-000339','mMzlI8DMWudKBUTO9LYl2vhjQhWuVRYht4N9Lyjv','Jon Tamato',NULL,'+63 9553222422','308','Deluxe Double','2026-07-16','2026-07-17',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-16 15:04:00','2026-07-17 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 15:32:42','2026-07-17 12:49:54',NULL),
(367,NULL,297,31,'2026-07-000340','GH3mvxtlTx0sB0a51Pkx907NygSTQSYjWo5hpK7X','Rudyard Latorza',NULL,'+63 9912068296','103','Junior Deluxe','2026-07-16','2026-07-25',9,1,'Filipino',664.00,5976.00,NULL,NULL,0.00,'checked_out','2026-07-16 17:36:00','2026-07-25 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 17:42:43','2026-07-25 15:38:14',NULL),
(368,NULL,298,23,'2026-07-000341','Mr7ubYSLp5gyJGZ5bNiGfjPZS1ETtI6ToXyS5rP5','Ana Jannah Yasser',NULL,'+63 9953693441','404','Standard Twin','2026-07-16','2026-07-17',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-16 18:48:00','2026-07-17 07:11:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 19:07:52','2026-07-17 11:53:41',NULL),
(369,NULL,299,23,'2026-07-000342','ENdjDSnvj9o7oVJGVMQxG5nPJzJDzg8IsOpbZHTp','Mariani Madrones',NULL,'+63 9455198249','406','Deluxe Trio','2026-07-16','2026-07-17',1,3,'Filipino',1011.75,1011.75,NULL,NULL,0.00,'checked_out','2026-07-16 19:03:00','2026-07-17 07:07:00','Agoda','Property Collect',0.00,0,NULL,NULL,NULL,'2026-07-16 19:08:58','2026-07-17 11:53:57',NULL),
(370,NULL,300,30,'2026-07-000343','kQW4kF0TCGaVCWzk0vCgIHATgpayAebA17lMdQS4','Kurt Pacanza',NULL,'+63 9267554839','113','Superior Deluxe','2026-07-16','2026-07-17',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-16 19:25:00','2026-07-17 06:02:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 19:28:35','2026-07-17 11:54:20',NULL),
(371,NULL,301,32,'2026-07-000344','gDIO7MscmlT508a13gkf5rbuFLQo3atgokGYyTWL','Rocelyn Ragmac',NULL,'+63 9459723222','110','Superior Deluxe','2026-07-16','2026-07-17',1,2,'Filipino',809.10,809.10,NULL,NULL,0.00,'checked_out','2026-07-16 19:41:00','2026-07-17 07:34:00','Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 19:45:24','2026-07-17 11:54:38',NULL),
(372,NULL,302,23,'2026-07-000345','IMtsrWsJxNcardJbXkYB6VzKddhYKbzVLf0YJOkU','April Grace Arboladura',NULL,'+63 9618644258','301','Deluxe Twin','2026-07-16','2026-07-17',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-16 20:17:00','2026-07-17 06:33:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 20:23:17','2026-07-17 11:54:53',NULL),
(373,NULL,303,30,'2026-07-000346','BItXPnAhYdtmT8XdlAOaxCBWHAUqASjWgG2gYwSK','JORDAN GARRISON',NULL,'+63 9278572274','107','Barkadahan','2026-07-16','2026-07-17',1,2,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out','2026-07-16 21:39:00','2026-07-17 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-16 23:03:07','2026-07-17 12:50:04',NULL),
(374,NULL,304,23,'2026-07-000347','Exd58ZFTFwmYNjg6Sjb7oumgNBMrzDmTtLgUBHyB','EDGAR OLACO',NULL,'+63 9171729778','114','Superior Deluxe','2026-07-16','2026-07-17',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-16 23:58:00','2026-07-17 07:28:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 04:56:16','2026-07-17 11:55:45',NULL),
(375,NULL,305,22,'2026-07-000348','vZEeAyDcFlqqt8uUMAAQVaTzfPk4YspWAHMnaAIA','SHANIA MAE HUYO-A',NULL,'+63 9603512175','406','Deluxe Trio','2026-07-17','2026-07-21',4,3,'Filipino',1079.20,4316.80,NULL,NULL,0.00,'checked_out','2026-07-17 12:39:00','2026-07-21 12:55:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 12:49:09','2026-07-21 12:55:09',NULL),
(376,NULL,306,30,'2026-07-000349','jOuzgMdxJxsNB4Rl4rQRI99hrMgyvUuOKtWVei7A','Chaunchy Clyde Diel',NULL,'+63 9171362781','308','Deluxe Double','2026-07-17','2026-07-18',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-17 13:14:00','2026-07-17 15:42:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 14:41:51','2026-07-17 15:42:21',NULL),
(377,NULL,307,22,'2026-07-000350','8q0vjfuT25Zkgg6T5n39Q9B9VNy6TxUsOlbkQHS9','Helbert Barredo',NULL,'+63 9154469473','114','Superior Deluxe','2026-07-17','2026-07-18',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-17 13:43:00','2026-07-18 08:11:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 14:43:09','2026-07-18 09:14:41',NULL),
(378,NULL,308,23,'2026-07-000351','EgXFhvyCxymbiwkRKo0JQcWbhyMhfwBjtzNFLoIA','Franchie Marie Godito',NULL,'+63 9103635335','414','Standard Double','2026-07-17','2026-07-23',6,2,'Filipino',674.25,4045.50,NULL,NULL,0.00,'checked_out','2026-07-17 14:10:00','2026-07-22 11:44:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 14:44:51','2026-07-22 11:51:32',NULL),
(379,NULL,309,30,'2026-07-000352','G2Ra0yO5g1jfTRXXjcpWHtqGy4a0tY0VaApnea66','Veronica Suarez',NULL,'+63 9991503867','315','Standard Twin','2026-07-17','2026-07-18',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-17 14:24:00','2026-07-17 15:23:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 14:47:20','2026-07-17 15:23:05',NULL),
(380,NULL,310,22,'2026-07-000353','nclocROFjud6QjF7CpBsWUbtxny2wLfhwFKetDEV','Aaron John Lapiz',NULL,'+63 9691908175','112','Superior Deluxe','2026-07-17','2026-07-18',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-17 14:34:00','2026-07-18 10:02:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 14:48:34','2026-07-18 10:54:38',NULL),
(381,NULL,311,22,'2026-07-000354','5tp2Wo167JQPJaubeMwr5QffW1VjLxPV61XfZlbY','Ruby Leah Caman',NULL,'+63 9616912068','404','Standard Twin','2026-07-17','2026-07-18',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-17 16:46:00','2026-07-18 10:12:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 17:43:55','2026-07-18 14:14:20',NULL),
(382,NULL,263,30,'2026-07-000355','bju6iY6JqaWkKED2NDfYZsHte0900SCZ6j47Xm74','Jay Gadgude',NULL,'+63 9202201929','206','Standard Twin','2026-07-17','2026-07-18',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-17 15:53:00','2026-07-18 08:18:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 17:45:28','2026-07-18 09:15:45',NULL),
(383,NULL,312,30,'2026-07-000356','vH48b7kiO3XTkhWJnsgmgekJksucTgYRy80IpNCd','Allen Isaac Sancho',NULL,'+63 912553669','303','Deluxe Twin','2026-07-17','2026-07-18',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-17 19:15:35','2026-07-18 07:12:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 19:15:23','2026-07-18 09:18:46',NULL),
(384,7,313,22,'2026-07-000357','f2RmQ9l4iPNmoN6QodTC2H26FS0XqOuckb9CBa1z','Adelah & Alioden Maruhom',NULL,'+63 9702318680','107','Barkadahan','2026-07-17','2026-07-18',1,6,'Filipino',1159.20,1159.20,NULL,NULL,0.00,'checked_out','2026-07-17 19:45:00','2026-07-18 08:53:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 19:49:12','2026-07-18 10:51:27',NULL),
(385,7,313,22,'2026-07-000358','zbueUoTNHts2EBBSZ1MFHImRrkgnZTUHh3YaxqTU','Adelah & Alioden Maruhom',NULL,'+63 9702318680','113','Superior Deluxe','2026-07-17','2026-07-18',1,6,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-17 19:45:00','2026-07-18 08:34:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 19:49:12','2026-07-18 08:49:53',NULL),
(386,NULL,314,30,'2026-07-000359','vvzL11ufcIwjU1cJo1g5ybq7rWG9feu6IXOnpEka','Samir Kaluang',NULL,'+63 9066684468','407','Deluxe Twin','2026-07-17','2026-07-18',1,3,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-17 20:01:00','2026-07-18 09:31:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-17 20:03:20','2026-07-18 10:49:18',NULL),
(387,NULL,315,22,'2026-07-000360','EaNXRhyoDNhC7XnHNTUqZlzGqB5xWYvOyTYObrvR','Ranelie Jeel Anson',NULL,'+63 09946402422','110','Superior Deluxe','2026-07-17','2026-07-18',1,3,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-17 22:41:00','2026-07-18 10:11:00','Agoda','Booking name: Anson Mathew',0.00,0,NULL,NULL,NULL,'2026-07-18 01:55:30','2026-07-18 10:53:00',NULL),
(388,NULL,316,30,'2026-07-000361','J7XuJup9wSnVQpClIS90fxg2GbLDGy9P70GfXvFC','John Ray Torres','torresjohnray@gmail.com','+63 09676659491','308','Deluxe Double','2026-07-17','2026-07-18',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-17 22:09:00','2026-07-18 11:20:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 02:00:46','2026-07-18 14:13:23',NULL),
(389,NULL,317,30,'2026-07-000362','wGFezuSUv2s3OZUmhSvwPROCjpSYvOFgITTHajDd','Richard Villanz',NULL,'+63 9952569355','307','Deluxe Double','2026-07-17','2026-07-19',2,2,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-17 21:31:00','2026-07-19 11:28:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 02:03:38','2026-07-19 11:50:45',NULL),
(390,NULL,319,30,'2026-07-000363','ZSEbmSB6k6lStMEvS6jAdtMqbKOLBAdasFo3AtHz','Antonio Serna Jr.',NULL,'+63 09533966092','301','Deluxe Twin','2026-07-17','2026-07-18',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-17 20:48:00','2026-07-18 06:18:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 02:06:52','2026-07-18 09:17:45',NULL),
(391,NULL,320,30,'2026-07-000364','y9RJBzmR5wYofOeUbokkRvTLQJwgjO5v1pmVl2Zh','Rey Piega',NULL,'+63 09564825500','403','Deluxe Twin','2026-07-17','2026-07-18',1,4,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-17 02:54:00','2026-07-18 07:12:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 03:05:54','2026-07-18 10:52:08',NULL),
(392,NULL,321,30,'2026-07-000365','XRW4KWmr3eRRdZN6bpMZ1FlxhDEcm4offPqiYanN','JOSEPH LEGAYADA',NULL,'+63 9956188079','315','Standard Twin','2026-07-18','2026-07-21',3,2,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out','2026-07-18 08:16:00','2026-07-21 08:33:00','Agoda','Room Upgrade : ₱749.40 Early Check-In : ₱200',0.00,0,NULL,NULL,NULL,'2026-07-18 08:40:19','2026-07-21 08:33:25',NULL),
(393,NULL,322,30,'2026-07-000366','rcwo4grza1gWjldR86SoQbcRzF0Ckj6mde7Cr3Cs','RAYMART MANALO',NULL,'+63 9273802094','410','Standard Twin','2026-07-18','2026-07-20',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-18 11:10:00','2026-07-20 07:59:00','Walk-in','EARLY CHECK-IN :  ₱50',0.00,0,NULL,NULL,NULL,'2026-07-18 11:56:37','2026-07-20 08:00:41',NULL),
(394,NULL,323,32,'2026-07-000367','by4IMoXAu63YBe4u43DaRwQKgJRqm0kPwySx907m','MARIELLA GENOBATA',NULL,'+63 9922334455','101','Junior Deluxe','2026-07-18','2026-07-21',3,1,'Filipino',674.10,2022.30,NULL,NULL,0.00,'checked_out','2026-07-18 11:50:00','2026-07-21 12:00:00','Walk-in','EARLY CHECK-IN :  ₱50',0.00,0,NULL,NULL,NULL,'2026-07-18 13:23:22','2026-07-21 13:32:38',NULL),
(395,NULL,324,22,'2026-07-000368','FoljuoLMOz4FxIixxir2OiFpInDMKHrW4PBFYH5l','MARIO SACRO',NULL,'+63 99944477','112','Superior Deluxe','2026-07-18','2026-07-19',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-18 12:00:00','2026-07-19 12:00:00','Walk-in','EARLY CHECK-IN :  ₱50',0.00,0,NULL,NULL,NULL,'2026-07-18 13:35:29','2026-07-19 12:28:25',NULL),
(396,NULL,325,22,'2026-07-000369','uQx3lj8cReePLrtTLefHJuN36TBha8ckmfaCAUri','JAYVEE DALOGDOG',NULL,'+63 9164343992','104','Junior Deluxe','2026-07-18','2026-07-20',2,1,'Filipino',599.20,1198.40,NULL,NULL,0.00,'checked_out','2026-07-18 12:44:00','2026-07-20 09:08:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 13:37:50','2026-07-20 09:08:04',NULL),
(397,NULL,149,22,'2026-07-000370','sRIth6jgXDGF8qr1r6is0EppNOoCMmFpOvILP8lC','ZASHEE TWAIN GENITA',NULL,'+63 ','308','Deluxe Double','2026-07-18','2026-07-19',1,1,'Filipino',799.20,799.20,NULL,NULL,0.00,'checked_out','2026-07-18 12:57:00','2026-07-19 12:12:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 20:27:35','2026-07-19 12:29:08',NULL),
(398,NULL,326,30,'2026-07-000371','ync42KCHhG41T7zhmIoDpcsp8kkRgUsfCxb4vzIY','MUHAMMADNUR MADAYAN',NULL,'+63 9385715710','210','Economy Twin','2026-07-18','2026-07-19',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-18 13:30:00','2026-07-19 12:16:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 20:31:36','2026-07-19 12:30:15',NULL),
(399,NULL,327,22,'2026-07-000372','1RybIynp1aOzJSiUQXEX51RTRXAm461gAB6aUpo1','DANELLE TAN',NULL,'+63 9621305625','311','Standard Twin','2026-07-18','2026-07-19',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-18 13:44:00','2026-07-19 07:37:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 20:34:22','2026-07-19 10:01:44',NULL),
(400,NULL,328,30,'2026-07-000373','WbSXLRdWYKrZ2cA4hNORpLPZ1ulRCoeS9L88qlGS','FRECEL MAE ROQUE',NULL,'+63 9069385274','411','Standard Double','2026-07-18','2026-07-19',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-18 13:59:00','2026-07-19 10:56:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 20:35:51','2026-07-19 11:51:20',NULL),
(401,NULL,329,30,'2026-07-000374','9om335cj7v2YIw3W6LYiUimrw9kQWJkDt0ME7FkC','MARC SORIO',NULL,'+63 9615635799','413','Standard Double','2026-07-18','2026-07-19',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-18 15:00:00','2026-07-19 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 20:36:58','2026-07-19 19:01:28',NULL),
(402,NULL,330,3,'2026-07-000375','QsVa30QIVCEsSCbAOY0u2iPJs9w85pz8AHSM2MJu','RICARDO ANZANO',NULL,'+63 9178781375','303','Deluxe Twin','2026-07-18','2026-07-20',2,2,'Filipino',799.20,1598.40,NULL,NULL,0.00,'checked_out','2026-07-18 15:10:00','2026-07-20 11:15:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 20:58:51','2026-07-20 11:15:49',NULL),
(403,NULL,331,34,'2026-07-000376','RuF47VGknBp2NQNt4aGabd0BX8fsBBqe1s8QnkSR','CREZEL SUGUIHAN',NULL,'+63 9756740176','114','Superior Deluxe','2026-07-18','2026-07-19',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-18 15:43:00','2026-07-19 12:14:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 21:12:47','2026-07-19 12:29:44',NULL),
(404,NULL,332,34,'2026-07-000377','RTCimvEvvQWhbkBvhlqOLfaO0P4lkD64VCFd6zUf','NESMA ABEDIN',NULL,'+63 9649169781','301','Deluxe Twin','2026-07-18','2026-07-19',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-18 15:52:00','2026-07-19 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 21:14:34','2026-07-19 19:02:01',NULL),
(405,NULL,333,35,'2026-07-000378','DVeCa4ma4WpoyaKj9rMbSQYvcwWOwbdvQr9DmFXm','JOSIE ABOC',NULL,'+63 9956620449','407','Deluxe Twin','2026-07-18','2026-07-19',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-18 17:02:00','2026-07-19 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 21:16:01','2026-07-19 19:02:10',NULL),
(406,NULL,334,35,'2026-07-000379','ntGAF7DsyzOw3vQaCTKKY33020GUiUC9G3292Kkt','MAURA ABIAN',NULL,'+63 9050355879','203','Family Room','2026-07-18','2026-07-19',1,1,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-18 18:00:00','2026-07-19 11:26:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 21:20:20','2026-07-19 11:52:28',NULL),
(407,NULL,335,35,'2026-07-000380','p4bBpx8CMmeCcSkmzxxp6L6ni43n8Z8IOXcYQynb','JACENTH RAFAEL',NULL,'+63 9970712232','401','Deluxe Trio','2026-07-18','2026-07-19',1,3,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out','2026-07-18 20:16:00','2026-07-19 07:34:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-18 21:22:26','2026-07-19 10:03:55',NULL),
(408,NULL,336,35,'2026-07-000381','4Go8HPkeNiKPLF3JFzn37C8DR2SPA7J8erTaPzuU','EJ Pontillas',NULL,'+63 9952788263','403','Deluxe Twin','2026-07-18','2026-07-19',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-19 21:31:00','2026-07-19 07:42:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 03:09:09','2026-07-19 10:10:09',NULL),
(409,NULL,337,35,'2026-07-000382','e62kzdvs55EGmPVcfPJDNaPP5ZYf8qOlNSFG0SU1','Joseph Macaranas',NULL,'+63 9458257372','408','Standard Double','2026-07-18','2026-07-19',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-18 00:03:00','2026-07-19 06:47:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 03:10:07','2026-07-19 10:11:11',NULL),
(410,NULL,338,35,'2026-07-000383','vgzXZL8IlGioWzFtdRUXhi11gaoUhgcLraaOeNyX','Leonides Dean',NULL,'+63 9184890913','302','Family Room 2','2026-07-18','2026-07-19',1,5,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-18 00:34:00','2026-07-19 18:47:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 03:11:55','2026-07-19 12:31:35',NULL),
(411,NULL,339,35,'2026-07-000384','9Bt9ReHOax3FiozyOa8WYVT8Yc2yfkRQjB7RNzMO','April Gardo',NULL,'+63 9639449827','110','Superior Deluxe','2026-07-19','2026-07-20',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-18 01:24:00','2026-07-19 09:48:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 03:13:27','2026-07-19 12:22:32',NULL),
(412,NULL,340,23,'2026-07-000385','vikXw3GrGEHEbmQo7I5OzGcZoDzhEQvKEayfdmCZ','Owen Louie Guzman',NULL,'+63 9602795011','113','Superior Deluxe','2026-07-18','2026-07-19',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-18 05:46:00','2026-07-19 12:00:00','Agoda','Booking ID:  1749338737: The guest booked Deluxe Double (Room Downgrade)',0.00,0,NULL,NULL,NULL,'2026-07-19 05:59:11','2026-07-19 19:01:41',NULL),
(413,NULL,341,22,'2026-07-000386','31Z4S1pjMU8cWbb2eil2NI2eKBAWTHxRnVV7dNqH','GUDWARA JAHIB CHAIL',NULL,'+63 9161949260','404','Standard Twin','2026-07-19','2026-07-20',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-19 10:59:00','2026-07-20 05:35:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 11:01:53','2026-07-20 06:30:47',NULL),
(414,NULL,342,23,'2026-07-000387','oK5TBwpo7dUaBSVdjnJ8O4ZJZBXaqcpGU9FSfTHR','JUAN UNABIA',NULL,'+63 9178827212','110','Superior Deluxe','2026-07-19','2026-07-20',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-19 12:24:00','2026-07-20 11:36:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 12:23:55','2026-07-20 11:36:22',NULL),
(415,NULL,343,35,'2026-07-000388','t4wHq8FfoYaxn2mwCKKcHLdboWc3JpBbm5kP9X79','WALTER ENCARNACION',NULL,'+63 9539460616','401','Deluxe Trio','2026-07-19','2026-07-20',1,3,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_out','2026-07-19 13:52:00','2026-07-20 09:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 20:12:01','2026-07-20 09:25:10',NULL),
(416,NULL,344,22,'2026-07-000389','rCU0YXBR2ZKCsl9oMfU1mhMExFz7Pjzr6yiNIZko','MARIBETH SIAO',NULL,'+63 9675667645','310','Barkadahan','2026-07-19','2026-07-23',4,4,'Filipino',1159.20,4636.80,NULL,NULL,0.00,'checked_out','2026-07-19 14:09:00','2026-07-23 05:19:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 20:14:31','2026-07-23 05:19:18',NULL),
(417,NULL,345,23,'2026-07-000390','TYFitUBan4WA4SyaXoeAensOC3y1rN1Tph66mMF6','MARIA DORADO',NULL,'+63 9363953979','112','Superior Deluxe','2026-07-19','2026-07-21',2,1,'Filipino',674.25,1348.50,NULL,NULL,0.00,'checked_out','2026-07-19 16:51:00','2026-07-21 08:57:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 20:19:42','2026-07-21 08:57:41',NULL),
(418,NULL,346,22,'2026-07-000391','bMPCwM3bhX7zF5h0rUZkXyXpoRPQiYi5pwl4cbe1','DANICA GABOYA',NULL,'+63 9614598417','117','Junior Deluxe','2026-07-19','2026-07-20',1,1,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-19 17:31:00','2026-07-20 07:25:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 20:27:13','2026-07-20 07:28:15',NULL),
(419,NULL,232,22,'2026-07-000392','B65CsZukXdzIHFafEcE0r65XKuiwSFif5pwZZ8lL','PARKER BOLANIO',NULL,'+63 9185125533','113','Superior Deluxe','2026-07-19','2026-07-20',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-19 18:39:00','2026-07-20 12:02:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 20:29:14','2026-07-20 12:02:42',NULL),
(420,NULL,347,35,'2026-07-000393','y88UXraqDplzbAerKampskTaY7PmXCkPrKDPdhxq','RAMIL VALDEZ',NULL,'+63 9457022704','102','Junior Deluxe','2026-07-19','2026-07-23',4,1,'Filipino',699.00,2796.00,NULL,NULL,0.00,'checked_out','2026-07-19 23:42:00','2026-07-23 05:28:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 23:45:30','2026-07-23 05:28:35',NULL),
(421,NULL,348,35,'2026-07-000394','F2FKqTrzboRUj5jQ2Nx4N9kisISskf2gD7RYHS1h','JAMINAH MANOK',NULL,'+63 9541633829','206','Standard Twin','2026-07-19','2026-07-20',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-19 23:03:00','2026-07-20 06:15:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 23:46:59','2026-07-20 06:30:26',NULL),
(422,NULL,349,23,'2026-07-000395','Qhd75317BqXHHhugbTWrziWk6dhpfZUXpwdeon0s','KISHIA BASLOTE',NULL,'+63 9759846827','407','Deluxe Twin','2026-07-19','2026-07-20',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-19 22:00:00','2026-07-20 11:59:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 23:49:00','2026-07-20 11:59:33',NULL),
(423,NULL,350,35,'2026-07-000396','f45WILNQsTJ2qCz2EPVSRvHU6QM2ymd7NR3DEtw2','QWENDYS JOY RIFE',NULL,'+63 9615214947','308','Deluxe Double','2026-07-19','2026-07-20',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-19 21:22:00','2026-07-20 09:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 23:50:50','2026-07-20 09:41:05',NULL),
(424,NULL,351,35,'2026-07-000397','0UTzIOfQrjBFnJzfoKnXAzrewBaltGzhxUTDK8Vm','RYAN LOBRIGAS',NULL,'+63 9770986418','307','Deluxe Double','2026-07-19','2026-07-20',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-19 23:01:00','2026-07-20 07:27:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-19 23:52:19','2026-07-20 07:27:59',NULL),
(425,NULL,352,35,'2026-07-000398','nTXaDnvISxHYYXYvnvtxxIzx8nyBf6ijLEWCFXN3','DENJERK LAGOD',NULL,'+63 9531032762','301','Deluxe Twin','2026-07-19','2026-07-20',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-19 18:39:00','2026-07-20 09:17:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 00:03:44','2026-07-20 09:18:51',NULL),
(426,NULL,353,22,'2026-07-000399','4C1zbHfeSYDMpL6uv3mUTL2InhXb0BkXX80o6FWN','Abdul Rahman Palao',NULL,'+63 9269149064','104','Junior Deluxe','2026-07-20','2026-07-24',4,1,'Filipino',599.20,2396.80,NULL,NULL,0.00,'checked_out','2026-07-20 12:56:00','2026-07-24 07:54:00','Agoda','Property Collect',0.00,0,NULL,NULL,NULL,'2026-07-20 12:58:35','2026-07-24 11:07:37',NULL),
(427,NULL,354,35,'2026-07-000400','z2qLyhvTjGTmPfE8GdB69EZ9ZTTeXWP9FcabtSBX','RIZA MAE CALISO',NULL,'+63 9261594807','404','Standard Twin','2026-07-31','2026-08-03',3,2,'Filipino',849.00,2547.00,NULL,NULL,0.00,'confirmed',NULL,NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:16:56','2026-07-20 19:16:56',NULL),
(428,NULL,355,22,'2026-07-000401','S5akmNR9K4gYoBVlHj7px20v5qeRFUhT5Mh4L70W','ADRIANNE CHRISTIAN DENSING',NULL,'+63 9296403578','303','Deluxe Twin','2026-07-20','2026-07-24',4,2,'Filipino',799.20,3196.80,NULL,NULL,0.00,'checked_out','2026-07-20 15:00:00','2026-07-24 07:25:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:18:54','2026-07-24 11:07:58',NULL),
(429,NULL,356,22,'2026-07-000402','eww7vsEcqgdXfKQ3OqQDQRiikBUmTdFya8QcYTFe','JEREMIAH LOMOLOY',NULL,'+63 9664733367','117','Junior Deluxe','2026-07-20','2026-07-24',4,1,'Filipino',599.20,2396.80,NULL,NULL,0.00,'checked_out','2026-07-20 15:06:00','2026-07-24 07:26:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:20:34','2026-07-24 11:08:19',NULL),
(430,NULL,346,35,'2026-07-000403','OcDC2X4FYybY0dA5hKXAPvNrr6ejerOtP5hufyfs','DANICCA MARCE',NULL,'+63 9614598417','114','Superior Deluxe','2026-07-20','2026-07-21',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-20 16:24:00','2026-07-21 07:03:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:32:38','2026-07-21 07:03:21',NULL),
(431,NULL,357,35,'2026-07-000404','JWomUnioushwKi0BzRZGIyDomPX72FXrcxjvmC6y','MATEO FRANCISCO',NULL,'+63 9924627141','410','Standard Twin','2026-07-20','2026-07-22',2,2,'Filipino',849.00,1698.00,NULL,NULL,0.00,'checked_out','2026-07-20 16:40:00','2026-07-22 09:10:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:33:57','2026-07-22 10:23:27',NULL),
(432,NULL,358,22,'2026-07-000405','cd9Igrnk5T0Xz0uejA20aM4tbUog70QrQHt5PvRS','MARK ARBOIZ',NULL,'+63 9471514771','318','Economy Double','2026-07-20','2026-07-21',1,2,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-20 17:35:00','2026-07-21 12:02:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:35:45','2026-07-21 12:02:52',NULL),
(433,NULL,359,35,'2026-07-000406','apS4vi6d2Svf7ipPNYfIvgiAEou8dazNEyWC7Tyf','ELDIE JAY MANZANARES',NULL,'+63 9206100047','407','Deluxe Twin','2026-07-20','2026-07-21',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-20 18:36:00','2026-07-21 08:02:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:37:19','2026-07-21 08:02:08',NULL),
(434,NULL,360,23,'2026-07-000407','aqJIi2paRd7UAAsz06m5cm5c6I6mekKEvaqm3V9I','MARIE ANN PAYOT',NULL,'+63 9351123191','113','Superior Deluxe','2026-07-20','2026-07-21',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-20 18:41:00','2026-07-21 08:06:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:40:02','2026-07-21 08:06:12',NULL),
(435,NULL,361,35,'2026-07-000408','KvaodrMljXPOxf4c0DkQxEI5iUDDanNzVkIdLJ04','SHEILA LABAJO',NULL,'+63 9609009110','201','Deluxe Twin','2026-07-20','2026-07-22',2,2,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-20 19:27:00','2026-07-22 12:19:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 19:42:39','2026-07-22 12:36:59',NULL),
(436,NULL,362,35,'2026-07-000409','xmM7CXp1CmY1tr2oQtV3YWMHi4GRNTR8rbCE7RbB','AMAL TOLIA',NULL,'+63 9451743101','301','Deluxe Twin','2026-07-20','2026-07-21',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-20 21:18:00','2026-07-21 11:42:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 23:34:04','2026-07-21 11:42:48',NULL),
(437,NULL,363,35,'2026-07-000410','H0KAD1FTpF9S1z969bMVL9LJSnhP66JgZNgCjOJA','ROY DARAL',NULL,'+63 9396140529','110','Superior Deluxe','2026-07-20','2026-07-21',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-20 20:56:00','2026-07-21 11:36:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-20 23:35:11','2026-07-21 11:36:52',NULL),
(438,NULL,364,22,'2026-07-000411','zc0mBmblNNzsQel7ahedcLG5RG3bK2d4cn7oBcQ3','MARK PALLESCA',NULL,'+63 9185737019','307','Deluxe Double','2026-07-20','2026-07-21',1,1,'Filipino',799.20,799.20,NULL,NULL,0.00,'checked_out','2026-07-20 23:57:00','2026-07-21 10:56:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 01:37:50','2026-07-21 10:56:26',NULL),
(439,NULL,365,35,'2026-07-000412','cF20znfgPMx4Sk2oxNj3U3YfwxfWSD3UJLtrQObp','RAPHAEL RENANTE',NULL,'+63 9774713105','413','Standard Double','2026-07-20','2026-07-21',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-20 23:58:00','2026-07-21 08:22:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 01:41:43','2026-07-21 08:22:49',NULL),
(440,NULL,366,35,'2026-07-000413','8uQugkTe2gXscEro6l1NdaPIYneqY5X7MwH1EQSw','ALJON CAGAPE',NULL,'+63 9973071839','202','Economy Twin','2026-07-20','2026-07-21',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-20 23:57:00','2026-07-21 08:30:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 05:24:21','2026-07-21 08:30:11',NULL),
(441,NULL,367,35,'2026-07-000414','TDzpTEYPe9djn5lv5EjP0Me1PJ9QX9I8ruZ6m76q','CATHERINE SORANIOG',NULL,'+63 9453980428','403','Deluxe Twin','2026-07-20','2026-07-21',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-20 23:58:00','2026-07-21 10:57:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 05:26:33','2026-07-21 10:57:46',NULL),
(442,NULL,368,23,'2026-07-000415','VlaBXJFJVdKCysweb4uyf4EpHAZ2XS6wG3qaB0Pa','Gail Besiohan',NULL,'+63 9122910855','307','Deluxe Double','2026-07-21','2026-07-22',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-21 08:40:00','2026-07-22 10:32:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 08:42:12','2026-07-22 10:32:47',NULL),
(443,NULL,187,22,'2026-07-000416','U0969yjrHRLmCBi1vxGYoAlWn1YqJKyMmR9xXmxb','Rupam (Asliah) Banerjee',NULL,'+63 9260652937','113','Superior Deluxe','2026-07-21','2026-08-01',11,2,'Filipino',719.20,7911.20,NULL,NULL,0.00,'checked_in','2026-07-21 08:50:00',NULL,'Agoda','Property Collect',0.00,0,NULL,NULL,NULL,'2026-07-21 08:52:03','2026-07-21 08:52:32',NULL),
(444,NULL,369,23,'2026-07-000417','37Aug7iyB4ekkMDdIaxKyAEOSI679GZLuoGofLZE','JOSIE PAMPLONA',NULL,'+63 9359727108','401','Deluxe Trio','2026-07-21','2026-07-22',1,3,'Filipino',1011.75,1011.75,NULL,NULL,0.00,'checked_out','2026-07-21 14:01:00','2026-07-22 22:48:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:15:50','2026-07-22 12:37:19',NULL),
(445,NULL,149,23,'2026-07-000418','M4rCcZPmsmfVgALblcgqosJ1b5ERS129bE6Jpb4S','JOEY VILLAHERMOSA',NULL,'+63 ','318','Economy Double','2026-07-21','2026-07-22',1,1,'Filipino',561.75,561.75,NULL,NULL,0.00,'checked_out','2026-07-21 15:06:00','2026-07-22 10:41:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:18:10','2026-07-22 10:41:59',NULL),
(446,NULL,370,35,'2026-07-000419','nu1z2TW5c5izEso3iAjzBzCh2ktyAQu0ipt2FBzS','BADRIAH ACMAD',NULL,'+63 9176896403','206','Standard Twin','2026-07-21','2026-07-24',3,1,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out','2026-07-21 15:26:00','2026-07-24 07:43:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:21:50','2026-07-24 11:08:37',NULL),
(447,NULL,363,35,'2026-07-000420','ELakrnXVrH5RzfIuQpwjm9fswiZsmMqUKalEjHvT','ROY DARAL',NULL,'+63 9396140529','314','Standard Twin','2026-07-21','2026-07-22',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-21 17:18:00','2026-07-22 07:43:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:23:25','2026-07-22 10:23:58',NULL),
(448,NULL,371,35,'2026-07-000421','A9q6bqa61N7knB41ZLGEg3eR0OKTslqHZOsZDr5D','ROWELL TAGIOBON',NULL,'+63 9178166107','114','Superior Deluxe','2026-07-21','2026-07-27',6,2,'Filipino',849.00,5094.00,NULL,NULL,0.00,'checked_out','2026-07-21 17:18:00','2026-07-27 11:38:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:25:59','2026-07-27 11:39:29',NULL),
(449,NULL,149,35,'2026-07-000422','lX53t1Jwxux9Stzabx0IeL3QObyJx6G7cmE8HDnh','Allan Yap',NULL,'+63 ','301','Deluxe Twin','2026-07-21','2026-07-22',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-21 19:33:00','2026-07-22 07:18:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:27:11','2026-07-22 12:59:12',NULL),
(450,NULL,372,35,'2026-07-000423','ohJqnmks9ccWwNyod6buYf61GEgBQtYklt4guOmb','MICHAEL FANLO',NULL,'+63 9355644409','207','Economy Twin','2026-07-21','2026-07-23',2,2,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-21 19:41:00','2026-07-23 10:04:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:28:18','2026-07-23 10:38:30',NULL),
(451,NULL,373,23,'2026-07-000424','bTXNAwlCNHamcZnHbjfDNQ0o9YBu6mEmMAkczMRg','DULCE AMOR MATONDO',NULL,'+63 9260423510','112','Superior Deluxe','2026-07-21','2026-07-22',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-21 20:40:00','2026-07-22 05:12:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 20:43:24','2026-07-22 10:39:45',NULL),
(452,NULL,374,35,'2026-07-000425','BPDHHXD0jYiNSYwcBzcnAXbskjVR0HyJsN29obsd','KURT Pacanza',NULL,'+63 9267553849','405','Deluxe Twin','2026-07-21','2026-07-22',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-21 21:23:00','2026-07-21 23:43:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 22:11:10','2026-07-21 23:43:12',NULL),
(453,NULL,375,35,'2026-07-000426','RYQmCcLQiM8zs1t3YOlpsyD9E8zpvYurWKSo9WV5','JAN IAN DEPACAQUIVO',NULL,'+63 9661495848','202','Economy Twin','2026-07-21','2026-07-24',3,1,'Filipino',699.00,2097.00,NULL,NULL,0.00,'checked_out','2026-07-21 23:13:00','2026-07-24 07:44:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-21 23:13:32','2026-07-24 11:08:57',NULL),
(454,NULL,97,35,'2026-07-000427','X3m5PQmBu2x1xgIG2mlDIVI5j2a6DaVTLAQJ97n7','Olive Dumanig',NULL,'+63 9977431179','311','Standard Twin','2026-07-21','2026-07-22',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-21 23:57:00','2026-07-22 12:38:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 01:18:10','2026-07-22 12:38:13',NULL),
(455,NULL,368,22,'2026-07-000428','NY0siAdnSkhnjMC3KaleT8nzCOCEJYDDynUCV0Jn','Gail Besiohan',NULL,'+63 9122910855','406','Deluxe Trio','2026-07-22','2026-07-24',2,3,'Filipino',1079.20,2158.40,NULL,NULL,0.00,'checked_out','2026-07-22 10:38:00','2026-07-24 08:48:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 10:38:23','2026-07-24 11:09:17',NULL),
(456,NULL,376,35,'2026-07-000429','she6DZJtojQRFn76NnC2k8rvIjlmt9LVEB6FXFJg','Joey Villahermosa',NULL,'+63 9226016602','318','Economy Double','2026-07-22','2026-07-23',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-22 10:52:00','2026-07-23 11:57:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 10:51:33','2026-07-23 11:57:20',NULL),
(457,NULL,97,23,'2026-07-000430','aiGL2OdEOB5q4y4h2p6psjECjd8TFMkLlrS6FuZ6','Olive Dumanig',NULL,'+63 997','311','Standard Twin','2026-07-22','2026-07-24',2,2,'Filipino',674.25,1348.50,NULL,NULL,0.00,'checked_out','2026-07-22 12:42:00','2026-07-24 11:22:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 12:41:38','2026-07-24 11:39:02',NULL),
(458,NULL,377,22,'2026-07-000431','rq2QTi1rscCQ9mxIOSE71APJUHMfixtq7HiH1GBD','Rylle Sebastian Isaiah Zapanta',NULL,'+63 09940416785','205','Economy Double','2026-07-22','2026-07-23',1,1,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-22 09:02:00','2026-07-22 14:05:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 13:50:10','2026-07-22 14:06:59',NULL),
(459,8,378,35,'2026-07-000432','zWWM4VoHwhtqv3V4PAQODfEdxi9G7W0EtOZFbx44','RONALD NANQUIL',NULL,'+63 9096747282','301','Deluxe Twin','2026-07-22','2026-07-29',7,2,'Filipino',899.00,6293.00,NULL,NULL,0.00,'checked_in','2026-07-22 17:15:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 20:26:09','2026-07-27 20:26:53',NULL),
(460,8,378,35,'2026-07-000433','nJSAqdl8s9KLjba3iXtvlJwXhIAojgO7APOqeDXR','RONALD NANQUIL',NULL,'+63 9096747282','315','Standard Twin','2026-07-22','2026-07-29',7,2,'Filipino',849.00,5943.00,NULL,NULL,0.00,'checked_in','2026-07-22 17:15:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 20:26:09','2026-07-27 20:27:30',NULL),
(461,NULL,363,35,'2026-07-000434','Un1nm6RA4gvzH9zQFxkchYQ6LlXO6PgsqznXNRai','ROY DARAL',NULL,'+63 9396140529','112','Superior Deluxe','2026-07-22','2026-07-23',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-22 17:28:00','2026-07-23 11:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 20:29:15','2026-07-23 11:49:38',NULL),
(462,NULL,379,35,'2026-07-000435','1VXPwAvkOlOcbKqvD65njf2v9GWJlzLxZkqNKaH3','NENETH TIU',NULL,'+63 9107474550','308','Deluxe Double','2026-07-22','2026-07-24',2,1,'Filipino',899.00,1798.00,NULL,NULL,0.00,'checked_out','2026-07-22 18:13:00','2026-07-24 10:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 20:30:40','2026-07-24 11:09:35',NULL),
(463,NULL,149,35,'2026-07-000436','kcqPeSlK7GeeNPwiFasqf9a21eB3UKN4guWoCqaf','ALEX SOLAR',NULL,'+63 ','201','Deluxe Twin','2026-07-22','2026-07-23',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-22 18:16:00','2026-07-23 06:41:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 20:33:20','2026-07-23 07:38:59',NULL),
(464,NULL,361,35,'2026-07-000437','3NJRRxqjdPZo6kohz9OXzOlWLHWvc5OEe0maUevr','SHEILA LABAJO',NULL,'+63 9609009110','307','Deluxe Double','2026-07-22','2026-07-23',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-22 19:41:00','2026-07-23 10:49:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-22 20:34:46','2026-07-23 10:49:21',NULL),
(465,NULL,380,35,'2026-07-000438','TCQetEGRHxZ9tNZt1EvEfvgcFunnjDs3Edvx9e1i','Frederick Gomez',NULL,'+63 9','117','Junior Deluxe','2026-07-23','2026-07-24',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-23 06:00:00','2026-07-26 10:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 12:11:12','2026-07-26 10:08:56',NULL),
(466,NULL,381,35,'2026-07-000439','HxlFalUVnGgX4A8Jw4tbYIaYnmI8jmYFSZXn8WMk','Edsmir Jibal',NULL,'+63 09363915800','110','Superior Deluxe','2026-07-23','2026-07-26',3,2,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out','2026-07-23 10:05:00','2026-07-25 15:58:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 12:14:59','2026-07-25 15:59:49',NULL),
(467,NULL,382,35,'2026-07-000440','Yl5zOGeOaJHHXv5rXIgVQr7zNTvoM8GKmuyugtAG','Philip Michael Mapa',NULL,'+63 09152946902','104','Junior Deluxe','2026-07-27','2026-07-29',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-27 14:11:00','2026-07-29 11:24:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 16:16:21','2026-07-29 11:24:10',NULL),
(468,NULL,383,35,'2026-07-000441','Rq0cN2RzK2AfpQ3pWrq1u4sMbu1jhIa0KMc2hchC','ULYSIS AVILES',NULL,'+63 9350665520','404','Standard Twin','2026-07-23','2026-07-24',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-23 15:51:00','2026-07-24 06:53:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 19:59:13','2026-07-24 11:10:08',NULL),
(469,NULL,384,35,'2026-07-000442','KzeGSCJtu4PkIw37yXlsing94frd6djkxjsw0r9z','MARK LOUISE MENDOZA',NULL,'+63 9985582916','405','Deluxe Twin','2026-07-23','2026-07-24',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-23 19:14:00','2026-07-23 19:12:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 20:09:16','2026-07-24 11:10:58',NULL),
(470,NULL,385,35,'2026-07-000443','SxxKb989RuqIJeSOTaz4PnPJ8sT5NpWMwWzsKQVW','LORETO MARIS',NULL,'+63 9289035102','403','Deluxe Twin','2026-07-23','2026-07-24',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-23 17:17:00','2026-07-24 08:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 20:10:19','2026-07-24 11:11:17',NULL),
(471,NULL,149,23,'2026-07-000444','k2pQZktTjBt9QlUEgT0WMdInOWpniQVGXLrufvvY','ROBERT CONCILLADO',NULL,'+63 ','314','Standard Twin','2026-07-23','2026-07-26',3,2,'Filipino',674.25,2022.75,NULL,NULL,0.00,'checked_out','2026-07-23 20:03:00','2026-07-26 11:55:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 20:13:45','2026-07-26 12:17:44',NULL),
(472,NULL,386,23,'2026-07-000445','NUNnaeiq5RZ3L3yb7i6wVMOKuMd6bIHnhcaQd0Ax','Axel Launay',NULL,'+63 9671884288','201','Deluxe Twin','2026-07-23','2026-07-24',1,1,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-23 21:08:00','2026-07-24 12:00:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 23:08:05','2026-07-24 17:19:24',NULL),
(473,NULL,387,35,'2026-07-000446','kzknIDKQ2LVT0pUZTqeShc937T19bq2dTCk1dwm6','Hassanor Omar',NULL,'+63 9352172567','413','Standard Double','2026-07-23','2026-07-24',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-23 22:04:00','2026-07-24 12:09:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 23:09:15','2026-07-24 12:10:20',NULL),
(474,NULL,388,22,'2026-07-000447','QpFaiZ8JEoWqj1n9FFEfpCoiNzIGmr5y7B9iVMU1','Prince Mangondaya',NULL,'+63 9171244073','112','Superior Deluxe','2026-07-23','2026-07-24',1,1,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-23 22:32:00','2026-07-24 10:21:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 23:10:13','2026-07-24 11:11:38',NULL),
(475,NULL,389,35,'2026-07-000448','RTldMGcNX5DPaagc4ZBXFzqKGnzE18tGppgs1ePj','Ann Gabriele Colipano',NULL,'+63 9624378068','407','Deluxe Twin','2026-07-23','2026-07-24',1,3,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-23 22:50:00','2026-07-24 11:46:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 23:11:16','2026-07-24 11:47:33',NULL),
(476,NULL,390,22,'2026-07-000449','vXZjVyXBF2BdCFxJGgPal0m9yOEC3R6YhSsEALCP','Frencess Mie Torralba',NULL,'+63 9998825736','414','Standard Double','2026-07-23','2026-07-25',2,2,'Filipino',719.20,1438.40,NULL,NULL,0.00,'checked_out','2026-07-23 23:02:00','2026-07-25 08:34:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-23 23:12:38','2026-07-25 08:48:26',NULL),
(477,NULL,391,35,'2026-07-000450','TWK736sAkOEI4zgT2JkGkRvnEb21QRUCTAqYDGga','Charlotte / Micole Isaga / Litang',NULL,'+63 9167751846','302','Family Room 2','2026-07-23','2026-07-24',1,6,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-23 00:18:00','2026-07-24 09:50:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 00:28:18','2026-07-24 11:12:13',NULL),
(478,NULL,392,23,'2026-07-000451','F8WkVgYC4aSJIjMbEEzHSnzEgiXRZK1xcjcVykHG','Rose Ann Rojas',NULL,'+63 9274116618','408','Standard Double','2026-07-23','2026-07-25',2,2,'Filipino',674.25,1348.50,NULL,NULL,0.00,'checked_out','2026-07-23 03:19:00','2026-07-25 05:19:00','Agoda','Extend for July 24-25 is paid by cash ₱849.00',0.00,0,NULL,NULL,NULL,'2026-07-24 03:24:28','2026-07-25 05:20:36',NULL),
(479,NULL,393,35,'2026-07-000452','et4G8Vt0c6ZSh0IEKuGbaFrLMH7bQuznPqCbwWk3','Nicole Andrei Ching',NULL,'+63 09753313620','307','Deluxe Double','2026-07-24','2026-07-25',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-24 09:27:00','2026-07-24 13:42:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 11:38:09','2026-07-24 13:43:54',NULL),
(480,NULL,379,35,'2026-07-000453','0txNaDpdM199jzOAVMb9UBJnOmuwity7LWH6u1qS','NENETH TIU',NULL,'+63 9107474550','303','Deluxe Twin','2026-07-24','2026-07-25',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-24 11:52:00','2026-07-25 06:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 11:55:02','2026-07-25 07:23:31',NULL),
(481,NULL,394,35,'2026-07-000454','NBUJsqG3DZSe9Q5hw7She7B8wLu9Et1yfhrgM1jA','Mae Clavecilla',NULL,'+63 9','305','Ordinary Twin','2026-07-24','2026-07-25',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out','2026-07-24 12:48:00','2026-07-25 09:41:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 12:58:54','2026-07-25 09:42:26',NULL),
(482,NULL,386,35,'2026-07-000455','Tiy0znSuqia0vRaACyiYYOuDuHEhxZtTefoeaRf0','Axel Launay Launay',NULL,'+63 9671884288','308','Deluxe Double','2026-07-24','2026-07-25',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-24 14:00:00','2026-07-25 11:49:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 17:20:15','2026-07-25 12:04:47',NULL),
(483,NULL,395,35,'2026-07-000456','edpZzmyIqNmMhce7LawIVxyPnDad1MIBh0nmi7N2','AMERHUSSIEN ORANDING',NULL,'+63 9551254359','403','Deluxe Twin','2026-07-24','2026-07-25',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-24 13:49:00','2026-07-25 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:34:39','2026-07-25 19:36:39',NULL),
(484,NULL,396,35,'2026-07-000457','1WRPMQYgRNLjl91iKGdusCsC04cXVqmfrDf5xtHB','VICTOR n/a',NULL,'+63 9044586994','204','Economy Twin','2026-07-24','2026-07-26',2,3,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-24 14:02:00','2026-07-26 07:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:35:36','2026-07-26 08:55:00',NULL),
(485,NULL,149,35,'2026-07-000458','0oH73yJQ3pEaIvj5BCYAzB1PqSe9mPHJDYL8EpGo','ALLAN YAP',NULL,'+63 ','201','Deluxe Twin','2026-07-24','2026-07-28',4,2,'Filipino',899.00,3596.00,NULL,NULL,0.00,'checked_out','2026-07-24 15:29:00','2026-07-28 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:37:26','2026-07-28 14:02:55',NULL),
(486,NULL,397,35,'2026-07-000459','DzWOAveDx4pMIVfEFROYPxKZ0kQSKlFb0aAyilte','NANETTE SORIANO',NULL,'+63 9512472530','311','Standard Twin','2026-07-24','2026-07-25',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-24 18:09:00','2026-07-25 08:19:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:38:40','2026-07-25 08:46:45',NULL),
(487,NULL,398,22,'2026-07-000460','woR2iNB6pBQ8SFpAVugjXVCEhGC6GBeYFJke8YaI','KARL FORTUNA',NULL,'+63 9623033027','104','Junior Deluxe','2026-07-24','2026-07-25',1,1,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-24 19:06:00','2026-07-25 08:56:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:39:49','2026-07-25 08:58:04',NULL),
(488,NULL,363,35,'2026-07-000461','e2M8xC6mAjLSOMIdDLrPP0GJ2t5Y8dQl6plcCD1Z','ROY DARAL',NULL,'+63 9396140529','410','Standard Twin','2026-07-24','2026-07-25',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-24 19:33:00','2026-07-25 11:20:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:42:31','2026-07-25 12:05:32',NULL),
(489,NULL,399,35,'2026-07-000462','MSFV0HICwmTdrCEkXD1xZUSNVWnMhahPIHRWP0o0','JOSEPH LEGAYADA',NULL,'+63 9556188079','206','Standard Twin','2026-07-24','2026-07-25',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-24 19:36:00','2026-07-25 15:02:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:43:53','2026-07-25 15:03:00',NULL),
(490,NULL,400,35,'2026-07-000463','kEHgRGobPJuvEeoovsKgD1Sxams1GaWsDz812WjG','LYNETTE GENIDA',NULL,'+63 9668110435','209','Economy Twin','2026-07-24','2026-07-25',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-24 19:43:00','2026-07-25 12:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-24 20:44:48','2026-07-25 12:06:06',NULL),
(491,NULL,401,22,'2026-07-000464','5rtVD9Nj3bacH2MMAqnZvcIY07taBMhDI9IOm197','Elma Andilab',NULL,'+63 9542365830','207','Economy Twin','2026-07-24','2026-07-25',1,5,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-24 20:53:00','2026-07-25 10:46:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 02:45:19','2026-07-25 11:06:06',NULL),
(492,NULL,402,22,'2026-07-000465','6akfwiTCklCVtWqRKBSTjFk1k1aBqkJ0GgNglMKL','Evgenii Lavrov',NULL,'+63 9060490403','318','Economy Double','2026-07-24','2026-07-26',2,1,'Filipino',599.20,1198.40,NULL,NULL,0.00,'checked_out','2026-07-24 09:20:00','2026-07-26 12:04:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 02:47:57','2026-07-26 12:10:57',NULL),
(493,NULL,403,22,'2026-07-000466','7p2CWcBubwXe0Nf6gt5XEeMQzCuPy6BpKy0a1Ga6','Jhonver Cambarihan',NULL,'+63 9392525328','405','Deluxe Twin','2026-07-24','2026-07-26',2,2,'Filipino',799.20,1598.40,NULL,NULL,0.00,'checked_out','2026-07-24 11:26:00','2026-07-26 05:47:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 02:49:21','2026-07-26 05:47:49',NULL),
(494,NULL,404,22,'2026-07-000467','TugugBBUsc6mjlwqoeGIPhRgZCvCPryJST8EllBl','BERLET MONDOY',NULL,'+63 9757697512','413','Standard Double','2026-07-25','2026-07-26',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-25 08:44:00','2026-07-26 12:01:00','Walk-in','EARLY CHECK-IN :  ₱200',0.00,0,NULL,NULL,NULL,'2026-07-25 08:50:30','2026-07-26 12:18:06',NULL),
(495,NULL,405,35,'2026-07-000468','MgxD6WdJS77HSNy2Njc4nZQLa7EiyWZ6dpfQxaK5','Joyce Abian',NULL,'+63 9754820400','107','Barkadahan','2026-07-25','2026-07-26',1,4,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out','2026-07-25 13:40:00','2026-07-26 08:06:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 20:02:07','2026-07-26 08:55:32',NULL),
(496,NULL,406,22,'2026-07-000469','qTqnrsFOOQoght9m0NCU9tcXR3MhQe659HaT6FBN','Scott Henry Arinos',NULL,'+63 9662881702','110','Superior Deluxe','2026-07-25','2026-07-28',3,2,'Filipino',719.20,2157.60,NULL,NULL,0.00,'checked_out','2026-07-25 15:13:00','2026-07-28 12:57:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 20:04:13','2026-07-28 13:04:42',NULL),
(497,NULL,407,22,'2026-07-000470','awOq9OjhrZdjMDLgIQSBcmZptLZqiKDNma2Vex7X','Julius Orong',NULL,'+63 9355960475','307','Deluxe Double','2026-07-25','2026-07-28',3,2,'Filipino',799.20,2397.60,NULL,NULL,0.00,'checked_out','2026-07-25 17:43:00','2026-07-28 09:34:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 20:05:33','2026-07-28 09:34:36',NULL),
(498,NULL,408,22,'2026-07-000471','KYUIS5otA4iD5bEmoyQoVu2IjQQYomw8Urc1DADr','Rowel Llaca',NULL,'+63 9461698565','102','Junior Deluxe','2026-07-25','2026-07-26',1,1,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-25 18:42:00','2026-07-26 10:50:00','Agoda','Property Collect',0.00,0,NULL,NULL,NULL,'2026-07-25 20:06:58','2026-07-26 16:53:14',NULL),
(499,NULL,276,35,'2026-07-000472','N39uAgfFK0lzZ3dLyGiHAiN0JTPe2TCKj0vRNhPQ','Allan Yap',NULL,'+63 9171031255','203','Family Room','2026-07-25','2026-07-28',3,4,'Filipino',1649.00,4947.00,NULL,NULL,0.00,'checked_out','2026-07-25 13:00:00','2026-07-28 09:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 20:09:08','2026-07-28 09:03:18',NULL),
(500,NULL,409,NULL,'2026-07-000473','mwtxB7FlTGiXlD9ACswyQj9wC3YGw96Z2ED9tFXV','JOJI BLISS TIBURCIO',NULL,'+63 9487772293','407','Deluxe Twin','2026-07-25','2026-07-26',1,2,'Filipino',749.00,749.00,NULL,NULL,0.00,'checked_out','2026-07-25 20:55:00','2026-07-26 08:12:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 22:32:35','2026-07-26 08:56:04',NULL),
(501,NULL,387,35,'2026-07-000474','G33OavnTV7QQtjGDPrCzWw84gcC73mKhZSKJT1Gf','Hassanor Omar',NULL,'+63 9352172567','414','Standard Double','2026-07-25','2026-07-26',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-25 21:03:00','2026-07-26 11:12:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-25 22:37:32','2026-07-26 12:21:05',NULL),
(502,NULL,410,35,'2026-07-000475','ok46iRzbVfjBjHLcRXbCGxGoOv8rrIkXJUl82LGE','CARPIL ESTOPIA',NULL,'+63 9103002232','311','Standard Twin','2026-07-25','2026-07-26',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-25 23:58:00','2026-07-26 11:59:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 05:35:14','2026-07-27 11:31:00',NULL),
(503,NULL,411,35,'2026-07-000476','aYQXjsTuIbQll2sCYuOtBdZioia0Os9pFi1HJlSx','ILTYD SERBOL',NULL,'+63 9453419028','404','Standard Twin','2026-07-26','2026-07-30',4,2,'Filipino',849.00,3396.00,NULL,NULL,0.00,'checked_in','2026-07-26 07:40:00',NULL,'Walk-in','EARLY CHECK-IN :  ₱300',0.00,0,NULL,NULL,NULL,'2026-07-26 09:01:12','2026-07-29 11:40:57',NULL),
(504,NULL,142,22,'2026-07-000477','l8Ut3CSfQ7G3RB0anRiX0UkmO5q4ziwO38pF7PHV','CHARLENE TACANG',NULL,'+63 9562057981','103','Junior Deluxe','2026-07-26','2026-07-29',3,1,'Filipino',599.20,1797.60,NULL,NULL,0.00,'checked_out','2026-07-26 09:00:00','2026-07-29 11:46:00','Walk-in','EARLY CHECK-IN :  ₱150',0.00,0,NULL,NULL,NULL,'2026-07-26 09:04:26','2026-07-29 11:46:25',NULL),
(505,NULL,402,35,'2026-07-000478','hjS68inuhjiAVunPkA6hIYPF6lknAXbRSCTnMO0o','Evgenii Lavrov',NULL,'+63 9060490403','318','Economy Double','2026-07-26','2026-07-27',1,2,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-26 12:41:00','2026-07-27 05:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 12:14:08','2026-07-27 05:40:22',NULL),
(506,NULL,412,23,'2026-07-000479','Ke9AyiIWmTscdcV44Pj9J1hPxRZsGPa2oDYh8XAV','ROLAND REMENTIZO',NULL,'+63 9677708431','410','Standard Twin','2026-07-26','2026-07-27',1,2,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_out','2026-07-26 13:49:00','2026-07-27 10:22:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:04:07','2026-07-27 10:22:00',NULL),
(507,NULL,413,35,'2026-07-000480','OPlN1D4zeqndb5hRfhWbw3UQx0nB90THfnXOVQ9O','EXOPERIA IGAR',NULL,'+63 9171083185','308','Deluxe Double','2026-07-26','2026-07-27',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-26 14:40:00','2026-07-27 05:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:06:42','2026-07-27 05:40:47',NULL),
(508,NULL,414,35,'2026-07-000481','JFoQCwqrj62Fx1dqJBZHDyGtJ2l5FJNA6fv2zhIX','GARY MERCADO',NULL,'+63 9281741212','112','Superior Deluxe','2026-07-26','2026-07-29',3,2,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_out','2026-07-26 14:50:00','2026-07-29 11:04:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:08:26','2026-07-29 11:12:30',NULL),
(509,NULL,415,NULL,'2026-07-000482','4arowqGF61ZOetxEOh6LDWnYvZoJz7BsjDUA0QAc','JORDAN LORENTE',NULL,'+63 9304844223','205','Economy Double','2026-07-26','2026-07-27',1,2,'Filipino',749.00,749.00,NULL,NULL,0.00,'checked_out','2026-07-26 15:32:00','2026-07-27 08:16:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:10:00','2026-07-27 09:33:44',NULL),
(510,NULL,416,35,'2026-07-000483','ePI2GxaXVl32I9yHHpe5COA1FpBVCtnBfdwSxdca','RICA CALEJESAN',NULL,'+63 9856152819','107','Barkadahan','2026-07-26','2026-07-28',2,4,'Filipino',1449.00,2898.00,NULL,NULL,0.00,'checked_out','2026-07-26 17:03:00','2026-07-28 14:21:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:11:19','2026-07-28 19:33:38',NULL),
(511,NULL,417,32,'2026-07-000484','jJLJyPoQiE1eGmQ0Z5DxaxiUqmSrzK4gEh0K40Fj','JAYSON CAHILES',NULL,'+63 9171125992','104','Junior Deluxe','2026-07-26','2026-07-27',1,1,'Filipino',674.10,674.10,NULL,NULL,0.00,'checked_out','2026-07-26 17:16:00','2026-07-27 07:09:00','Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:25:52','2026-07-27 07:09:28',NULL),
(512,NULL,418,35,'2026-07-000485','c7mTGQdnHS9DD5N4uTtiqXLwxfwO0X4m692e3D92','HENRY TE',NULL,'+63 9177102713','310','Barkadahan','2026-07-26','2026-07-27',1,4,'Filipino',1449.00,1449.00,NULL,NULL,0.00,'checked_out','2026-07-26 18:13:00','2026-07-27 05:40:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:26:58','2026-07-27 05:40:35',NULL),
(513,NULL,419,22,'2026-07-000486','HghmXypurm2ZcyP4ObuSG0nmusBh3ZxrwSv9VnGR','SHAIRA ABDUL',NULL,'+63 9158177288','414','Standard Double','2026-07-26','2026-07-27',1,2,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-26 19:11:00','2026-07-27 11:24:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:29:18','2026-07-27 11:24:52',NULL),
(514,NULL,420,22,'2026-07-000487','MPzonOFl4A43aSuOMQ1TOfoDl1kmlqZJNI26nTs5','LORAINE LEOPOLDO',NULL,'+63 9754910565','302','Family Room 2','2026-07-26','2026-07-27',1,4,'Filipino',1399.20,1399.20,NULL,NULL,0.00,'checked_out','2026-07-26 20:16:00','2026-07-27 11:09:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 20:30:33','2026-07-27 11:10:00',NULL),
(515,NULL,421,23,'2026-07-000488','J1saXwlPwHh4ZB4fJ19EjZpchcEULSt2VVZRGZb9','RAFAEL ACTUB',NULL,'+63 9773701474','303','Deluxe Twin','2026-07-26','2026-07-27',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-26 20:56:00','2026-07-27 06:29:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 23:13:37','2026-07-27 06:30:24',NULL),
(516,NULL,422,23,'2026-07-000489','4jubBcnkbv895TVtpibcMni02DWlYkHL6Atc1v6f','BENJIE PEPITO',NULL,'+63 9068288173','406','Deluxe Trio','2026-07-26','2026-07-27',1,3,'Filipino',1011.75,1011.75,NULL,NULL,0.00,'checked_out','2026-07-26 23:15:00','2026-07-27 08:06:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-26 23:14:58','2026-07-27 08:09:12',NULL),
(517,NULL,420,22,'2026-07-000490','DKGzj9zHVE07pe8Olraf3u6s5OadyWqhQIaxxa8O','LORAINE LEOPOLDO',NULL,'+63 9754910565','303','Deluxe Twin','2026-07-27','2026-07-28',1,3,'Filipino',599.20,599.20,NULL,NULL,0.00,'checked_out','2026-07-27 11:13:00','2026-07-28 09:18:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 11:10:52','2026-07-28 09:18:26',NULL),
(518,NULL,171,35,'2026-07-000491','2ZhlqY5PbzZUflMtrE8ojtV8ErhV4tBPxp7dzpaF','Geovani Campano',NULL,'+63 9171161697','102','Junior Deluxe','2026-07-27','2026-07-28',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_in','2026-07-27 07:40:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 11:23:14','2026-07-27 14:32:45',NULL),
(519,NULL,100,22,'2026-07-000492','ujVphhOgwi2pnLEbajhLfrdsKYoPL7kr8PjnK8be','Herbert Ramises',NULL,'+63 9695853706','114','Superior Deluxe','2026-07-27','2026-07-30',3,2,'Filipino',719.20,2157.60,NULL,NULL,0.00,'checked_in','2026-07-27 06:00:00',NULL,'Agoda','Property Collect',0.00,0,NULL,NULL,NULL,'2026-07-27 11:33:54','2026-07-27 12:22:46',NULL),
(520,NULL,424,22,'2026-07-000493','T9zjnNGxYxjp89tLGhjuH3bUMQXpDrsQGjX6pyRI','Aia Kay Salinding',NULL,'+63 9530379446','408','Standard Double','2026-07-27','2026-07-28',1,3,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-27 12:07:00','2026-07-28 07:41:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 12:10:44','2026-07-28 08:38:58',NULL),
(521,NULL,425,23,'2026-07-000494','NxiXu26KSNGhYp7e40vlpXbxCBClo9KAP0geWexm','JEY AR ELCANO',NULL,'+63 9469904092','403','Deluxe Twin','2026-07-27','2026-07-28',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-27 13:58:00','2026-07-28 11:37:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 19:39:53','2026-07-28 11:37:35',NULL),
(522,NULL,426,32,'2026-07-000495','CsWZeqDcKvKPPwoh23cEtfmiMb9LdPzPxY69Es4I','VINCENT MAGALLANES',NULL,'+63 92880709550','117','Junior Deluxe','2026-07-27','2026-07-29',2,1,'Filipino',674.10,1348.20,NULL,NULL,0.00,'checked_out','2026-07-27 14:40:00','2026-07-29 11:43:00','Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 19:41:42','2026-07-29 11:43:17',NULL),
(523,NULL,427,35,'2026-07-000496','Z4C1tNm7ewFtmDhiiilGoqJypfvNtDAsivUtXlY2','JOELIX NILLAMA',NULL,'+63 93105242697','202','Economy Twin','2026-07-27','2026-07-29',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_out','2026-07-27 14:50:00','2026-07-29 11:02:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 19:42:50','2026-07-29 11:12:53',NULL),
(524,NULL,428,35,'2026-07-000497','FTYnCpvCwalRENTxwKa1xNebODP3NBFmro1RWmbi','JERICHO MALIBAGO',NULL,'+63 9677104830','311','Standard Twin','2026-07-27','2026-07-28',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-27 14:56:00','2026-07-28 08:25:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 19:44:11','2026-07-28 08:25:20',NULL),
(525,NULL,429,31,'2026-07-000498','ag46nAYbuZvtntIAOqmmoLZFT1QhpaUD3VodEY5o','JOHN PAUL CORNELIO',NULL,'+63 9098115404','414','Standard Double','2026-07-27','2026-08-01',5,1,'Filipino',807.00,4035.00,NULL,NULL,0.00,'checked_in','2026-07-27 16:36:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 20:01:59','2026-07-27 20:02:34',NULL),
(526,NULL,430,35,'2026-07-000499','gsyEj0eTvZF2Gao7xcIhI2eFB3v5FGlmQvkI5eap','HARLOW DAGOOC',NULL,'+63 9526536155','410','Standard Twin','2026-07-27','2026-07-28',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-27 17:44:00','2026-07-28 12:16:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 20:04:15','2026-07-28 12:16:54',NULL),
(527,NULL,431,35,'2026-07-000500','km6kfQCSuLtBBToCP2KfOyZV9ris8lncSG9WWvWR','JAYSON CAHILES',NULL,'+63 9121125992','405','Deluxe Twin','2026-07-27','2026-07-28',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-27 18:19:00','2026-07-28 08:01:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 20:05:57','2026-07-28 08:17:11',NULL),
(528,NULL,432,23,'2026-07-000501','0IV9wNPijTBH6KBpUY63QDiXGin2zWaiPM3CCnwG','MARJORIE CONSON',NULL,'+63 9354357341','401','Deluxe Trio','2026-07-27','2026-07-28',1,3,'Filipino',1011.75,1011.75,NULL,NULL,0.00,'checked_out','2026-07-27 18:52:00','2026-07-28 11:52:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-27 20:07:37','2026-07-28 11:52:26',NULL),
(529,NULL,433,35,'2026-07-000502','4gXFunkb3qwZEKgk4o2DrdjvsuzrP8PNK3OnJtyl','Cecilbern Bernabe',NULL,'+63 09634994496','309','Ordinary Twin','2026-07-27','2026-07-28',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_out','2026-07-27 23:37:00','2026-07-28 08:00:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 04:52:26','2026-07-28 08:17:34',NULL),
(530,NULL,434,35,'2026-07-000503','ckwzG304ZbRaykAIpbMZsqrK264QVbTWIItjoxV3','Francey Aisah Angcoo',NULL,'+63 09159202955','206','Standard Twin','2026-07-27','2026-07-28',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-27 00:52:00','2026-07-28 08:11:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 04:55:14','2026-07-28 08:39:50',NULL),
(531,NULL,435,35,'2026-07-000504','BOna041Hy6UdWIXuAt12NM9fP9QJXfeZhfyxRaQ3','Elizabeth Marcella',NULL,'+63 9171475196','110','Superior Deluxe','2026-07-28','2026-07-31',3,1,'Filipino',849.00,2547.00,NULL,NULL,0.00,'checked_in','2026-07-28 08:51:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 09:21:00','2026-07-28 13:07:03',NULL),
(532,NULL,230,35,'2026-07-000505','7IpIa31QzRTbokcgRImvxbWGAnIN9I2GMMBaPAYl','Edgar Paz',NULL,'+63 9184512465','411','Standard Double','2026-07-28','2026-07-29',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-28 11:05:00','2026-07-28 14:50:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 11:09:14','2026-07-29 04:37:01',NULL),
(533,NULL,436,22,'2026-07-000506','CTsthC0eG5CF3zLAcyAquglpZtxX4SCtFtRljXQB','Judith Duran',NULL,'+63 9562412763','408','Standard Double','2026-07-28','2026-07-29',1,1,'Filipino',719.20,719.20,NULL,NULL,0.00,'checked_out','2026-07-28 13:01:00','2026-07-29 05:49:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 13:06:04','2026-07-29 05:50:03',NULL),
(534,NULL,437,35,'2026-07-000507','wx3RTq6rQ2sVd2Diqswdo6Pv5yyOkhYWqEe4yu7H','RENNBRAN JUVENTUD',NULL,'+63 9559046633','205','Economy Double','2026-07-28','2026-07-30',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_in','2026-07-28 13:53:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 19:47:03','2026-07-29 11:26:18',NULL),
(535,NULL,438,23,'2026-07-000508','qrpaRCiX9Qu4SssfBrubeIRUA945WZx27cJAe97U','EDWIN OLAER',NULL,'+63 9760336921','407','Deluxe Twin','2026-07-28','2026-08-01',4,2,'Filipino',749.25,2997.00,NULL,NULL,0.00,'checked_in','2026-07-28 14:17:00',NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 19:49:49','2026-07-28 19:50:23',NULL),
(536,NULL,439,35,'2026-07-000509','5I4T15U9ZMTNahMJNN4w43GWSIbmHFH80qi4idnJ','CECILBERN BERNABE',NULL,'+63 9634994496','311','Standard Twin','2026-07-28','2026-07-29',1,2,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-28 14:37:00','2026-07-29 05:43:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 19:53:05','2026-07-29 05:47:57',NULL),
(537,NULL,440,22,'2026-07-000510',NULL,'ZAMANTHA ELIZABETH TIMOG',NULL,'+63 9977864213','401','Deluxe Trio','2026-07-28','2026-07-29',1,3,'Filipino',1079.20,1079.20,NULL,NULL,0.00,'checked_in','2026-07-28 15:54:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 20:21:46','2026-07-28 20:22:09',NULL),
(538,NULL,441,35,'2026-07-000511',NULL,'JUNDY FORTEZA',NULL,'+63 9129247378','206','Standard Twin','2026-07-28','2026-07-29',1,1,'Filipino',849.00,849.00,NULL,NULL,0.00,'checked_out','2026-07-28 17:11:00','2026-07-29 08:57:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 20:26:23','2026-07-29 08:58:08',NULL),
(539,NULL,442,23,'2026-07-000512',NULL,'CJ AWA',NULL,'+63 9197518176','210','Economy Twin','2026-07-28','2026-07-29',1,2,'Filipino',561.75,561.75,NULL,NULL,0.00,'checked_out','2026-07-28 17:18:00','2026-07-29 11:09:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 20:31:46','2026-07-29 11:09:37',NULL),
(540,NULL,443,35,'2026-07-000513',NULL,'APRIL ROSE ONG',NULL,'+63 9060375982','303','Deluxe Twin','2026-07-28','2026-07-29',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_in','2026-07-28 18:49:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 20:33:50','2026-07-28 20:34:06',NULL),
(541,NULL,444,35,'2026-07-000514',NULL,'CYRUS BAGON',NULL,'+63 9494935826','203','Family Room','2026-07-28','2026-07-29',1,2,'Filipino',1649.00,1649.00,NULL,NULL,0.00,'checked_out','2026-07-28 19:20:00','2026-07-29 10:04:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 20:36:43','2026-07-29 10:04:30',NULL),
(542,NULL,149,35,'2026-07-000515',NULL,'Allan Yap',NULL,'+63 ','318','Economy Double','2026-07-28','2026-07-30',2,1,'Filipino',699.00,1398.00,NULL,NULL,0.00,'checked_in','2026-07-28 14:00:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-28 20:41:40','2026-07-29 11:10:31',NULL),
(543,NULL,445,23,'2026-07-000516',NULL,'Charles Ford Paraon',NULL,'+63 09150975051','310','Barkadahan','2026-07-28','2026-07-29',1,1,'Filipino',1086.75,1086.75,NULL,NULL,0.00,'confirmed',NULL,NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 03:31:40','2026-07-29 03:50:45','2026-07-29 03:50:45'),
(544,NULL,446,35,'2026-07-000517',NULL,'Kurt Kristian Pacanza',NULL,'+63 09267553849','201','Deluxe Twin','2026-07-28','2026-07-29',1,1,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_out','2026-07-28 21:52:00','2026-07-29 05:37:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 03:38:40','2026-07-29 05:47:39',NULL),
(545,NULL,447,35,'2026-07-000518',NULL,'Cosme Carlo Lacang',NULL,'+63 09165117440','204','Economy Twin','2026-07-28','2026-07-29',1,1,'Filipino',699.00,699.00,NULL,NULL,0.00,'checked_out','2026-07-28 23:20:00','2026-07-29 05:42:00','Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 03:42:39','2026-07-29 05:47:12',NULL),
(546,NULL,97,23,'2026-07-000519',NULL,'Olive Dumanig',NULL,'+63 9977431179','314','Standard Twin','2026-07-28','2026-07-29',1,2,'Filipino',749.25,749.25,NULL,NULL,0.00,'checked_out','2026-07-28 23:50:00','2026-07-29 11:35:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 03:47:03','2026-07-29 11:35:33',NULL),
(547,NULL,445,23,'2026-07-000520',NULL,'Charles Ford Paraon',NULL,'+63 09150975051','310','Barkadahan','2026-07-28','2026-07-29',1,4,'Filipino',1086.75,1086.75,NULL,NULL,0.00,'checked_out','2026-07-28 20:26:00','2026-07-29 07:10:00','Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 03:52:06','2026-07-29 07:10:36',NULL),
(548,NULL,448,35,'2026-07-000521',NULL,'Alexander Ortiz',NULL,'+63 09664489272','211','Ordinary Double','2026-07-28','2026-07-29',1,1,'Filipino',549.00,549.00,NULL,NULL,0.00,'checked_in','2026-07-29 03:34:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 04:00:23','2026-07-29 04:01:00',NULL),
(549,NULL,449,35,'2026-07-000522',NULL,'Cristobal Cenita',NULL,'+63 9776864811','406','Deluxe Trio','2026-07-29','2026-07-30',1,3,'Filipino',1249.00,1249.00,NULL,NULL,0.00,'checked_in','2026-07-29 06:15:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 07:21:08','2026-07-29 07:22:00',NULL),
(550,NULL,100,35,'2026-07-000523',NULL,'Daylyn Quinday',NULL,'+63 9','201','Deluxe Twin','2026-07-29','2026-07-30',1,2,'Filipino',899.00,899.00,NULL,NULL,0.00,'checked_in','2026-07-29 07:58:00',NULL,'Walk-in',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 10:00:00','2026-07-29 10:00:38',NULL),
(551,NULL,382,32,'2026-07-000524',NULL,'Philip Michael Mapa',NULL,'+63 09152946902','408','Standard Double','2026-07-29','2026-07-30',1,1,'Filipino',809.10,809.10,NULL,NULL,0.00,'checked_in','2026-07-29 11:25:00',NULL,'Booking.com',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 11:24:51','2026-07-29 11:25:47',NULL),
(552,NULL,97,23,'2026-07-000525',NULL,'Olive Dumanig',NULL,'+63 9977431179','311','Standard Twin','2026-07-29','2026-07-30',1,1,'Filipino',674.25,674.25,NULL,NULL,0.00,'checked_in','2026-07-29 11:36:00',NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 11:36:05','2026-07-29 11:36:45',NULL),
(553,NULL,142,22,'2026-07-000526',NULL,'Charlene Tacang',NULL,'+63 9562057981','308','Deluxe Double','2026-07-29','2026-08-03',5,1,'Filipino',799.20,3996.00,NULL,NULL,0.00,'checked_in','2026-07-29 11:48:00',NULL,'Agoda',NULL,0.00,0,NULL,NULL,NULL,'2026-07-29 11:48:34','2026-07-29 11:48:39',NULL);
/*!40000 ALTER TABLE `reservations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `role_permission`
--

DROP TABLE IF EXISTS `role_permission`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `role_permission` (
  `role_id` bigint(20) unsigned NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`role_id`,`permission_id`),
  KEY `role_permission_permission_id_foreign` (`permission_id`),
  CONSTRAINT `role_permission_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `role_permission_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `role_permission`
--

LOCK TABLES `role_permission` WRITE;
/*!40000 ALTER TABLE `role_permission` DISABLE KEYS */;
INSERT INTO `role_permission` VALUES
(1,1),
(2,1),
(3,1),
(4,1),
(5,1),
(6,1),
(1,2),
(2,2),
(5,2),
(1,3),
(1,4),
(2,4),
(1,5),
(2,5),
(3,5),
(6,5),
(1,6),
(2,6),
(3,6),
(1,7),
(2,7),
(3,7),
(1,8),
(2,8),
(3,8),
(1,9),
(2,9),
(3,9),
(1,10),
(2,10),
(1,11),
(2,11),
(3,11),
(6,11),
(1,12),
(2,12),
(3,12),
(1,13),
(2,13),
(3,13),
(4,13),
(1,14),
(2,14),
(4,14),
(1,15),
(2,15),
(4,15),
(5,15),
(1,16),
(2,16),
(4,16),
(5,16),
(1,17),
(2,17),
(5,17),
(1,18),
(2,18),
(1,19),
(2,19),
(1,20),
(2,20),
(1,21),
(2,21),
(1,22),
(2,22),
(3,22),
(1,23),
(2,23),
(6,23),
(1,24),
(2,24),
(6,24),
(1,25),
(2,25),
(6,25),
(1,26),
(2,26),
(3,26),
(6,26),
(1,27),
(2,27),
(3,27),
(1,28),
(2,28),
(6,28),
(1,29),
(2,29),
(6,29),
(1,30),
(2,30),
(1,31),
(2,31),
(3,31),
(6,31),
(1,32),
(2,32),
(1,33),
(2,33),
(1,34),
(2,34),
(1,35),
(1,36),
(2,36),
(1,37),
(1,38),
(2,38),
(1,39),
(2,39),
(3,39),
(4,39),
(5,39),
(6,39),
(1,40),
(2,40),
(6,40);
/*!40000 ALTER TABLE `role_permission` 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` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `slug` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `is_system` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `roles_slug_unique` (`slug`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_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,'Super Admin','super_admin','Full unrestricted access to all features.',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(2,'Manager','manager','All operational access except staff/role management.',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(3,'Front Desk','front_desk','Reservations, check-in/out, guest profiles.',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(4,'Housekeeping','housekeeping','Housekeeping tasks and room status updates.',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(5,'Maintenance','maintenance','Work order creation and resolution.',1,'2026-06-17 23:03:36','2026-06-17 23:03:36'),
(6,'Accountant','accountant','Reports, payments, and billing access.',1,'2026-06-17 23:03:36','2026-06-17 23:03:36');
/*!40000 ALTER TABLE `roles` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `room_photos`
--

DROP TABLE IF EXISTS `room_photos`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `room_photos` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `room_no` varchar(10) DEFAULT NULL,
  `path` varchar(255) NOT NULL,
  `caption` varchar(255) DEFAULT NULL,
  `sort_order` smallint(5) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `room_photos_room_no_foreign` (`room_no`),
  CONSTRAINT `room_photos_room_no_foreign` FOREIGN KEY (`room_no`) REFERENCES `rooms` (`no`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `room_photos`
--

LOCK TABLES `room_photos` WRITE;
/*!40000 ALTER TABLE `room_photos` DISABLE KEYS */;
/*!40000 ALTER TABLE `room_photos` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `rooms`
--

DROP TABLE IF EXISTS `rooms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `rooms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `no` varchar(10) NOT NULL,
  `name` varchar(255) NOT NULL,
  `floor` tinyint(3) unsigned NOT NULL,
  `wing` char(1) NOT NULL DEFAULT 'A',
  `type` varchar(255) NOT NULL,
  `beds` varchar(255) NOT NULL,
  `max_pax` tinyint(3) unsigned NOT NULL DEFAULT 2,
  `rate` int(10) unsigned NOT NULL,
  `sqm` tinyint(3) unsigned NOT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'available',
  `notes` text DEFAULT NULL,
  `amenities` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`amenities`)),
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `rooms_no_unique` (`no`),
  KEY `idx_rooms_status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `rooms`
--

LOCK TABLES `rooms` WRITE;
/*!40000 ALTER TABLE `rooms` DISABLE KEYS */;
INSERT INTO `rooms` VALUES
(1,'101','Junior Deluxe',1,'A','Junior Deluxe','1 Single Bed',1,749,18,'available',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 04:07:19'),
(2,'102','Junior Deluxe',1,'A','Junior Deluxe','1 Single Bed',1,749,18,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-27 14:32:45'),
(3,'103','Junior Deluxe',1,'A','Junior Deluxe','1 Single Bed',1,749,18,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:46:25'),
(4,'104','Junior Deluxe',1,'A','Junior Deluxe','1 Single Bed',1,749,18,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:24:10'),
(5,'105','Superior Deluxe',1,'A','Superior Deluxe','1 Queen Bed',2,899,20,'out_of_order',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:39:30'),
(6,'106','Superior Deluxe',1,'A','Superior Deluxe','1 Queen Bed',2,899,20,'available',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 23:09:40'),
(7,'107','Barkadahan',1,'A','Barkadahan','2 Queen Beds',4,1449,35,'clean','Group / barkada room','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:39:34'),
(8,'108','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'maintenance',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 23:09:53'),
(9,'109','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'out_of_order','Flagged — see management','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 23:10:09'),
(10,'110','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 13:07:03'),
(11,'111','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'out_of_order','Need Set of Toilet Bowl','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 23:10:38'),
(12,'112','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:12:30'),
(13,'113','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-21 08:52:32'),
(14,'114','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-27 12:22:46'),
(15,'115','Superior Deluxe',1,'B','Superior Deluxe','1 Queen Bed',2,899,20,'out_of_order','Flagged — see management','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 23:11:24'),
(16,'116','Junior Deluxe',1,'B','Junior Deluxe','1 Single Bed',1,749,18,'out_of_order','No Aircon, Need to Change AC Placement','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 23:03:04'),
(17,'117','Junior Deluxe',1,'B','Junior Deluxe','1 Single Bed',1,749,18,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:43:17'),
(18,'201','Deluxe Twin',2,'A','Deluxe Twin','2 Single Beds',2,999,22,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 10:00:38'),
(19,'202','Economy Twin',2,'A','Economy Twin','2 Single Beds',2,749,16,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:12:53'),
(20,'203','Family Room',2,'A','Family Room','2 Queen Beds',4,1749,30,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 10:04:30'),
(21,'204','Economy Twin',2,'A','Economy Twin','2 Single Beds',2,749,16,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 09:50:33'),
(22,'205','Economy Double',2,'A','Economy Double','1 Queen Bed',2,749,16,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:48:17'),
(23,'206','Standard Twin',2,'A','Standard Twin','2 Single Beds',2,899,18,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 09:52:28'),
(24,'207','Economy Twin',2,'B','Economy Twin','2 Single Beds',2,749,16,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-26 19:58:50'),
(25,'208','Ordinary Twin',2,'B','Ordinary Twin','2 Single Beds',2,549,16,'clean',NULL,'[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-07-09 18:31:18'),
(26,'209','Economy Twin',2,'B','Economy Twin','2 Single Beds',2,749,16,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-26 19:58:54'),
(27,'210','Economy Twin',2,'B','Economy Twin','2 Single Beds',2,749,16,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:09:37'),
(28,'211','Ordinary Double',2,'B','Ordinary Double','1 Queen Bed',2,649,16,'occupied',NULL,'[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-07-29 04:01:00'),
(29,'212','Economy Double',2,'B','Economy Double','1 Queen Bed',2,699,16,'out_of_order','Flagged — see management','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 17:05:56'),
(30,'213','Economy Junior',2,'B','Economy Junior','1 Single Bed',1,599,14,'available',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 16:53:59'),
(31,'214','Economy Double',2,'B','Economy Double','1 Queen Bed',2,749,16,'available',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 04:07:33'),
(32,'301','Deluxe Twin',3,'A','Deluxe Twin','2 Single Beds',2,999,22,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-22 20:27:19'),
(33,'302','Family Room 2',3,'A','Family Room 2','2 Queen Beds',4,1749,30,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-27 19:13:07'),
(34,'303','Deluxe Twin',3,'A','Deluxe Twin','2 Single Beds',2,999,22,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 20:34:06'),
(35,'304','Deluxe Twin',3,'A','Deluxe Twin','2 Single Beds',2,999,22,'out_of_order',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 16:55:28'),
(36,'305','Ordinary Twin',3,'A','Ordinary Twin','2 Single Beds',2,649,16,'clean',NULL,'[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-07-26 19:59:01'),
(37,'306','Ordinary Twin',3,'A','Ordinary Twin','2 Single Beds',2,649,16,'out_of_order','Flagged — see management','[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-06-30 17:17:05'),
(38,'307','Deluxe Double',3,'A','Deluxe Double','1 Queen Bed',2,999,22,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:39:54'),
(39,'308','Deluxe Double',3,'A','Deluxe Double','1 Queen Bed',2,999,22,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:48:39'),
(40,'309','Ordinary Twin',3,'B','Ordinary Twin','2 Single Beds',2,649,16,'clean',NULL,'[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-07-28 19:39:58'),
(41,'310','Barkadahan',3,'B','Barkadahan','2 Queen Beds',4,1449,35,'clean','Group / barkada room','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 09:50:48'),
(42,'311','Standard Twin',3,'B','Standard Twin','2 Single Beds',2,899,18,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:36:45'),
(43,'312','Ordinary Twin',3,'B','Ordinary Twin','2 Single Beds',2,649,16,'clean',NULL,'[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-07-13 16:00:37'),
(44,'313','Ordinary Twin',3,'B','Ordinary Twin','2 Single Beds',2,649,16,'available',NULL,'[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-07-02 22:39:26'),
(45,'314','Standard Twin',3,'B','Standard Twin','2 Single Beds',2,899,18,'dirty',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:35:33'),
(46,'315','Standard Twin',3,'B','Standard Twin','2 Single Beds',2,899,18,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-22 20:28:11'),
(47,'316','Ordinary Twin',3,'B','Ordinary Twin','2 Single Beds',2,649,16,'out_of_order','Flagged — see management','[\"Free Wi-Fi\",\"Fan (non air conditioned)\"]','2026-06-17 23:03:35','2026-06-30 17:12:27'),
(48,'317','Standard Twin',3,'B','Standard Twin','2 Single Beds',2,899,18,'out_of_order','Flagged — see management','[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 23:08:03'),
(49,'318','Economy Double',3,'B','Economy Double','1 Queen Bed',2,749,16,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 20:41:47'),
(50,'401','Deluxe Trio',4,'A','Deluxe Trio','1 King + 1 Single',3,1349,26,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 20:22:09'),
(51,'402','Executive Suite',4,'A','Executive Suite','1 King Bed',4,1999,45,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-18 02:00:03'),
(52,'403','Deluxe Twin',4,'A','Deluxe Twin','2 Single Beds',2,999,22,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:40:09'),
(53,'404','Standard Twin',4,'A','Standard Twin','2 Single Beds',2,899,18,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-26 09:01:54'),
(54,'405','Deluxe Twin',4,'A','Deluxe Twin','2 Single Beds',2,999,22,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:40:13'),
(55,'406','Deluxe Trio',4,'A','Deluxe Trio','1 King + 1 Single',3,1349,26,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 07:22:00'),
(56,'407','Deluxe Twin',4,'A','Deluxe Twin','2 Single Beds',2,999,22,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:50:23'),
(57,'408','Standard Double',4,'B','Standard Double','1 Queen Bed',2,899,18,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 11:25:47'),
(58,'409','Standard Double',4,'B','Standard Double','1 Queen Bed',2,899,18,'out_of_order',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 22:55:46'),
(59,'410','Standard Twin',4,'B','Standard Twin','2 Single Beds',2,899,18,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-28 19:40:16'),
(60,'411','Standard Double',4,'B','Standard Double','1 Queen Bed',2,899,18,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-29 09:52:33'),
(61,'412','Standard Double',4,'B','Standard Double','1 Queen Bed',2,899,18,'out_of_order',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-06-30 22:55:20'),
(62,'413','Standard Double',4,'B','Standard Double','1 Queen Bed',2,899,18,'clean',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-26 19:59:37'),
(63,'414','Standard Double',4,'B','Standard Double','1 Queen Bed',2,899,18,'occupied',NULL,'[\"Free Wi-Fi\", \"Air Conditioning\"]','2026-06-17 23:03:35','2026-07-27 20:02:34');
/*!40000 ALTER TABLE `rooms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `sessions`
--

DROP TABLE IF EXISTS `sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `sessions` (
  `id` varchar(255) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `ip_address` varchar(45) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `payload` longtext NOT NULL,
  `last_activity` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `sessions_user_id_index` (`user_id`),
  KEY `sessions_last_activity_index` (`last_activity`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `sessions`
--

LOCK TABLES `sessions` WRITE;
/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
INSERT INTO `sessions` VALUES
('KpzDrZryQxc0S81RxXipYxmRKDaHzKOIxKCLcni6',NULL,'37.27.59.176','Mozilla/5.0 (compatible; SERankingBacklinksBot/1.0; +https://seranking.com/backlinks-crawler)','eyJfdG9rZW4iOiJXM1ZqUlU5Um1BZTBDQTI3VjBsdHVRSDJMeGxTUGJQSkJXSDQ4YUduIiwiX3ByZXZpb3VzIjp7InVybCI6Imh0dHA6XC9cL3Bhcmt2aWV3aG90ZWwuY29tLnBoXC9jbGFya1wvcHZoLW1haW5cL3B1YmxpYyIsInJvdXRlIjoiZW4ucHVibGljLmhvbWUifSwiX2ZsYXNoIjp7Im9sZCI6W10sIm5ldyI6W119fQ==',1785288507),
('OpFW3As59EaKpW6rQRyugPAGHFRV8WyGAZJpiMuV',1,'2001:4455:6d7:b00:40d9:a20:59d1:ef4e','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36','eyJfdG9rZW4iOiJpRjFId3V4VTlKS1N2bmhtdndWTU82T3V3TVpjZlhSTVNWaHd0NG5QIiwiX3ByZXZpb3VzIjp7InVybCI6Imh0dHBzOlwvXC9lcG1zLnBhcmt2aWV3aG90ZWwuY29tLnBoXC9iYWNrdXBzIiwicm91dGUiOiJiYWNrdXBzLmluZGV4In0sIl9mbGFzaCI6eyJvbGQiOltdLCJuZXciOltdfSwibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiOjEsInBtc190b3VyX3Nob3duIjp0cnVlfQ==',1785297174),
('OPR08yv8AXeuIzAZKx63M27ELLCdzeFku5gB9NjM',NULL,'17.241.75.146','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','eyJfdG9rZW4iOiJZcVY4MHpJUlVUUHJVMlFQQzdham02RmF4aW1TMXBvYmdwVWdMRUlQIiwiX3ByZXZpb3VzIjp7InVybCI6Imh0dHBzOlwvXC9wYXJrdmlld2hvdGVsLmNvbS5waFwvY2xhcmtcL3B2aC1tYWluXC9wdWJsaWNcL3Jvb21zLW92ZXJ2aWV3XC9EZWx1eGUrVHdpbiIsInJvdXRlIjoiZW4ucHVibGljLnJvb20tZGV0YWlsIn0sIl9mbGFzaCI6eyJvbGQiOltdLCJuZXciOltdfX0=',1785289760),
('q5pGiWZGItElXbQbzDaawd0whQrI0YCZbbVOpw4m',1,'2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36','eyJfdG9rZW4iOiJLZVFIOFdJUWxGWFNwUnlKdXNqMWZud2l0UVQ2SE13eTJXTnR5NmlGIiwiX3ByZXZpb3VzIjp7InVybCI6Imh0dHBzOlwvXC9lcG1zLnBhcmt2aWV3aG90ZWwuY29tLnBoXC9kYXNoYm9hcmQiLCJyb3V0ZSI6ImRhc2hib2FyZCJ9LCJfZmxhc2giOnsib2xkIjpbXSwibmV3IjpbXX0sImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjoxLCJwbXNfdG91cl9zaG93biI6dHJ1ZX0=',1785290053),
('QbMW0tuovrDdWuafLq1rScGOAAuhgEYy8AD4NV0d',NULL,'17.22.245.207','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','eyJfdG9rZW4iOiJCOUppb0Q4NnNBUnVOVmduYXFBbXRDbGNNOVdtenpCcXczRURBVGhSIiwiX3ByZXZpb3VzIjp7InVybCI6Imh0dHBzOlwvXC9wYXJrdmlld2hvdGVsLmNvbS5waFwvY2xhcmtcL3B2aC1tYWluXC9wdWJsaWNcL3Jvb21zLW92ZXJ2aWV3XC9TdXBlcmlvcitEZWx1eGUiLCJyb3V0ZSI6ImVuLnB1YmxpYy5yb29tLWRldGFpbCJ9LCJfZmxhc2giOnsib2xkIjpbXSwibmV3IjpbXX19',1785292624),
('Zfh4hm6UV8mD6nUzyaqNsgxOUPo0FcJxhGiMLuXu',8,'2001:4455:6eb:3e00:71ae:78b1:5c53:66cd','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36','eyJfdG9rZW4iOiJrWlNBdGZWVlpMYnpOWmtPZGEwNTkwMjRYa3VORThpeDdUVDE3SjdEIiwiX3ByZXZpb3VzIjp7InVybCI6Imh0dHBzOlwvXC9lcG1zLnBhcmt2aWV3aG90ZWwuY29tLnBoXC9zaGlmdHNcLzk3XC9jbG9zZSIsInJvdXRlIjoic2hpZnRzLmNsb3NlIn0sIl9mbGFzaCI6eyJvbGQiOltdLCJuZXciOltdfSwibG9naW5fd2ViXzU5YmEzNmFkZGMyYjJmOTQwMTU4MGYwMTRjN2Y1OGVhNGUzMDk4OWQiOjgsInBtc190b3VyX3Nob3duIjp0cnVlfQ==',1785296962);
/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `settings`
--

DROP TABLE IF EXISTS `settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(255) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `settings_key_unique` (`key`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `settings`
--

LOCK TABLES `settings` WRITE;
/*!40000 ALTER TABLE `settings` DISABLE KEYS */;
INSERT INTO `settings` VALUES
(1,'property_name','Parkview Hotel CDO','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(2,'property_tagline','Premier Hotel in Cagayan de Oro','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(3,'property_address','J.R. Borja St., Cor. Tiano Bros.','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(4,'property_city','Cagayan de Oro City','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(5,'property_province','Misamis Oriental','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(6,'property_zip','9000','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(7,'property_country','Philippines','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(8,'property_phone','+63 88 123 4567','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(9,'property_email','reservations@parkviewhotelcdo.com','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(10,'property_website','www.parkviewhotelcdo.com','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(11,'checkin_time','14:00','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(12,'checkout_time','12:00','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(13,'early_checkin_fee','500','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(14,'late_checkout_fee','500','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(15,'max_advance_booking_days','365','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(16,'vat_rate','12','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(17,'service_charge','0','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(18,'tax_inclusive','0','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(19,'bir_registered_name','Parkview Hotel Corporation','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(20,'tin','123-456-789-000','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(21,'or_prefix','PH','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(22,'receipt_footer','Thank you for choosing Parkview Hotel CDO. We look forward to welcoming you again.','2026-06-17 23:03:35','2026-06-17 23:03:35'),
(23,'payment_methods','[\"Cash\",\"GCash\",\"Maya\",\"Credit Card\",\"Debit Card\",\"Bank Transfer\",\"Check\",\"Agoda Settlement\",\"Booking.com Settlement\"]','2026-07-01 00:10:48','2026-07-01 00:10:48'),
(24,'website_maintenance','1','2026-07-28 20:18:06','2026-07-29 11:49:45');
/*!40000 ALTER TABLE `settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `shifts`
--

DROP TABLE IF EXISTS `shifts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `shifts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `shift_type` enum('morning','afternoon','night','custom') NOT NULL DEFAULT 'custom',
  `started_at` datetime NOT NULL,
  `ended_at` datetime DEFAULT NULL,
  `status` enum('open','closed') NOT NULL DEFAULT 'open',
  `opening_cash` decimal(10,2) DEFAULT NULL,
  `closing_cash` decimal(10,2) DEFAULT NULL,
  `handover_notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `shifts_user_id_foreign` (`user_id`),
  CONSTRAINT `shifts_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=98 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `shifts`
--

LOCK TABLES `shifts` WRITE;
/*!40000 ALTER TABLE `shifts` DISABLE KEYS */;
INSERT INTO `shifts` VALUES
(1,1,'morning','2026-06-18 12:04:19','2026-06-18 12:06:11','closed',3000.00,NULL,NULL,'2026-06-18 12:04:19','2026-06-18 12:06:11'),
(2,1,'afternoon','2026-06-18 12:06:38','2026-06-18 12:25:22','closed',3000.00,NULL,NULL,'2026-06-18 12:06:38','2026-06-18 12:25:22'),
(3,1,'afternoon','2026-06-18 13:03:25','2026-06-18 13:31:56','closed',1000.00,3752.00,NULL,'2026-06-18 13:03:25','2026-06-18 13:31:56'),
(4,1,'afternoon','2026-06-18 13:53:48','2026-06-18 13:53:55','closed',1000.00,NULL,NULL,'2026-06-18 13:53:48','2026-06-18 13:53:55'),
(5,3,'afternoon','2026-06-18 13:54:45','2026-06-18 13:56:42','closed',1000.00,4886.00,NULL,'2026-06-18 13:54:45','2026-06-18 13:56:42'),
(6,3,'afternoon','2026-06-18 13:58:41','2026-06-18 19:11:32','closed',NULL,NULL,NULL,'2026-06-18 13:58:41','2026-06-18 19:11:32'),
(7,6,'afternoon','2026-06-18 19:12:13','2026-06-24 17:57:16','closed',1000.00,NULL,NULL,'2026-06-18 19:12:13','2026-06-24 17:57:16'),
(8,6,'morning','2026-06-29 13:00:26','2026-06-29 13:04:50','closed',1000.00,NULL,NULL,'2026-06-29 13:00:26','2026-06-29 13:04:50'),
(9,6,'afternoon','2026-06-30 17:51:22','2026-07-01 01:44:09','closed',1000.00,NULL,NULL,'2026-06-30 17:51:22','2026-07-01 01:44:09'),
(10,8,'night','2026-07-01 01:45:52','2026-07-01 05:43:23','closed',2100.00,NULL,NULL,'2026-07-01 01:45:52','2026-07-01 05:43:23'),
(11,6,'afternoon','2026-07-01 15:46:27','2026-07-01 15:46:46','closed',NULL,NULL,NULL,'2026-07-01 15:46:27','2026-07-01 15:46:46'),
(12,6,'afternoon','2026-07-01 15:48:36','2026-07-01 16:02:12','closed',1500.00,NULL,NULL,'2026-07-01 15:48:36','2026-07-01 16:02:12'),
(13,9,'morning','2026-07-01 16:04:34','2026-07-01 20:20:07','closed',NULL,5443.00,NULL,'2026-07-01 16:04:34','2026-07-01 20:20:07'),
(14,6,'afternoon','2026-07-01 20:23:02','2026-07-01 20:23:13','closed',NULL,NULL,NULL,'2026-07-01 20:23:02','2026-07-01 20:23:13'),
(15,6,'afternoon','2026-07-01 20:23:40','2026-07-01 21:59:24','closed',1500.00,10640.00,NULL,'2026-07-01 20:23:40','2026-07-01 21:59:24'),
(16,8,'night','2026-07-01 22:39:54','2026-07-02 06:04:26','closed',2000.00,NULL,NULL,'2026-07-01 22:39:54','2026-07-02 06:04:26'),
(17,9,'morning','2026-07-02 14:41:29','2026-07-02 20:12:06','closed',NULL,NULL,NULL,'2026-07-02 14:41:29','2026-07-02 20:12:06'),
(18,7,'afternoon','2026-07-02 20:12:25','2026-07-02 23:04:54','closed',NULL,6963.00,NULL,'2026-07-02 20:12:25','2026-07-02 23:04:54'),
(19,8,'night','2026-07-02 23:05:36','2026-07-03 05:34:36','closed',2600.00,4095.60,NULL,'2026-07-02 23:05:36','2026-07-03 05:34:36'),
(20,6,'morning','2026-07-03 06:15:29','2026-07-03 13:12:26','closed',2500.00,4394.00,NULL,'2026-07-03 06:15:29','2026-07-03 13:12:26'),
(21,9,'afternoon','2026-07-03 14:06:50','2026-07-03 20:57:51','closed',NULL,NULL,NULL,'2026-07-03 14:06:50','2026-07-03 20:57:51'),
(22,8,'night','2026-07-03 21:59:39','2026-07-04 05:33:45','closed',NULL,2850.00,NULL,'2026-07-03 21:59:39','2026-07-04 05:33:45'),
(23,7,'afternoon','2026-07-04 19:45:09','2026-07-04 21:57:47','closed',NULL,NULL,NULL,'2026-07-04 19:45:09','2026-07-04 21:57:47'),
(24,8,'night','2026-07-04 21:59:27','2026-07-05 05:25:19','closed',NULL,0.00,NULL,'2026-07-04 21:59:27','2026-07-05 05:25:19'),
(25,10,'morning','2026-07-05 06:26:21','2026-07-05 17:09:04','closed',NULL,NULL,NULL,'2026-07-05 06:26:21','2026-07-05 17:09:04'),
(26,7,'afternoon','2026-07-05 17:15:47','2026-07-05 21:59:37','closed',NULL,NULL,NULL,'2026-07-05 17:15:47','2026-07-05 21:59:37'),
(27,9,'night','2026-07-05 22:00:22','2026-07-06 05:15:49','closed',NULL,NULL,NULL,'2026-07-05 22:00:22','2026-07-06 05:15:49'),
(28,8,'morning','2026-07-06 06:20:42','2026-07-06 14:10:27','closed',NULL,NULL,NULL,'2026-07-06 06:20:42','2026-07-06 14:10:27'),
(29,7,'afternoon','2026-07-06 14:23:50','2026-07-06 22:14:07','closed',NULL,NULL,NULL,'2026-07-06 14:23:50','2026-07-06 22:14:07'),
(30,6,'night','2026-07-07 02:16:40','2026-07-07 05:13:18','closed',NULL,NULL,NULL,'2026-07-07 02:16:40','2026-07-07 05:13:18'),
(31,8,'morning','2026-07-07 05:38:48','2026-07-07 13:19:03','closed',NULL,NULL,NULL,'2026-07-07 05:38:48','2026-07-07 13:19:03'),
(32,7,'afternoon','2026-07-07 13:38:13','2026-07-07 22:24:51','closed',NULL,NULL,NULL,'2026-07-07 13:38:13','2026-07-07 22:24:51'),
(33,6,'night','2026-07-08 02:30:49','2026-07-08 05:55:20','closed',NULL,NULL,'113 - Borrow adapter','2026-07-08 02:30:49','2026-07-08 05:55:20'),
(34,8,'morning','2026-07-08 06:26:17','2026-07-08 13:27:54','closed',NULL,NULL,NULL,'2026-07-08 06:26:17','2026-07-08 13:27:54'),
(35,7,'afternoon','2026-07-08 14:07:42','2026-07-08 22:09:26','closed',NULL,NULL,NULL,'2026-07-08 14:07:42','2026-07-08 22:09:26'),
(36,9,'night','2026-07-08 22:11:54','2026-07-09 05:57:05','closed',NULL,NULL,NULL,'2026-07-08 22:11:54','2026-07-09 05:57:05'),
(37,8,'morning','2026-07-09 06:21:45','2026-07-09 13:17:22','closed',NULL,NULL,NULL,'2026-07-09 06:21:45','2026-07-09 13:17:22'),
(38,7,'afternoon','2026-07-09 14:31:33','2026-07-09 22:37:19','closed',NULL,NULL,NULL,'2026-07-09 14:31:33','2026-07-09 22:37:19'),
(39,9,'night','2026-07-09 22:39:00','2026-07-10 05:59:55','closed',NULL,NULL,NULL,'2026-07-09 22:39:00','2026-07-10 05:59:55'),
(40,8,'morning','2026-07-10 06:26:24','2026-07-10 14:42:18','closed',NULL,NULL,NULL,'2026-07-10 06:26:24','2026-07-10 14:42:18'),
(41,6,'afternoon','2026-07-10 16:02:11','2026-07-10 22:03:01','closed',NULL,NULL,NULL,'2026-07-10 16:02:11','2026-07-10 22:03:01'),
(42,9,'night','2026-07-10 22:06:50','2026-07-11 05:32:26','closed',NULL,NULL,'ROOM 402 - BORROWED ADAPTER','2026-07-10 22:06:50','2026-07-11 05:32:26'),
(43,10,'morning','2026-07-11 06:01:00','2026-07-11 14:56:13','closed',NULL,NULL,NULL,'2026-07-11 06:01:00','2026-07-11 14:56:13'),
(44,7,'afternoon','2026-07-11 14:56:52','2026-07-11 22:02:59','closed',NULL,NULL,NULL,'2026-07-11 14:56:52','2026-07-11 22:02:59'),
(45,8,'night','2026-07-11 22:04:02','2026-07-12 05:18:33','closed',NULL,NULL,NULL,'2026-07-11 22:04:02','2026-07-12 05:18:33'),
(46,10,'morning','2026-07-12 06:13:36','2026-07-12 15:04:00','closed',NULL,NULL,NULL,'2026-07-12 06:13:36','2026-07-12 15:04:00'),
(47,7,'afternoon','2026-07-12 15:04:34','2026-07-12 22:45:51','closed',NULL,NULL,NULL,'2026-07-12 15:04:34','2026-07-12 22:45:51'),
(48,9,'night','2026-07-12 22:47:13','2026-07-13 05:32:39','closed',NULL,NULL,'CARRIED BY ERIKA\'S SALES (JULY 12, 2026 - MORNING SHIFT)\r\nFORGOT TO SETTLED DURING HER SHIFT\r\n\r\n#411 - ₱849 (CASH)\r\n#206 - ₱1,698 (CASH)\r\n#408 - ₱899 with Early Check-In (CASH)\r\n#315 - ₱949 with Early Check-In (GCASH)\r\n\r\nBREAKDOWN:\r\n- CASH : ₱3,446\r\n- GCASH : ₱949\r\n\r\nTOTAL : ₱4,395\r\n\r\n\r\nPS: NOT INCLUDED IN HIDDEN\'S SALES/CHECK-IN','2026-07-12 22:47:13','2026-07-13 05:32:39'),
(49,7,'morning','2026-07-13 06:14:33','2026-07-13 14:21:13','closed',NULL,NULL,NULL,'2026-07-13 06:14:33','2026-07-13 14:21:13'),
(50,8,'afternoon','2026-07-13 14:21:53','2026-07-14 00:51:29','closed',NULL,NULL,NULL,'2026-07-13 14:21:53','2026-07-14 00:51:29'),
(51,6,'night','2026-07-14 00:52:15','2026-07-14 06:33:36','closed',NULL,NULL,NULL,'2026-07-14 00:52:15','2026-07-14 06:33:36'),
(52,8,'morning','2026-07-14 06:34:14','2026-07-14 14:03:43','closed',NULL,NULL,NULL,'2026-07-14 06:34:14','2026-07-14 14:03:43'),
(53,6,'afternoon','2026-07-14 16:50:56','2026-07-14 22:39:28','closed',NULL,NULL,NULL,'2026-07-14 16:50:56','2026-07-14 22:39:28'),
(54,9,'night','2026-07-14 22:41:08','2026-07-15 06:16:57','closed',NULL,NULL,NULL,'2026-07-14 22:41:08','2026-07-15 06:16:57'),
(55,7,'morning','2026-07-15 06:18:15','2026-07-15 14:03:08','closed',NULL,NULL,NULL,'2026-07-15 06:18:15','2026-07-15 14:03:08'),
(56,8,'afternoon','2026-07-15 14:03:51','2026-07-15 22:18:59','closed',NULL,NULL,NULL,'2026-07-15 14:03:51','2026-07-15 22:18:59'),
(57,9,'night','2026-07-15 22:19:28','2026-07-16 09:38:48','closed',NULL,NULL,NULL,'2026-07-15 22:19:28','2026-07-16 09:38:48'),
(58,7,'morning','2026-07-16 09:39:22','2026-07-16 14:08:49','closed',NULL,NULL,NULL,'2026-07-16 09:39:22','2026-07-16 14:08:49'),
(59,8,'afternoon','2026-07-16 14:09:19','2026-07-16 21:28:37','closed',NULL,NULL,NULL,'2026-07-16 14:09:19','2026-07-16 21:28:37'),
(60,9,'night','2026-07-16 23:00:45','2026-07-17 05:28:21','closed',NULL,NULL,NULL,'2026-07-16 23:00:45','2026-07-17 05:28:21'),
(61,7,'morning','2026-07-17 06:20:50','2026-07-17 14:14:51','closed',NULL,NULL,NULL,'2026-07-17 06:20:50','2026-07-17 14:14:51'),
(62,8,'afternoon','2026-07-17 14:15:21','2026-07-17 20:49:22','closed',NULL,NULL,NULL,'2026-07-17 14:15:21','2026-07-17 20:49:22'),
(63,6,'night','2026-07-18 01:31:59','2026-07-18 06:19:58','closed',NULL,NULL,'110 - Borrow adapter','2026-07-18 01:31:59','2026-07-18 06:19:58'),
(64,10,'morning','2026-07-18 06:34:16','2026-07-18 15:30:49','closed',NULL,NULL,NULL,'2026-07-18 06:34:16','2026-07-18 15:30:49'),
(65,7,'afternoon','2026-07-18 17:49:07','2026-07-18 22:12:15','closed',NULL,NULL,NULL,'2026-07-18 17:49:07','2026-07-18 22:12:15'),
(66,8,'night','2026-07-18 22:12:50','2026-07-19 06:03:26','closed',NULL,NULL,NULL,'2026-07-18 22:12:50','2026-07-19 06:03:26'),
(67,10,'morning','2026-07-19 06:21:26','2026-07-19 15:17:44','closed',NULL,NULL,NULL,'2026-07-19 06:21:26','2026-07-19 15:17:44'),
(68,7,'afternoon','2026-07-19 15:33:23','2026-07-19 23:43:59','closed',NULL,NULL,NULL,'2026-07-19 15:33:23','2026-07-19 23:43:59'),
(69,9,'night','2026-07-19 23:44:30','2026-07-20 06:23:06','closed',NULL,NULL,NULL,'2026-07-19 23:44:30','2026-07-20 06:23:06'),
(70,8,'morning','2026-07-20 06:24:15','2026-07-20 14:11:04','closed',NULL,NULL,NULL,'2026-07-20 06:24:15','2026-07-20 14:11:04'),
(71,7,'afternoon','2026-07-20 14:12:11','2026-07-20 23:32:50','closed',NULL,NULL,NULL,'2026-07-20 14:12:11','2026-07-20 23:32:50'),
(72,9,'night','2026-07-20 23:33:10','2026-07-21 05:48:11','closed',NULL,NULL,NULL,'2026-07-20 23:33:10','2026-07-21 05:48:11'),
(73,8,'morning','2026-07-21 06:26:24','2026-07-21 14:01:53','closed',NULL,NULL,NULL,'2026-07-21 06:26:24','2026-07-21 14:01:53'),
(74,7,'afternoon','2026-07-21 14:15:08','2026-07-21 22:10:08','closed',NULL,NULL,NULL,'2026-07-21 14:15:08','2026-07-21 22:10:08'),
(75,9,'night','2026-07-21 22:10:34','2026-07-22 05:56:44','closed',NULL,NULL,NULL,'2026-07-21 22:10:34','2026-07-22 05:56:44'),
(76,6,'morning','2026-07-22 09:13:31','2026-07-22 14:08:34','closed',NULL,NULL,NULL,'2026-07-22 09:13:31','2026-07-22 14:08:34'),
(77,7,'afternoon','2026-07-22 14:39:20','2026-07-22 22:22:55','closed',NULL,NULL,NULL,'2026-07-22 14:39:20','2026-07-22 22:22:55'),
(78,8,'night','2026-07-22 22:23:39','2026-07-23 05:29:01','closed',NULL,NULL,NULL,'2026-07-22 22:23:39','2026-07-23 05:29:01'),
(79,6,'morning','2026-07-23 07:38:36','2026-07-23 14:10:33','closed',NULL,NULL,'113 - adapter 07/21/2026','2026-07-23 07:38:36','2026-07-23 14:10:33'),
(80,7,'afternoon','2026-07-23 14:14:53','2026-07-23 22:09:12','closed',NULL,NULL,NULL,'2026-07-23 14:14:53','2026-07-23 22:09:12'),
(81,8,'night','2026-07-23 22:09:49','2026-07-24 06:13:49','closed',NULL,NULL,NULL,'2026-07-23 22:09:49','2026-07-24 06:13:49'),
(82,6,'morning','2026-07-24 11:07:12','2026-07-24 14:17:29','closed',NULL,NULL,NULL,'2026-07-24 11:07:12','2026-07-24 14:17:29'),
(83,7,'afternoon','2026-07-24 16:12:28','2026-07-24 22:33:10','closed',NULL,NULL,NULL,'2026-07-24 16:12:28','2026-07-24 22:33:10'),
(84,8,'night','2026-07-25 02:44:32','2026-07-25 05:20:45','closed',NULL,NULL,NULL,'2026-07-25 02:44:32','2026-07-25 05:20:45'),
(85,10,'morning','2026-07-25 06:33:57','2026-07-25 14:59:50','closed',NULL,NULL,NULL,'2026-07-25 06:33:57','2026-07-25 14:59:50'),
(86,8,'afternoon','2026-07-25 15:00:23','2026-07-25 22:19:34','closed',NULL,NULL,NULL,'2026-07-25 15:00:23','2026-07-25 22:19:34'),
(87,9,'night','2026-07-25 22:20:54','2026-07-26 06:01:30','closed',NULL,NULL,NULL,'2026-07-25 22:20:54','2026-07-26 06:01:30'),
(88,10,'morning','2026-07-26 06:15:27','2026-07-26 16:52:18','closed',NULL,NULL,NULL,'2026-07-26 06:15:27','2026-07-26 16:52:18'),
(89,7,'afternoon','2026-07-26 16:52:44','2026-07-26 23:12:02','closed',NULL,NULL,NULL,'2026-07-26 16:52:44','2026-07-26 23:12:02'),
(90,9,'night','2026-07-26 23:12:24','2026-07-27 05:40:58','closed',NULL,NULL,NULL,'2026-07-26 23:12:24','2026-07-27 05:40:58'),
(91,8,'morning','2026-07-27 06:15:03','2026-07-27 14:11:18','closed',NULL,NULL,NULL,'2026-07-27 06:15:03','2026-07-27 14:11:18'),
(92,7,'afternoon','2026-07-27 14:31:38','2026-07-28 00:51:10','closed',NULL,NULL,NULL,'2026-07-27 14:31:38','2026-07-28 00:51:10'),
(93,6,'night','2026-07-28 04:43:22','2026-07-28 06:09:36','closed',NULL,NULL,'113 - Borrow Adapter 07-21\r\n117 - Borrow Extension Wire 07-27','2026-07-28 04:43:22','2026-07-28 06:09:36'),
(94,8,'morning','2026-07-28 06:30:44','2026-07-28 13:21:00','closed',NULL,NULL,NULL,'2026-07-28 06:30:44','2026-07-28 13:21:00'),
(95,7,'afternoon','2026-07-28 14:02:42','2026-07-28 22:53:39','closed',NULL,NULL,NULL,'2026-07-28 14:02:42','2026-07-28 22:53:39'),
(96,6,'night','2026-07-29 01:39:40','2026-07-29 06:04:31','closed',NULL,NULL,NULL,'2026-07-29 01:39:40','2026-07-29 06:04:31'),
(97,8,'morning','2026-07-29 06:24:46',NULL,'open',NULL,NULL,NULL,'2026-07-29 06:24:46','2026-07-29 06:24:46');
/*!40000 ALTER TABLE `shifts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `testimonials`
--

DROP TABLE IF EXISTS `testimonials`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `testimonials` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `guest_name` varchar(255) NOT NULL,
  `location` varchar(255) DEFAULT NULL,
  `stay_month` varchar(255) DEFAULT NULL,
  `rating` tinyint(3) unsigned NOT NULL DEFAULT 5,
  `quote` text NOT NULL,
  `avatar_path` varchar(255) DEFAULT NULL,
  `status` varchar(255) NOT NULL DEFAULT 'approved',
  `featured` tinyint(1) NOT NULL DEFAULT 0,
  `sort_order` int(11) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `testimonials`
--

LOCK TABLES `testimonials` WRITE;
/*!40000 ALTER TABLE `testimonials` DISABLE KEYS */;
/*!40000 ALTER TABLE `testimonials` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `translations`
--

DROP TABLE IF EXISTS `translations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `translations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `translatable_type` varchar(255) NOT NULL,
  `translatable_id` bigint(20) unsigned NOT NULL,
  `locale` varchar(8) NOT NULL,
  `field` varchar(60) NOT NULL,
  `value` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `translations_unique` (`translatable_type`,`translatable_id`,`field`,`locale`),
  KEY `translations_lookup` (`translatable_type`,`translatable_id`,`locale`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `translations`
--

LOCK TABLES `translations` WRITE;
/*!40000 ALTER TABLE `translations` DISABLE KEYS */;
/*!40000 ALTER TABLE `translations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `trust_badges`
--

DROP TABLE IF EXISTS `trust_badges`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `trust_badges` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `label` varchar(255) NOT NULL,
  `subtitle` varchar(255) DEFAULT NULL,
  `number` varchar(255) DEFAULT NULL,
  `image_path` varchar(255) DEFAULT NULL,
  `link_url` varchar(255) DEFAULT NULL,
  `sort_order` int(11) NOT NULL DEFAULT 0,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `trust_badges`
--

LOCK TABLES `trust_badges` WRITE;
/*!40000 ALTER TABLE `trust_badges` DISABLE KEYS */;
/*!40000 ALTER TABLE `trust_badges` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `users`
--

DROP TABLE IF EXISTS `users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(255) NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT 1,
  `last_login_at` timestamp NULL DEFAULT NULL,
  `tutorial_completed_at` timestamp NULL DEFAULT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `position` varchar(255) DEFAULT NULL,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `role_id` bigint(20) unsigned DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`),
  KEY `users_role_id_foreign` (`role_id`),
  CONSTRAINT `users_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `users`
--

LOCK TABLES `users` WRITE;
/*!40000 ALTER TABLE `users` DISABLE KEYS */;
INSERT INTO `users` VALUES
(1,'System Administrator','admin@parkviewhotelcdo.com',NULL,'$2y$12$nQtwWE.IPNgOn7SZo6RGIuJ6bn/NEairPaQYCfGIqmvjPPJBRp5MC',1,'2026-07-29 11:42:04',NULL,NULL,'System Administrator','V4SIhiLvaGOuYWagrJTGDZD6hBnVwHSWiEX458CwZuYj8HdIBMmbPHp1klpp','2026-06-17 23:03:37','2026-07-29 11:42:04',1),
(2,'Maria Santos','manager@parkviewhotelcdo.com',NULL,'$2y$12$nbrAvOmjfgodZzOzQpjoK.cP3g/7CPKzfvEru2ZvJav5tD.vjlOkm',1,NULL,NULL,'+63 912 345 6789','Hotel Manager',NULL,'2026-06-17 23:03:37','2026-06-18 19:08:25',2),
(3,'Juan dela Cruz','frontdesk@parkviewhotelcdo.com',NULL,'$2y$12$da4ZvrOb/BHOtH0/H2.pfOgzHklgaVsp5wQs6kcEGvzIztMtbLk8m',1,'2026-07-03 18:07:25',NULL,'+63 917 234 5678','Front Desk Agent','uqBgwesxEWV02Z9f7ac4XjHir3WtStlK5SFi7g1VVz7jKBTvg2gM8PqCCkpN','2026-06-17 23:03:37','2026-07-03 18:07:25',3),
(4,'Ana Reyes','housekeeping@parkviewhotelcdo.com',NULL,'$2y$12$9HVVXfcw/X4FbLu4K8bfKOlBL5StQLdCaXUbmo9N/YDPP0ZP29ey.',1,NULL,NULL,NULL,'Housekeeping Supervisor',NULL,'2026-06-17 23:03:37','2026-06-18 19:08:07',4),
(5,'Roberto Mendoza','maintenance@parkviewhotelcdo.com',NULL,'$2y$12$WQHJpbMnSzm6aV8ptx.1nuHfs.VQRjffXOZ.683.vRjOgEyrvExj2',1,NULL,NULL,NULL,'Maintenance Technician',NULL,'2026-06-17 23:03:37','2026-06-18 19:08:36',5),
(6,'Resamie Reyes','r.reyes@parkviewhotelcdo.com',NULL,'$2y$12$Yf5RD4N91YvUS46r8bDWe.kLaL0vTQ.6n9Rq5JbTy0M8iIaKaWRcW',1,'2026-07-29 01:39:23',NULL,'+639282217330','Front Desk Officer',NULL,'2026-06-18 18:50:33','2026-07-29 01:39:23',3),
(7,'Veberly Tabuñar','v.tabunar@parkviewhotelcdo.com',NULL,'$2y$12$vrczn8OJO9lxl92REgMrU.3zb9dvQ4BScyI5LQodvZx0dDs9g7kSK',1,'2026-07-28 19:32:01',NULL,'+639069143927','Front Desk Officer','TM62rNWpGiWyQLmD5qR9gXGvOIrfbrUVLhBvt27TzYkcN84pt0tovwU0uzRx','2026-06-18 18:54:17','2026-07-28 19:32:01',3),
(8,'Mark Anthony Estrada','m.estrada@parkviewhotelcdo.com',NULL,'$2y$12$SShoZ3dYkCCjsE7K24PuheCV.tvSuOlOZz27iy6Nl.Ev.xLF.224G',1,'2026-07-29 06:40:09',NULL,'+639674571613','Front Desk Officer','hi5wxZ0UxNpmIlt8Ef1RwDQIeoVJcy5dTy36IrtCQ8kEBtsuh1XHxkKcGDcG','2026-06-18 18:57:52','2026-07-29 06:40:09',3),
(9,'Hiddenmae Rodrigo','h.rodrigo@parkviewhotelcdo.com',NULL,'$2y$12$zu3BgbFdDs1nQxVETEFbpe4/3cIcnNkNOxsQs6hSgoajWkhwMZv/G',1,'2026-07-27 05:26:24',NULL,'+639264124809','Front Desk Officer',NULL,'2026-06-18 19:00:19','2026-07-27 05:26:24',3),
(10,'Erika Galit','e.galit@parkviewhotelcdo.com',NULL,'$2y$12$9Gm991519XZqhWZyeqI0g.GYXfXzmhwqAlY/2YlPOE7zXl/6jd7tm',1,'2026-07-26 16:52:10',NULL,NULL,'Front Desk Officer','pAgJv2nHAFiRBLwLEavvLreiohGURBQylJjNEjTKKK3x7HwFvbMJtVLrh1pt','2026-06-18 19:02:59','2026-07-26 16:52:10',3),
(11,'Irish Santarita','irishsantarita@gmail.com',NULL,'$2y$12$5r/SRZGJCbbMpaHViHOxxe9HkkkHVSnQlim6Bzs1QqUoq23I7qZrW',1,NULL,NULL,NULL,'Housekeeping Head',NULL,'2026-06-18 19:05:45','2026-06-18 19:05:45',4);
/*!40000 ALTER TABLE `users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `website_content_revisions`
--

DROP TABLE IF EXISTS `website_content_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `website_content_revisions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `section` varchar(255) NOT NULL,
  `key` varchar(255) NOT NULL,
  `locale` varchar(8) NOT NULL DEFAULT 'en',
  `old_value` text DEFAULT NULL,
  `new_value` text DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_name` varchar(255) DEFAULT NULL,
  `created_at` timestamp NOT NULL,
  PRIMARY KEY (`id`),
  KEY `website_content_revisions_user_id_foreign` (`user_id`),
  KEY `website_content_revisions_section_key_index` (`section`,`key`),
  CONSTRAINT `website_content_revisions_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `website_content_revisions`
--

LOCK TABLES `website_content_revisions` WRITE;
/*!40000 ALTER TABLE `website_content_revisions` DISABLE KEYS */;
/*!40000 ALTER TABLE `website_content_revisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `website_contents`
--

DROP TABLE IF EXISTS `website_contents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `website_contents` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `section` varchar(255) NOT NULL,
  `key` varchar(255) NOT NULL,
  `locale` varchar(8) NOT NULL DEFAULT 'en',
  `value` text DEFAULT NULL,
  `type` varchar(255) NOT NULL DEFAULT 'text',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `website_contents_section_key_locale_unique` (`section`,`key`,`locale`)
) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `website_contents`
--

LOCK TABLES `website_contents` WRITE;
/*!40000 ALTER TABLE `website_contents` DISABLE KEYS */;
INSERT INTO `website_contents` VALUES
(1,'homepage','hero_title','en','Welcome to Parkview Hotel CDO','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(2,'homepage','hero_subtitle','en','Experience comfort and warm Filipino hospitality in the heart of Cagayan de Oro City.','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(3,'homepage','hero_cta_text','en','Book Your Stay','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(4,'homepage','hero_image','en',NULL,'image','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(5,'homepage','about_title','en','Your Home Away From Home','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(6,'homepage','about_text','en','Parkview Hotel CDO offers a refreshing retreat in the vibrant city of Cagayan de Oro. With 63 thoughtfully designed rooms across four floors, we combine modern comforts with attentive Filipino hospitality. Whether you\'re here for business or leisure, our dedicated team ensures every stay is memorable.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(7,'homepage','about_image','en',NULL,'image','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(8,'homepage','amenities_title','en','Everything You Need','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(9,'homepage','amenities_list','en','Free WiFi\nAir Conditioning\nHot & Cold Shower\n24/7 Front Desk\nHousekeeping\nRoom Service\nParking Area\nCCTV Security\nLaundry Service\nConference Room','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(10,'homepage','slide_1_title','en','Welcome to Parkview Hotel CDO','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(11,'homepage','slide_1_caption','en','Experience comfort and warm Filipino hospitality in the heart of Cagayan de Oro City.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(12,'homepage','slide_1_image','en',NULL,'image','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(13,'homepage','slide_2_title','en','Modern Rooms for Every Need','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(14,'homepage','slide_2_caption','en','Choose from 16 room types — from budget-friendly rooms to spacious executive suites.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(15,'homepage','slide_2_image','en',NULL,'image','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(16,'homepage','slide_3_title','en','Your Gateway to CDO','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(17,'homepage','slide_3_caption','en','Perfectly located near major attractions, shopping centers, and business districts in Cagayan de Oro.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(18,'homepage','slide_3_image','en',NULL,'image','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(19,'about','title','en','About Parkview Hotel CDO','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(20,'about','content','en','Parkview Hotel CDO has been a trusted accommodation choice in Cagayan de Oro for guests seeking comfort, value, and genuine hospitality. Conveniently located and staffed by a warm, professional team, we serve both business travelers and leisure guests with equal dedication. Our 63 rooms range from budget-friendly Economy rooms to spacious Family Rooms and the exclusive Executive Suite, catering to all types of guests. We take pride in maintaining high standards of cleanliness, security, and service — because to us, every guest is a valued visitor.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(21,'about','image','en',NULL,'image','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(22,'about','vision','en','To be the leading hospitality establishment in Cagayan de Oro, known for exceptional service, comfort, and value.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(23,'about','mission','en','To provide every guest with a comfortable, safe, and memorable stay through warm Filipino hospitality, well-maintained facilities, and dedicated service.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(24,'contact','phone','en','(088) 880-1234','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(25,'contact','email','en','info@parkviewhotelcdo.com','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(26,'contact','address','en','Parkview Hotel CDO, Cagayan de Oro City, Misamis Oriental, Philippines','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(27,'contact','hours','en','Open 24 hours, 7 days a week','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(28,'contact','map_embed','en','','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(29,'booking','enabled','en','1','boolean','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(30,'booking','min_advance_hours','en','24','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(31,'booking','max_advance_days','en','365','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(32,'booking','deposit_message','en','A deposit may be required to confirm your booking. Our front desk will contact you within 24 hours to arrange payment details.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(33,'booking','confirmation_message','en','Thank you for booking with us! Your reservation is pending confirmation. We will contact you within 24 hours to confirm your stay. Please present your booking reference upon check-in.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(34,'booking','check_in_time','en','2:00 PM','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(35,'booking','check_out_time','en','12:00 NN','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(36,'seo','meta_title','en','Parkview Hotel CDO — Hotel in Cagayan de Oro','text','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(37,'seo','meta_description','en','Parkview Hotel CDO offers comfortable rooms and warm Filipino hospitality in the heart of Cagayan de Oro City. Book online for the best rates.','textarea','2026-06-17 23:03:37','2026-06-17 23:03:37'),
(38,'seo','meta_keywords','en','hotel cdo, parkview hotel, cagayan de oro hotel, accommodation cdo, hotel misamis oriental','text','2026-06-17 23:03:37','2026-06-17 23:03:37');
/*!40000 ALTER TABLE `website_contents` 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 */;
/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */;

-- Dump completed on 2026-07-29  3:52:58
