-- Database Backup
-- Generated: 2026-05-05 10:55:21
-- Database: u1596772_printis

SET FOREIGN_KEY_CHECKS=0;
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;

-- --------------------------------------------------------
-- Table structure for table `attendance_settings`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `attendance_settings`;
CREATE TABLE `attendance_settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_name` varchar(255) NOT NULL DEFAULT 'Lokasi Kantor',
  `latitude` decimal(10,7) NOT NULL,
  `longitude` decimal(10,7) NOT NULL,
  `radius_meters` int(11) NOT NULL DEFAULT 100,
  `work_start_time` time DEFAULT NULL,
  `work_end_time` time DEFAULT NULL,
  `late_tolerance_minutes` int(11) NOT NULL DEFAULT 0,
  `early_leave_tolerance_minutes` int(11) NOT NULL DEFAULT 0,
  `is_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;

-- --------------------------------------------------------
-- Table structure for table `attendances`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `attendances`;
CREATE TABLE `attendances` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `employee_id` bigint(20) unsigned NOT NULL,
  `attendance_date` date NOT NULL,
  `check_in_at` timestamp NULL DEFAULT NULL,
  `check_out_at` timestamp NULL DEFAULT NULL,
  `check_in_latitude` decimal(10,7) DEFAULT NULL,
  `check_in_longitude` decimal(10,7) DEFAULT NULL,
  `check_out_latitude` decimal(10,7) DEFAULT NULL,
  `check_out_longitude` decimal(10,7) DEFAULT NULL,
  `check_in_distance_meters` int(11) DEFAULT NULL,
  `late_minutes` int(11) NOT NULL DEFAULT 0,
  `check_out_distance_meters` int(11) DEFAULT NULL,
  `early_leave_minutes` int(11) NOT NULL DEFAULT 0,
  `status` varchar(255) NOT NULL DEFAULT 'present',
  `note` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `attendances_employee_id_attendance_date_unique` (`employee_id`,`attendance_date`),
  CONSTRAINT `attendances_employee_id_foreign` FOREIGN KEY (`employee_id`) REFERENCES `employees` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

DROP TABLE IF EXISTS `cache`;
CREATE TABLE `cache` (
  `key` varchar(255) NOT NULL,
  `value` mediumtext NOT NULL,
  `expiration` int(11) NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `cache`

INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('aplikasidemopercetakan-cache-setting.shop_address', 's:15:\"IKN - Indonesia\";', '1777956316');
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('aplikasidemopercetakan-cache-setting.shop_footer', 's:166:\"Terima kasih atas kepercayaan Anda! Barang yang sudah dipesan tidak dapat dikembalikan dan jika anda ingin mengecek status pesanan anda silakan scan barcode nota ini.\";', '1777956316');
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('aplikasidemopercetakan-cache-setting.shop_logo', 's:54:\"uploads/settings/logo-full-20260315132201-8058bf1b.png\";', '1777956316');
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('aplikasidemopercetakan-cache-setting.shop_logo_icon', 's:54:\"uploads/settings/logo-icon-20260315132201-7e4e9936.png\";', '1777956316');
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('aplikasidemopercetakan-cache-setting.shop_name', 's:20:\"Nama Percetakan Anda\";', '1777956316');
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('aplikasidemopercetakan-cache-setting.shop_phone', 's:14:\"0823-1234-1234\";', '1777956316');
INSERT INTO `cache` (`key`, `value`, `expiration`) VALUES ('aplikasidemopercetakan-cache-spatie.permission.cache', 'a:3:{s:5:\"alias\";a:4:{s:1:\"a\";s:2:\"id\";s:1:\"b\";s:4:\"name\";s:1:\"c\";s:10:\"guard_name\";s:1:\"r\";s:5:\"roles\";}s:11:\"permissions\";a:46:{i:0;a:4:{s:1:\"a\";s:1:\"1\";s:1:\"b\";s:12:\"manage users\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:7;}}i:1;a:4:{s:1:\"a\";s:1:\"2\";s:1:\"b\";s:13:\"create orders\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}i:2;a:4:{s:1:\"a\";s:1:\"3\";s:1:\"b\";s:16:\"process payments\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:4;i:3;i:7;}}i:3;a:4:{s:1:\"a\";s:1:\"4\";s:1:\"b\";s:17:\"update production\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:5;i:3;i:6;i:4;i:8;}}i:4;a:4:{s:1:\"a\";s:1:\"5\";s:1:\"b\";s:12:\"view reports\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:5;a:4:{s:1:\"a\";s:1:\"6\";s:1:\"b\";s:18:\"view click reports\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:6;a:4:{s:1:\"a\";s:1:\"7\";s:1:\"b\";s:9:\"print spk\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}}i:7;a:4:{s:1:\"a\";s:1:\"8\";s:1:\"b\";s:17:\"management access\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:1:{i:0;i:1;}}i:8;a:4:{s:1:\"a\";s:1:\"9\";s:1:\"b\";s:14:\"view customers\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:7;}}i:9;a:4:{s:1:\"a\";s:2:\"10\";s:1:\"b\";s:16:\"create customers\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:7;}}i:10;a:4:{s:1:\"a\";s:2:\"11\";s:1:\"b\";s:14:\"edit customers\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:7;}}i:11;a:4:{s:1:\"a\";s:2:\"12\";s:1:\"b\";s:16:\"delete customers\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:7;}}i:12;a:4:{s:1:\"a\";s:2:\"13\";s:1:\"b\";s:13:\"view products\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:6;i:4;i:7;}}i:13;a:4:{s:1:\"a\";s:2:\"14\";s:1:\"b\";s:15:\"create products\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:6;}}i:14;a:4:{s:1:\"a\";s:2:\"15\";s:1:\"b\";s:13:\"edit products\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:6;}}i:15;a:4:{s:1:\"a\";s:2:\"16\";s:1:\"b\";s:15:\"delete products\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:6;}}i:16;a:4:{s:1:\"a\";s:2:\"17\";s:1:\"b\";s:10:\"view units\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:17;a:4:{s:1:\"a\";s:2:\"18\";s:1:\"b\";s:12:\"manage units\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:6;}}i:18;a:4:{s:1:\"a\";s:2:\"19\";s:1:\"b\";s:14:\"view suppliers\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:19;a:4:{s:1:\"a\";s:2:\"20\";s:1:\"b\";s:16:\"manage suppliers\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:5;i:3;i:6;}}i:20;a:4:{s:1:\"a\";s:2:\"21\";s:1:\"b\";s:12:\"view finance\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:4;i:3;i:6;i:4;i:7;}}i:21;a:4:{s:1:\"a\";s:2:\"22\";s:1:\"b\";s:15:\"manage deposits\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:4;i:3;i:7;}}i:22;a:4:{s:1:\"a\";s:2:\"23\";s:1:\"b\";s:10:\"view stock\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:23;a:4:{s:1:\"a\";s:2:\"24\";s:1:\"b\";s:12:\"manage stock\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:5;i:3;i:6;}}i:24;a:4:{s:1:\"a\";s:2:\"25\";s:1:\"b\";s:14:\"view materials\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:5;i:3;i:6;i:4;i:7;}}i:25;a:4:{s:1:\"a\";s:2:\"26\";s:1:\"b\";s:16:\"manage materials\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:5;i:3;i:6;}}i:26;a:4:{s:1:\"a\";s:2:\"27\";s:1:\"b\";s:13:\"view expenses\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:4;i:3;i:6;i:4;i:7;}}i:27;a:4:{s:1:\"a\";s:2:\"28\";s:1:\"b\";s:15:\"manage expenses\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:4;i:3;i:7;}}i:28;a:4:{s:1:\"a\";s:2:\"29\";s:1:\"b\";s:14:\"view employees\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:29;a:4:{s:1:\"a\";s:2:\"30\";s:1:\"b\";s:16:\"create employees\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:30;a:4:{s:1:\"a\";s:2:\"31\";s:1:\"b\";s:14:\"edit employees\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:31;a:4:{s:1:\"a\";s:2:\"32\";s:1:\"b\";s:16:\"delete employees\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:7;}}i:32;a:4:{s:1:\"a\";s:2:\"33\";s:1:\"b\";s:13:\"view salaries\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:7;}}i:33;a:4:{s:1:\"a\";s:2:\"34\";s:1:\"b\";s:15:\"create salaries\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:7;}}i:34;a:4:{s:1:\"a\";s:2:\"35\";s:1:\"b\";s:13:\"edit salaries\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:7;}}i:35;a:4:{s:1:\"a\";s:2:\"36\";s:1:\"b\";s:15:\"delete salaries\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:7;}}i:36;a:4:{s:1:\"a\";s:2:\"37\";s:1:\"b\";s:14:\"manage backups\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:1:{i:0;i:1;}}i:37;a:4:{s:1:\"a\";s:2:\"38\";s:1:\"b\";s:23:\"manage payment accounts\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:4;i:3;i:7;}}i:38;a:4:{s:1:\"a\";s:2:\"39\";s:1:\"b\";s:21:\"request cancellations\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;}}i:39;a:4:{s:1:\"a\";s:2:\"40\";s:1:\"b\";s:21:\"approve cancellations\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:3:{i:0;i:1;i:1;i:2;i:2;i:7;}}i:40;a:4:{s:1:\"a\";s:2:\"41\";s:1:\"b\";s:11:\"view orders\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:5:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;i:4;i:7;}}i:41;a:4:{s:1:\"a\";s:2:\"42\";s:1:\"b\";s:13:\"view machines\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:42;a:4:{s:1:\"a\";s:2:\"43\";s:1:\"b\";s:15:\"manage machines\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:1:{i:0;i:1;}}i:43;a:4:{s:1:\"a\";s:2:\"44\";s:1:\"b\";s:7:\"view ai\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:6;i:3;i:7;}}i:44;a:4:{s:1:\"a\";s:2:\"45\";s:1:\"b\";s:15:\"manage settings\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:1:{i:0;i:1;}}i:45;a:4:{s:1:\"a\";s:2:\"46\";s:1:\"b\";s:16:\"manage customers\";s:1:\"c\";s:3:\"web\";s:1:\"r\";a:4:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:7;}}}s:5:\"roles\";a:8:{i:0;a:3:{s:1:\"a\";s:1:\"1\";s:1:\"b\";s:9:\"developer\";s:1:\"c\";s:3:\"web\";}i:1;a:3:{s:1:\"a\";s:1:\"2\";s:1:\"b\";s:5:\"owner\";s:1:\"c\";s:3:\"web\";}i:2;a:3:{s:1:\"a\";s:1:\"7\";s:1:\"b\";s:12:\"Administrasi\";s:1:\"c\";s:3:\"web\";}i:3;a:3:{s:1:\"a\";s:1:\"3\";s:1:\"b\";s:8:\"designer\";s:1:\"c\";s:3:\"web\";}i:4;a:3:{s:1:\"a\";s:1:\"4\";s:1:\"b\";s:5:\"kasir\";s:1:\"c\";s:3:\"web\";}i:5;a:3:{s:1:\"a\";s:1:\"5\";s:1:\"b\";s:8:\"operator\";s:1:\"c\";s:3:\"web\";}i:6;a:3:{s:1:\"a\";s:1:\"6\";s:1:\"b\";s:3:\"spv\";s:1:\"c\";s:3:\"web\";}i:7;a:3:{s:1:\"a\";s:1:\"8\";s:1:\"b\";s:9:\"Finishing\";s:1:\"c\";s:3:\"web\";}}}', '1778039116');

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

DROP TABLE IF EXISTS `cache_locks`;
CREATE TABLE `cache_locks` (
  `key` varchar(255) NOT NULL,
  `owner` varchar(255) NOT NULL,
  `expiration` int(11) NOT NULL,
  PRIMARY KEY (`key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------
-- Table structure for table `cash_modals`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `cash_modals`;
CREATE TABLE `cash_modals` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `amount` decimal(15,2) NOT NULL,
  `modal_date` date NOT NULL,
  `type` enum('initial','topup') NOT NULL DEFAULT 'topup',
  `account` enum('petty','cash','bank') NOT NULL DEFAULT 'petty',
  `notes` text DEFAULT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `cash_modals_user_id_foreign` (`user_id`),
  CONSTRAINT `cash_modals_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `cash_modals`

INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1', '2740170.00', '2026-03-02', 'initial', 'petty', NULL, '8', '2026-03-02 10:06:31', '2026-03-02 10:06:31');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('6', '1000000.00', '2026-03-15', 'initial', 'petty', NULL, '2', '2026-03-15 12:51:09', '2026-03-15 12:51:09');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('7', '100000.00', '2026-03-15', 'topup', 'petty', NULL, '2', '2026-03-15 13:04:56', '2026-03-15 13:04:56');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('8', '250.00', '2026-03-15', 'initial', 'petty', NULL, '2', '2026-03-15 13:13:12', '2026-03-15 13:13:12');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('9', '100000.00', '2026-03-15', 'initial', 'petty', NULL, '2', '2026-03-15 13:18:42', '2026-03-15 13:18:42');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('10', '3000000.00', '2026-03-15', 'topup', 'petty', NULL, '2', '2026-03-15 14:02:08', '2026-03-15 14:02:08');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('11', '1000000.00', '2026-03-16', 'initial', 'petty', NULL, '16', '2026-03-16 05:33:46', '2026-03-16 05:33:46');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('12', '10000000.00', '2026-03-16', 'topup', 'petty', NULL, '16', '2026-03-16 05:34:28', '2026-03-16 05:34:28');
INSERT INTO `cash_modals` (`id`, `amount`, `modal_date`, `type`, `account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('13', '70000.00', '2026-03-16', 'topup', 'petty', NULL, '16', '2026-03-16 09:34:32', '2026-03-16 09:34:32');

-- --------------------------------------------------------
-- Table structure for table `cash_mutations`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `cash_mutations`;
CREATE TABLE `cash_mutations` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `amount` decimal(15,2) NOT NULL,
  `mutation_date` date NOT NULL,
  `from_account` enum('petty','cash','bank') NOT NULL,
  `to_account` enum('petty','cash','bank') NOT NULL,
  `notes` text DEFAULT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `cash_mutations_user_id_foreign` (`user_id`),
  CONSTRAINT `cash_mutations_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `cash_mutations`

INSERT INTO `cash_mutations` (`id`, `amount`, `mutation_date`, `from_account`, `to_account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1', '1375170.00', '2026-03-05', 'petty', 'cash', NULL, '16', '2026-03-05 12:29:00', '2026-03-05 12:29:00');
INSERT INTO `cash_mutations` (`id`, `amount`, `mutation_date`, `from_account`, `to_account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2', '441000.00', '2026-03-06', 'cash', 'petty', NULL, '16', '2026-03-06 13:31:21', '2026-03-06 13:31:21');
INSERT INTO `cash_mutations` (`id`, `amount`, `mutation_date`, `from_account`, `to_account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('3', '84500.00', '2026-03-06', 'cash', 'petty', NULL, '1', '2026-03-06 16:01:27', '2026-03-06 16:01:27');
INSERT INTO `cash_mutations` (`id`, `amount`, `mutation_date`, `from_account`, `to_account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('4', '10000000.00', '2026-03-07', 'cash', 'bank', '[AUTO-DEPOSIT] | [DEPOSIT_ID:1] | Setoran CASH ke BANK | Catatan: setor pak awang', '16', '2026-03-09 14:03:13', '2026-03-09 14:03:13');
INSERT INTO `cash_mutations` (`id`, `amount`, `mutation_date`, `from_account`, `to_account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('5', '1000000.00', '2026-03-16', 'cash', 'bank', 'depo ini', '16', '2026-03-16 09:44:02', '2026-03-16 09:44:02');
INSERT INTO `cash_mutations` (`id`, `amount`, `mutation_date`, `from_account`, `to_account`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('6', '5000000.00', '2026-03-17', 'petty', 'cash', 'pindah dana untuk tambah modal cash', '1', '2026-03-17 01:22:34', '2026-03-17 01:22:34');

-- --------------------------------------------------------
-- Table structure for table `customers`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `customers`;
CREATE TABLE `customers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `member_type` enum('umum','studio') NOT NULL DEFAULT 'umum',
  `phone` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=517 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `customers`

INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('1', 'tester', 'studio', '08990799960', NULL, NULL, '2026-02-14 09:01:16', '2026-02-14 09:01:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('2', 'mas Bambang', 'umum', '0899079996-0', NULL, NULL, '2026-02-28 08:30:34', '2026-02-28 08:30:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('3', 'Livina', 'studio', '085768038613', NULL, NULL, '2026-03-02 10:05:03', '2026-03-02 10:05:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('4', 'RIZFAL', 'umum', '+62 857-6807-2505', NULL, NULL, '2026-03-02 10:06:12', '2026-03-02 10:06:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('5', 'NERO', 'umum', '082372153196', NULL, NULL, '2026-03-02 10:16:01', '2026-03-02 10:16:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('6', 'PAK WIN', 'studio', '081273680404', NULL, NULL, '2026-03-02 10:19:02', '2026-03-02 10:19:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('7', 'Soleh Assalam', 'umum', '081351415060', NULL, NULL, '2026-03-02 10:29:52', '2026-03-02 10:29:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('8', 'HERY RW', 'umum', '082282332185', NULL, NULL, '2026-03-02 10:33:05', '2026-03-02 10:33:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('9', 'ARTHA MEDIA', 'studio', '082280075655', NULL, NULL, '2026-03-02 10:33:34', '2026-03-02 10:33:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('10', 'Asrofi', 'studio', '082181926820', NULL, NULL, '2026-03-02 10:33:39', '2026-03-02 10:33:39');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('11', 'Ali Mur', 'studio', '082269180913', NULL, NULL, '2026-03-02 10:49:33', '2026-03-02 10:49:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('12', 'RICKI', 'umum', '+62 822-7952-1164', NULL, NULL, '2026-03-02 10:54:42', '2026-03-02 10:54:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('13', 'ALI MUDI ARIF', 'umum', '085711114443', NULL, NULL, '2026-03-02 11:00:29', '2026-03-02 11:00:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('14', 'UBAY', 'umum', '081271414966', NULL, NULL, '2026-03-02 11:08:23', '2026-03-02 11:08:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('15', 'Amazon', 'studio', '085764093747', NULL, NULL, '2026-03-02 11:13:08', '2026-03-02 11:13:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('16', 'DEGRIS / GUYUB', 'umum', '082282644675', NULL, NULL, '2026-03-02 11:13:46', '2026-03-02 11:13:46');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('17', 'Wisesa Art', 'studio', '08117996060', NULL, NULL, '2026-03-02 11:18:02', '2026-03-02 11:18:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('18', 'WIWAL  WAHYU', 'umum', '62 857-8827-0149', NULL, NULL, '2026-03-02 11:22:04', '2026-03-02 11:22:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('19', 'Fajar ERKA', 'studio', '087881734166', NULL, NULL, '2026-03-02 11:25:06', '2026-03-02 11:25:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('20', 'RIAS PRINTING', 'studio', '082281106682', NULL, NULL, '2026-03-02 11:30:12', '2026-03-02 11:30:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('21', 'Bintang One', 'studio', '089693339490', NULL, NULL, '2026-03-02 11:31:13', '2026-03-02 11:31:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('22', 'Ernest', 'studio', '082174754249', NULL, NULL, '2026-03-02 11:34:27', '2026-03-02 11:34:27');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('23', 'FAMILY ONLINE', 'studio', '085267442018', NULL, NULL, '2026-03-02 11:37:05', '2026-03-02 11:37:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('24', 'HIJAU ART', 'umum', '082374810600', NULL, NULL, '2026-03-02 11:38:44', '2026-03-02 11:38:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('25', 'VISUAL LAMPUNG', 'studio', '085126649200', NULL, NULL, '2026-03-02 11:38:51', '2026-03-02 11:38:51');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('26', 'FIESTA', 'umum', '08118827952', NULL, NULL, '2026-03-02 11:42:23', '2026-03-02 11:42:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('27', 'HERU TATAAN(RAZHA )', 'umum', '089649432135', NULL, NULL, '2026-03-02 11:43:44', '2026-03-02 11:43:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('28', 'Reklame Katon', 'studio', '081369542960', NULL, NULL, '2026-03-02 11:43:47', '2026-03-02 11:43:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('29', 'RULI', 'studio', '081272914422', NULL, NULL, '2026-03-02 11:44:22', '2026-03-02 11:44:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('30', 'DAYAT ( DIMSUM PAPI KU )', 'umum', '08984372420', NULL, NULL, '2026-03-02 11:45:08', '2026-03-02 11:45:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('31', 'PANCA KALIANDA', 'umum', '085379144966', NULL, NULL, '2026-03-02 11:48:31', '2026-03-02 11:48:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('32', 'WANGA', 'studio', '081279233924', NULL, NULL, '2026-03-02 11:50:22', '2026-03-02 11:50:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('33', 'Adi jogja', 'studio', '081377576651', NULL, NULL, '2026-03-02 11:51:53', '2026-03-02 11:51:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('34', 'Liuberty', 'studio', '082281221806', NULL, NULL, '2026-03-02 11:55:05', '2026-03-02 11:55:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('35', 'Mas Soleh', 'umum', '083846921469', NULL, NULL, '2026-03-02 11:56:16', '2026-03-02 11:56:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('36', 'Jefran', 'studio', '081228456808', NULL, NULL, '2026-03-02 11:59:54', '2026-03-02 11:59:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('37', 'Septa N3', 'studio', '087799642394', NULL, NULL, '2026-03-02 12:00:55', '2026-03-02 12:00:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('38', 'BAGUS RAMADI', 'umum', '085161320851', NULL, NULL, '2026-03-02 12:01:27', '2026-03-02 12:01:27');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('39', 'Faiz Cetak Cetik', 'studio', '08974134859', NULL, NULL, '2026-03-02 12:02:35', '2026-03-02 12:02:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('40', 'Mulyadi', 'studio', '081369513500', NULL, NULL, '2026-03-02 12:02:55', '2026-03-02 12:02:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('41', 'Firana Jaya', 'studio', '081379808035', NULL, NULL, '2026-03-02 12:03:58', '2026-03-02 12:03:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('42', 'Tungku Ikol', 'umum', '081379803660', NULL, NULL, '2026-03-02 12:07:52', '2026-03-02 12:07:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('43', 'Something CO', 'umum', '088274207004', NULL, NULL, '2026-03-02 12:08:10', '2026-03-02 12:08:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('44', 'Fikri', 'umum', '087818892684', NULL, NULL, '2026-03-02 12:10:02', '2026-03-02 12:10:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('45', 'WANNAGIVE', 'umum', '0882002393632', NULL, NULL, '2026-03-02 12:15:13', '2026-03-02 12:15:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('46', 'FITRAH', 'umum', '08978993777', NULL, NULL, '2026-03-02 12:59:33', '2026-03-02 12:59:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('47', 'Rudi Linda', 'studio', '081274582482', NULL, NULL, '2026-03-02 13:01:46', '2026-03-02 13:01:46');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('48', 'PAK RANA', 'umum', '0895640319652', NULL, NULL, '2026-03-02 13:03:29', '2026-03-02 13:03:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('49', 'Imam Qomarudin', 'studio', '082373411012', NULL, NULL, '2026-03-02 13:04:22', '2026-03-02 13:04:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('50', 'Ivana', 'umum', '089601024724', NULL, NULL, '2026-03-02 13:05:26', '2026-03-02 13:05:26');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('51', 'Fadil ERKA', 'studio', '082374883069', NULL, NULL, '2026-03-02 13:06:05', '2026-03-02 13:06:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('52', 'DPRIMACOM', 'studio', '085892781956', NULL, NULL, '2026-03-02 13:06:33', '2026-03-02 13:06:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('53', 'Septa', 'studio', '082183506659', NULL, NULL, '2026-03-02 13:11:54', '2026-03-02 13:11:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('54', 'Riga Wafi', 'studio', '085155251223', NULL, NULL, '2026-03-02 13:12:31', '2026-03-02 13:12:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('55', 'SISKA RESTU', 'umum', '089523213472', NULL, NULL, '2026-03-02 13:16:31', '2026-03-02 13:16:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('56', 'SI MANIS', 'umum', '085121317056', NULL, NULL, '2026-03-02 13:19:29', '2026-03-02 13:19:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('57', 'Agung Rk', 'studio', '085731559701', NULL, NULL, '2026-03-02 13:19:42', '2026-03-02 13:19:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('59', 'Firman', 'umum', '089524287106', NULL, NULL, '2026-03-02 13:29:15', '2026-03-02 13:29:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('60', 'BELLA MUSTIKA', 'studio', '62 821-8222-4422', NULL, NULL, '2026-03-02 13:37:35', '2026-03-02 13:37:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('61', 'AZKA', 'umum', '08980998910', NULL, NULL, '2026-03-02 13:42:45', '2026-03-02 13:42:45');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('62', 'Chia', 'umum', '085771943102', NULL, NULL, '2026-03-02 13:43:57', '2026-03-02 13:43:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('63', 'Roni', 'umum', '089692479247', NULL, NULL, '2026-03-02 13:44:08', '2026-03-02 13:44:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('64', 'Abu Maryam', 'umum', '0895620635171', NULL, NULL, '2026-03-02 13:44:21', '2026-03-02 13:44:21');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('65', 'Mitra Mas', 'studio', '085100528288', NULL, NULL, '2026-03-02 13:51:33', '2026-03-02 13:51:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('66', 'RB GRAFIKA', 'studio', '082184483004', NULL, NULL, '2026-03-02 14:04:09', '2026-03-02 14:04:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('67', 'Yogi Grafika', 'studio', '082182136011', NULL, NULL, '2026-03-02 14:04:30', '2026-03-02 14:04:30');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('68', 'BOCUP', 'umum', '088267076005', NULL, NULL, '2026-03-02 14:09:58', '2026-03-02 14:09:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('69', 'PUJI', 'umum', 'puji 0895804690101', NULL, NULL, '2026-03-02 14:15:33', '2026-03-02 14:15:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('70', 'Rohimin Al Ansor', 'umum', '082125890318', NULL, NULL, '2026-03-02 14:19:37', '2026-03-02 14:19:37');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('71', 'Gemilang Petir', 'studio', '088286474838', NULL, NULL, '2026-03-02 14:19:52', '2026-03-02 14:19:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('72', 'Dodi Wahyudi', 'umum', '082279033013', NULL, NULL, '2026-03-02 14:33:29', '2026-03-02 14:33:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('73', 'Lentera', 'studio', '081279552579', NULL, NULL, '2026-03-02 14:41:01', '2026-03-02 14:41:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('74', 'AFRIZAL CUST', 'umum', '082280880662', NULL, NULL, '2026-03-02 14:43:56', '2026-03-02 14:43:56');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('75', 'PINOCHIO', 'umum', '08976184880', NULL, NULL, '2026-03-02 15:01:44', '2026-03-02 15:01:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('76', 'Ita Pelangi', 'umum', '081957071787', NULL, NULL, '2026-03-02 15:48:32', '2026-03-02 15:48:32');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('77', 'TIMEZONE CHANDRA', 'umum', '087883790679', NULL, NULL, '2026-03-02 15:51:18', '2026-03-02 16:26:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('78', 'TUNAS JAYA', 'studio', '082181955510', NULL, NULL, '2026-03-02 15:51:31', '2026-03-02 15:51:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('79', 'Hanim', 'studio', '085273583358', NULL, NULL, '2026-03-02 16:01:27', '2026-03-02 16:01:27');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('80', 'TIMEZONE MBK', 'umum', '08117288850', NULL, NULL, '2026-03-02 16:07:36', '2026-03-02 16:07:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('81', 'Rudi Natar', 'studio', '0895324252802', NULL, NULL, '2026-03-02 16:30:34', '2026-03-02 16:30:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('82', 'INDOMARET', 'umum', '081379830275', NULL, NULL, '2026-03-02 16:32:53', '2026-03-02 16:32:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('83', 'KHARISMA PRINTING', 'umum', '+62 812-7365-0655', NULL, NULL, '2026-03-02 16:36:58', '2026-03-02 16:36:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('84', 'Dara Nurlaila', 'umum', '085783323823', NULL, NULL, '2026-03-02 16:43:13', '2026-03-02 16:43:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('85', 'CANDRA CAP 8', 'studio', '+62 813-6660-0089', NULL, NULL, '2026-03-02 16:49:43', '2026-03-02 16:49:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('86', 'Adi Fransiskus', 'umum', '082280444014', NULL, NULL, '2026-03-02 16:59:44', '2026-03-02 16:59:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('87', 'CATUR / DINAR', 'umum', '62 813-7915-0123', NULL, NULL, '2026-03-02 17:05:58', '2026-03-02 17:05:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('88', 'Haikal Fikri', 'umum', '085789718814', NULL, NULL, '2026-03-03 09:22:32', '2026-03-03 09:22:32');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('89', 'Nopan', 'studio', '085379057575', NULL, NULL, '2026-03-03 09:32:15', '2026-03-03 09:32:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('90', 'Omton Studio', 'studio', '085273098389', NULL, NULL, '2026-03-03 09:32:33', '2026-03-03 09:32:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('91', 'ANGEL', 'umum', '081369190425', NULL, NULL, '2026-03-03 09:37:23', '2026-03-03 09:37:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('92', 'Umar DVD', 'umum', '085865187022', NULL, NULL, '2026-03-03 09:39:45', '2026-03-03 09:39:45');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('93', 'BEBEK BELUR', 'umum', '089509039553', NULL, NULL, '2026-03-03 09:43:31', '2026-03-03 09:43:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('94', 'Sahabat Baradatu', 'studio', '085381230050', NULL, NULL, '2026-03-03 09:43:59', '2026-03-03 09:43:59');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('95', 'FAJAR BROWNIES', 'umum', '08877083915', NULL, NULL, '2026-03-03 09:45:52', '2026-03-03 09:45:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('96', 'TENDA BIRU', 'umum', '081293017272', NULL, NULL, '2026-03-03 09:52:19', '2026-03-03 09:52:19');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('97', 'AYUB', 'umum', '+62 821-8643-6657', NULL, NULL, '2026-03-03 10:00:48', '2026-03-03 10:00:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('98', 'ADAM', 'umum', '082280073255', NULL, NULL, '2026-03-03 10:06:43', '2026-03-03 10:06:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('99', 'Semeru', 'studio', '082112429517', NULL, NULL, '2026-03-03 10:08:02', '2026-03-03 10:08:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('100', 'Ercia Grafis', 'studio', '081295595888', NULL, NULL, '2026-03-03 10:11:13', '2026-03-03 10:11:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('101', 'DANANG WIBOWO', 'umum', '081273237133', NULL, NULL, '2026-03-03 10:14:17', '2026-03-03 10:14:17');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('102', 'Panji', 'umum', '081326434342', NULL, NULL, '2026-03-03 10:17:17', '2026-03-03 10:17:17');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('103', 'Azka Cust', 'umum', '0895801225797', NULL, NULL, '2026-03-03 10:43:02', '2026-03-03 10:43:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('104', 'HADIYATMA', 'umum', '082279764354', NULL, NULL, '2026-03-03 10:50:05', '2026-03-03 10:50:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('106', 'Ichiro Kharisma', 'studio', '085377732628', NULL, NULL, '2026-03-03 10:56:59', '2026-03-03 10:56:59');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('107', 'Ela Raja Promosi', 'studio', '085769434834', NULL, NULL, '2026-03-03 10:57:28', '2026-03-03 10:57:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('108', 'ANDI CHANDRA', 'umum', '081274790525', NULL, NULL, '2026-03-03 10:58:54', '2026-03-03 10:58:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('109', 'Andini', 'studio', '0895613488890', NULL, NULL, '2026-03-03 10:59:47', '2026-03-03 10:59:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('110', 'Ibu Siti', 'umum', '082199999079', NULL, NULL, '2026-03-03 11:12:15', '2026-03-03 11:12:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('111', 'Andi Jaya', 'studio', '082177440678', NULL, NULL, '2026-03-03 11:14:40', '2026-03-03 11:16:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('112', 'ANGELLINE', 'umum', '082371918748', NULL, NULL, '2026-03-03 11:23:10', '2026-03-03 11:23:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('113', 'ARIESTA BARADATU', 'studio', '082280666061', NULL, 'BARADATU - WAY KANAN', '2026-03-03 11:26:27', '2026-03-03 11:26:45');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('114', 'VIQI', 'umum', '08983687484', NULL, NULL, '2026-03-03 11:35:15', '2026-03-03 11:35:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('115', 'RENIE RUMAH ULTAH', 'umum', '085367613300', NULL, NULL, '2026-03-03 11:37:57', '2026-03-03 11:37:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('116', 'Asean Creative', 'umum', '089655554746', NULL, NULL, '2026-03-03 11:39:56', '2026-03-03 11:39:56');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('117', 'Dafi', 'umum', '081373348432', NULL, NULL, '2026-03-03 11:42:05', '2026-03-03 11:42:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('118', 'Eka KPrint', 'studio', '08127962795', NULL, NULL, '2026-03-03 11:44:10', '2026-03-03 11:44:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('119', 'INDRA', 'umum', '085355252145', NULL, NULL, '2026-03-03 11:46:11', '2026-03-03 11:46:11');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('120', 'DANIL', 'umum', '+62 822-6967-8697', NULL, NULL, '2026-03-03 11:51:52', '2026-03-03 11:51:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('121', 'Mas Angga', 'studio', '08978981180', NULL, NULL, '2026-03-03 11:55:21', '2026-03-03 11:55:21');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('122', 'Puri Kreasi', 'studio', '081998672919', NULL, NULL, '2026-03-03 12:04:42', '2026-03-03 12:04:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('123', 'PRINTNESIA', 'umum', '081278856399', NULL, NULL, '2026-03-03 13:10:32', '2026-03-03 13:10:32');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('124', 'Rafi Lamtim', 'studio', '081273477553', NULL, NULL, '2026-03-03 13:18:29', '2026-03-03 13:18:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('125', 'GLOBAL MEDIA', 'umum', '08995743555', NULL, NULL, '2026-03-03 13:26:08', '2026-03-03 13:26:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('126', 'Salsa', 'umum', '089616110936', NULL, NULL, '2026-03-03 13:38:58', '2026-03-03 13:38:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('127', 'Rista', 'studio', '08127213363', NULL, NULL, '2026-03-03 13:39:17', '2026-03-03 13:39:17');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('128', 'Nuri Frame', 'studio', '089656234122', NULL, NULL, '2026-03-03 13:39:44', '2026-03-03 13:39:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('129', 'FLO', 'umum', '082184061615', NULL, NULL, '2026-03-03 13:42:04', '2026-03-03 13:42:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('130', 'Rezky Ramadhana', 'umum', '083183149210', NULL, NULL, '2026-03-03 13:42:11', '2026-03-03 13:42:11');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('131', 'MZK PRINTING', 'studio', '+62 896-7144-6062', NULL, NULL, '2026-03-03 13:48:15', '2026-03-03 14:33:20');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('132', 'WILDA', 'umum', '082184161051', NULL, NULL, '2026-03-03 14:01:37', '2026-03-03 14:01:37');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('133', 'OC Kharisma Printing', 'studio', '082376350191', NULL, NULL, '2026-03-03 14:28:05', '2026-03-03 14:28:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('134', 'RIZAR', 'umum', '0813-7398-3186', NULL, NULL, '2026-03-03 14:42:11', '2026-03-03 14:42:11');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('136', 'Virli', 'umum', '0895380086767', NULL, NULL, '2026-03-03 14:53:24', '2026-03-03 14:53:24');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('137', 'ADITYA', 'umum', '+62 858-0918-9853', NULL, NULL, '2026-03-03 14:54:55', '2026-03-03 14:54:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('138', 'Pak Yus', 'studio', '085269033369', NULL, NULL, '2026-03-03 15:05:22', '2026-03-03 15:05:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('139', 'Puan Creative', 'umum', '082183645011', NULL, NULL, '2026-03-03 15:07:19', '2026-03-03 15:07:19');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('140', 'Abror', 'studio', '081273589495', NULL, NULL, '2026-03-03 15:13:59', '2026-03-03 15:13:59');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('141', 'INGVENA', 'umum', '082175273798', NULL, NULL, '2026-03-03 15:22:43', '2026-03-03 15:22:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('142', 'Ibu Mus', 'umum', '081369784910', NULL, NULL, '2026-03-03 15:51:58', '2026-03-03 15:51:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('143', 'Imam Natar', 'studio', '089525438700', NULL, NULL, '2026-03-03 15:58:22', '2026-03-03 15:58:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('144', 'Aji ERKA', 'studio', '0895428424249', NULL, NULL, '2026-03-03 16:04:08', '2026-03-03 16:04:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('145', 'Tommy Cen', 'studio', '087899789777', NULL, NULL, '2026-03-03 16:04:28', '2026-03-03 16:04:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('146', 'BOXBRIDEID', 'umum', '+62 882-8667-7576', NULL, NULL, '2026-03-03 16:07:34', '2026-03-03 16:07:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('147', 'Isfah Jaya', 'studio', '082181956640', NULL, NULL, '2026-03-03 16:13:06', '2026-03-03 16:13:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('148', 'Farel', 'umum', '0895609926754', NULL, NULL, '2026-03-03 16:13:47', '2026-03-03 16:13:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('149', 'YUDI', 'umum', '0812-7323-4669', NULL, NULL, '2026-03-03 16:21:22', '2026-03-03 16:21:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('150', 'IDEL', 'umum', '+62 852-6968-1156', NULL, NULL, '2026-03-03 16:26:06', '2026-03-03 16:26:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('151', 'Tirta Chioda', 'studio', '083160147041', NULL, NULL, '2026-03-04 09:29:22', '2026-03-04 09:29:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('152', 'Kholil', 'studio', '082257840083', NULL, NULL, '2026-03-04 09:37:04', '2026-03-04 09:37:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('153', 'ALE AVELA', 'umum', '081388077557', NULL, NULL, '2026-03-04 09:40:28', '2026-03-04 09:40:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('154', 'Fery IM', 'studio', '081273541301', NULL, NULL, '2026-03-04 09:40:38', '2026-03-04 09:40:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('155', 'ONE PRINTING', 'umum', '085840630197', NULL, NULL, '2026-03-04 09:49:54', '2026-03-04 09:49:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('156', 'FEBIOSA', 'umum', '0812-8989-7855', NULL, NULL, '2026-03-04 09:53:17', '2026-03-04 09:53:17');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('157', 'DEWI N', 'umum', '088286550495', NULL, NULL, '2026-03-04 09:54:23', '2026-03-04 09:54:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('158', 'Arfan', 'studio', '081281055929', NULL, NULL, '2026-03-04 09:58:13', '2026-03-04 09:58:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('159', 'Perc Naila', 'studio', '083170408158', NULL, NULL, '2026-03-04 09:58:29', '2026-03-04 09:58:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('160', 'Wulan', 'umum', '08981555557', NULL, NULL, '2026-03-04 10:05:35', '2026-03-04 10:05:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('161', 'Budi Suwarno', 'umum', '085220094588', NULL, NULL, '2026-03-04 10:06:08', '2026-03-04 10:06:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('162', 'IYAN CUST', 'umum', '081271050099', NULL, NULL, '2026-03-04 10:07:33', '2026-03-04 10:07:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('163', 'Warna Baru', 'studio', '082282655172', NULL, NULL, '2026-03-04 10:09:31', '2026-03-04 10:09:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('164', 'BAKUL PRINTING', 'umum', '081319830275', NULL, NULL, '2026-03-04 10:20:25', '2026-03-04 10:20:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('165', 'FC Goro', 'studio', '082184912614', NULL, NULL, '2026-03-04 10:28:19', '2026-03-04 10:28:19');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('166', 'LANDO SHOPPEE', 'umum', '081379830275', NULL, NULL, '2026-03-04 10:31:46', '2026-03-04 10:31:46');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('167', 'Faisal Cust', 'umum', '082143537069', NULL, NULL, '2026-03-04 10:33:41', '2026-03-04 10:33:41');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('168', 'Darwin', 'umum', '082183653500', NULL, NULL, '2026-03-04 10:42:23', '2026-03-04 10:42:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('169', 'Magnet Printing', 'studio', '082113393517', NULL, NULL, '2026-03-04 10:48:27', '2026-03-04 10:48:27');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('170', 'Visen Variasi', 'studio', '081353339537', NULL, NULL, '2026-03-04 10:52:42', '2026-03-04 10:52:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('171', 'Desy', 'umum', '082175092057', NULL, NULL, '2026-03-04 11:02:33', '2026-03-04 11:02:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('172', 'Indra Jaya', 'studio', '085314002018', NULL, NULL, '2026-03-04 11:04:16', '2026-03-04 11:04:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('173', 'Hafidz', 'umum', '082273337422', NULL, NULL, '2026-03-04 11:11:34', '2026-03-04 11:11:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('174', 'Mafia Stiker', 'studio', '08989748765', NULL, NULL, '2026-03-04 11:13:04', '2026-03-04 11:13:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('175', 'JIMBO', 'umum', '081367410878', NULL, NULL, '2026-03-04 11:26:44', '2026-03-04 11:26:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('176', 'WAWAN RK', 'umum', '085758360228', NULL, NULL, '2026-03-04 11:37:04', '2026-03-04 11:37:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('177', 'IBU ROS', 'umum', '085852496548', NULL, NULL, '2026-03-04 11:42:07', '2026-03-04 11:42:07');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('178', 'Almira', 'studio', '08127228300', NULL, NULL, '2026-03-04 11:44:40', '2026-03-04 11:44:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('179', 'TOEMANS', 'studio', '0811796162', NULL, NULL, '2026-03-04 11:45:25', '2026-03-04 11:45:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('180', 'Rendi Renaldi', 'umum', '085609785154', NULL, NULL, '2026-03-04 11:50:48', '2026-03-04 11:50:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('181', 'Tara', 'umum', '082282765933', NULL, NULL, '2026-03-04 11:53:15', '2026-03-04 11:53:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('182', 'Sofyan / Indah Hari', 'studio', '082281078427', NULL, NULL, '2026-03-04 11:54:21', '2026-03-04 11:54:21');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('183', 'Perc Sani', 'studio', '082183813636', NULL, NULL, '2026-03-04 12:07:20', '2026-03-04 12:07:20');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('184', 'Poster Ins', 'studio', '087878177557', NULL, NULL, '2026-03-04 12:13:44', '2026-03-04 12:13:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('185', 'NEZA', 'umum', '+62 812-7171-1407', NULL, NULL, '2026-03-04 12:56:53', '2026-03-04 12:56:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('186', 'CHIODA', 'umum', '08127900916', NULL, NULL, '2026-03-04 12:59:42', '2026-03-04 12:59:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('187', 'Abah Desain', 'studio', '085379956767', NULL, NULL, '2026-03-04 13:19:04', '2026-03-04 13:19:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('188', 'Bagas', 'umum', '0816414069', NULL, NULL, '2026-03-04 13:30:23', '2026-03-04 13:30:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('189', 'Firgi', 'umum', '0895380086767', NULL, NULL, '2026-03-04 13:31:15', '2026-03-04 13:31:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('190', 'DIPI WA', 'umum', '082377437794', NULL, NULL, '2026-03-04 13:37:36', '2026-03-04 13:37:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('191', 'Fotocopy Restu', 'studio', '0895639965090', NULL, NULL, '2026-03-04 13:37:50', '2026-03-04 13:37:50');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('192', 'JERY', 'umum', '082328054292', NULL, NULL, '2026-03-04 13:38:36', '2026-03-04 13:38:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('193', 'Tari ERKA', 'umum', '083184835064', NULL, NULL, '2026-03-04 13:42:55', '2026-03-04 13:42:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('194', 'CHYNTYA AGUSTIN', 'umum', '089663446586', NULL, NULL, '2026-03-04 14:06:38', '2026-03-04 14:06:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('195', 'Krisna', 'umum', '089634146106', NULL, NULL, '2026-03-04 14:17:48', '2026-03-04 14:17:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('196', 'PT Sowan', 'studio', '082185521938', NULL, NULL, '2026-03-04 14:37:49', '2026-03-04 14:37:49');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('197', 'Solehudin', 'umum', '089632137281', NULL, NULL, '2026-03-04 14:42:56', '2026-03-04 14:42:56');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('198', 'Perc Barata', 'studio', '082183845183', NULL, NULL, '2026-03-04 14:51:48', '2026-03-04 14:51:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('199', 'Econ', 'umum', '089654524470', NULL, NULL, '2026-03-04 15:15:35', '2026-03-04 15:15:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('200', 'Andri', 'umum', '082282774446', NULL, NULL, '2026-03-04 15:41:16', '2026-03-04 15:41:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('201', 'Xposse', 'studio', '082181928848', NULL, NULL, '2026-03-04 15:54:01', '2026-03-04 15:54:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('202', 'Idris', 'umum', '088286947449', NULL, NULL, '2026-03-04 15:54:37', '2026-03-04 15:54:37');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('203', 'CHACA SHOPPEE', 'umum', '081379830275', NULL, NULL, '2026-03-04 16:05:03', '2026-03-04 16:05:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('204', 'TAMA', 'umum', '085267705641', NULL, NULL, '2026-03-04 16:07:46', '2026-03-04 16:07:46');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('205', 'indy', 'umum', '089506940711', NULL, NULL, '2026-03-04 16:26:52', '2026-03-04 16:26:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('206', 'Guardian', 'umum', '085783977211', NULL, NULL, '2026-03-04 16:54:08', '2026-03-04 16:54:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('207', 'Galih Wishaka', 'studio', '08892992919', NULL, NULL, '2026-03-05 09:16:49', '2026-03-05 09:16:49');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('208', 'Kopi Legox No\'ong', 'studio', '082377997677', NULL, NULL, '2026-03-05 09:17:23', '2026-03-05 09:17:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('209', 'Ipung', 'studio', '089615469542', NULL, NULL, '2026-03-05 09:17:36', '2026-03-05 09:17:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('210', 'Bang Soni', 'umum', '083160924292', NULL, NULL, '2026-03-05 09:17:41', '2026-03-05 09:17:41');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('211', 'Juan Meteran', 'studio', '081366707836', NULL, NULL, '2026-03-05 09:17:59', '2026-03-05 09:17:59');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('212', 'CHARTIKA', 'umum', '082176101072', NULL, NULL, '2026-03-05 09:25:01', '2026-03-05 09:25:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('213', 'Darsono', 'studio', '085377417751', NULL, NULL, '2026-03-05 09:25:03', '2026-03-05 09:25:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('214', 'Perc Sentra / Khalila', 'studio', '082378657762', NULL, NULL, '2026-03-05 09:28:13', '2026-03-05 09:28:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('215', 'Damake Snack', 'studio', '083168341789', NULL, NULL, '2026-03-05 09:37:01', '2026-03-05 09:37:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('216', 'ANANG CUST', 'umum', '62 852-6960-0696', NULL, NULL, '2026-03-05 09:37:25', '2026-03-05 09:37:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('217', 'Rio RG', 'studio', '082373941667', NULL, NULL, '2026-03-05 09:46:15', '2026-03-05 09:46:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('218', 'Jastra', 'studio', '081369691100', NULL, NULL, '2026-03-05 09:54:34', '2026-03-05 09:54:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('219', 'TARGET GRAFIKA', 'umum', '+62 812-7227-982', NULL, NULL, '2026-03-05 10:02:51', '2026-03-05 10:02:51');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('220', 'Hendri', 'umum', '08999891961', NULL, NULL, '2026-03-05 10:03:02', '2026-03-05 10:03:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('221', 'SINTA WA', 'umum', '081379830275', NULL, NULL, '2026-03-05 10:26:27', '2026-03-05 10:26:27');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('222', 'PVJ PARFUME', 'umum', '+62 896-3133-0081', NULL, NULL, '2026-03-05 10:49:58', '2026-03-05 10:49:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('223', 'Ricky Susanto', 'umum', '089656532992', NULL, NULL, '2026-03-05 10:53:06', '2026-03-05 10:53:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('224', 'ADLI RK', 'umum', '081379830275', NULL, NULL, '2026-03-05 10:58:24', '2026-03-05 10:58:24');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('225', 'Perc Rymadani', 'studio', '085368371705', NULL, NULL, '2026-03-05 11:03:13', '2026-03-05 11:03:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('226', 'SEFTA KONSUMEN', 'umum', '+62 812-4757-2769', NULL, NULL, '2026-03-05 11:11:16', '2026-03-05 11:11:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('227', 'Hamarish / Turisiah', 'studio', '085378047572', NULL, NULL, '2026-03-05 11:12:15', '2026-03-05 11:12:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('228', 'Alya', 'umum', '085267546246', NULL, NULL, '2026-03-05 11:14:05', '2026-03-05 11:14:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('229', 'Elang Photo', 'studio', '081379373400', NULL, NULL, '2026-03-05 11:22:07', '2026-03-05 11:22:07');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('230', 'Pak Acha', 'umum', '0887437292953', NULL, NULL, '2026-03-05 11:57:02', '2026-03-05 11:57:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('231', 'OLIVIA', 'umum', '082179511086', NULL, NULL, '2026-03-05 13:08:52', '2026-03-05 13:08:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('232', 'Pak Epan', 'umum', '085355241623', NULL, NULL, '2026-03-05 13:15:56', '2026-03-05 13:15:56');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('233', 'Holy Print / Hendi', 'studio', '083890310567', NULL, NULL, '2026-03-05 13:18:10', '2026-03-05 13:18:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('234', 'Syahada Kue', 'umum', '0811796669', NULL, NULL, '2026-03-05 13:20:24', '2026-03-05 13:20:24');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('235', 'Suji', 'umum', '085380096906', NULL, NULL, '2026-03-05 13:30:11', '2026-03-05 13:30:11');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('237', 'Agung Gelora', 'umum', '08117219192', NULL, NULL, '2026-03-05 13:36:41', '2026-03-05 13:36:41');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('238', 'Herdi', 'umum', '082186753438', NULL, NULL, '2026-03-05 14:01:09', '2026-03-05 14:01:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('239', 'Sedop', 'umum', '082179387284', NULL, NULL, '2026-03-05 14:16:42', '2026-03-05 14:16:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('240', 'Najwa Mitra Media', 'studio', '083802483674', NULL, NULL, '2026-03-05 14:22:05', '2026-03-05 14:22:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('241', 'Wilis Wongso', 'studio', '0811727714', NULL, NULL, '2026-03-05 14:28:09', '2026-03-05 14:28:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('242', 'L Zawi', 'studio', '081273476448', NULL, NULL, '2026-03-05 14:58:43', '2026-03-05 14:58:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('243', 'Lusy', 'umum', '089624613106', NULL, NULL, '2026-03-05 15:01:30', '2026-03-05 15:01:30');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('244', 'Almers', 'umum', '089631969342', NULL, NULL, '2026-03-05 15:44:37', '2026-03-05 15:44:37');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('245', 'ADE HARDETO', 'umum', '+62 852-6939-5939', NULL, NULL, '2026-03-05 15:44:51', '2026-03-05 15:44:51');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('246', 'COOKIEKUKI', 'umum', '+62 813-6891-1398', NULL, NULL, '2026-03-05 15:48:20', '2026-03-05 15:48:20');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('247', 'Oca', 'studio', '082220002977', NULL, NULL, '2026-03-05 16:09:54', '2026-03-05 16:09:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('248', 'Shebie', 'studio', '082282432519', NULL, NULL, '2026-03-05 16:12:41', '2026-03-05 16:12:41');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('249', 'Ringgit', 'studio', '081373830208', NULL, NULL, '2026-03-05 16:39:01', '2026-03-05 16:39:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('250', 'DWI AGUSTIANA', 'umum', '0896-1597-5830', NULL, NULL, '2026-03-06 09:17:28', '2026-03-06 09:17:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('251', 'Jaya Warna', 'studio', '081398647247', NULL, NULL, '2026-03-06 09:20:12', '2026-03-06 09:20:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('252', 'ANES', 'umum', '+62 812-7975-5554', NULL, NULL, '2026-03-06 09:21:06', '2026-03-06 09:21:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('253', 'Seno Media', 'studio', '083182373864', NULL, NULL, '2026-03-06 09:22:39', '2026-03-06 09:22:39');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('254', 'Kandra', 'studio', '085381156955', NULL, NULL, '2026-03-06 09:23:10', '2026-03-06 09:23:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('255', 'Rahmat Mahfudin', 'studio', '082306056184', NULL, NULL, '2026-03-06 09:23:30', '2026-03-06 09:23:30');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('256', 'Hermawan', 'umum', '082280365649', NULL, NULL, '2026-03-06 09:25:18', '2026-03-06 09:25:18');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('257', 'Son', 'umum', '082180499591', NULL, NULL, '2026-03-06 09:28:26', '2026-03-06 09:28:26');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('258', 'Sita', 'umum', '088286229622', NULL, NULL, '2026-03-06 09:30:57', '2026-03-06 09:30:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('259', 'Toko Polim', 'studio', '085279992212', NULL, NULL, '2026-03-06 09:36:02', '2026-03-06 09:36:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('260', 'Dedi Solihin', 'studio', '085768438850', NULL, NULL, '2026-03-06 09:40:48', '2026-03-06 09:40:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('261', 'DR. SALAD BUAH', 'umum', '08982555812', NULL, NULL, '2026-03-06 09:42:38', '2026-03-06 09:42:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('262', 'M Rasyid', 'studio', '08999800111', NULL, NULL, '2026-03-06 09:45:52', '2026-03-06 09:45:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('263', 'ASEP', 'umum', '08996409914', NULL, NULL, '2026-03-06 09:46:29', '2026-03-06 09:46:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('264', 'CSO Fariz', 'studio', '081274764545', NULL, NULL, '2026-03-06 09:48:23', '2026-03-06 09:48:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('266', 'Azi Ardiansyah', 'umum', '0895705008084', NULL, NULL, '2026-03-06 09:59:01', '2026-03-06 09:59:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('267', 'Taruna Pos', 'studio', '08127268603', NULL, NULL, '2026-03-06 10:00:09', '2026-03-06 10:00:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('268', 'Herti Azkiya', 'umum', '089632171689', NULL, NULL, '2026-03-06 10:04:13', '2026-03-06 10:04:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('269', 'Tria Oktavia', 'studio', '089514138331', NULL, NULL, '2026-03-06 10:05:53', '2026-03-14 14:11:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('270', 'Herwan', 'umum', '0811726172', NULL, NULL, '2026-03-06 10:21:58', '2026-03-06 10:24:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('271', 'BE PRODUCTION', 'umum', '+62 813-2345-6807', NULL, NULL, '2026-03-06 10:25:02', '2026-03-06 10:25:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('272', 'Anas Brewok', 'studio', '085838617409', NULL, NULL, '2026-03-06 10:25:55', '2026-03-06 10:25:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('273', 'ICHA ILAN', 'umum', '+62 813-7990-7574', NULL, NULL, '2026-03-06 10:29:36', '2026-03-06 10:29:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('274', 'ERKAGRAPHIA', 'umum', '082337331391', NULL, NULL, '2026-03-06 11:00:10', '2026-03-06 11:00:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('275', 'Arka Printing', 'studio', '083818526240', NULL, NULL, '2026-03-06 11:10:13', '2026-03-06 11:10:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('276', 'ARNOLD', 'umum', '082165890698', NULL, NULL, '2026-03-06 11:22:58', '2026-03-06 11:22:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('277', 'Abadi Printing', 'studio', '08117251977', NULL, NULL, '2026-03-06 11:25:34', '2026-03-06 11:25:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('278', 'Arif Sablon', 'studio', '085768974910', NULL, NULL, '2026-03-06 11:31:31', '2026-03-06 11:31:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('279', 'Muhammad Erlangga', 'umum', '+62 857-8993-9338', NULL, NULL, '2026-03-06 11:31:43', '2026-03-06 11:31:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('280', 'Permata Solo', 'studio', '08117221186', NULL, NULL, '2026-03-06 11:36:40', '2026-03-06 11:36:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('281', 'ALESHA', 'umum', '085357560730', NULL, NULL, '2026-03-06 11:44:01', '2026-03-06 11:44:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('282', 'Caka', 'umum', '085279009229', NULL, NULL, '2026-03-06 11:49:19', '2026-03-06 11:49:19');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('283', 'Sherli ERKA', 'studio', '0895602336404', NULL, NULL, '2026-03-06 13:17:40', '2026-03-06 13:17:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('284', 'Markitak', 'studio', '089624614424', NULL, NULL, '2026-03-06 13:24:46', '2026-03-06 13:24:46');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('285', 'Saaf Print', 'studio', '082179387284', NULL, NULL, '2026-03-06 13:35:00', '2026-03-06 13:35:00');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('286', 'Dapur Ara', 'umum', '081373920178', NULL, NULL, '2026-03-06 13:46:09', '2026-03-06 13:46:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('287', 'CLD', 'umum', '+62 812-7307-975', NULL, NULL, '2026-03-06 13:48:33', '2026-03-06 13:48:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('288', 'Daqu', 'studio', '08996225009', NULL, NULL, '2026-03-06 14:01:04', '2026-03-06 14:01:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('290', 'Pak Alay', 'umum', '082378583298', NULL, NULL, '2026-03-06 14:13:34', '2026-03-06 14:13:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('291', 'Sinta', 'studio', '081279431431', NULL, NULL, '2026-03-06 14:20:44', '2026-03-06 14:20:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('292', 'Trio Tsel', 'umum', '0821-8004-4624', NULL, NULL, '2026-03-06 14:21:03', '2026-03-06 14:21:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('294', 'Bagas dwingga saputra', 'umum', '85783333088', NULL, NULL, '2026-03-06 14:45:40', '2026-03-06 14:45:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('295', 'Kiyay Florist', 'umum', '082372203013', NULL, NULL, '2026-03-06 14:55:47', '2026-03-06 14:55:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('296', 'Thomi CS', 'studio', '085789580065', NULL, NULL, '2026-03-06 15:13:53', '2026-03-06 15:13:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('297', 'Rofiq', 'studio', '085783712195', NULL, NULL, '2026-03-06 15:32:47', '2026-03-06 15:32:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('298', 'Susi Wash', 'studio', '082182839954', NULL, NULL, '2026-03-06 15:33:09', '2026-03-06 15:33:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('299', 'YOGS', 'umum', '0895342041511', NULL, NULL, '2026-03-06 15:41:15', '2026-03-06 15:41:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('300', 'Modiste', 'studio', '085357253901', NULL, NULL, '2026-03-06 16:23:33', '2026-03-06 16:23:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('301', 'SIGIT ARIYANTO', 'umum', '+62 899-6448-881', NULL, NULL, '2026-03-06 16:26:03', '2026-03-06 16:26:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('302', 'TANIA', 'umum', '081278086335', NULL, NULL, '2026-03-07 09:13:52', '2026-03-07 09:13:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('303', 'Rurin Digital', 'studio', '081312727122', NULL, NULL, '2026-03-07 09:17:47', '2026-03-07 09:17:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('304', 'Al Qolam', 'studio', '085269428842', NULL, NULL, '2026-03-07 09:32:25', '2026-03-07 09:32:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('305', 'AGUNG SURYO', 'umum', '082177532567', NULL, NULL, '2026-03-07 09:34:01', '2026-03-07 09:34:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('306', 'ONE DAY', 'umum', '08993374077', NULL, NULL, '2026-03-07 09:51:12', '2026-03-07 09:51:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('307', 'ZEA', 'umum', '+62 858-3821-1164', NULL, NULL, '2026-03-07 09:58:28', '2026-03-07 09:58:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('308', 'GRACIELE', 'umum', '0895808462323', NULL, NULL, '2026-03-07 10:06:01', '2026-03-07 10:06:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('309', 'FATEHA', 'umum', '+62 897-6077-175', NULL, NULL, '2026-03-07 10:14:42', '2026-03-07 10:14:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('310', 'Septian', 'umum', '082176275922', NULL, NULL, '2026-03-07 10:22:15', '2026-03-07 10:22:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('311', 'Iyan Primajaya', 'studio', '08117232301', NULL, NULL, '2026-03-07 10:32:54', '2026-03-07 10:32:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('312', 'Nopal', 'umum', '085768910926', NULL, NULL, '2026-03-07 10:40:20', '2026-03-07 10:40:20');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('313', 'Aurora Printing', 'umum', '085768970253', NULL, NULL, '2026-03-07 10:51:38', '2026-03-07 10:51:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('314', 'Master Cell', 'studio', '082376100252', NULL, NULL, '2026-03-07 11:00:24', '2026-03-07 11:00:24');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('315', 'MITRA SEJAHTERA', 'studio', '+62 857-6971-4044', NULL, NULL, '2026-03-07 11:10:20', '2026-03-07 11:10:20');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('316', 'DKD 81', 'umum', '085768265600', NULL, NULL, '2026-03-07 11:13:35', '2026-03-07 11:13:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('317', 'Topan', 'umum', '085215555570', NULL, NULL, '2026-03-07 11:34:49', '2026-03-07 11:34:49');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('318', 'Yopan Baru', 'umum', '087842296014', NULL, NULL, '2026-03-07 12:02:50', '2026-03-07 12:02:50');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('319', 'S PRINT INK', 'umum', '+62 831-6087-0677', NULL, NULL, '2026-03-07 12:13:14', '2026-03-07 12:13:14');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('320', 'Abe Cutting', 'umum', '081374621594', NULL, NULL, '2026-03-07 12:58:09', '2026-03-07 12:58:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('321', 'Wahyu Hoir', 'umum', '+62 812-7184-3050', NULL, NULL, '2026-03-07 13:14:55', '2026-03-07 13:14:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('322', 'Monokrom', 'umum', '+62 896-3636-5506', NULL, NULL, '2026-03-07 13:17:33', '2026-03-07 13:17:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('323', 'Feni Seroja', 'studio', '082378780438', NULL, NULL, '2026-03-07 14:21:04', '2026-03-07 14:21:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('324', 'Banyu SMK 4', 'studio', '08975000904', NULL, NULL, '2026-03-07 14:40:02', '2026-03-07 14:40:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('325', 'RUMAH IDE', 'studio', 'rumah ide', NULL, NULL, '2026-03-07 15:06:03', '2026-03-07 15:06:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('326', 'Taufik', 'umum', '088286525147', NULL, NULL, '2026-03-07 15:10:14', '2026-03-07 15:10:14');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('327', 'LASKA', 'umum', '+62 821-8439-6696', NULL, NULL, '2026-03-07 15:17:31', '2026-03-07 15:17:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('328', 'Mandiri Printing', 'studio', '0895326633772', NULL, NULL, '2026-03-07 15:33:43', '2026-03-07 15:33:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('329', 'EMI WA', 'umum', '081278723716', NULL, NULL, '2026-03-07 15:42:15', '2026-03-07 15:42:15');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('330', 'IWAN', 'umum', '082312194146', NULL, NULL, '2026-03-07 16:38:57', '2026-03-07 16:38:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('331', 'Novi Abih', 'studio', '082363501260', NULL, NULL, '2026-03-09 09:15:06', '2026-03-09 09:15:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('332', 'QOSAM', 'umum', '+62 895-0181-1560', NULL, NULL, '2026-03-09 09:24:46', '2026-03-09 09:24:46');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('333', 'Piramid', 'studio', '081381555864', NULL, NULL, '2026-03-09 09:26:32', '2026-03-09 09:26:32');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('334', 'Revi', 'studio', '083823395292', NULL, NULL, '2026-03-09 09:31:13', '2026-03-09 09:31:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('335', 'Egi', 'studio', '085279560663', NULL, NULL, '2026-03-09 09:34:25', '2026-03-09 09:34:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('336', 'Hermansyah', 'umum', '085789768640', NULL, NULL, '2026-03-09 09:43:22', '2026-03-09 09:43:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('337', 'TARMIZI', 'umum', '+62 895-2387-5040', NULL, NULL, '2026-03-09 09:50:24', '2026-03-09 09:50:24');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('338', 'Rahma', 'studio', '0811728721', NULL, NULL, '2026-03-09 09:50:48', '2026-03-09 09:50:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('339', 'Edi Brekele', 'studio', '081366605712', NULL, NULL, '2026-03-09 09:53:13', '2026-03-09 09:53:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('340', 'Nanda Fathur', 'umum', '+62 895-3441-57435', NULL, NULL, '2026-03-09 09:58:12', '2026-03-09 09:58:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('341', 'Els Coffee', 'studio', '082278118612', NULL, NULL, '2026-03-09 10:02:51', '2026-03-09 10:02:51');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('342', 'Yuga', 'studio', '08983423863', NULL, NULL, '2026-03-09 10:15:10', '2026-03-09 10:15:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('343', 'JADE', 'umum', '+62 822-7908-0708', NULL, NULL, '2026-03-09 10:27:59', '2026-03-09 10:27:59');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('344', 'Jcloud', 'studio', '081252002210', NULL, NULL, '2026-03-09 10:43:32', '2026-03-09 10:43:32');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('345', 'Mega', 'umum', '088269818234', NULL, NULL, '2026-03-09 10:58:49', '2026-03-09 10:58:49');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('346', 'Bagas CM', 'studio', '089630976756', NULL, NULL, '2026-03-09 11:02:19', '2026-03-09 11:02:19');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('347', 'Yeni Japala', 'studio', '081379309136', NULL, NULL, '2026-03-09 11:04:56', '2026-03-09 11:04:56');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('348', 'Tazkiya', 'umum', '08127939491', NULL, NULL, '2026-03-09 11:22:28', '2026-03-09 11:22:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('349', 'Dimsum Susilo', 'umum', '+62 813-6643-0003', NULL, NULL, '2026-03-09 11:26:40', '2026-03-09 11:26:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('350', 'Torch', 'umum', '081573142939', NULL, NULL, '2026-03-09 11:27:28', '2026-03-09 11:27:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('351', 'Sejalan Coffee', 'studio', '081272550610', NULL, NULL, '2026-03-09 11:54:57', '2026-03-09 11:54:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('352', 'Jo Ramayana', 'umum', '082176523332', NULL, NULL, '2026-03-09 13:05:53', '2026-03-09 13:05:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('353', 'Bustam', 'studio', '085279638721', NULL, NULL, '2026-03-09 13:09:14', '2026-03-09 13:09:14');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('354', 'CENTRA LED', 'studio', '+62 857-6891-9401', NULL, NULL, '2026-03-09 13:09:32', '2026-03-09 13:09:32');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('355', 'Dendi Banner', 'umum', '08978471224', NULL, NULL, '2026-03-09 13:18:35', '2026-03-09 13:18:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('356', 'MURNI KREATIF', 'umum', '081274201786', NULL, NULL, '2026-03-09 13:27:09', '2026-03-09 13:27:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('357', 'Rama', 'umum', '0887437521417', NULL, NULL, '2026-03-09 13:27:38', '2026-03-09 13:27:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('358', 'Agus', 'umum', '089649999093', NULL, NULL, '2026-03-09 13:41:52', '2026-03-09 13:41:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('359', 'Desain Baba', 'studio', '089634681188', NULL, NULL, '2026-03-09 13:43:12', '2026-03-09 13:43:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('360', 'FAISAL MASSING', 'umum', '+62 895-3439-94157', NULL, NULL, '2026-03-09 13:46:13', '2026-03-09 13:46:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('361', 'MADE', 'umum', '082179934615', NULL, NULL, '2026-03-09 13:59:07', '2026-03-09 13:59:07');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('362', 'NOVOTEL', 'umum', '+62 822-8129-2669', NULL, NULL, '2026-03-09 14:02:45', '2026-03-09 14:02:45');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('363', 'Afandi', 'studio', '08115225533', NULL, NULL, '2026-03-09 14:07:34', '2026-03-09 14:07:34');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('364', 'AGUS DJ', 'umum', '085896120865', NULL, NULL, '2026-03-09 14:12:57', '2026-03-10 11:08:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('365', 'Octowine', 'umum', '089646638360', NULL, NULL, '2026-03-09 14:23:04', '2026-03-09 14:23:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('366', 'WINDA KAYLA', 'umum', '0811799119', NULL, NULL, '2026-03-09 14:41:39', '2026-03-09 14:41:39');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('367', 'Nastya', 'umum', '082184161051', NULL, NULL, '2026-03-09 14:42:35', '2026-03-09 14:42:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('368', 'Wira', 'studio', '0895705006391', NULL, NULL, '2026-03-09 14:50:03', '2026-03-09 14:50:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('369', 'Hadis', 'umum', '081276421306', NULL, NULL, '2026-03-09 14:53:09', '2026-03-09 14:53:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('370', 'Yuliana', 'umum', '082110400183', NULL, NULL, '2026-03-09 14:57:42', '2026-03-09 14:57:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('371', 'AQO PRINTING', 'studio', '+62 823-7522-4885', NULL, NULL, '2026-03-09 14:57:52', '2026-03-09 14:57:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('372', 'ICAN WA', 'umum', '081373156245', NULL, NULL, '2026-03-09 15:18:11', '2026-03-09 15:18:11');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('373', 'Istiqomah', 'studio', '08127983893', NULL, NULL, '2026-03-09 15:26:30', '2026-03-09 15:26:30');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('374', 'ALAM', 'umum', '085383882489', NULL, NULL, '2026-03-09 15:47:50', '2026-03-09 15:47:50');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('375', 'Retina', 'studio', '08117904747', NULL, NULL, '2026-03-09 15:53:32', '2026-03-09 15:53:32');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('376', 'Rifki', 'umum', '089663793800', NULL, NULL, '2026-03-09 16:57:03', '2026-03-09 16:57:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('377', 'Ayu Cust', 'umum', '089632601022', NULL, NULL, '2026-03-09 17:00:51', '2026-03-09 17:00:51');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('378', 'Darwis Lampung Timur', 'umum', '082179772014', NULL, NULL, '2026-03-10 09:17:01', '2026-03-10 09:17:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('379', 'Imam Handoyo', 'studio', '089508123405', NULL, NULL, '2026-03-10 09:22:58', '2026-03-10 09:22:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('380', 'YASIN TANBIN', 'umum', '+62 813-7769-2662', NULL, NULL, '2026-03-10 09:29:25', '2026-03-10 09:29:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('381', 'NANANG NUGROHO', 'umum', '085758955776', NULL, NULL, '2026-03-10 09:35:59', '2026-03-10 09:35:59');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('382', 'Alwin', 'studio', '089694844285', NULL, NULL, '2026-03-10 09:40:53', '2026-03-10 09:40:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('383', 'Wm Creative', 'studio', '081368777714', NULL, NULL, '2026-03-10 09:41:11', '2026-03-10 09:41:11');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('384', 'Nurasih Fitriani', 'studio', '082110508080', NULL, NULL, '2026-03-10 09:41:30', '2026-03-10 09:41:30');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('385', 'Hady Banner', 'studio', '081377069090', NULL, NULL, '2026-03-10 09:41:50', '2026-03-10 09:41:50');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('386', 'Gallery Art', 'studio', '085717186078', NULL, NULL, '2026-03-10 09:42:18', '2026-03-10 09:42:18');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('387', 'Putra Sovenir Lampung', 'umum', '082269296600', NULL, NULL, '2026-03-10 09:47:10', '2026-03-10 09:47:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('388', 'ARSY SHOPPEE', 'umum', '082337331391', NULL, NULL, '2026-03-10 09:47:33', '2026-03-10 09:47:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('389', 'Angga Keseuma', 'umum', '081273438385', NULL, NULL, '2026-03-10 09:49:29', '2026-03-10 09:49:29');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('390', 'SETO AYAM', 'umum', '082281094007', NULL, NULL, '2026-03-10 09:58:16', '2026-03-10 09:58:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('391', 'Sella', 'umum', '0895331071974', NULL, NULL, '2026-03-10 10:03:21', '2026-03-10 10:03:21');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('392', 'F12', 'umum', '081367116772', NULL, NULL, '2026-03-10 10:13:22', '2026-03-10 10:13:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('393', 'Toni Hanura', 'studio', '+62 821-7937-6283', NULL, NULL, '2026-03-10 10:51:40', '2026-03-10 10:51:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('394', 'Puja', 'umum', '085371001753', NULL, NULL, '2026-03-10 10:54:18', '2026-03-10 10:54:18');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('395', 'Perc Abata', 'umum', '082377100067', NULL, NULL, '2026-03-10 11:24:49', '2026-03-10 11:24:49');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('396', 'Al Amin', 'umum', '085273757842', NULL, NULL, '2026-03-10 11:52:26', '2026-03-10 11:52:26');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('397', 'PRATAMA HADI', 'umum', '+62 813-6920-0502', NULL, NULL, '2026-03-10 11:54:05', '2026-03-10 11:54:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('398', 'Rafi', 'umum', '08', NULL, NULL, '2026-03-10 13:11:57', '2026-03-10 13:11:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('399', 'SDN 1 PALAPA', 'umum', '087820785764', NULL, NULL, '2026-03-10 13:13:53', '2026-03-10 13:23:50');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('400', 'HERY METRO', 'umum', '+62 822-8047-7744', NULL, NULL, '2026-03-10 13:43:57', '2026-03-10 13:43:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('401', 'POLAROID LAMPUNG', 'studio', '+62 896-5795-7068', NULL, NULL, '2026-03-10 13:56:55', '2026-03-10 13:56:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('402', 'Alvi Muhammad', 'umum', '089515426011', NULL, NULL, '2026-03-10 14:00:47', '2026-03-10 14:00:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('403', 'Bambang Suroso', 'umum', '081366490500', NULL, NULL, '2026-03-10 14:06:30', '2026-03-10 14:06:30');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('404', 'Andri Purba', 'umum', '08117992422', NULL, NULL, '2026-03-10 14:08:21', '2026-03-10 14:08:21');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('405', 'Desain Babe', 'umum', '082178577140', NULL, NULL, '2026-03-10 14:14:41', '2026-03-10 14:15:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('406', 'Feldi Bakti', 'umum', '+62 895-6207-14411', NULL, NULL, '2026-03-10 14:28:41', '2026-03-10 14:28:41');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('407', 'Smp Islam Azzahra', 'studio', '0895333434188', NULL, NULL, '2026-03-10 14:34:35', '2026-03-10 14:34:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('408', 'Bowo Grafis', 'studio', '+62 857-2299-0856', NULL, NULL, '2026-03-10 15:04:38', '2026-03-10 15:04:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('409', 'Aria', 'umum', '085767158908', NULL, NULL, '2026-03-10 15:48:42', '2026-03-10 15:48:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('410', 'Rizky', 'umum', '088286290896', NULL, NULL, '2026-03-10 16:33:30', '2026-03-10 16:33:30');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('411', 'Narada', 'umum', '+62 823-7738-5378', NULL, NULL, '2026-03-11 09:22:58', '2026-03-11 09:22:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('412', 'Hanif Printing', 'studio', '085216143877', NULL, NULL, '2026-03-11 09:24:26', '2026-03-11 09:24:26');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('413', 'PUTRI WA', 'umum', '085206609809', NULL, NULL, '2026-03-11 09:32:36', '2026-03-11 09:32:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('414', 'Galih / Akbar Gelael', 'studio', '082289222895', NULL, NULL, '2026-03-11 09:32:42', '2026-03-11 09:32:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('415', 'Serupadia', 'studio', '+62 896-0741-6329', NULL, NULL, '2026-03-11 09:34:24', '2026-03-11 09:34:24');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('416', 'Else Ervina', 'studio', '08984274334', NULL, NULL, '2026-03-11 09:36:04', '2026-03-11 09:36:04');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('417', 'TIRA AMABEL', 'umum', '085267451222', NULL, NULL, '2026-03-11 09:52:39', '2026-03-11 09:52:39');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('418', 'Gie Pomade', 'studio', '089666171295', NULL, NULL, '2026-03-11 09:58:35', '2026-03-11 09:58:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('419', 'Kurnia Desain', 'studio', '081252002210', NULL, NULL, '2026-03-11 10:17:25', '2026-03-11 10:17:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('420', 'Irham', 'umum', '082280656629', NULL, NULL, '2026-03-11 10:25:18', '2026-03-11 10:25:18');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('421', 'NELA', 'studio', '+62 813-6960-9788', NULL, NULL, '2026-03-11 10:33:58', '2026-03-11 10:33:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('422', 'Adot', 'studio', '08', NULL, NULL, '2026-03-11 10:54:43', '2026-03-11 10:54:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('423', 'Arya SMKN Padang Cermin', 'umum', '085658307434', NULL, NULL, '2026-03-11 13:11:03', '2026-03-11 13:11:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('424', 'Agung Prabowo', 'umum', '081278240853', NULL, NULL, '2026-03-11 13:26:55', '2026-03-11 13:26:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('425', 'Fajriati Meutia', 'umum', '082210716210', NULL, NULL, '2026-03-11 13:45:54', '2026-03-11 13:45:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('426', 'Nahawang Printing', 'umum', '081373948686', NULL, NULL, '2026-03-11 14:12:16', '2026-03-11 14:12:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('427', 'Rizal Dwiana', 'studio', '081377692662', NULL, NULL, '2026-03-11 14:15:18', '2026-03-11 14:15:18');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('428', 'Saiko Printing', 'studio', '082181174986', NULL, NULL, '2026-03-11 14:42:31', '2026-03-11 14:42:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('429', 'Tholi Am Desain', 'umum', '087829302789', NULL, NULL, '2026-03-11 14:47:09', '2026-03-11 14:47:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('430', 'ayu djoeragan', 'umum', '+62 812-7210-232', NULL, NULL, '2026-03-11 14:48:21', '2026-03-11 14:48:21');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('431', 'Rafi Maulana', 'umum', '0895607013131', NULL, NULL, '2026-03-11 14:56:13', '2026-03-11 14:56:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('432', 'Elisa', 'umum', '085269056363', NULL, NULL, '2026-03-11 15:04:49', '2026-03-11 15:04:49');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('433', 'Vika', 'studio', '089664971700', NULL, NULL, '2026-03-11 15:16:16', '2026-03-11 15:16:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('434', 'Rafif', 'umum', '082158396065', NULL, NULL, '2026-03-11 15:18:25', '2026-03-11 15:18:25');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('435', 'Rizkia', 'umum', '082230716713', NULL, NULL, '2026-03-11 15:50:08', '2026-03-11 15:50:08');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('436', 'Deny', 'umum', '082282749689', NULL, NULL, '2026-03-11 16:03:24', '2026-03-11 16:03:24');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('438', 'Joko', 'studio', '085609142102', NULL, NULL, '2026-03-12 09:28:16', '2026-03-12 09:28:16');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('439', 'Tri Ayu', 'studio', '085273114646', NULL, NULL, '2026-03-12 09:28:40', '2026-03-12 09:28:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('440', 'Rosi Wahyana', 'umum', '082175465554', NULL, NULL, '2026-03-12 09:30:47', '2026-03-12 09:30:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('441', 'DENI', 'umum', '+62 813-6658-4471', NULL, NULL, '2026-03-12 09:33:42', '2026-03-12 09:33:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('442', 'VERREN WA', 'umum', '082179739956', NULL, NULL, '2026-03-12 09:46:40', '2026-03-12 09:46:40');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('443', 'Nando', 'studio', '0895322162365', NULL, NULL, '2026-03-12 09:48:57', '2026-03-12 09:48:57');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('444', 'Sho Konsumen', 'umum', '089628862555', NULL, NULL, '2026-03-12 09:50:54', '2026-03-12 09:50:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('445', 'Edward S', 'umum', '082172867126', NULL, NULL, '2026-03-12 09:52:01', '2026-03-12 09:52:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('446', 'ChaRakNua', 'umum', '082279404512', NULL, NULL, '2026-03-12 10:03:41', '2026-03-12 10:03:41');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('447', 'Wayan', 'studio', '085269473162', NULL, NULL, '2026-03-12 10:12:41', '2026-03-12 10:12:41');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('448', 'Buana', 'umum', '085379579887', NULL, NULL, '2026-03-12 10:17:09', '2026-03-12 10:17:09');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('449', 'Artur / Tengku', 'studio', '081312393269', NULL, NULL, '2026-03-12 10:17:17', '2026-03-12 10:17:17');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('450', 'Joevanisa', 'umum', '+62 895-6160-93614', NULL, NULL, '2026-03-12 10:18:14', '2026-03-12 10:18:14');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('451', 'Sendiwa Printing / Zulfadli', 'studio', '081379039370', NULL, NULL, '2026-03-12 10:28:06', '2026-03-12 10:28:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('452', 'Candra Aditya', 'umum', '+62 812-7869-0729', NULL, NULL, '2026-03-12 10:42:22', '2026-03-12 10:42:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('453', 'Aldi Cust', 'studio', '0895324411657', NULL, NULL, '2026-03-12 11:12:53', '2026-03-12 11:12:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('454', 'Yanto Anugrah', 'umum', '+62 812-7483-8898', NULL, NULL, '2026-03-12 11:13:13', '2026-03-12 11:13:13');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('455', 'Cetak Cetik', 'umum', '081279464746', NULL, NULL, '2026-03-12 12:00:58', '2026-03-12 12:00:58');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('456', 'Tafsirin', 'umum', '+62 882-8625-1399', NULL, NULL, '2026-03-12 13:10:56', '2026-03-12 13:10:56');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('457', 'Mustofa 1', 'studio', '085366131234', NULL, NULL, '2026-03-12 13:12:14', '2026-03-12 13:12:14');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('458', 'Aditya Persija', 'umum', '089629182927', NULL, NULL, '2026-03-12 13:21:44', '2026-03-12 13:22:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('459', 'Adafi Cust', 'umum', '085758085976', NULL, NULL, '2026-03-12 13:28:01', '2026-03-12 13:28:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('460', 'LMD', 'studio', '082176584942', NULL, NULL, '2026-03-12 13:53:27', '2026-03-12 13:53:27');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('461', 'TAMPIA', 'umum', '+62 821-7658-4942', NULL, NULL, '2026-03-12 14:16:37', '2026-03-12 14:16:37');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('462', 'Rizky DS', 'studio', '083179353753', NULL, NULL, '2026-03-12 14:41:05', '2026-03-12 14:41:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('463', 'Selfa', 'umum', '+62 852-7343-3500', NULL, NULL, '2026-03-12 14:47:28', '2026-03-12 14:47:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('465', 'King Photo', 'studio', '08', NULL, NULL, '2026-03-12 15:15:48', '2026-03-12 15:15:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('466', 'Wulan BRI', 'studio', '082382784544', NULL, NULL, '2026-03-12 15:49:07', '2026-03-12 15:49:07');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('467', 'Mega Grapika', 'studio', '081379633338', NULL, NULL, '2026-03-12 16:08:02', '2026-03-12 16:08:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('468', 'MUTIA ALIMA', 'umum', '081379830275', NULL, NULL, '2026-03-12 16:24:27', '2026-03-12 16:24:27');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('469', 'Juan Kotabumi', 'umum', '089517144207', NULL, NULL, '2026-03-12 16:41:50', '2026-03-12 16:41:50');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('470', 'Pak Ketut', 'umum', '082278660747', NULL, NULL, '2026-03-12 16:53:56', '2026-03-12 16:56:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('471', 'Pak Gatot', 'umum', '08', NULL, NULL, '2026-03-13 09:36:28', '2026-03-13 09:36:28');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('472', 'Nadia PNM', 'umum', '+62 858-9665-6169', NULL, NULL, '2026-03-13 09:55:54', '2026-03-13 09:55:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('473', 'Ridho', 'studio', '089503686082', NULL, NULL, '2026-03-13 10:18:05', '2026-03-13 10:18:05');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('474', 'Fatimah', 'umum', '081379000205', NULL, NULL, '2026-03-13 10:22:21', '2026-03-13 10:22:21');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('475', 'Pak Gogo', 'umum', '082175988108', NULL, NULL, '2026-03-13 10:30:56', '2026-03-13 10:30:56');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('476', 'Andi Rajabasa', 'umum', '082373956789', NULL, NULL, '2026-03-13 10:44:14', '2026-03-13 10:44:14');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('477', 'Ratih Cust', 'umum', '0895620435434', NULL, NULL, '2026-03-13 10:48:31', '2026-03-13 10:48:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('478', 'Fath Printing', 'umum', '08978210300', NULL, NULL, '2026-03-13 10:53:23', '2026-03-13 10:53:23');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('480', 'Perc Rojo', 'umum', '082378460633', NULL, NULL, '2026-03-13 11:18:02', '2026-03-13 11:18:02');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('481', 'Aris Wildan', 'umum', '+62 821-8182-6705', NULL, NULL, '2026-03-13 11:21:31', '2026-03-13 11:21:31');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('482', 'Perc Ipank', 'studio', '081278611239', NULL, NULL, '2026-03-13 11:45:44', '2026-03-13 11:45:44');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('483', 'Ultras Garuda', 'umum', '089631531209', NULL, NULL, '2026-03-13 12:57:45', '2026-03-13 12:57:45');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('484', 'Ari Tukul', 'studio', '081273090816', NULL, NULL, '2026-03-13 13:59:33', '2026-03-13 13:59:33');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('485', 'Kamigrafi', 'umum', '+62 851-8555-7310', NULL, NULL, '2026-03-13 14:07:43', '2026-03-13 14:07:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('486', 'Sukma', 'umum', '081379899872', NULL, NULL, '2026-03-13 14:35:38', '2026-03-13 14:35:38');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('487', 'ILHAM', 'umum', '+62 821-4177-2870', NULL, NULL, '2026-03-13 14:52:19', '2026-03-13 14:52:19');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('488', 'Timezone LC', 'studio', '087899942526', NULL, NULL, '2026-03-13 15:04:53', '2026-03-13 15:04:53');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('489', 'Ibu Lia', 'umum', '082281033550', NULL, NULL, '2026-03-13 15:59:18', '2026-03-13 15:59:18');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('490', 'Khania', 'studio', '085213713200', NULL, NULL, '2026-03-13 16:09:54', '2026-03-13 16:09:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('491', 'Anisa', 'umum', '082386984627', NULL, NULL, '2026-03-13 17:03:01', '2026-03-13 17:03:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('492', 'Andi 7Days', 'umum', '082282574566', NULL, NULL, '2026-03-14 09:21:37', '2026-03-14 09:21:37');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('494', 'Wenny', 'studio', '087878883736', NULL, NULL, '2026-03-14 09:29:54', '2026-03-14 09:29:54');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('495', 'Monica', 'umum', '088295994629', NULL, NULL, '2026-03-14 09:39:36', '2026-03-14 09:39:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('496', 'Rahmad Ibnu', 'umum', '+62 852-7393-3654', NULL, NULL, '2026-03-14 09:40:01', '2026-03-14 09:40:01');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('497', 'Faris', 'umum', '081272591275', NULL, NULL, '2026-03-14 09:47:45', '2026-03-14 09:47:45');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('498', 'Dian Ngah', 'umum', '+62 852-6919-9027', NULL, NULL, '2026-03-14 09:59:06', '2026-03-14 09:59:06');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('499', 'RENTI RK', 'umum', '0895621989259', NULL, NULL, '2026-03-14 10:13:35', '2026-03-14 10:13:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('500', 'Ibu Dwi', 'studio', '081271903452', NULL, NULL, '2026-03-14 10:20:49', '2026-03-14 10:20:49');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('501', 'Raffa Digital', 'umum', '087898920893', NULL, NULL, '2026-03-14 10:21:20', '2026-03-14 10:21:20');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('502', 'AHMAD EFENDI', 'umum', '085311172747', NULL, NULL, '2026-03-14 10:34:36', '2026-03-14 10:34:36');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('503', 'Saiful Bahri/Niman', 'umum', '082175999184', NULL, NULL, '2026-03-14 11:05:10', '2026-03-14 11:05:10');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('504', 'Rizky Iks', 'studio', '+62 813-7324-6467', NULL, NULL, '2026-03-14 11:11:22', '2026-03-14 11:11:22');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('505', 'OHSOME', 'umum', '083160357349', NULL, NULL, '2026-03-14 11:12:43', '2026-03-14 11:12:43');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('506', 'JEANA WA', 'umum', '082182847041', NULL, NULL, '2026-03-14 11:31:52', '2026-03-14 11:31:52');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('507', 'Hengki', 'umum', '0817616634', NULL, NULL, '2026-03-14 11:47:47', '2026-03-14 11:47:47');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('508', 'TRI MIRANTO', 'umum', '082123334398', NULL, NULL, '2026-03-14 12:07:42', '2026-03-14 12:07:42');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('509', 'KADOKU', 'umum', '082286565926', NULL, NULL, '2026-03-14 12:14:45', '2026-03-14 12:14:45');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('510', 'MIYA SHOPEE', 'umum', '089523397646', NULL, NULL, '2026-03-14 12:47:03', '2026-03-14 12:47:03');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('511', 'RAGA ETAWA', 'umum', '085377188456', NULL, NULL, '2026-03-14 12:51:12', '2026-03-14 12:51:12');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('512', 'Alisha', 'umum', '+62 821-7997-4992', NULL, NULL, '2026-03-14 13:33:55', '2026-03-14 13:33:55');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('513', 'Sigit Ariyono', 'studio', '+62 899-6448-881', NULL, NULL, '2026-03-14 16:03:35', '2026-03-14 16:03:35');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('514', 'AGUS SUKANDAR', 'umum', '082179553837', NULL, NULL, '2026-03-14 16:47:20', '2026-03-14 16:47:20');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('515', 'Fandi', 'umum', '081270018719', NULL, NULL, '2026-03-16 08:43:48', '2026-03-16 08:43:48');
INSERT INTO `customers` (`id`, `name`, `member_type`, `phone`, `email`, `address`, `created_at`, `updated_at`) VALUES ('516', 'aaa', 'studio', '3131', NULL, NULL, '2026-03-16 09:33:29', '2026-03-16 09:33:29');

-- --------------------------------------------------------
-- Table structure for table `deposits`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `deposits`;
CREATE TABLE `deposits` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `amount` decimal(15,2) NOT NULL,
  `deposit_date` date NOT NULL,
  `bank_name` varchar(255) DEFAULT NULL,
  `payment_account_id` bigint(20) unsigned DEFAULT NULL,
  `reference_number` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `deposits_created_by_foreign` (`created_by`),
  KEY `deposits_payment_account_id_foreign` (`payment_account_id`),
  CONSTRAINT `deposits_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `deposits_payment_account_id_foreign` FOREIGN KEY (`payment_account_id`) REFERENCES `payment_accounts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `deposits`

INSERT INTO `deposits` (`id`, `amount`, `deposit_date`, `bank_name`, `payment_account_id`, `reference_number`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('1', '10000000.00', '2026-03-07', NULL, NULL, NULL, 'setor boss', '16', '2026-03-09 14:03:13', '2026-03-09 14:03:13');

-- --------------------------------------------------------
-- Table structure for table `developer_override_logs`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `developer_override_logs`;
CREATE TABLE `developer_override_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `action` varchar(100) NOT NULL,
  `target_type` varchar(100) NOT NULL,
  `target_id` varchar(100) DEFAULT NULL,
  `reason` text NOT NULL,
  `before_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`before_data`)),
  `after_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`after_data`)),
  `meta` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL CHECK (json_valid(`meta`)),
  `ip_address` varchar(64) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `developer_override_logs_target_type_target_id_index` (`target_type`,`target_id`),
  KEY `developer_override_logs_user_id_created_at_index` (`user_id`,`created_at`),
  CONSTRAINT `developer_override_logs_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------
-- Table structure for table `employees`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `employees`;
CREATE TABLE `employees` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `employee_id` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `gender` enum('L','P') NOT NULL DEFAULT 'L',
  `phone` varchar(255) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `address` text DEFAULT NULL,
  `position` varchar(255) NOT NULL,
  `join_date` date NOT NULL,
  `base_salary` decimal(12,2) NOT NULL DEFAULT 0.00,
  `status` enum('active','inactive') NOT NULL DEFAULT 'active',
  `is_auto_attendance` tinyint(1) NOT NULL DEFAULT 0,
  `auto_attendance_note` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `employees_employee_id_unique` (`employee_id`),
  KEY `employees_user_id_foreign` (`user_id`),
  CONSTRAINT `employees_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `employees`

INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('2', NULL, 'RK000001', 'Administrator', 'L', '081366490500', 'surosolily0105@gmail.com', 'Jl. Mangkubumi Gg.Kencana No. 09, Gunung Agung . Langkapura - bandar Lampung', 'SUPERVISOR', '2019-01-01', '2700000.00', 'active', '0', NULL, '2026-03-05 11:14:05', '2026-03-11 09:44:42');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('3', NULL, 'RK000003', 'Budi Santoso', 'L', NULL, NULL, NULL, 'OPERATOR', '2023-03-21', '1800000.00', 'active', '0', NULL, '2026-03-05 11:16:14', '2026-03-09 09:21:55');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('4', NULL, 'RK000004', 'Citra Lestari', 'L', NULL, NULL, NULL, 'OPERATOR', '2022-02-22', '1800000.00', 'active', '0', NULL, '2026-03-05 11:17:42', '2026-03-09 09:33:17');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('5', NULL, 'RK000012', 'Dewi Anggraini', 'P', NULL, NULL, 'JL. PLAU SINGKEP, PERUM PURI RUPI INDAH D2 NO 2. RT/RW:13/2', 'ADMIN', '2023-03-06', '2000000.00', 'active', '0', NULL, '2026-03-05 11:21:04', '2026-03-09 09:41:25');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('6', NULL, 'RK000007', 'Eko Saputra', 'L', NULL, NULL, 'PERUMAHAN PERTAMA ASRI BLOCK C3 NO. 12 JATI AGUNG', 'TEAM DESAIN', '2020-08-01', '1800000.00', 'active', '0', NULL, '2026-03-05 11:22:45', '2026-03-09 09:31:12');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('7', NULL, 'RK000005', 'Fajar Ramadhan', 'L', '085731559701', NULL, 'JL. IKAN SEPAT GG. ABDUL HAMID NO. 39. PESAWARAN. TELUK BETUNG SELATAN', 'TEAM DESAIN', '2019-08-01', '1800000.00', 'active', '0', NULL, '2026-03-05 11:25:33', '2026-03-09 09:28:55');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('8', NULL, 'RK000009', 'Gita Permata', 'L', '089624614424', NULL, 'JL.MATA AIR KM.12, PINANG JAYA - KEMILING Bandar lampung', 'OPERATOR', '2022-02-07', '1800000.00', 'active', '0', NULL, '2026-03-09 09:34:18', '2026-03-09 09:40:52');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('9', NULL, 'RK000013', 'Hendra Wijaya', 'L', NULL, NULL, 'JL PURNAWIRAWAN RAYA NO 36 GUNUNG TERANG', 'WEB DEPELOPER', '2023-02-12', '1650000.00', 'active', '0', NULL, '2026-03-09 09:51:30', '2026-03-09 09:51:30');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('10', NULL, 'RK000006', 'Indra Kurniawan', 'L', NULL, NULL, 'DESA DURIAN KEC. PENINJAU', 'OPERATOR', '2019-06-01', '1800000.00', 'active', '0', NULL, '2026-03-09 09:53:13', '2026-03-09 09:53:13');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('11', NULL, 'RK000014', 'Joko Susanto', 'L', NULL, NULL, 'JL.MATA AIR KM.12, PINANG JAYA - KEMILING', 'TEAM DESAIN', '2023-04-02', '1800000.00', 'active', '0', NULL, '2026-03-09 09:59:14', '2026-03-09 09:59:14');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('12', NULL, 'RK000018', 'Kiki Amelia', 'L', NULL, NULL, 'GUNUNG TERANG', 'OPERATOR', '2024-05-01', '1800000.00', 'active', '0', NULL, '2026-03-09 10:00:56', '2026-03-09 10:00:56');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('13', NULL, 'RK000019', 'Lukman Hakim', 'L', NULL, NULL, NULL, 'OPERATOR', '2024-05-01', '1800000.00', 'active', '0', NULL, '2026-03-09 10:01:48', '2026-03-09 10:01:48');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('14', NULL, 'RK000020', 'Maya Sari', 'L', NULL, NULL, 'BANDAR LAMPUNG', 'TEAM DESAIN', '2024-01-02', '1800000.00', 'active', '0', NULL, '2026-03-09 10:04:10', '2026-03-09 10:04:10');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('15', NULL, 'RK000022', 'Nanda Putra', 'L', NULL, NULL, 'BANDAR LAMPUNG', 'FINISHING', '2024-08-19', '1800000.00', 'active', '0', NULL, '2026-03-09 10:05:55', '2026-03-09 10:05:55');
INSERT INTO `employees` (`id`, `user_id`, `employee_id`, `name`, `gender`, `phone`, `email`, `address`, `position`, `join_date`, `base_salary`, `status`, `is_auto_attendance`, `auto_attendance_note`, `created_at`, `updated_at`) VALUES ('16', NULL, 'RK000023', 'Oki Prabowo', 'P', NULL, NULL, NULL, 'COSTUMER SERVICE', '2025-01-09', '1650000.00', 'active', '0', NULL, '2026-03-09 10:07:50', '2026-03-09 10:07:50');

-- --------------------------------------------------------
-- Table structure for table `expense_categories`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `expense_categories`;
CREATE TABLE `expense_categories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `is_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=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `expense_categories`

INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('1', 'Listrik', 'Tagihan listrik bulanan', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('2', 'Token Listrik', 'Isi ulang token listrik', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('4', 'Internet', 'Tagihan internet/wifi', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('5', 'Kasbon Karyawan', 'Pinjaman karyawan', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('7', 'Bensin/Transport', 'Biaya transportasi dan bensin', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('8', 'Peralatan Kantor', 'ATK dan peralatan kecil', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('9', 'Maintenance Mesin', 'Perawatan mesin cetak', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('10', 'Sewa Tempat', 'Biaya sewa bulanan', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('11', 'Paket/Pengiriman', 'Ongkir dan COD', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('12', 'Ambil Modal', 'Penarikan modal pemilik', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('13', 'Lain-lain', 'Pengeluaran lainnya', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('14', 'Bayar Expedisi', 'Bayar Kuirir Pengiriman', '1', '2026-03-02 15:54:56', '2026-03-03 13:32:29');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('15', 'Beli Air Mineral Galon', 'Kebutuhan toko', '1', '2026-03-02 16:02:30', '2026-03-03 13:32:52');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('16', 'POTONG KERTAS', NULL, '1', '2026-03-06 11:16:49', '2026-03-06 11:16:49');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('17', 'PENGEMBALIAN DANA KONSUMEN', NULL, '1', '2026-03-06 11:17:10', '2026-03-06 11:17:10');
INSERT INTO `expense_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('18', 'UANG MAKAN LEMBUR', NULL, '1', '2026-03-10 16:38:03', '2026-03-10 16:38:03');

-- --------------------------------------------------------
-- Table structure for table `expenses`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `expenses`;
CREATE TABLE `expenses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `expense_category_id` bigint(20) unsigned NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `expense_date` date NOT NULL,
  `description` text DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `expenses_expense_category_id_foreign` (`expense_category_id`),
  KEY `expenses_created_by_foreign` (`created_by`),
  CONSTRAINT `expenses_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `expenses_expense_category_id_foreign` FOREIGN KEY (`expense_category_id`) REFERENCES `expense_categories` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=79 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `expenses`

INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('2', '7', '14000.00', '2026-03-02', 'ONGKIR JURAGAN MAKANAN', '8', '2026-03-03 11:52:20', '2026-03-03 11:52:37');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('3', '7', '12000.00', '2026-03-02', 'BELI BENSIN MESIN', '8', '2026-03-03 11:53:10', '2026-03-03 11:53:10');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('4', '8', '120000.00', '2026-03-02', 'BELI KABEL MONITOR', '8', '2026-03-03 11:53:47', '2026-03-03 11:53:47');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('5', '13', '15000.00', '2026-03-02', 'POTONG KETAS MAGNET', '8', '2026-03-03 11:54:29', '2026-03-03 11:54:41');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('6', '7', '10000.00', '2026-03-02', 'ONGKIR SOMETHING', '8', '2026-03-03 11:55:17', '2026-03-03 11:55:17');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('7', '5', '30000.00', '2026-03-02', 'KASBON RADIUS', '16', '2026-03-03 15:50:06', '2026-03-03 15:50:06');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('8', '8', '497500.00', '2026-03-02', 'BELI PLASTIK', '16', '2026-03-03 15:50:46', '2026-03-03 15:50:46');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('9', '11', '50000.00', '2026-03-02', 'DAMRI ALI MUR', '16', '2026-03-03 15:51:21', '2026-03-03 15:51:21');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('10', '7', '20000.00', '2026-03-02', 'BENSIN RADIUS KIRIM PAKET', '16', '2026-03-03 15:51:46', '2026-03-03 15:51:46');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('11', '13', '30000.00', '2026-03-02', 'POTONG BAGUS RAMADI', '16', '2026-03-03 15:52:29', '2026-03-03 15:52:29');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('12', '14', '55000.00', '2026-03-02', 'ONGKIR BARAKA', '16', '2026-03-03 15:53:03', '2026-03-03 15:53:03');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('13', '13', '94000.00', '2026-03-03', 'BELI ID CARD 2 PACK', '16', '2026-03-03 15:53:38', '2026-03-03 15:53:38');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('14', '11', '10000.00', '2026-03-03', 'ONGKIR TENDA BIRU', '16', '2026-03-03 15:57:45', '2026-03-03 15:57:45');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('15', '13', '200000.00', '2026-03-03', 'UANG KEBERSIHAN', '16', '2026-03-03 16:03:06', '2026-03-03 16:03:06');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('16', '13', '20000.00', '2026-03-03', 'POTONG HERU TATAAN', '16', '2026-03-03 16:06:44', '2026-03-03 16:06:56');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('17', '13', '15000.00', '2026-03-03', 'POTONG TIMEZONE', '16', '2026-03-03 16:07:15', '2026-03-03 16:07:15');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('18', '13', '100000.00', '2026-03-03', 'KEAMANAN', '16', '2026-03-03 16:07:32', '2026-03-03 16:07:32');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('19', '13', '50000.00', '2026-03-04', 'bongkar bahan benner', '5', '2026-03-04 16:52:38', '2026-03-04 16:52:38');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('20', '13', '2500.00', '2026-03-04', 'kembalikan uang bocup kelebihan transfer', '5', '2026-03-04 16:53:24', '2026-03-04 16:56:52');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('21', '7', '20000.00', '2026-03-04', 'bensin radius', '5', '2026-03-04 16:54:06', '2026-03-04 16:54:06');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('22', '16', '15000.00', '2026-03-05', 'POTONG KERTAS DAFI', '16', '2026-03-06 11:47:44', '2026-03-06 14:41:21');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('24', '14', '10000.00', '2026-03-05', 'ONGKIR SISKA', '16', '2026-03-06 11:48:25', '2026-03-06 14:41:03');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('25', '8', '380000.00', '2026-03-05', 'BELI KERTAS SPK', '16', '2026-03-06 11:48:58', '2026-03-06 14:40:37');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('26', '17', '36000.00', '2026-03-05', 'LEBIH BAYAR JUAN METERAN', '16', '2026-03-06 11:49:32', '2026-03-06 14:40:51');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('27', '5', '44500.00', '2026-03-06', 'KASBON WAWAN', '16', '2026-03-06 14:41:56', '2026-03-06 14:41:56');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('28', '16', '15000.00', '2026-03-06', 'POTONG KERTAS HERU TATAAN', '16', '2026-03-06 14:42:19', '2026-03-06 14:42:19');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('29', '16', '15000.00', '2026-03-06', 'POTONG KERTAS TIMEZONE MBK', '16', '2026-03-06 14:42:50', '2026-03-06 14:42:50');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('30', '14', '10000.00', '2026-03-06', 'ONGKIR SOMETHING CO', '16', '2026-03-06 14:43:12', '2026-03-06 14:43:12');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('31', '16', '40000.00', '2026-03-06', 'POTONG KERTAS ADLI', '16', '2026-03-07 11:23:22', '2026-03-07 11:23:22');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('32', '16', '10000.00', '2026-03-07', 'POTONG KERTAS ALESHA', '16', '2026-03-07 15:34:57', '2026-03-07 15:34:57');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('33', '5', '27000.00', '2026-03-07', 'KASBON RADIUS', '16', '2026-03-07 15:35:17', '2026-03-07 15:35:17');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('34', '7', '10000.00', '2026-03-07', 'ONGKIR ARKA', '16', '2026-03-07 15:35:33', '2026-03-07 15:35:33');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('35', '5', '15000.00', '2026-03-07', 'KASBON HENDRA', '16', '2026-03-07 15:35:43', '2026-03-07 15:35:54');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('36', '5', '20000.00', '2026-03-07', 'KASBON ADLI', '16', '2026-03-07 15:36:10', '2026-03-07 15:36:10');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('37', '7', '20000.00', '2026-03-07', 'BENSIN RADIUS ANTAR PAKET', '16', '2026-03-07 15:36:38', '2026-03-07 15:36:38');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('38', '7', '20000.00', '2026-03-07', 'ONGKIR INDOMARCO', '16', '2026-03-09 13:21:07', '2026-03-09 13:21:07');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('39', '13', '453000.00', '2026-03-07', 'UANG GAJI FREELACE 3 HARI + LEMBUR 9 JAM', '16', '2026-03-09 13:21:51', '2026-03-09 13:21:51');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('40', '5', '35000.00', '2026-03-07', 'KASBON ABDUL ( POT KERTAS)', '16', '2026-03-09 13:22:23', '2026-03-09 13:22:23');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('41', '7', '10000.00', '2026-03-09', 'ONGKIR TRIA OKTAVIA', '16', '2026-03-09 13:22:58', '2026-03-09 13:22:58');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('42', '5', '100000.00', '2026-03-09', 'KASBON RADIUS', '16', '2026-03-10 15:59:35', '2026-03-10 15:59:35');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('43', '16', '15000.00', '2026-03-09', 'POTONG DESAIN BABE', '16', '2026-03-10 16:25:14', '2026-03-10 16:25:14');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('44', '5', '500000.00', '2026-03-09', 'KASBON KAK FAJAR', '16', '2026-03-10 16:26:05', '2026-03-10 16:26:05');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('45', '7', '20000.00', '2026-03-10', 'ONGKIR INDOMARCO', '16', '2026-03-10 16:26:42', '2026-03-10 16:26:42');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('46', '7', '50000.00', '2026-03-10', 'DAMRI ALI MUR', '16', '2026-03-10 16:28:14', '2026-03-10 16:28:14');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('47', '7', '8000.00', '2026-03-10', 'ONGKIR ZEA', '16', '2026-03-10 16:28:33', '2026-03-10 16:28:33');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('48', '7', '20000.00', '2026-03-10', 'BENSI ABDUL ANTAR PAKET', '16', '2026-03-10 16:28:55', '2026-03-10 16:28:55');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('49', '7', '10000.00', '2026-03-10', 'ONGKIR PRATAMA HADI', '16', '2026-03-10 16:37:32', '2026-03-10 16:37:32');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('50', '18', '60000.00', '2026-03-10', 'UANG MAKAN LEMBUR ADLI WAWAN MINGGU  DAN WAWAN HARI INI', '16', '2026-03-10 16:38:37', '2026-03-10 16:38:37');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('51', '13', '94000.00', '2026-03-11', 'BELI BAHAN ID CARD', '16', '2026-03-11 16:28:15', '2026-03-11 16:28:15');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('52', '8', '131000.00', '2026-03-11', 'BELI MATA CUTTING', '16', '2026-03-11 16:28:52', '2026-03-11 16:28:52');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('53', '5', '30000.00', '2026-03-11', 'POTONG CETAKAN BAMBANG SUROSO', '16', '2026-03-11 16:29:10', '2026-03-11 16:29:24');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('54', '16', '15000.00', '2026-03-11', 'POTONG HAFIDZ', '16', '2026-03-11 16:31:25', '2026-03-11 16:31:25');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('55', '7', '20000.00', '2026-03-11', 'BENSIN ABDUL', '16', '2026-03-11 16:32:02', '2026-03-11 16:32:02');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('56', '16', '30000.00', '2026-03-11', 'POTONG FELDI BEKTI', '16', '2026-03-11 16:32:25', '2026-03-11 16:32:25');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('57', '8', '59000.00', '2026-03-11', 'BELI KARET DAN PLASTIK KECIL', '16', '2026-03-11 16:32:46', '2026-03-11 16:32:46');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('58', '14', '7000.00', '2026-03-11', 'ONGKIR POLAROID', '16', '2026-03-11 16:33:16', '2026-03-11 16:33:16');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('59', '7', '20000.00', '2026-03-11', 'ONGKIR INDOMARCO', '16', '2026-03-11 16:33:36', '2026-03-11 16:33:36');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('60', '16', '15000.00', '2026-03-11', 'POTONG THOLIB', '16', '2026-03-11 16:33:50', '2026-03-11 16:33:50');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('61', '16', '25000.00', '2026-03-11', 'POTONG KERTAS RAFIF', '16', '2026-03-11 16:47:13', '2026-03-11 16:47:13');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('62', '5', '30000.00', '2026-03-12', 'KASBON ADLI', '16', '2026-03-13 09:31:03', '2026-03-13 09:31:03');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('63', '13', '45000.00', '2026-03-12', 'BAYAR BENDERA PAK AWANG', '16', '2026-03-13 09:31:22', '2026-03-13 09:31:22');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('64', '7', '20000.00', '2026-03-12', 'BENSIN ABDUL ANTAR PAKET', '16', '2026-03-13 09:31:40', '2026-03-13 09:31:40');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('65', '16', '60000.00', '2026-03-12', 'POTONG KERTAS HADIYATMA DAN CETAK CETIK  MASING2 30 RB', '16', '2026-03-13 09:32:33', '2026-03-13 09:32:33');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('66', '7', '25000.00', '2026-03-12', 'BAYAR ONGKIR CETAKAN TINGGAL ISTIQOMAH', '16', '2026-03-13 09:33:01', '2026-03-13 09:33:01');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('67', '17', '47000.00', '2026-03-13', 'KEMBALIKAN UANG AGUNG PRABOWO', '16', '2026-03-14 11:19:30', '2026-03-14 11:19:30');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('68', '7', '10500.00', '2026-03-13', 'ONGKIR TRIA OKTAVIA', '16', '2026-03-14 11:19:59', '2026-03-14 11:19:59');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('69', '13', '1000000.00', '2026-03-13', 'JASA KONTEN', '16', '2026-03-14 11:20:24', '2026-03-14 11:20:24');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('70', '7', '40000.00', '2026-03-13', 'ONGKIR INDOMARCO 2 KALI  12 DAN 13 MARET', '16', '2026-03-14 11:21:00', '2026-03-14 11:21:00');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('71', '18', '40000.00', '2026-03-13', 'LEMBUR ARSY DAN IYAN', '16', '2026-03-14 11:21:28', '2026-03-14 11:21:28');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('72', '5', '300000.00', '2026-03-13', 'KASBON WAWAN', '16', '2026-03-14 11:21:50', '2026-03-14 11:21:50');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('73', '16', '15000.00', '2026-03-13', 'POTONG KERTAS CETAKAN INDOMARCO', '16', '2026-03-14 11:22:22', '2026-03-14 11:22:22');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('74', '18', '100000.00', '2026-03-15', NULL, '2', '2026-03-15 14:02:19', '2026-03-15 14:02:19');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('75', '8', '1100000.00', '2026-03-15', NULL, '2', '2026-03-15 22:25:17', '2026-03-16 00:06:27');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('76', '1', '1460500.00', '2026-03-29', 'Pembayaran STICKER VINLY METERAN CHINA | Supplier: VISI MEDIA | Bank Transfer', '1', '2026-03-29 04:02:21', '2026-03-29 04:02:21');
INSERT INTO `expenses` (`id`, `expense_category_id`, `amount`, `expense_date`, `description`, `created_by`, `created_at`, `updated_at`) VALUES ('77', '15', '20000.00', '2026-03-30', NULL, '2', '2026-03-30 21:36:48', '2026-03-30 21:36:48');

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

DROP TABLE IF EXISTS `failed_jobs`;
CREATE TABLE `failed_jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uuid` varchar(255) NOT NULL,
  `connection` text NOT NULL,
  `queue` text 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`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

DROP TABLE IF EXISTS `job_batches`;
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;

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

DROP TABLE IF EXISTS `jobs`;
CREATE TABLE `jobs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `queue` varchar(255) NOT NULL,
  `payload` longtext NOT NULL,
  `attempts` tinyint(3) 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;

-- --------------------------------------------------------
-- Table structure for table `machine_material`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `machine_material`;
CREATE TABLE `machine_material` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `machine_id` bigint(20) unsigned NOT NULL,
  `material_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `machine_material_machine_id_material_id_unique` (`machine_id`,`material_id`),
  KEY `machine_material_material_id_foreign` (`material_id`),
  CONSTRAINT `machine_material_machine_id_foreign` FOREIGN KEY (`machine_id`) REFERENCES `machines` (`id`) ON DELETE CASCADE,
  CONSTRAINT `machine_material_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `materials` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `machine_material`

INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('7', '1', '44');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('8', '1', '45');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('9', '1', '46');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('3', '1', '47');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('4', '1', '48');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('5', '1', '49');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('6', '1', '50');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('11', '1', '51');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('17', '1', '53');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('19', '1', '54');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('10', '1', '55');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('16', '1', '56');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('12', '1', '57');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('13', '1', '58');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('14', '1', '59');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('15', '1', '60');
INSERT INTO `machine_material` (`id`, `machine_id`, `material_id`) VALUES ('18', '1', '90');

-- --------------------------------------------------------
-- Table structure for table `machine_material_category`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `machine_material_category`;
CREATE TABLE `machine_material_category` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `machine_id` bigint(20) unsigned NOT NULL,
  `material_category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `machine_category_unique` (`machine_id`,`material_category_id`),
  KEY `machine_material_category_material_category_id_foreign` (`material_category_id`),
  CONSTRAINT `machine_material_category_machine_id_foreign` FOREIGN KEY (`machine_id`) REFERENCES `machines` (`id`) ON DELETE CASCADE,
  CONSTRAINT `machine_material_category_material_category_id_foreign` FOREIGN KEY (`material_category_id`) REFERENCES `material_categories` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `machine_material_category`

INSERT INTO `machine_material_category` (`id`, `machine_id`, `material_category_id`) VALUES ('1', '1', '4');

-- --------------------------------------------------------
-- Table structure for table `machines`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `machines`;
CREATE TABLE `machines` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `cost_per_click` decimal(12,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `machines`

INSERT INTO `machines` (`id`, `name`, `description`, `is_active`, `cost_per_click`, `created_at`, `updated_at`) VALUES ('1', 'Versant 3100 press', NULL, '1', '800.00', '2026-02-15 09:04:05', '2026-03-02 10:36:45');

-- --------------------------------------------------------
-- Table structure for table `material_categories`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `material_categories`;
CREATE TABLE `material_categories` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `is_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=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `material_categories`

INSERT INTO `material_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('1', 'Outdoor', 'Bahan banner dan spanduk', '1', '2026-02-09 13:27:05', '2026-02-12 21:19:34');
INSERT INTO `material_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('2', 'Indoor', 'Berbagai jenis sticker meteran', '1', '2026-02-09 13:27:05', '2026-02-12 21:20:37');
INSERT INTO `material_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('4', 'Versant', 'Art paper, HVS, karton', '1', '2026-02-09 13:27:05', '2026-02-12 21:19:57');
INSERT INTO `material_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('7', 'Lainnya', 'Material lainnya', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `material_categories` (`id`, `name`, `description`, `is_active`, `created_at`, `updated_at`) VALUES ('8', 'Jasa', 'Semua jasa, jasa cutting besar/kecil , jasa finishing idcard dll.', '1', '2026-02-12 21:12:38', '2026-02-12 21:23:51');

-- --------------------------------------------------------
-- Table structure for table `material_components`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `material_components`;
CREATE TABLE `material_components` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `material_id` bigint(20) unsigned NOT NULL,
  `component_material_id` bigint(20) unsigned NOT NULL,
  `qty` decimal(15,4) NOT NULL DEFAULT 1.0000,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `material_components_unique` (`material_id`,`component_material_id`),
  KEY `material_components_component_material_id_foreign` (`component_material_id`),
  CONSTRAINT `material_components_component_material_id_foreign` FOREIGN KEY (`component_material_id`) REFERENCES `materials` (`id`) ON DELETE CASCADE,
  CONSTRAINT `material_components_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `materials` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `material_components`

INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('3', '109', '73', '1.0000', '2026-03-29 15:20:51', '2026-03-29 15:20:51');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('4', '109', '62', '0.8000', '2026-03-29 15:20:51', '2026-03-29 15:20:51');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('9', '113', '47', '1.0000', '2026-03-29 15:28:14', '2026-03-29 15:28:14');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('10', '113', '93', '1.0000', '2026-03-29 15:28:14', '2026-03-29 15:28:14');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('11', '106', '72', '1.0000', '2026-03-30 15:47:35', '2026-03-30 15:47:35');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('12', '106', '63', '0.9600', '2026-03-30 15:47:35', '2026-03-30 15:47:35');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('13', '107', '62', '0.9600', '2026-03-30 15:48:10', '2026-03-30 15:48:10');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('14', '107', '72', '1.0000', '2026-03-30 15:48:10', '2026-03-30 15:48:10');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('15', '108', '73', '1.0000', '2026-03-30 15:49:18', '2026-03-30 15:49:18');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('16', '108', '63', '1.4400', '2026-03-30 15:49:18', '2026-03-30 15:49:18');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('17', '111', '87', '1.4400', '2026-03-30 15:50:06', '2026-03-30 15:50:06');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('18', '112', '72', '1.0000', '2026-03-30 15:51:45', '2026-03-30 15:51:45');
INSERT INTO `material_components` (`id`, `material_id`, `component_material_id`, `qty`, `created_at`, `updated_at`) VALUES ('19', '112', '87', '0.9600', '2026-03-30 15:51:45', '2026-03-30 15:51:45');

-- --------------------------------------------------------
-- Table structure for table `material_prices`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `material_prices`;
CREATE TABLE `material_prices` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `material_id` bigint(20) unsigned NOT NULL,
  `member_type` enum('umum','studio') NOT NULL DEFAULT 'umum',
  `sisi` tinyint(4) NOT NULL DEFAULT 1 COMMENT 'Jumlah sisi cetak: 1 atau 2',
  `min_qty` int(11) NOT NULL DEFAULT 1 COMMENT 'Qty minimal (inclusive)',
  `max_qty` int(11) DEFAULT NULL COMMENT 'Qty maksimal (inclusive), null = unlimited',
  `price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `material_prices_material_id_sisi_min_qty_index` (`material_id`,`sisi`,`min_qty`),
  CONSTRAINT `material_prices_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `materials` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=1039 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `material_prices`

INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('527', '79', 'umum', '1', '1', NULL, '160000.00', '2026-02-19 11:07:11', '2026-02-19 11:07:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('528', '79', 'studio', '1', '1', NULL, '160000.00', '2026-02-19 11:07:11', '2026-02-19 11:07:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('615', '47', 'umum', '1', '1', '25', '2600.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('616', '47', 'studio', '1', '1', '25', '2600.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('617', '47', 'umum', '1', '25', NULL, '2400.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('618', '47', 'studio', '1', '25', NULL, '2400.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('619', '47', 'umum', '2', '1', '25', '3800.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('620', '47', 'studio', '2', '1', '25', '3800.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('621', '47', 'umum', '2', '25', NULL, '3600.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('622', '47', 'studio', '2', '25', NULL, '3600.00', '2026-03-01 09:24:30', '2026-03-01 09:24:30');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('623', '48', 'umum', '1', '1', '25', '2700.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('624', '48', 'studio', '1', '1', '25', '2700.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('625', '48', 'umum', '1', '25', NULL, '2500.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('626', '48', 'studio', '1', '25', NULL, '2500.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('627', '48', 'umum', '2', '1', '25', '3900.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('628', '48', 'studio', '2', '1', '25', '3900.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('629', '48', 'umum', '2', '25', NULL, '3700.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('630', '48', 'studio', '2', '25', NULL, '3700.00', '2026-03-01 09:24:43', '2026-03-01 09:24:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('631', '49', 'umum', '1', '1', '25', '2900.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('632', '49', 'studio', '1', '1', '25', '2900.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('633', '49', 'umum', '1', '25', NULL, '2700.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('634', '49', 'studio', '1', '25', NULL, '2700.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('635', '49', 'umum', '2', '1', '25', '4100.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('636', '49', 'studio', '2', '1', '25', '4100.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('637', '49', 'umum', '2', '25', NULL, '3900.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('638', '49', 'studio', '2', '25', NULL, '3900.00', '2026-03-01 09:24:54', '2026-03-01 09:24:54');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('639', '50', 'umum', '1', '1', '25', '3300.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('640', '50', 'studio', '1', '1', '25', '3300.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('641', '50', 'umum', '1', '25', NULL, '3100.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('642', '50', 'studio', '1', '25', NULL, '3100.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('643', '50', 'umum', '2', '1', '25', '4100.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('644', '50', 'studio', '2', '1', '25', '4100.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('645', '50', 'umum', '2', '25', NULL, '3900.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('646', '50', 'studio', '2', '25', NULL, '3900.00', '2026-03-01 09:25:09', '2026-03-01 09:25:09');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('677', '55', 'umum', '1', '1', '25', '3000.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('678', '55', 'studio', '1', '1', '25', '3000.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('679', '55', 'umum', '1', '25', NULL, '2800.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('680', '55', 'studio', '1', '25', NULL, '2800.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('681', '55', 'umum', '2', '1', '25', '4200.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('682', '55', 'studio', '2', '1', '25', '4200.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('683', '55', 'umum', '2', '25', NULL, '4000.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('684', '55', 'studio', '2', '25', NULL, '4000.00', '2026-03-01 09:26:22', '2026-03-01 09:26:22');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('685', '89', 'umum', '1', '1', NULL, '70000.00', '2026-03-01 09:26:39', '2026-03-01 09:26:39');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('686', '89', 'studio', '1', '1', NULL, '70000.00', '2026-03-01 09:26:39', '2026-03-01 09:26:39');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('687', '77', 'umum', '1', '1', NULL, '145000.00', '2026-03-01 09:26:50', '2026-03-01 09:26:50');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('688', '77', 'studio', '1', '1', NULL, '145000.00', '2026-03-01 09:26:50', '2026-03-01 09:26:50');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('689', '76', 'umum', '1', '1', NULL, '25000.00', '2026-03-01 09:27:07', '2026-03-01 09:27:07');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('690', '76', 'studio', '1', '1', NULL, '25000.00', '2026-03-01 09:27:07', '2026-03-01 09:27:07');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('691', '54', 'umum', '1', '1', '25', '3000.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('692', '54', 'studio', '1', '1', '25', '3000.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('693', '54', 'umum', '1', '25', NULL, '2800.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('694', '54', 'studio', '1', '25', NULL, '2800.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('695', '54', 'umum', '2', '1', '25', '4000.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('696', '54', 'studio', '2', '1', '25', '4000.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('697', '54', 'umum', '2', '25', NULL, '3800.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('698', '54', 'studio', '2', '25', NULL, '3800.00', '2026-03-01 09:27:23', '2026-03-01 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('715', '78', 'umum', '1', '1', NULL, '130000.00', '2026-03-01 09:29:36', '2026-03-01 09:29:36');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('716', '78', 'studio', '1', '1', NULL, '130000.00', '2026-03-01 09:29:36', '2026-03-01 09:29:36');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('717', '102', 'umum', '1', '1', NULL, '800000.00', '2026-03-01 09:29:48', '2026-03-01 09:29:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('718', '102', 'studio', '1', '1', NULL, '800000.00', '2026-03-01 09:29:48', '2026-03-01 09:29:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('719', '85', 'umum', '1', '1', NULL, '15000.00', '2026-03-01 09:30:07', '2026-03-01 09:30:07');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('720', '85', 'studio', '1', '1', NULL, '15000.00', '2026-03-01 09:30:07', '2026-03-01 09:30:07');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('723', '86', 'umum', '1', '1', NULL, '25000.00', '2026-03-01 09:31:00', '2026-03-01 09:31:00');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('724', '86', 'studio', '1', '1', NULL, '25000.00', '2026-03-01 09:31:00', '2026-03-01 09:31:00');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('725', '88', 'umum', '1', '1', NULL, '45000.00', '2026-03-01 09:31:20', '2026-03-01 09:31:20');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('726', '88', 'studio', '1', '1', NULL, '45000.00', '2026-03-01 09:31:20', '2026-03-01 09:31:20');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('727', '87', 'umum', '1', '1', NULL, '30000.00', '2026-03-01 09:31:39', '2026-03-01 09:31:39');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('728', '87', 'studio', '1', '1', NULL, '30000.00', '2026-03-01 09:31:39', '2026-03-01 09:31:39');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('729', '51', 'umum', '1', '1', '25', '1800.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('730', '51', 'studio', '1', '1', '25', '1800.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('731', '51', 'umum', '1', '25', NULL, '1600.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('732', '51', 'studio', '1', '25', NULL, '1600.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('733', '51', 'umum', '2', '1', '25', '3000.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('734', '51', 'studio', '2', '1', '25', '3000.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('735', '51', 'umum', '2', '25', NULL, '2800.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('736', '51', 'studio', '2', '25', NULL, '2800.00', '2026-03-01 09:31:59', '2026-03-01 09:31:59');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('737', '75', 'umum', '1', '1', NULL, '100000.00', '2026-03-01 09:32:20', '2026-03-01 09:32:20');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('738', '75', 'studio', '1', '1', NULL, '100000.00', '2026-03-01 09:32:20', '2026-03-01 09:32:20');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('739', '90', 'umum', '1', '1', '25', '1800.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('740', '90', 'studio', '1', '1', '25', '1800.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('741', '90', 'umum', '1', '25', NULL, '1600.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('742', '90', 'studio', '1', '25', NULL, '1600.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('743', '90', 'umum', '2', '1', '25', '3000.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('744', '90', 'studio', '2', '1', '25', '3000.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('745', '90', 'umum', '2', '25', NULL, '2800.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('746', '90', 'studio', '2', '25', NULL, '2800.00', '2026-03-01 09:32:52', '2026-03-01 09:32:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('747', '97', 'umum', '1', '1', NULL, '15000.00', '2026-03-01 09:33:29', '2026-03-01 09:33:29');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('748', '97', 'studio', '1', '1', NULL, '15000.00', '2026-03-01 09:33:29', '2026-03-01 09:33:29');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('749', '69', 'umum', '1', '1', '25', '2500.00', '2026-03-01 09:33:56', '2026-03-01 09:33:56');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('750', '69', 'studio', '1', '1', '25', '2500.00', '2026-03-01 09:33:56', '2026-03-01 09:33:56');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('751', '69', 'umum', '1', '25', NULL, '2300.00', '2026-03-01 09:33:56', '2026-03-01 09:33:56');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('752', '69', 'studio', '1', '25', NULL, '2300.00', '2026-03-01 09:33:56', '2026-03-01 09:33:56');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('753', '95', 'umum', '1', '1', NULL, '15000.00', '2026-03-01 09:34:20', '2026-03-01 09:34:20');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('754', '95', 'studio', '1', '1', NULL, '15000.00', '2026-03-01 09:34:20', '2026-03-01 09:34:20');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('771', '52', 'umum', '1', '1', '25', '2800.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('772', '52', 'studio', '1', '1', '25', '2800.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('773', '52', 'umum', '1', '25', NULL, '2600.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('774', '52', 'studio', '1', '25', NULL, '2600.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('775', '52', 'umum', '2', '1', '25', '4000.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('776', '52', 'studio', '2', '1', '25', '4000.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('777', '52', 'umum', '2', '25', NULL, '3800.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('778', '52', 'studio', '2', '25', NULL, '3800.00', '2026-03-01 09:40:41', '2026-03-01 09:40:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('809', '53', 'umum', '1', '1', '25', '3200.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('810', '53', 'studio', '1', '1', '25', '3200.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('811', '53', 'umum', '1', '25', NULL, '3000.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('812', '53', 'studio', '1', '25', NULL, '3000.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('813', '53', 'umum', '2', '1', '25', '4200.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('814', '53', 'studio', '2', '1', '25', '4200.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('815', '53', 'umum', '2', '25', NULL, '4000.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('816', '53', 'studio', '2', '25', NULL, '4000.00', '2026-03-01 09:43:45', '2026-03-01 09:43:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('817', '63', 'umum', '1', '1', NULL, '115000.00', '2026-03-01 09:44:11', '2026-03-01 09:44:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('818', '63', 'studio', '1', '1', NULL, '115000.00', '2026-03-01 09:44:11', '2026-03-01 09:44:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('827', '59', 'umum', '1', '1', '25', '8100.00', '2026-03-01 10:07:25', '2026-03-01 10:07:25');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('828', '59', 'studio', '1', '1', '25', '8100.00', '2026-03-01 10:07:25', '2026-03-01 10:07:25');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('829', '59', 'umum', '1', '25', NULL, '7900.00', '2026-03-01 10:07:25', '2026-03-01 10:07:25');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('830', '59', 'studio', '1', '25', NULL, '7900.00', '2026-03-01 10:07:25', '2026-03-01 10:07:25');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('841', '58', 'umum', '1', '1', '25', '3300.00', '2026-03-01 10:09:28', '2026-03-01 10:09:28');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('842', '58', 'studio', '1', '1', '25', '3300.00', '2026-03-01 10:09:28', '2026-03-01 10:09:28');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('843', '58', 'umum', '1', '25', NULL, '3100.00', '2026-03-01 10:09:28', '2026-03-01 10:09:28');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('844', '58', 'studio', '1', '25', NULL, '3100.00', '2026-03-01 10:09:28', '2026-03-01 10:09:28');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('849', '56', 'umum', '1', '1', '25', '7000.00', '2026-03-01 10:10:34', '2026-03-01 10:10:34');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('850', '56', 'studio', '1', '1', '25', '7000.00', '2026-03-01 10:10:34', '2026-03-01 10:10:34');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('861', '57', 'umum', '1', '1', '25', '3300.00', '2026-03-01 10:18:31', '2026-03-01 10:18:31');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('862', '57', 'studio', '1', '1', '25', '3300.00', '2026-03-01 10:18:31', '2026-03-01 10:18:31');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('863', '57', 'umum', '1', '25', NULL, '3100.00', '2026-03-01 10:18:31', '2026-03-01 10:18:31');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('864', '57', 'studio', '1', '25', NULL, '3100.00', '2026-03-01 10:18:31', '2026-03-01 10:18:31');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('869', '92', 'umum', '1', '1', '25', '2500.00', '2026-03-02 15:16:13', '2026-03-02 15:16:13');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('870', '92', 'studio', '1', '1', '25', '2500.00', '2026-03-02 15:16:13', '2026-03-02 15:16:13');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('873', '91', 'umum', '1', '1', '25', '2500.00', '2026-03-02 15:16:34', '2026-03-02 15:16:34');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('874', '91', 'studio', '1', '1', '25', '2500.00', '2026-03-02 15:16:34', '2026-03-02 15:16:34');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('877', '60', 'umum', '1', '1', '25', '8100.00', '2026-03-03 11:33:48', '2026-03-03 11:33:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('878', '60', 'studio', '1', '1', '25', '8100.00', '2026-03-03 11:33:48', '2026-03-03 11:33:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('879', '60', 'umum', '1', '25', NULL, '7900.00', '2026-03-03 11:33:48', '2026-03-03 11:33:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('880', '60', 'studio', '1', '25', NULL, '7900.00', '2026-03-03 11:33:48', '2026-03-03 11:33:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('881', '67', 'umum', '1', '1', '25', '1500.00', '2026-03-04 10:41:11', '2026-03-04 10:41:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('882', '67', 'studio', '1', '1', '25', '1500.00', '2026-03-04 10:41:11', '2026-03-04 10:41:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('883', '67', 'umum', '2', '1', '25', '3000.00', '2026-03-04 10:41:11', '2026-03-04 10:41:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('884', '67', 'studio', '2', '1', '25', '3000.00', '2026-03-04 10:41:11', '2026-03-04 10:41:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('885', '68', 'umum', '1', '1', '25', '1500.00', '2026-03-04 10:41:45', '2026-03-04 10:41:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('886', '68', 'studio', '1', '1', '25', '1500.00', '2026-03-04 10:41:45', '2026-03-04 10:41:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('887', '68', 'umum', '2', '1', '25', '3000.00', '2026-03-04 10:41:45', '2026-03-04 10:41:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('888', '68', 'studio', '2', '1', '25', '3000.00', '2026-03-04 10:41:45', '2026-03-04 10:41:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('889', '94', 'umum', '1', '1', NULL, '2000.00', '2026-03-04 10:42:11', '2026-03-04 10:42:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('890', '94', 'studio', '1', '1', NULL, '2000.00', '2026-03-04 10:42:11', '2026-03-04 10:42:11');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('891', '62', 'umum', '1', '1', NULL, '115000.00', '2026-03-05 11:59:41', '2026-03-05 11:59:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('892', '62', 'studio', '1', '1', NULL, '115000.00', '2026-03-05 11:59:41', '2026-03-05 11:59:41');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('895', '80', 'umum', '1', '1', NULL, '50000.00', '2026-03-05 12:09:40', '2026-03-05 12:09:40');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('896', '80', 'studio', '1', '1', NULL, '50000.00', '2026-03-05 12:09:40', '2026-03-05 12:09:40');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('899', '82', 'umum', '1', '1', NULL, '15000.00', '2026-03-05 12:12:45', '2026-03-05 12:12:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('900', '82', 'studio', '1', '1', NULL, '15000.00', '2026-03-05 12:12:45', '2026-03-05 12:12:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('901', '81', 'umum', '1', '1', NULL, '15000.00', '2026-03-05 12:12:50', '2026-03-05 12:12:50');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('902', '81', 'studio', '1', '1', NULL, '15000.00', '2026-03-05 12:12:50', '2026-03-05 12:12:50');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('903', '65', 'umum', '1', '1', NULL, '130000.00', '2026-03-05 12:13:03', '2026-03-05 12:13:03');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('904', '65', 'studio', '1', '1', NULL, '130000.00', '2026-03-05 12:13:03', '2026-03-05 12:13:03');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('911', '74', 'umum', '1', '1', NULL, '125000.00', '2026-03-05 12:14:21', '2026-03-05 12:14:21');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('912', '74', 'studio', '1', '1', NULL, '125000.00', '2026-03-05 12:14:21', '2026-03-05 12:14:21');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('913', '70', 'umum', '1', '1', NULL, '35000.00', '2026-03-05 12:14:27', '2026-03-05 12:14:27');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('914', '70', 'studio', '1', '1', NULL, '35000.00', '2026-03-05 12:14:27', '2026-03-05 12:14:27');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('915', '71', 'umum', '1', '1', NULL, '45000.00', '2026-03-05 12:14:33', '2026-03-05 12:14:33');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('916', '71', 'studio', '1', '1', NULL, '45000.00', '2026-03-05 12:14:33', '2026-03-05 12:14:33');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('917', '64', 'umum', '1', '1', NULL, '150000.00', '2026-03-05 12:14:53', '2026-03-05 12:14:53');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('918', '64', 'studio', '1', '1', NULL, '150000.00', '2026-03-05 12:14:53', '2026-03-05 12:14:53');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('919', '66', 'umum', '1', '1', NULL, '95000.00', '2026-03-05 12:15:00', '2026-03-05 12:15:00');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('920', '66', 'studio', '1', '1', NULL, '95000.00', '2026-03-05 12:15:00', '2026-03-05 12:15:00');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('923', '93', 'umum', '1', '1', NULL, '700.00', '2026-03-05 12:17:21', '2026-03-05 12:17:21');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('924', '93', 'studio', '1', '1', NULL, '700.00', '2026-03-05 12:17:21', '2026-03-05 12:17:21');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('925', '99', 'umum', '1', '1', NULL, '10000.00', '2026-03-05 13:09:56', '2026-03-05 13:09:56');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('926', '99', 'studio', '1', '1', NULL, '10000.00', '2026-03-05 13:09:56', '2026-03-05 13:09:56');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('927', '98', 'umum', '1', '1', NULL, '10000.00', '2026-03-05 13:10:26', '2026-03-05 13:10:26');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('928', '98', 'studio', '1', '1', NULL, '100000.00', '2026-03-05 13:10:26', '2026-03-05 13:10:26');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('929', '100', 'umum', '1', '1', NULL, '15000.00', '2026-03-05 16:34:38', '2026-03-05 16:34:38');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('930', '100', 'studio', '1', '1', NULL, '15000.00', '2026-03-05 16:34:38', '2026-03-05 16:34:38');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('937', '44', 'umum', '1', '1', '25', '2200.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('938', '44', 'studio', '1', '1', '25', '2200.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('939', '44', 'umum', '1', '25', NULL, '2000.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('940', '44', 'studio', '1', '25', NULL, '2000.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('941', '44', 'umum', '2', '1', '25', '3400.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('942', '44', 'studio', '2', '1', '25', '3400.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('943', '44', 'umum', '2', '25', NULL, '3200.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('944', '44', 'studio', '2', '25', NULL, '3200.00', '2026-03-07 11:35:44', '2026-03-07 11:35:44');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('945', '45', 'umum', '1', '1', '25', '2300.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('946', '45', 'studio', '1', '1', '25', '2300.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('947', '45', 'umum', '1', '25', NULL, '2100.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('948', '45', 'studio', '1', '25', NULL, '2100.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('949', '45', 'umum', '2', '1', '25', '3500.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('950', '45', 'studio', '2', '1', '25', '3500.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('951', '45', 'umum', '2', '25', NULL, '3300.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('952', '45', 'studio', '2', '25', NULL, '3300.00', '2026-03-07 11:36:12', '2026-03-07 11:36:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('955', '101', 'umum', '1', '1', NULL, '95000.00', '2026-03-07 11:40:43', '2026-03-07 11:40:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('956', '101', 'studio', '1', '1', NULL, '95000.00', '2026-03-07 11:40:43', '2026-03-07 11:40:43');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('959', '61', 'umum', '1', '1', NULL, '70000.00', '2026-03-09 15:05:51', '2026-03-09 15:05:51');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('960', '61', 'studio', '1', '1', NULL, '70000.00', '2026-03-09 15:05:51', '2026-03-09 15:05:51');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('961', '84', 'umum', '1', '1', NULL, '30000.00', '2026-03-09 15:20:52', '2026-03-09 15:20:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('962', '84', 'studio', '1', '1', NULL, '30000.00', '2026-03-09 15:20:52', '2026-03-09 15:20:52');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('963', '83', 'umum', '1', '1', NULL, '30000.00', '2026-03-09 15:21:12', '2026-03-09 15:21:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('964', '83', 'studio', '1', '1', NULL, '30000.00', '2026-03-09 15:21:12', '2026-03-09 15:21:12');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('973', '96', 'umum', '1', '1', NULL, '2500.00', '2026-03-13 09:27:23', '2026-03-13 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('974', '96', 'studio', '1', '1', NULL, '2500.00', '2026-03-13 09:27:23', '2026-03-13 09:27:23');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('983', '46', 'umum', '1', '1', '25', '2500.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('984', '46', 'studio', '1', '1', '25', '25000.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('985', '46', 'umum', '1', '25', NULL, '2300.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('986', '46', 'studio', '1', '25', NULL, '2300.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('987', '46', 'umum', '2', '1', '25', '3700.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('988', '46', 'studio', '2', '1', '25', '3700.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('989', '46', 'umum', '2', '25', NULL, '3500.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('990', '46', 'studio', '2', '25', NULL, '3500.00', '2026-03-13 14:12:32', '2026-03-13 14:12:32');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('991', '105', 'umum', '1', '1', NULL, '5000.00', '2026-03-13 16:45:48', '2026-03-13 16:45:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('992', '105', 'studio', '1', '1', NULL, '5000.00', '2026-03-13 16:45:48', '2026-03-13 16:45:48');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1005', '72', 'umum', '1', '1', NULL, '150000.00', '2026-03-14 11:02:18', '2026-03-14 11:02:18');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1006', '72', 'studio', '1', '1', NULL, '150000.00', '2026-03-14 11:02:18', '2026-03-14 11:02:18');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1019', '109', 'umum', '1', '1', NULL, '350000.00', '2026-03-29 15:20:51', '2026-03-29 15:20:51');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1020', '109', 'studio', '1', '1', NULL, '350000.00', '2026-03-29 15:20:51', '2026-03-29 15:20:51');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1025', '113', 'umum', '1', '1', NULL, '8000.00', '2026-03-29 15:28:14', '2026-03-29 15:28:14');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1026', '113', 'studio', '1', '1', NULL, '8000.00', '2026-03-29 15:28:14', '2026-03-29 15:28:14');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1027', '106', 'umum', '1', '1', NULL, '250000.00', '2026-03-30 15:47:35', '2026-03-30 15:47:35');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1028', '106', 'studio', '1', '1', NULL, '250000.00', '2026-03-30 15:47:35', '2026-03-30 15:47:35');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1029', '107', 'umum', '1', '1', NULL, '250000.00', '2026-03-30 15:48:10', '2026-03-30 15:48:10');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1030', '107', 'studio', '1', '1', NULL, '250000.00', '2026-03-30 15:48:10', '2026-03-30 15:48:10');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1031', '108', 'umum', '1', '1', NULL, '350000.00', '2026-03-30 15:49:18', '2026-03-30 15:49:18');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1032', '108', 'studio', '1', '1', NULL, '350000.00', '2026-03-30 15:49:18', '2026-03-30 15:49:18');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1033', '111', 'umum', '1', '1', NULL, '220000.00', '2026-03-30 15:50:06', '2026-03-30 15:50:06');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1034', '111', 'studio', '1', '1', NULL, '220000.00', '2026-03-30 15:50:06', '2026-03-30 15:50:06');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1035', '112', 'umum', '1', '1', NULL, '200000.00', '2026-03-30 15:51:45', '2026-03-30 15:51:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1036', '112', 'studio', '1', '1', NULL, '200000.00', '2026-03-30 15:51:45', '2026-03-30 15:51:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1037', '73', 'umum', '1', '1', NULL, '150000.00', '2026-03-30 16:31:45', '2026-03-30 16:31:45');
INSERT INTO `material_prices` (`id`, `material_id`, `member_type`, `sisi`, `min_qty`, `max_qty`, `price`, `created_at`, `updated_at`) VALUES ('1038', '73', 'studio', '1', '1', NULL, '150000.00', '2026-03-30 16:31:45', '2026-03-30 16:31:45');

-- --------------------------------------------------------
-- Table structure for table `materials`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `materials`;
CREATE TABLE `materials` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `category_id` bigint(20) unsigned DEFAULT NULL,
  `base_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `unit` varchar(255) NOT NULL DEFAULT 'pcs',
  `stock` decimal(15,2) NOT NULL DEFAULT 0.00,
  `min_stock` decimal(15,2) NOT NULL DEFAULT 0.00,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `track_clicks` tinyint(1) NOT NULL DEFAULT 0,
  `is_custom` tinyint(1) NOT NULL DEFAULT 0,
  `source_material_id` bigint(20) unsigned DEFAULT NULL,
  `conversion_qty` decimal(15,4) NOT NULL DEFAULT 1.0000,
  `measurement_mode` varchar(20) NOT NULL DEFAULT 'manual',
  `roll_width_cm` decimal(15,4) DEFAULT NULL,
  `allow_rotation` tinyint(1) NOT NULL DEFAULT 1,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `materials_category_id_foreign` (`category_id`),
  KEY `materials_source_material_id_foreign` (`source_material_id`),
  CONSTRAINT `materials_category_id_foreign` FOREIGN KEY (`category_id`) REFERENCES `material_categories` (`id`) ON DELETE SET NULL,
  CONSTRAINT `materials_source_material_id_foreign` FOREIGN KEY (`source_material_id`) REFERENCES `materials` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=114 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `materials`

INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('44', 'ART PAPPER 120 GSM', '4', '2200.00', 'lembar', '3456.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-17 21:27:33', '2026-03-14 16:08:53');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('45', 'ART PAPPER 150 GSM', '4', '2300.00', 'lembar', '515.00', '0.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 02:49:31', '2026-03-14 16:38:48');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('46', 'ART PAPPER 190 GSM', '4', '2500.00', 'lembar', '87.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 11:51:07', '2026-03-14 15:29:38');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('47', 'ART KARTON  210 GSM', '4', '2600.00', 'lembar', '13000.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 11:55:20', '2026-03-29 16:03:31');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('48', 'ART KARTON 230 GSM', '4', '2700.00', 'lembar', '267.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 11:57:29', '2026-03-14 11:44:40');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('49', 'ART KARTON 260 GSM', '4', '2900.00', 'lembar', '393.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 11:57:53', '2026-03-13 15:59:16');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('50', 'ART KARTON 310 GSM', '4', '3300.00', 'lembar', '939.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:02:31', '2026-03-14 14:39:07');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('51', 'HVS 80 GSM', '4', '1800.00', 'lembar', '993.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:04:07', '2026-03-29 16:21:20');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('52', 'KERTAS BC PUTIH', '4', '2800.00', 'lembar', '201.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:05:47', '2026-03-10 15:53:08');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('53', 'LINEN', '4', '3200.00', 'lembar', '192.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:07:53', '2026-03-12 11:52:38');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('54', 'CONCORD', '4', '3000.00', 'lembar', '431.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:09:51', '2026-03-13 11:44:15');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('55', 'ASTER', '4', '2900.00', 'lembar', '290.00', '100.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:11:33', '2026-03-13 17:09:55');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('56', 'MASTER', '4', '7000.00', 'lembar', '31.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:12:41', '2026-03-11 14:05:18');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('57', 'STICKER CHROMO', '4', '3300.00', 'lembar', '32810.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:13:58', '2026-03-17 07:28:56');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('58', 'STICKER CHROMO HVS', '4', '3100.00', 'lembar', '2869.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 12:15:13', '2026-03-13 15:59:16');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('59', 'STICKER VINLY A3', '4', '8100.00', 'lembar', '2572.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 13:53:59', '2026-03-14 13:34:27');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('60', 'STICKER A3 TRANSFARANT', '4', '8100.00', 'lembar', '939.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 13:55:26', '2026-03-14 10:39:53');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('61', 'STICKER VINLY METERAN', '2', '70000.00', 'm2', '479.79', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 13:57:37', '2026-03-17 02:26:28');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('62', 'ALBATROS', '2', '115000.00', 'm2', '87.60', '10.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 13:58:14', '2026-03-30 18:57:23');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('63', 'LUSTER', '2', '115000.00', 'm2', '179.40', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 13:58:54', '2026-03-12 14:18:59');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('64', 'STICKER HOLOGRAM', '2', '150000.00', 'm2', '-195.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 13:59:44', '2026-03-29 03:58:52');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('65', 'PET BACKLIT DUTRANS', '2', '130000.00', 'm2', '35.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:00:37', '2026-03-06 17:03:37');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('66', 'STICKER ONE WAY', '2', '95000.00', 'm2', '40.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:05:20', '2026-03-01 10:08:21');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('67', 'LAMINASI A3 MATTE', '4', '1500.00', 'pcs', '7180.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:07:03', '2026-03-14 14:30:18');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('68', 'LAMINASI A3 GLOSSY', '4', '1500.00', 'pcs', '9375.00', '100.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:08:32', '2026-03-14 12:48:51');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('69', 'JASA CETAK ID CARD', '4', '2500.00', 'lembar', '999984.00', '1.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:09:43', '2026-03-11 09:35:01');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('70', 'STANDING Y BENNER 60 X 160 CM', '2', '35000.00', 'pcs', '27.00', '0.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:10:42', '2026-03-01 07:10:32');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('71', 'STANDING Y BENNER 80 X 180', '2', '45000.00', 'pcs', '21.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:11:11', '2026-03-01 10:09:47');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('72', 'ROLL UP 60 X 160 CM', '2', '150000.00', 'pcs', '22.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:11:59', '2026-03-30 18:57:23');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('73', 'ROLL UP 80 X 180/200 CM', '2', '150000.00', 'pcs', '0.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:12:51', '2026-03-30 18:22:35');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('74', 'STANDING TRIPOD BENNER TIFE T', '2', '125000.00', 'pcs', '3.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:13:43', '2026-03-01 10:11:53');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('75', 'IMPRABOARD', '2', '100000.00', 'm2', '-1.27', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:24:22', '2026-03-13 13:45:25');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('76', 'CLOTH BENNER', '2', '25000.00', 'm2', '269.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:25:04', '2026-03-10 11:18:09');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('77', 'CANVAS MATE 380 GSM', '2', '145000.00', 'm2', '47.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:25:50', '2026-03-01 09:26:50');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('78', 'DOOR FRAME STANDAR', '2', '130000.00', 'pcs', '0.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:26:30', '2026-03-01 09:29:36');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('79', 'DOOR FRAME WATER TANK', '2', '160000.00', 'pcs', '1.00', '0.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:26:58', '2026-03-01 07:16:12');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('80', 'STICKER VINLY METERAN CHINA', '2', '50000.00', 'm2', '247.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:27:41', '2026-03-12 11:42:03');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('81', 'LAMINASI METERAN MATTE', '2', '15000.00', 'm2', '457.23', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:28:53', '2026-03-13 16:51:12');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('82', 'LAMINASI METERAN GLOSSY', '2', '15000.00', 'm2', '1165.39', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:29:37', '2026-03-14 15:13:33');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('83', 'JASA LAMINASI MATTE', '2', '30000.00', 'm2', '-3.30', '1.00', '0', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:30:13', '2026-03-09 15:21:12');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('84', 'JASA LAMINASI GLOSSY', '2', '30000.00', 'm2', '10000.00', '1.00', '0', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:30:41', '2026-03-10 11:39:45');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('85', 'FLEKSI BENNER 280 GSM', '1', '15000.00', 'm2', '1493.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:33:09', '2026-04-26 22:00:54');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('86', 'FLEKSI BENNER 340 GSM', '1', '25000.00', 'm2', '26.50', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:33:41', '2026-03-13 09:24:18');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('87', 'FLEKSI BENNER 440 GSM WHITE', '1', '30000.00', 'm2', '177.78', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:34:17', '2026-03-14 11:27:24');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('88', 'FLEKSI BENNER 440 GSM BO', '1', '45000.00', 'm2', '243.50', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:34:46', '2026-03-13 11:50:13');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('89', 'BACKLIT BENNER 510 GSM', '1', '70000.00', 'm2', '158.40', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:35:21', '2026-03-12 09:59:14');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('90', 'JASA CETAK A3', '4', '1800.00', 'lembar', '-36.00', '1.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:38:26', '2026-03-14 16:47:40');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('91', 'CUTTING A3 KIS CUT', '4', '2500.00', 'lembar', '99999999432.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:39:31', '2026-03-14 14:44:51');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('92', 'CUTTING A3 DIE CUT', '4', '2500.00', 'LEMBAR', '99999999636.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:40:20', '2026-03-14 09:33:55');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('93', 'KLEM KALENDER', '4', '700.00', 'pcs', '587.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:45:06', '2026-03-29 16:03:31');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('94', 'LAMINASI KERAS A4', '4', '2000.00', 'lembar', '50.00', '0.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:45:41', '2026-03-01 08:23:39');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('95', 'JASA CETAK ID CARD BAHAN RK', '4', '15000.00', 'lembar', '485.00', '1.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:46:52', '2026-03-07 11:30:13');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('96', 'JASA FINISHING ID CARD', '4', '2500.00', 'lembar', '0.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:47:34', '2026-03-01 09:34:38');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('97', 'JASA CETAK BAHAN OSCAR', '1', '15000.00', 'm2', '0.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-18 14:48:05', '2026-03-01 09:33:29');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('98', 'CUTTING KISS CUT METERAN', '2', '10000.00', 'm2', '9999999987.50', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-27 13:46:12', '2026-03-13 16:51:12');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('99', 'CUTTING DIE CUT METERAN', '2', '10000.00', 'm2', '9999999961.86', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-27 13:46:38', '2026-03-14 15:13:33');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('100', 'JASA POTONG', '8', '15000.00', 'kg', '9999993.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-27 13:51:08', '2026-04-26 22:00:54');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('101', 'STICKER VINLY TRANSFARANT  METERAN', '2', '95000.00', 'm2', '-148.13', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-02-28 16:39:20', '2026-03-29 03:56:26');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('102', 'EVENT DESK', '2', '800000.00', 'pcs', '1.00', '1.00', '1', '0', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-03-01 07:22:24', '2026-03-01 09:29:48');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('105', 'PROMO KROMO RAMADHAN', '4', '5000.00', 'LEMBAR', '640.00', '1.00', '1', '1', '0', NULL, '1.0000', 'manual', NULL, '1', '2026-03-07 10:36:09', '2026-03-14 15:29:38');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('106', 'Roll up 60 x 160 cm + luster', '2', '250000.00', 'pcs', '0.00', '0.00', '1', '0', '1', '72', '1.0000', 'manual', NULL, '1', '2026-03-12 21:22:45', '2026-03-30 15:47:35');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('107', 'ROLL UP 60 x 160 cm + ALBATROS', '2', '250000.00', 'pcs', '0.00', '0.00', '1', '0', '1', '62', '0.9600', 'manual', NULL, '1', '2026-03-13 09:26:48', '2026-03-30 15:48:10');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('108', 'ROLL UP 80 X 180/200 CM + LUSTER', '2', '350000.00', 'pcs', '0.00', '0.00', '1', '0', '1', '73', '1.0000', 'manual', NULL, '1', '2026-03-13 09:29:54', '2026-03-30 15:49:18');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('109', 'ROLL UP 80 X 180/200 CM + ALBATROS', '2', '350000.00', 'pcs', '0.00', '0.00', '1', '0', '1', '73', '1.0000', 'manual', NULL, '1', '2026-03-13 09:31:35', '2026-03-29 15:20:51');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('111', 'ROLL UP 80 X 180/200 CM+BENNER 440 GSM', '1', '220000.00', 'pcs', '0.00', '0.00', '1', '0', '1', '87', '1.4400', 'manual', NULL, '1', '2026-03-13 09:35:49', '2026-03-30 15:50:06');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('112', 'ROLL UP BENNER 60 X 160 BAHAN BENNER 440', '1', '200000.00', 'pcs', '0.00', '0.00', '1', '0', '1', '72', '1.0000', 'manual', NULL, '1', '2026-03-14 10:45:12', '2026-03-30 15:51:45');
INSERT INTO `materials` (`id`, `name`, `category_id`, `base_price`, `unit`, `stock`, `min_stock`, `is_active`, `track_clicks`, `is_custom`, `source_material_id`, `conversion_qty`, `measurement_mode`, `roll_width_cm`, `allow_rotation`, `created_at`, `updated_at`) VALUES ('113', 'Kalender 210GSM', '4', '8000.00', 'pcs', '0.00', '0.00', '1', '0', '1', '47', '1.0000', 'manual', NULL, '1', '2026-03-29 15:25:02', '2026-03-29 15:28:14');

-- --------------------------------------------------------
-- Table structure for table `migrations`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `migrations`;
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=71 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `migrations`

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('1', '0001_01_01_000000_create_users_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('2', '0001_01_01_000001_create_cache_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('3', '0001_01_01_000002_create_jobs_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('4', '2024_01_01_000001_add_role_to_users_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('5', '2024_01_01_000002_create_orders_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('6', '2024_01_01_000003_create_materials_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('7', '2024_01_01_000004_create_settings_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('8', '2026_01_30_010905_create_permission_tables', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('9', '2026_01_30_014026_create_customers_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('10', '2026_01_30_014034_add_customer_id_to_orders_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('11', '2026_01_30_100001_create_products_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('12', '2026_01_30_100002_create_order_items_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('13', '2026_01_30_100003_modify_orders_for_multi_items', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('14', '2026_01_30_100004_create_product_material_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('15', '2026_01_30_120000_add_track_clicks_to_products_and_materials', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('16', '2026_02_07_214900_add_member_type_to_customers_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('17', '2026_02_07_221200_create_employees_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('18', '2026_02_07_221201_create_salaries_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('19', '2026_02_07_223400_add_stock_to_materials_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('20', '2026_02_07_223401_create_purchases_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('21', '2026_02_07_223402_create_expense_categories_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('22', '2026_02_07_223403_create_expenses_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('23', '2026_02_07_225000_create_suppliers_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('24', '2026_02_08_000001_add_pickup_status_to_orders_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('25', '2026_02_08_000002_create_material_categories_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('26', '2026_02_08_000003_create_stock_movements_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('27', '2026_02_08_000004_add_category_id_to_materials_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('28', '2026_02_08_000005_create_deposits_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('29', '2026_02_08_000006_create_units_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('30', '2026_02_09_020000_create_payments_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('31', '2026_02_09_020001_add_partial_status_to_orders_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('32', '2026_02_09_025400_add_is_credit_to_orders_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('33', '2026_02_09_100000_add_production_status_to_order_items_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('34', '2026_02_09_100001_create_cash_modals_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('35', '2026_02_09_100002_create_cash_mutations_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('36', '2026_02_09_123128_create_payment_accounts_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('37', '2026_02_09_123241_add_payment_account_id_to_payments_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('38', '2026_02_09_132207_add_payment_account_id_to_deposits_table', '1');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('39', '2026_02_09_133337_add_payment_fields_to_purchases_table', '2');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('40', '2026_02_09_133340_create_purchase_payments_table', '2');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('41', '2026_02_10_000001_add_cancellation_to_orders_and_items', '3');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('42', '2026_02_10_000002_create_order_cancellation_requests_table', '3');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('43', '2026_02_10_000003_add_spv_to_users_role_enum', '4');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('44', '2026_02_14_220000_create_machines_table', '5');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('45', '2026_02_14_220001_create_machine_material_category_table', '6');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('46', '2026_02_14_220002_create_machine_material_table', '7');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('47', '2026_02_15_000001_create_material_prices_table', '8');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('48', '2026_02_15_000002_add_sisi_to_order_items_table', '9');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('49', '2026_02_15_003000_add_cost_per_click_to_machines_table', '10');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('50', '2026_02_12_135100_change_users_role_to_varchar', '11');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('51', '2026_02_16_110943_add_member_type_to_material_prices_table', '12');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('52', '2026_02_26_041113_create_sales_views', '13');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('53', '2026_02_27_013451_update_role_enum_in_users_table', '13');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('54', '2026_03_04_123113_add_wa_sent_to_orders_table', '13');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('55', '2026_03_04_130641_add_wa_notified_at_to_orders_table', '14');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('56', '2026_03_04_133639_add_wa_notified_at_to_orders_table', '15');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('57', '2026_03_06_000220_add_finishing_operator_id_to_orders_table', '15');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('58', '2026_03_12_142140_add_custom_and_measurement_fields_to_materials_table', '16');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('59', '2026_03_12_142209_create_material_components_table', '16');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('60', '2026_03_16_192536_add_report_columns_to_orders_table', '17');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('61', '2026_03_28_231617_add_payment_columns_to_salaries_table', '18');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('62', '2026_03_29_145352_create_material_components_table', '19');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('63', '2026_04_07_000001_create_developer_override_logs_table', '20');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('64', '2026_04_11_131554_add_due_date_to_orders_table', '20');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('65', '2026_05_03_210423_create_attendance_settings_table', '21');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('66', '2026_05_03_210512_create_attendances_table', '21');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('67', '2026_05_03_223918_add_work_time_to_attendance_settings_table', '21');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('68', '2026_05_03_223955_add_late_and_early_leave_to_attendances_table', '21');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('69', '2026_05_03_225300_add_auto_attendance_to_employees_table', '21');
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES ('70', '2026_05_04_002713_add_user_id_to_employees_table', '21');

-- --------------------------------------------------------
-- Table structure for table `model_has_permissions`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `model_has_permissions`;
CREATE TABLE `model_has_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`model_id`,`model_type`),
  KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`),
  CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------
-- Table structure for table `model_has_roles`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `model_has_roles`;
CREATE TABLE `model_has_roles` (
  `role_id` bigint(20) unsigned NOT NULL,
  `model_type` varchar(255) NOT NULL,
  `model_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`role_id`,`model_id`,`model_type`),
  KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`),
  CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `model_has_roles`

INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('1', 'App\\Models\\User', '1');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('2', 'App\\Models\\User', '2');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('3', 'App\\Models\\User', '3');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('3', 'App\\Models\\User', '4');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('3', 'App\\Models\\User', '12');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('3', 'App\\Models\\User', '15');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('3', 'App\\Models\\User', '19');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('3', 'App\\Models\\User', '20');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('3', 'App\\Models\\User', '23');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('4', 'App\\Models\\User', '5');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '6');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '7');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '9');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '10');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '13');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '14');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '17');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '22');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('5', 'App\\Models\\User', '26');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('6', 'App\\Models\\User', '8');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('6', 'App\\Models\\User', '11');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('7', 'App\\Models\\User', '16');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('8', 'App\\\\Models\\\\User', '18');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('8', 'App\\Models\\User', '18');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('8', 'App\\Models\\User', '21');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('8', 'App\\Models\\User', '24');
INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES ('8', 'App\\Models\\User', '25');

-- --------------------------------------------------------
-- Table structure for table `order_cancellation_requests`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `order_cancellation_requests`;
CREATE TABLE `order_cancellation_requests` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `order_item_id` bigint(20) unsigned DEFAULT NULL,
  `type` enum('order','item') NOT NULL,
  `requested_by` bigint(20) unsigned NOT NULL,
  `reason` text NOT NULL,
  `status` enum('pending','approved','rejected') NOT NULL DEFAULT 'pending',
  `reviewed_by` bigint(20) unsigned DEFAULT NULL,
  `reviewed_at` timestamp NULL DEFAULT NULL,
  `review_notes` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `order_cancellation_requests_order_item_id_foreign` (`order_item_id`),
  KEY `order_cancellation_requests_requested_by_foreign` (`requested_by`),
  KEY `order_cancellation_requests_reviewed_by_foreign` (`reviewed_by`),
  KEY `order_cancellation_requests_status_index` (`status`),
  KEY `order_cancellation_requests_order_id_status_index` (`order_id`,`status`),
  CONSTRAINT `order_cancellation_requests_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  CONSTRAINT `order_cancellation_requests_order_item_id_foreign` FOREIGN KEY (`order_item_id`) REFERENCES `order_items` (`id`) ON DELETE CASCADE,
  CONSTRAINT `order_cancellation_requests_requested_by_foreign` FOREIGN KEY (`requested_by`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  CONSTRAINT `order_cancellation_requests_reviewed_by_foreign` FOREIGN KEY (`reviewed_by`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `order_cancellation_requests`

INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('1', '43', NULL, 'order', '3', 'mau ganti nama', 'approved', '8', '2026-03-02 11:42:43', NULL, '2026-03-02 11:41:52', '2026-03-02 11:42:43');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('2', '40', NULL, 'order', '16', 'konsumen cancel cetakan', 'approved', '16', '2026-03-02 14:08:24', 'Auto-approved', '2026-03-02 14:08:24', '2026-03-02 14:08:24');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('3', '149', NULL, 'order', '3', 'ke double inputannya', 'approved', '8', '2026-03-03 13:03:38', NULL, '2026-03-03 12:52:57', '2026-03-03 13:03:38');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('4', '173', '270', 'item', '3', 'tidak jadi di laminating', 'approved', '8', '2026-03-03 13:13:51', NULL, '2026-03-03 13:10:59', '2026-03-03 13:13:51');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('5', '229', NULL, 'order', '3', 'kedouble input', 'approved', '8', '2026-03-04 09:46:38', NULL, '2026-03-03 15:46:58', '2026-03-04 09:46:38');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('7', '283', NULL, 'order', '3', 'input an nya double', 'approved', '8', '2026-03-05 10:23:41', NULL, '2026-03-05 10:22:15', '2026-03-05 10:23:41');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('8', '421', NULL, 'order', '3', 'kedouble input', 'approved', '8', '2026-03-05 13:56:24', NULL, '2026-03-05 13:43:33', '2026-03-05 13:56:24');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('9', '505', '683', 'item', '3', 'mau dipisah nota nya', 'approved', '16', '2026-03-06 17:02:30', NULL, '2026-03-06 17:02:06', '2026-03-06 17:02:30');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('13', '465', NULL, 'order', '3', 'kedouble input', 'approved', '8', '2026-03-07 12:00:02', NULL, '2026-03-07 11:59:35', '2026-03-07 12:00:02');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('14', '188', NULL, 'order', '3', 'KEDOUBLE INPUT', 'approved', '16', '2026-03-07 14:07:20', NULL, '2026-03-07 14:07:08', '2026-03-07 14:07:20');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('17', '837', NULL, 'order', '3', 'ke double pas ngubah ukurannya', 'approved', '16', '2026-03-09 16:28:12', NULL, '2026-03-09 16:27:51', '2026-03-09 16:28:12');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('22', '1014', NULL, 'order', '16', 'SALAH NOTA', 'approved', '16', '2026-03-11 15:13:01', 'Auto-approved', '2026-03-11 15:13:01', '2026-03-11 15:13:01');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('25', '1190', NULL, 'order', '3', 'kedouble input', 'approved', '16', '2026-03-13 15:06:41', NULL, '2026-03-12 15:58:26', '2026-03-13 15:06:41');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('26', '1185', NULL, 'order', '3', 'ke double input', 'approved', '16', '2026-03-13 15:06:28', NULL, '2026-03-13 15:04:29', '2026-03-13 15:06:28');
INSERT INTO `order_cancellation_requests` (`id`, `order_id`, `order_item_id`, `type`, `requested_by`, `reason`, `status`, `reviewed_by`, `reviewed_at`, `review_notes`, `created_at`, `updated_at`) VALUES ('30', '1404', NULL, 'order', '2', 'batal order', 'approved', '2', '2026-03-29 15:10:06', 'Auto-approved', '2026-03-29 15:10:06', '2026-03-29 15:10:06');

-- --------------------------------------------------------
-- Table structure for table `order_items`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `order_items`;
CREATE TABLE `order_items` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned DEFAULT NULL,
  `product_name` varchar(255) NOT NULL,
  `material_id` bigint(20) unsigned DEFAULT NULL,
  `material_name` varchar(255) DEFAULT NULL,
  `file_name` varchar(255) NOT NULL,
  `file_path` varchar(255) DEFAULT NULL,
  `size_description` varchar(255) NOT NULL,
  `size_value` decimal(10,4) NOT NULL DEFAULT 1.0000,
  `size_unit` varchar(255) NOT NULL DEFAULT 'm2',
  `qty` int(11) NOT NULL DEFAULT 1,
  `sisi` tinyint(4) NOT NULL DEFAULT 1 COMMENT 'Jumlah sisi cetak',
  `base_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `calculated_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `subtotal` decimal(15,2) NOT NULL DEFAULT 0.00,
  `finishing_note` text DEFAULT NULL,
  `production_status` varchar(255) NOT NULL DEFAULT 'pending',
  `item_started_at` timestamp NULL DEFAULT NULL,
  `item_finished_at` timestamp NULL DEFAULT NULL,
  `is_cancelled` tinyint(1) NOT NULL DEFAULT 0,
  `cancelled_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `cancelled_by` bigint(20) unsigned DEFAULT NULL,
  `cancel_reason` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `order_items_product_id_foreign` (`product_id`),
  KEY `order_items_material_id_foreign` (`material_id`),
  KEY `order_items_order_id_index` (`order_id`),
  KEY `order_items_cancelled_by_foreign` (`cancelled_by`),
  KEY `order_items_is_cancelled_index` (`is_cancelled`),
  CONSTRAINT `order_items_cancelled_by_foreign` FOREIGN KEY (`cancelled_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `order_items_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `materials` (`id`) ON DELETE SET NULL,
  CONSTRAINT `order_items_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  CONSTRAINT `order_items_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=2004 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `order_items`

INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('20', '18', '21', 'Versant', NULL, 'STICKER VINLY A3 TRANSFARANT', 'glow beauty', NULL, '1x1', '1.0000', 'lembar', '4', '1', '8100.00', '8100.00', '32400.00', 'masing masing cetak 2', 'selesai', '2026-03-02 11:29:18', '2026-03-02 12:35:02', '0', NULL, '2026-03-02 10:10:46', '2026-03-02 12:35:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('21', '18', '21', 'Versant', NULL, 'STICKER CHROMO', 'pipito', NULL, '1x1', '1.0000', 'lembar', '6', '1', '3300.00', '3300.00', '19800.00', NULL, 'selesai', '2026-03-02 11:29:23', '2026-03-02 12:35:07', '0', NULL, '2026-03-02 10:10:46', '2026-03-02 12:35:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('22', '18', '21', 'Versant', NULL, 'STICKER CHROMO', 'pipito sedang', NULL, '1x1', '1.0000', 'lembar', '11', '1', '3300.00', '3300.00', '36300.00', NULL, 'selesai', '2026-03-02 11:29:30', '2026-03-02 12:35:12', '0', NULL, '2026-03-02 10:10:46', '2026-03-02 12:35:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('23', '18', '21', 'Versant', NULL, 'STICKER CHROMO', 'azzae', NULL, '1x1', '1.0000', 'lembar', '7', '1', '3300.00', '3300.00', '23100.00', NULL, 'selesai', '2026-03-02 11:29:34', '2026-03-02 12:35:31', '0', NULL, '2026-03-02 10:10:46', '2026-03-02 12:35:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('24', '18', '21', 'Versant', NULL, 'STICKER CHROMO', 'cahaya rs', NULL, '1x1', '1.0000', 'lembar', '10', '1', '3300.00', '3300.00', '33000.00', 'page1 = 5, page2 = 3, page3 = 2', 'selesai', '2026-03-02 11:29:41', '2026-03-02 12:35:38', '0', NULL, '2026-03-02 10:10:46', '2026-03-02 12:35:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('26', '18', '21', 'Versant', NULL, 'ART KARTON 230 GSM', 'ria zulian', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2700.00', '2700.00', '10800.00', NULL, 'selesai', '2026-03-02 11:30:43', '2026-03-02 12:35:53', '0', NULL, '2026-03-02 10:12:52', '2026-03-02 12:35:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('31', '21', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PATRA NIAGA', NULL, '50x60', '0.3000', 'm2', '20', '1', '15000.00', '15000.00', '300000.00', 'Mata Ayam', 'selesai', '2026-03-02 11:44:50', '2026-03-02 14:12:48', '0', NULL, '2026-03-02 10:32:24', '2026-03-02 14:12:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('32', '21', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PATRA NIAGA 2', NULL, '60x40', '0.2400', 'm2', '10', '1', '15000.00', '15000.00', '150000.00', 'Mata Ayam', 'selesai', '2026-03-02 13:14:28', '2026-03-02 14:12:48', '0', NULL, '2026-03-02 10:32:24', '2026-03-02 14:12:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('33', '21', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PANGKALAN', NULL, '200x50', '1.0000', 'm2', '10', '1', '15000.00', '15000.00', '150000.00', 'Mata Ayam', 'selesai', '2026-03-02 13:35:55', '2026-03-02 14:12:48', '0', NULL, '2026-03-02 10:32:24', '2026-03-02 14:12:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('34', '21', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'AGEN LPG', NULL, '200x50', '1.0000', 'm2', '2', '1', '15000.00', '15000.00', '30000.00', 'Mata Ayam', 'selesai', '2026-03-02 13:36:05', '2026-03-02 14:12:48', '0', NULL, '2026-03-02 10:32:24', '2026-03-02 14:12:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('37', '24', '21', 'Versant', '57', 'STICKER CHROMO', 'vans', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-02 11:31:47', '2026-03-02 12:01:14', '0', NULL, '2026-03-02 10:37:42', '2026-03-02 12:01:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('41', '26', '21', 'Versant', '57', 'STICKER CHROMO', 'krenyess', NULL, '1x1', '1.0000', 'lembar', '100', '1', '3100.00', '3100.00', '310000.00', 'page1 = 56, page2 = 44, cetak 1 dulu', 'selesai', '2026-03-02 11:32:39', '2026-03-02 12:36:45', '0', NULL, '2026-03-02 10:51:22', '2026-03-02 12:36:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('48', '32', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'foto anak kecil', NULL, '150x40', '0.6000', 'm2', '1', '1', '70000.00', '75000.00', '42000.00', NULL, 'selesai', '2026-03-02 11:30:21', '2026-03-02 11:48:44', '0', NULL, '2026-03-02 11:15:31', '2026-03-02 14:10:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('49', '33', '21', 'Versant', '90', 'JASA CETAK A3', 'fashionbie & ukong', NULL, '1x1', '1.0000', 'lembar', '14', '1', '1800.00', '1800.00', '25200.00', 'cetak page 1 aja', 'selesai', '2026-03-02 11:34:11', '2026-03-02 12:36:55', '0', NULL, '2026-03-02 11:19:01', '2026-03-02 12:36:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('50', '33', '21', 'Versant', '57', 'STICKER CHROMO', 'fashionbie & ukong', NULL, '1x1', '1.0000', 'lembar', '5', '1', '3300.00', '3300.00', '16500.00', 'cetak page 2 aja', 'selesai', '2026-03-02 11:34:23', '2026-03-02 12:37:01', '0', NULL, '2026-03-02 11:19:01', '2026-03-02 12:37:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('51', '34', '21', 'Versant', '51', 'HVS 80 GSM', 'rs medika 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1800.00', '1800.00', '1800.00', NULL, 'selesai', '2026-03-02 11:55:44', '2026-03-02 12:37:22', '0', NULL, '2026-03-02 11:22:59', '2026-03-02 12:37:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('54', '37', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'eid mubarak', NULL, '1x1', '1.0000', 'lembar', '7', '1', '2300.00', '2300.00', '16100.00', NULL, 'selesai', '2026-03-02 11:39:35', '2026-03-02 12:37:06', '0', NULL, '2026-03-02 11:26:02', '2026-03-02 12:37:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('58', '40', '23', 'Outdoor', '86', 'FLEKSI BENNER 340 GSM', 'PT ANUGERAH 1', NULL, '5x1', '5.0000', 'm2', '5', '1', '25000.00', '125000.00', '625000.00', 'MA (Atas 5 Bawah 5)', 'pending', NULL, NULL, '1', '2026-03-02 14:08:24', '2026-03-02 11:32:25', '2026-03-02 14:08:24', '16', 'Order dibatalkan: konsumen cancel cetakan');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('62', '43', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'kopdeskel', NULL, '100x85', '0.8500', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', 'File Di Print Cut', 'pending', NULL, NULL, '1', '2026-03-02 11:42:43', '2026-03-02 11:39:54', '2026-03-02 11:42:43', '8', 'Order dibatalkan: mau ganti nama');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('63', '43', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'kopdeskel', NULL, '100x85', '0.8500', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'pending', NULL, NULL, '1', '2026-03-02 11:42:43', '2026-03-02 11:39:54', '2026-03-02 11:42:43', '8', 'Order dibatalkan: mau ganti nama');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('64', '43', '24', 'Jasa', '98', 'CUTTING KISS CUT METERAN', 'kopdeskel', NULL, '100x85', '0.8500', 'm2', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'pending', NULL, NULL, '1', '2026-03-02 11:42:43', '2026-03-02 11:39:54', '2026-03-02 11:42:43', '8', 'Order dibatalkan: mau ganti nama');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('69', '46', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'kopdeskel', NULL, '100x85', '0.8500', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', 'File Di Print Cut', 'selesai', '2026-03-02 13:29:00', '2026-03-02 14:04:20', '0', NULL, '2026-03-02 11:46:14', '2026-03-02 14:04:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('70', '46', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'kopdeskel', NULL, '100x85', '0.8500', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-02 13:29:13', '2026-03-02 14:04:32', '0', NULL, '2026-03-02 11:46:14', '2026-03-02 14:04:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('71', '46', '24', 'Jasa', '98', 'CUTTING KISS CUT METERAN', 'kopdeskel', NULL, '100x85', '0.8500', 'm2', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-02 13:29:23', '2026-03-02 14:04:38', '0', NULL, '2026-03-02 11:46:14', '2026-03-02 14:04:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('74', '48', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'hmg', NULL, '1x1', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-02 13:38:18', '2026-03-02 14:26:06', '0', NULL, '2026-03-02 11:50:11', '2026-03-02 14:26:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('75', '48', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'hmg', NULL, '1x1', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-02 13:38:32', '2026-03-02 14:26:41', '0', NULL, '2026-03-02 11:50:11', '2026-03-02 14:26:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('76', '48', '24', 'Jasa', '99', 'CUTTING DIE CUT METERAN', 'hmg', NULL, '1x1', '1.0000', 'm2', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-02 13:38:38', '2026-03-02 14:53:14', '0', NULL, '2026-03-02 11:50:11', '2026-03-02 14:53:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('79', '50', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'RADIF', NULL, '1x1', '1.0000', 'lembar', '13', '1', '2600.00', '2600.00', '33800.00', NULL, 'selesai', '2026-03-02 12:16:36', '2026-03-02 12:38:12', '0', NULL, '2026-03-02 11:52:25', '2026-03-02 12:38:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('80', '51', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'TEMBESU', NULL, '2x1', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', NULL, 'selesai', '2026-03-02 14:24:35', '2026-03-02 14:55:10', '0', NULL, '2026-03-02 11:55:56', '2026-03-02 14:55:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('83', '53', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SPBU SIAGA 0302', NULL, '4X1', '4.0000', 'm2', '1', '1', '15000.00', '60000.00', '60000.00', NULL, 'selesai', '2026-03-02 14:36:31', '2026-03-02 15:43:19', '0', NULL, '2026-03-02 11:57:47', '2026-03-02 15:43:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('84', '54', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'STIKER JEFRAN 1', NULL, '120x581', '6.9700', 'm2', '1', '1', '70000.00', '487900.00', '487900.00', NULL, 'selesai', '2026-03-03 13:17:22', '2026-03-03 16:04:49', '0', NULL, '2026-03-02 12:00:54', '2026-03-03 16:04:49', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('85', '54', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'STIKER JEFRAN 1', NULL, '120x581', '6.9700', 'm2', '1', '1', '15000.00', '104550.00', '104550.00', NULL, 'selesai', '2026-03-03 13:17:25', '2026-03-03 16:04:53', '0', NULL, '2026-03-02 12:00:54', '2026-03-03 16:04:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('88', '56', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'jourell', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2600.00', '2600.00', '7800.00', NULL, 'selesai', '2026-03-02 12:26:46', '2026-03-02 12:38:39', '0', NULL, '2026-03-02 12:03:01', '2026-03-02 12:38:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('91', '59', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'kotrek 1', NULL, '1x1', '1.0000', 'lembar', '22', '1', '2600.00', '2600.00', '57200.00', NULL, 'selesai', '2026-03-02 12:24:25', '2026-03-02 12:38:35', '0', NULL, '2026-03-02 12:06:25', '2026-03-02 12:38:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('92', '59', '21', 'Versant', '57', 'STICKER CHROMO', 'dua putri 0203', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-02 12:24:32', '2026-03-02 14:10:38', '0', NULL, '2026-03-02 12:06:25', '2026-03-02 14:10:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('93', '59', '24', 'Jasa', '91', 'CUTTING A3 KIS CUT', 'dua putri 0203', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2500.00', '2500.00', '7500.00', NULL, 'selesai', '2026-03-02 15:55:10', '2026-03-02 15:55:34', '0', NULL, '2026-03-02 12:06:25', '2026-03-02 15:55:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('96', '61', '21', 'Versant', '59', 'STICKER VINLY A3', 'from 0203', NULL, '1x1', '1.0000', 'lembar', '19', '1', '8100.00', '8100.00', '153900.00', NULL, 'selesai', '2026-03-02 12:23:32', '2026-03-02 14:20:56', '0', NULL, '2026-03-02 12:08:53', '2026-03-02 14:20:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('97', '61', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'from 0203', NULL, '1x1', '1.0000', 'pcs', '19', '1', '1500.00', '1500.00', '28500.00', NULL, 'selesai', '2026-03-02 12:24:43', '2026-03-02 15:57:50', '0', NULL, '2026-03-02 12:08:53', '2026-03-02 15:57:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('98', '62', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'agz 0203', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2600.00', '2600.00', '2600.00', NULL, 'selesai', '2026-03-02 12:26:50', '2026-03-02 12:38:44', '0', NULL, '2026-03-02 12:10:33', '2026-03-02 12:38:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('109', '71', '21', 'Versant', '59', 'STICKER VINLY A3', 'Glowing sunscreen', NULL, '1x1', '1.0000', 'lembar', '10', '1', '8100.00', '8100.00', '81000.00', 'FILE LAMA SEMUA', 'selesai', '2026-03-02 14:01:16', '2026-03-02 14:24:48', '0', NULL, '2026-03-02 13:07:53', '2026-03-02 14:24:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('110', '71', '21', 'Versant', '59', 'STICKER VINLY A3', 'new boosting white', NULL, '1x1', '1.0000', 'lembar', '3', '1', '8100.00', '8100.00', '24300.00', 'FILE LAMA SEMUA', 'selesai', '2026-03-02 14:01:21', '2026-03-02 14:25:28', '0', NULL, '2026-03-02 13:07:53', '2026-03-02 14:25:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('114', '74', '21', 'Versant', '59', 'STICKER VINLY A3', 'kementerian', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-02 14:14:39', '2026-03-02 14:22:05', '0', NULL, '2026-03-02 13:13:07', '2026-03-02 14:22:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('115', '74', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'kementerian', NULL, '1x1', '1.0000', 'pcs', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-02 14:14:44', '2026-03-02 14:53:48', '0', NULL, '2026-03-02 13:13:07', '2026-03-02 14:53:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('116', '74', '24', 'Jasa', '91', 'CUTTING A3 KIS CUT', 'kementerian', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-05 13:29:41', '2026-03-05 14:07:14', '0', NULL, '2026-03-02 13:13:07', '2026-03-05 14:07:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('126', '80', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'dilarang 1', NULL, '242x61', '1.4800', 'm2', '1', '1', '70000.00', '103600.00', '103600.00', NULL, 'selesai', '2026-03-02 15:23:26', '2026-03-02 16:46:07', '0', NULL, '2026-03-02 13:31:21', '2026-03-02 16:46:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('127', '80', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'dilarang 1', NULL, '242x61', '1.4800', 'm2', '1', '1', '15000.00', '22200.00', '22200.00', NULL, 'selesai', '2026-03-02 15:23:36', '2026-03-02 16:46:25', '0', NULL, '2026-03-02 13:31:21', '2026-03-02 16:46:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('128', '80', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'spbu 0203', NULL, '126x80', '1.0100', 'm2', '1', '1', '70000.00', '70700.00', '70700.00', NULL, 'selesai', '2026-03-02 16:13:08', '2026-03-02 16:45:39', '0', NULL, '2026-03-02 13:31:21', '2026-03-02 16:45:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('129', '80', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'spbu 0203', NULL, '126x80', '1.0100', 'm2', '1', '1', '15000.00', '15150.00', '15150.00', NULL, 'selesai', '2026-03-02 16:45:58', '2026-03-03 09:24:54', '0', NULL, '2026-03-02 13:31:21', '2026-03-03 09:24:54', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('136', '85', '21', 'Versant', '90', 'JASA CETAK A3', 'tn chandra', NULL, '1x1', '1.0000', 'lembar', '10', '1', '1800.00', '1800.00', '18000.00', NULL, 'selesai', '2026-03-02 14:15:01', '2026-03-02 14:22:17', '0', NULL, '2026-03-02 13:51:59', '2026-03-02 14:22:17', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('139', '87', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'tag sale 1', NULL, '1x1', '1.0000', 'lembar', '11', '1', '3300.00', '3300.00', '36300.00', NULL, 'selesai', '2026-03-02 14:15:07', '2026-03-02 14:22:20', '0', NULL, '2026-03-02 13:58:19', '2026-03-02 14:22:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('152', '96', '21', 'Versant', '57', 'STICKER CHROMO', 'kitchen rrr', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-02 15:01:20', '2026-03-02 15:02:36', '0', NULL, '2026-03-02 14:23:45', '2026-03-02 15:02:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('153', '96', '24', 'Jasa', '91', 'CUTTING A3 KIS CUT', 'kitchen rrr', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2500.00', '2500.00', '5000.00', NULL, 'selesai', '2026-03-02 15:09:07', '2026-03-02 15:09:20', '0', NULL, '2026-03-02 14:23:45', '2026-03-02 15:09:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('156', '98', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'briggs', NULL, '1x1', '1.0000', 'lembar', '19', '1', '2700.00', '2700.00', '51300.00', 'CETAK 1 DULU', 'selesai', '2026-03-02 15:01:31', '2026-03-02 16:47:58', '0', NULL, '2026-03-02 14:34:17', '2026-03-02 16:47:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('158', '100', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'negeri cinta', NULL, '1x1', '1.0000', 'lembar', '86', '2', '2200.00', '2200.00', '189200.00', 'page1 - 2 = 13, page3 - 8 = @ 13, page9 - 10 =  7, page11 - 14 = @ 13, cetak 1', 'selesai', '2026-03-02 15:01:40', '2026-03-02 16:16:43', '0', NULL, '2026-03-02 14:43:02', '2026-03-02 16:16:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('174', '107', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'stop bullying', NULL, '40x60', '0.2400', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-03 14:47:54', '2026-03-03 16:08:55', '0', NULL, '2026-03-02 15:59:33', '2026-03-03 16:08:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('176', '109', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'voucher 1', NULL, '1x1', '1.0000', 'lembar', '2', '2', '3400.00', '3400.00', '6800.00', NULL, 'selesai', '2026-03-02 16:42:06', '2026-03-02 16:50:09', '0', NULL, '2026-03-02 16:28:50', '2026-03-02 16:50:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('177', '109', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'special 0203', NULL, '1x1', '1.0000', 'lembar', '20', '1', '2200.00', '2200.00', '44000.00', 'masing masing 10', 'selesai', '2026-03-02 16:42:13', '2026-03-03 10:37:16', '0', NULL, '2026-03-02 16:28:50', '2026-03-03 10:37:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('178', '110', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'yasin musni', NULL, '1x1', '1.0000', 'lembar', '81', '1', '2400.00', '2400.00', '194400.00', 'CETAK 1 DULU', 'selesai', '2026-03-02 16:42:17', '2026-03-03 14:09:30', '0', NULL, '2026-03-02 16:32:54', '2026-03-03 14:09:30', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('179', '110', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'yasin musni', NULL, '1x1', '1.0000', 'pcs', '81', '1', '1500.00', '1500.00', '121500.00', NULL, 'selesai', '2026-03-02 16:42:24', '2026-03-03 14:09:25', '0', NULL, '2026-03-02 16:32:54', '2026-03-03 14:09:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('190', '115', '21', 'Versant', '59', 'STICKER VINLY A3', 'MINI ONE 1', NULL, '1x1', '1.0000', 'lembar', '3', '1', '8100.00', '8100.00', '24300.00', NULL, 'selesai', '2026-03-03 09:06:58', '2026-03-03 14:26:15', '0', NULL, '2026-03-02 16:43:56', '2026-03-03 14:26:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('191', '115', '24', 'Jasa', '91', 'CUTTING A3 KIS CUT', 'MINI ONE 1', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2500.00', '2500.00', '7500.00', NULL, 'selesai', '2026-03-05 13:26:06', '2026-03-05 14:04:35', '0', NULL, '2026-03-02 16:43:56', '2026-03-05 14:04:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('198', '119', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', '7 KEBIASAAN', NULL, '65X85', '0.5500', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', 'lebih bahan', 'selesai', '2026-03-03 10:34:28', '2026-03-03 10:57:51', '0', NULL, '2026-03-02 17:02:10', '2026-03-03 10:57:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('209', '127', '21', 'Versant', '51', 'HVS 80 GSM', 'HAIKAL (1) - HAIKAL ( 18 )', NULL, '1x1', '1.0000', 'lembar', '72', '2', '2800.00', '2800.00', '201600.00', 'masing masing file cetak 1 set', 'selesai', '2026-03-03 09:57:44', '2026-03-03 14:26:19', '0', NULL, '2026-03-03 09:29:44', '2026-03-03 14:26:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('214', '131', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'menu oliv 0303', NULL, '1x1', '1.0000', 'lembar', '18', '2', '3800.00', '3800.00', '68400.00', 'masing masing 6, cetak 1 dulu', 'selesai', '2026-03-03 09:58:20', '2026-03-03 14:26:28', '0', NULL, '2026-03-03 09:35:11', '2026-03-03 14:26:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('215', '131', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'menu oliv 0303', NULL, '1x1', '1.0000', 'pcs', '18', '2', '3000.00', '3000.00', '54000.00', 'laminating nya 2 sisi ya', 'selesai', '2026-03-03 09:58:26', '2026-03-03 16:09:32', '0', NULL, '2026-03-03 09:35:11', '2026-03-03 16:09:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('218', '134', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'planet 0303', NULL, '1x1', '1.0000', 'lembar', '8', '1', '2200.00', '2200.00', '17600.00', 'page1 = 2, page2 - 7 = @ 1', 'selesai', '2026-03-03 10:21:16', '2026-03-03 10:37:51', '0', NULL, '2026-03-03 09:41:27', '2026-03-03 10:37:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('227', '142', '21', 'Versant', '57', 'STICKER CHROMO', 'ienoeycake 1', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-03 10:21:33', '2026-03-03 10:37:58', '0', NULL, '2026-03-03 10:00:56', '2026-03-03 10:37:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('228', '142', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'ienoeycake 1', NULL, '1x1', '1.0000', 'pcs', '3', '1', '1500.00', '1500.00', '4500.00', NULL, 'selesai', '2026-03-03 10:21:45', '2026-03-03 11:14:51', '0', NULL, '2026-03-03 10:00:56', '2026-03-03 11:14:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('229', '142', '24', 'Jasa', '91', 'CUTTING A3 KIS CUT', 'ienoeycake 1', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2500.00', '2500.00', '7500.00', NULL, 'selesai', '2026-03-04 09:16:31', '2026-03-05 14:03:17', '0', NULL, '2026-03-03 10:00:56', '2026-03-05 14:03:17', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('231', '144', '21', 'Versant', '57', 'STICKER CHROMO', 'razha 0303', NULL, '1x1', '1.0000', 'lembar', '50', '1', '3100.00', '3100.00', '155000.00', 'Cetak 1 dulu', 'selesai', '2026-03-03 10:21:51', '2026-03-03 10:38:03', '0', NULL, '2026-03-03 10:02:54', '2026-03-03 10:38:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('237', '148', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'green 1', NULL, '1x1', '1.0000', 'lembar', '6', '1', '3300.00', '3300.00', '19800.00', 'masing masing cetak 2', 'selesai', '2026-03-03 10:24:08', '2026-03-03 10:38:22', '0', NULL, '2026-03-03 10:12:29', '2026-03-03 10:38:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('238', '149', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'green 1', NULL, '1x1', '1.0000', 'lembar', '6', '1', '3300.00', '3300.00', '19800.00', 'masing masing cetak 2', 'selesai', '2026-03-03 10:24:46', '2026-03-03 10:38:28', '1', '2026-03-03 13:03:38', '2026-03-03 10:12:31', '2026-03-03 13:03:38', '8', 'Order dibatalkan: ke double inputannya');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('239', '150', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'green 1', NULL, '1x1', '1.0000', 'lembar', '6', '1', '3300.00', '3300.00', '19800.00', 'masing masing cetak 2', 'selesai', '2026-03-03 10:24:51', '2026-03-03 10:38:32', '0', NULL, '2026-03-03 10:12:34', '2026-03-03 10:38:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('242', '153', '23', 'Outdoor', '87', 'FLEKSI BENNER 440 GSM WHITE', 'SINGGAH PANJI', NULL, '4 X 1', '4.0000', 'm2', '1', '1', '30000.00', '120000.00', '120000.00', 'MA ATAS 5 BAWAH 2', 'selesai', '2026-03-03 13:14:35', '2026-03-03 14:36:47', '0', NULL, '2026-03-03 10:19:23', '2026-03-03 14:36:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('244', '155', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SINGGAH LIUBERTY', NULL, '4X1', '4.0000', 'm2', '1', '1', '15000.00', '60000.00', '60000.00', 'Mata Ayam', 'selesai', '2026-03-03 11:37:27', '2026-03-03 13:45:41', '0', NULL, '2026-03-03 10:22:43', '2026-03-03 13:45:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('249', '157', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'licht 1', NULL, '140X61', '0.8500', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-03 14:47:59', '2026-03-03 16:09:09', '0', NULL, '2026-03-03 10:24:28', '2026-03-03 16:09:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('250', '157', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'licht 1', NULL, '140X61', '0.8500', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-03 14:48:04', '2026-03-03 16:09:12', '0', NULL, '2026-03-03 10:24:28', '2026-03-03 16:09:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('252', '159', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'sun 0303', NULL, '1x1', '1.0000', 'lembar', '50', '1', '3100.00', '3100.00', '155000.00', 'CETAK 1 DULU', 'selesai', '2026-03-03 10:47:03', '2026-03-03 14:49:37', '0', NULL, '2026-03-03 10:43:38', '2026-03-03 14:49:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('255', '162', '23', 'Outdoor', NULL, 'FLEKSI BENNER 340 GSM', 'PT ANUGERAH 1', NULL, '5 X1', '5.0000', 'm2', '4', '1', '25000.00', '125000.00', '500000.00', 'Mata Ayam Permeterr', 'selesai', '2026-03-03 14:58:26', '2026-03-03 15:51:22', '0', NULL, '2026-03-03 10:55:35', '2026-03-04 11:45:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('257', '164', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'LOKA 1 DAN 2', NULL, '200X90', '1.8000', 'm2', '1', '1', '15000.00', '27000.00', '27000.00', '2 file - LEBIH BAHAN AJA', 'selesai', '2026-03-03 15:58:10', '2026-03-03 16:49:06', '0', NULL, '2026-03-03 10:59:34', '2026-03-03 16:49:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('258', '164', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'LOKAWISATA', NULL, '200X100', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', '1 file - MATA AYAM', 'selesai', '2026-03-03 15:58:17', '2026-03-03 16:48:56', '0', NULL, '2026-03-03 10:59:34', '2026-03-03 16:48:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('269', '173', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'Gallery revisi', NULL, '100x165', '1.6500', 'm2', '1', '1', '70000.00', '115500.00', '115500.00', 'File Di Print Cut', 'selesai', '2026-03-03 11:28:51', '2026-03-03 11:45:38', '0', NULL, '2026-03-03 11:15:52', '2026-03-03 11:45:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('270', '173', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'Gallery revisi', NULL, '100x165', '1.6500', 'm2', '1', '1', '15000.00', '24750.00', '24750.00', NULL, 'selesai', '2026-03-03 11:29:02', '2026-03-03 11:54:05', '1', '2026-03-03 13:13:51', '2026-03-03 11:15:52', '2026-03-03 13:13:51', '8', 'tidak jadi di laminating');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('271', '173', '24', 'Jasa', '98', 'CUTTING KISS CUT METERAN', 'Gallery revisi', NULL, '100x165', '1.6500', 'm2', '1', '1', '5000.00', '8250.00', '8250.00', NULL, 'selesai', '2026-03-05 13:27:15', '2026-03-05 23:22:48', '0', NULL, '2026-03-03 11:15:52', '2026-03-05 23:22:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('276', '178', '21', 'Versant', '95', 'JASA CETAK ID CARD BAHAN RK', 'ID VIQI 1', NULL, '1x1', '1.0000', 'lembar', '12', '1', '15000.00', '15000.00', '180000.00', 'CETAK 1 DULU', 'selesai', '2026-03-03 11:43:51', '2026-03-03 14:26:33', '0', NULL, '2026-03-03 11:37:26', '2026-03-03 14:26:33', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('278', '180', '22', 'Indoor', '75', 'IMPRABOARD', 'PROMO SPESIAL', NULL, '70x50', '0.3500', 'm2', '1', '1', '100000.00', '100000.00', '35000.00', NULL, 'selesai', '2026-03-03 15:16:07', '2026-03-03 16:32:39', '0', NULL, '2026-03-03 11:41:05', '2026-03-04 13:07:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('279', '180', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'PROMO SPESIAL', NULL, '70x50', '0.3500', 'm2', '1', '1', '70000.00', '70000.00', '24500.00', NULL, 'selesai', '2026-03-03 15:16:12', '2026-03-03 16:32:43', '0', NULL, '2026-03-03 11:41:05', '2026-03-04 13:07:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('283', '183', '25', 'PROMO KROMO RAMADHAN', NULL, 'PROMO KROMO RAMADHAN', 'dapur ada', NULL, '1x1', '1.0000', 'LEMBAR', '4', '1', '5000.00', '5000.00', '20000.00', 'masing masing cetak 2', 'selesai', '2026-03-03 14:07:54', '2026-03-03 14:08:03', '0', NULL, '2026-03-03 11:51:47', '2026-03-03 14:08:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('285', '185', '21', 'Versant', '59', 'STICKER VINLY A3', 'wongsolo 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '8100.00', '8100.00', '32400.00', NULL, 'selesai', '2026-03-03 13:56:57', '2026-03-03 13:58:44', '0', NULL, '2026-03-03 11:56:06', '2026-03-03 13:58:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('286', '185', '24', 'Jasa', '91', 'CUTTING A3 KIS CUT', 'wongsolo 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2500.00', '2500.00', '10000.00', NULL, 'selesai', '2026-03-03 14:06:52', '2026-03-03 14:07:01', '0', NULL, '2026-03-03 11:56:06', '2026-03-03 14:07:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('288', '187', '21', 'Versant', '54', 'CONCORD', 'aqifah 1', NULL, '1x1', '1.0000', 'lembar', '8', '1', '3000.00', '3000.00', '24000.00', NULL, 'selesai', '2026-03-03 13:58:59', '2026-03-03 14:26:40', '0', NULL, '2026-03-03 12:05:04', '2026-03-03 14:26:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('289', '188', '21', 'Versant', '54', 'CONCORD', 'aqifah 1', NULL, '1x1', '1.0000', 'lembar', '8', '1', '3000.00', '3000.00', '24000.00', NULL, 'selesai', '2026-03-03 13:59:04', '2026-03-03 14:26:44', '1', '2026-03-07 14:07:20', '2026-03-03 12:05:05', '2026-03-07 14:07:20', '16', 'Order dibatalkan: KEDOUBLE INPUT');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('292', '190', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'idul fitri 0303', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2600.00', '2600.00', '5200.00', NULL, 'selesai', '2026-03-03 13:57:11', '2026-03-03 13:58:51', '0', NULL, '2026-03-03 12:08:49', '2026-03-03 13:58:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('293', '191', '24', 'Jasa', '100', 'JASA POTONG', 'KUPON', NULL, '1x1', '1.0000', 'kg', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-05 13:26:28', '2026-03-05 14:06:32', '0', NULL, '2026-03-03 13:05:50', '2026-03-05 14:06:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('295', '193', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SMA MAARIF', NULL, '100x150', '1.5000', 'm2', '5', '1', '15000.00', '22500.00', '112500.00', 'Mata Ayam', 'selesai', '2026-03-03 15:58:22', '2026-03-04 11:12:28', '0', NULL, '2026-03-03 13:20:16', '2026-03-04 11:12:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('299', '197', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'amplop thr', NULL, '1x1', '1.0000', 'lembar', '15', '1', '2300.00', '2300.00', '34500.00', 'page1 = 8, page2 = 7', 'selesai', '2026-03-03 13:59:24', '2026-03-03 14:27:00', '0', NULL, '2026-03-03 13:24:52', '2026-03-03 14:27:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('305', '199', '21', 'Versant', '59', 'STICKER VINLY A3', 'teman lauk', NULL, '1x1', '1.0000', 'lembar', '6', '1', '8100.00', '8100.00', '48600.00', 'glossy ya dan di cutting', 'selesai', '2026-03-03 14:05:14', '2026-03-03 14:27:23', '0', NULL, '2026-03-03 13:27:15', '2026-03-03 14:27:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('309', '202', '21', 'Versant', '59', 'STICKER VINLY A3', 'she glowing revisi', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', 'page 1 dan 2 dulu ya', 'selesai', '2026-03-03 14:05:28', '2026-03-03 14:27:31', '0', NULL, '2026-03-03 13:40:08', '2026-03-03 14:27:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('312', '205', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'hari raya 0303', NULL, '1x1', '1.0000', 'lembar', '89', '1', '2100.00', '2100.00', '186900.00', 'page1  = 72, page2 = 17, cetak 1', 'selesai', '2026-03-03 14:10:30', '2026-03-03 14:27:46', '0', NULL, '2026-03-03 13:43:28', '2026-03-03 14:27:46', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('326', '215', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'pop chain', NULL, '1x1', '1.0000', 'lembar', '9', '1', '3300.00', '3300.00', '29700.00', 'masing masing 3', 'selesai', '2026-03-03 15:23:06', '2026-03-03 16:09:36', '0', NULL, '2026-03-03 14:54:12', '2026-03-03 16:09:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('327', '215', '24', 'Jasa', '92', 'CUTTING A3 DIE CUT', 'pop chain', NULL, '1x1', '1.0000', 'LEMBAR', '9', '1', '2500.00', '2500.00', '22500.00', NULL, 'selesai', '2026-03-05 13:37:35', '2026-03-05 14:09:19', '0', NULL, '2026-03-03 14:54:12', '2026-03-05 14:09:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('333', '220', '22', 'Indoor', NULL, 'PET BACKLIT DUTRANS', 'charm', NULL, '100x50', '0.5000', 'm2', '1', '1', '130000.00', '130000.00', '65000.00', NULL, 'selesai', '2026-03-04 10:11:44', '2026-03-04 10:33:05', '0', NULL, '2026-03-03 15:08:05', '2026-03-04 13:20:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('335', '222', '21', 'Versant', '51', 'HVS 80 GSM', 'bakso anak', NULL, '1x1', '1.0000', 'lembar', '8', '1', '1800.00', '1800.00', '14400.00', NULL, 'selesai', '2026-03-03 16:05:22', '2026-03-03 16:09:50', '0', NULL, '2026-03-03 15:09:56', '2026-03-03 16:09:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('336', '223', '25', 'PROMO KROMO RAMADHAN', '57', 'STICKER CHROMO', 'semoga 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '5000.00', '5000.00', '25000.00', NULL, 'selesai', '2026-03-04 09:31:52', '2026-03-04 09:32:11', '0', NULL, '2026-03-03 15:15:14', '2026-03-04 09:32:11', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('337', '224', '21', 'Versant', '95', 'JASA CETAK ID CARD BAHAN RK', 'MY PERTAMINA', NULL, '1x1', '1.0000', 'lembar', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-03 16:05:32', '2026-03-03 16:09:53', '0', NULL, '2026-03-03 15:18:24', '2026-03-03 16:09:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('340', '227', '25', 'PROMO KROMO RAMADHAN', '57', 'STICKER CHROMO', 'super clean 0303', NULL, '1x1', '1.0000', 'lembar', '26', '1', '5000.00', '5000.00', '130000.00', 'page1=15, page2=3, page3=4, page4 - 5=@2', 'selesai', '2026-03-05 13:21:18', '2026-03-05 13:21:44', '0', NULL, '2026-03-03 15:23:21', '2026-03-05 13:21:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('342', '229', '21', 'Versant', '57', 'STICKER CHROMO', 'pisal 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '3300.00', '3300.00', '33000.00', 'glossy cutting', 'selesai', '2026-03-03 16:05:44', '2026-03-03 16:10:10', '1', '2026-03-04 09:46:38', '2026-03-03 15:46:13', '2026-03-04 09:46:38', '8', 'Order dibatalkan: kedouble input');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('343', '230', '21', 'Versant', '57', 'STICKER CHROMO', 'pisal 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '3300.00', '3300.00', '33000.00', 'glossy cutting', 'selesai', '2026-03-03 16:05:48', '2026-03-03 16:10:16', '0', NULL, '2026-03-03 15:46:14', '2026-03-03 16:10:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('345', '232', '21', 'Versant', '59', 'STICKER VINLY A3', 'she glowing revisi', NULL, '1x1', '1.0000', 'lembar', '8', '1', '8100.00', '8100.00', '64800.00', 'glossy cutting, page1 = 6, page2 = 2', 'selesai', '2026-03-03 16:05:51', '2026-03-03 16:10:19', '0', NULL, '2026-03-03 15:48:35', '2026-03-03 16:10:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('346', '233', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'umroh lampung', NULL, '1x1', '1.0000', 'lembar', '25', '1', '2300.00', '2300.00', '57500.00', 'CETAK 1 DULU', 'selesai', '2026-03-03 16:05:56', '2026-03-03 16:10:24', '0', NULL, '2026-03-03 15:52:23', '2026-03-03 16:10:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('348', '235', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'negeri cinta', NULL, '1x1', '1.0000', 'lembar', '12', '2', '3400.00', '3500.00', '40800.00', 'page 15 dan 16 aja', 'selesai', '2026-03-03 16:06:00', '2026-03-03 16:10:27', '0', NULL, '2026-03-03 15:55:13', '2026-03-04 09:50:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('349', '236', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'sibin 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2600.00', '2600.00', '26000.00', 'CETAK 1 DULU', 'selesai', '2026-03-03 16:06:04', '2026-03-03 16:22:39', '0', NULL, '2026-03-03 15:58:50', '2026-03-03 16:22:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('353', '240', '25', 'PROMO KROMO RAMADHAN', NULL, 'STICKER CHROMO', 'wip bakery', NULL, '1x1', '1.0000', 'lembar', '14', '1', '5000.00', '3300.00', '70000.00', 'page1=5, page2 - 4= @ 3', 'selesai', '2026-03-04 09:43:15', '2026-03-04 09:43:25', '0', NULL, '2026-03-03 16:13:47', '2026-03-04 11:10:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('360', '245', '24', 'Jasa', '100', 'JASA POTONG', 'ongkir', NULL, '1x1', '1.0000', 'kg', '1', '1', '0.00', '0.00', '0.00', NULL, 'selesai', '2026-03-05 13:25:48', '2026-03-05 14:04:27', '0', NULL, '2026-03-03 16:33:01', '2026-03-05 14:04:27', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('361', '246', '21', 'Versant', '51', 'HVS 80 GSM', 'isi yasin sibin', NULL, '1x1', '1.0000', 'lembar', '12', '1', '1800.00', '1800.00', '21600.00', 'masing masing cetak 2', 'selesai', '2026-03-04 09:11:24', '2026-03-04 09:18:45', '0', NULL, '2026-03-03 16:55:07', '2026-03-04 09:18:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('364', '249', '25', 'Promo Kromo Ramadhan', NULL, 'STICKER CHROMO', 'premium 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-04 10:16:13', '2026-03-04 10:16:23', '0', NULL, '2026-03-04 09:31:27', '2026-03-05 10:37:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('366', '251', '25', 'Promo Kromo Ramadhan', '57', 'STICKER CHROMO', 'hari raya 0403', NULL, '1x1', '1.0000', 'lembar', '5', '1', '5000.00', '5000.00', '25000.00', NULL, 'selesai', '2026-03-05 13:26:54', '2026-03-05 14:06:19', '0', NULL, '2026-03-04 09:35:24', '2026-03-05 14:06:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('367', '252', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'UPTD SDN 1', NULL, '125X80', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', 'Mata Ayam', 'selesai', '2026-03-04 10:16:36', '2026-03-04 11:13:48', '0', NULL, '2026-03-04 09:38:18', '2026-03-04 11:13:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('368', '253', '21', 'Versant', '57', 'STICKER CHROMO', 'sambelan pipito', NULL, '1x1', '1.0000', 'lembar', '11', '1', '3300.00', '3300.00', '36300.00', NULL, 'selesai', '2026-03-04 09:48:37', '2026-03-04 09:49:06', '0', NULL, '2026-03-04 09:40:23', '2026-03-04 09:49:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('371', '256', '21', 'Versant', '57', 'STICKER CHROMO', 'krenyess', NULL, '1x1', '1.0000', 'lembar', '56', '1', '3100.00', '3100.00', '173600.00', 'File Lama-Page 1 aja, CETAK 1 DULU', 'selesai', '2026-03-04 09:48:46', '2026-03-04 14:37:34', '0', NULL, '2026-03-04 09:43:08', '2026-03-04 14:37:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('372', '257', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'negeri cinta', NULL, '1x1', '1.0000', 'lembar', '6', '1', '2200.00', '2200.00', '13200.00', 'file lama - cetak page 9 - 10 aja', 'selesai', '2026-03-04 10:05:33', '2026-03-04 10:09:36', '0', NULL, '2026-03-04 09:51:28', '2026-03-04 10:09:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('377', '261', '21', 'Versant', '59', 'STICKER VINLY A3', 'link 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', NULL, 'selesai', '2026-03-04 10:05:46', '2026-03-04 14:33:19', '0', NULL, '2026-03-04 09:59:03', '2026-03-04 14:33:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('378', '261', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'link 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '1500.00', '1500.00', '3000.00', NULL, 'selesai', '2026-03-04 10:05:50', '2026-03-04 14:33:25', '0', NULL, '2026-03-04 09:59:03', '2026-03-04 14:33:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('379', '261', '24', 'Jasa', '91', 'CUTTING A3 KIS CUT', 'link 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2500.00', '2500.00', '5000.00', NULL, 'selesai', '2026-03-05 13:27:28', '2026-03-05 14:06:54', '0', NULL, '2026-03-04 09:59:03', '2026-03-05 14:06:54', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('383', '263', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'bank bni 0403', NULL, '200x100', '2.0000', 'm2', '1', '1', '70000.00', '140000.00', '140000.00', NULL, 'selesai', '2026-03-04 10:37:11', '2026-03-04 11:18:48', '0', NULL, '2026-03-04 10:00:08', '2026-03-04 11:18:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('384', '263', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'bank bni 0403', NULL, '200x100', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', NULL, 'selesai', '2026-03-04 10:37:14', '2026-03-04 11:18:28', '0', NULL, '2026-03-04 10:01:08', '2026-03-04 11:18:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('386', '265', '25', 'Promo Kromo Ramadhan', '57', 'STICKER CHROMO', 'surprise cake', NULL, '1x1', '1.0000', 'lembar', '4', '1', '5000.00', '5000.00', '20000.00', NULL, 'selesai', '2026-03-05 13:26:48', '2026-03-05 14:06:12', '0', NULL, '2026-03-04 10:06:05', '2026-03-05 14:06:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('404', '278', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'amplop 0403', NULL, '1x1', '1.0000', 'lembar', '20', '1', '2300.00', '2300.00', '46000.00', 'cetak 1, test cutting 1 dulu', 'selesai', '2026-03-04 11:36:35', '2026-03-04 11:58:58', '0', NULL, '2026-03-04 10:36:23', '2026-03-04 11:58:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('406', '280', '21', 'Versant', '59', 'STICKER VINLY A3', 'SUNAN MURIA', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', NULL, 'selesai', '2026-03-04 11:36:46', '2026-03-04 14:38:05', '0', NULL, '2026-03-04 10:37:42', '2026-03-04 14:38:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('407', '280', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'SUNAN MURIA', NULL, '1x1', '1.0000', 'pcs', '2', '1', '1500.00', '1500.00', '3000.00', NULL, 'selesai', '2026-03-04 11:36:50', '2026-03-04 14:38:12', '0', NULL, '2026-03-04 10:37:42', '2026-03-04 14:38:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('410', '283', '23', 'Outdoor', '86', 'FLEKSI BENNER 340 GSM', 'FRAKSI PDI', NULL, '400x300', '12.0000', 'm2', '1', '1', '25000.00', '300000.00', '300000.00', 'lebih bahan', 'pending', NULL, NULL, '1', '2026-03-05 10:23:41', '2026-03-04 10:43:28', '2026-03-05 10:23:41', '8', 'Order dibatalkan: input an nya double');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('411', '283', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PEMBINAAN DAN PEMBINAAN KEDUA', NULL, '150X400', '6.0000', 'm2', '2', '1', '15000.00', '90000.00', '180000.00', 'Mata Ayam', 'selesai', '2026-03-04 14:43:10', '2026-03-04 15:24:32', '1', '2026-03-05 10:23:41', '2026-03-04 10:43:28', '2026-03-05 10:23:41', '8', 'Order dibatalkan: input an nya double');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('412', '284', '23', 'Outdoor', '86', 'FLEKSI BENNER 340 GSM', 'FRAKSI PDI', NULL, '400x300', '12.0000', 'm2', '1', '1', '25000.00', '300000.00', '300000.00', 'lebih bahan', 'selesai', '2026-03-05 14:09:17', '2026-03-05 16:21:18', '0', NULL, '2026-03-04 10:43:28', '2026-03-05 16:21:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('413', '284', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PEMBINAAN DAN PEMBINAAN KEDUA', NULL, '150X400', '6.0000', 'm2', '2', '1', '15000.00', '90000.00', '180000.00', 'Mata Ayam', 'selesai', '2026-03-13 16:18:49', '2026-03-29 00:23:13', '0', NULL, '2026-03-04 10:43:28', '2026-03-29 00:23:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('416', '286', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'piagam magnet (1) - (3)', NULL, '1x1', '1.0000', 'lembar', '66', '1', '2400.00', '2400.00', '158400.00', 'masing masing file cetak 1', 'selesai', '2026-03-04 11:37:09', '2026-03-04 14:38:25', '0', NULL, '2026-03-04 10:49:24', '2026-03-04 14:38:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('417', '287', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'ads audio', NULL, '125x64', '0.8000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', 'Mata Ayam', 'selesai', '2026-03-04 14:47:07', '2026-03-04 15:24:47', '0', NULL, '2026-03-04 10:53:15', '2026-03-04 15:24:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('420', '290', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'akadia', NULL, '1x1', '1.0000', 'lembar', '20', '1', '2600.00', '2600.00', '52000.00', 'CETAK 1', 'selesai', '2026-03-04 11:37:17', '2026-03-04 14:38:31', '0', NULL, '2026-03-04 11:11:57', '2026-03-04 14:38:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('422', '292', '21', 'Versant', '57', 'STICKER CHROMO', 'IDUL FITRI 0403', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-04 11:37:24', '2026-03-04 14:38:40', '0', NULL, '2026-03-04 11:13:27', '2026-03-04 14:38:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('431', '299', '23', 'Outdoor', '86', 'FLEKSI BENNER 340 GSM', 'PT ANUGERAH 1', NULL, '500x100', '5.0000', 'm2', '1', '1', '25000.00', '125000.00', '125000.00', 'Mata Ayam Permeter', 'selesai', '2026-03-14 10:57:27', '2026-03-16 10:12:15', '0', NULL, '2026-03-04 11:46:06', '2026-03-16 10:12:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('439', '302', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'trusty 0403', NULL, '2x1', '2.0000', 'm2', '1', '1', '70000.00', '140000.00', '140000.00', NULL, 'selesai', '2026-03-04 13:58:14', '2026-03-04 14:47:07', '0', NULL, '2026-03-04 11:51:47', '2026-03-04 14:47:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('440', '302', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'trusty 0403', NULL, '2x1', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', NULL, 'selesai', '2026-03-04 13:58:22', '2026-03-05 10:36:10', '0', NULL, '2026-03-04 11:51:47', '2026-03-05 10:36:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('441', '302', '24', 'Jasa', '99', 'CUTTING DIE CUT METERAN', 'trusty 0403', NULL, '2x1', '2.0000', 'm2', '1', '1', '5000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-05 13:27:46', '2026-03-05 23:25:18', '0', NULL, '2026-03-04 11:51:47', '2026-03-05 23:25:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('449', '307', '21', 'Versant', '51', 'HVS 80 GSM', 'giveaway faste', NULL, '1x1', '1.0000', 'lembar', '500', '1', '1600.00', '1600.00', '800000.00', 'Cetak 1 dulu', 'selesai', '2026-03-04 13:43:38', '2026-03-04 14:39:09', '0', NULL, '2026-03-04 12:07:58', '2026-03-04 14:39:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('451', '309', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'RAID 1', NULL, '100x310', '3.1000', 'm2', '1', '1', '15000.00', '46500.00', '46500.00', 'lebih bahan', 'selesai', '2026-03-04 14:46:22', '2026-03-05 09:53:37', '0', NULL, '2026-03-04 12:14:09', '2026-03-05 09:53:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('464', '318', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'pawone', NULL, '100x100', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', 'potongin ya', 'selesai', '2026-03-04 14:50:15', '2026-03-04 16:18:03', '0', NULL, '2026-03-04 13:23:17', '2026-03-04 16:18:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('465', '318', '24', 'Jasa', '99', 'CUTTING DIE CUT METERAN', 'pawone', NULL, '100x100', '1.0000', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-05 16:55:52', '2026-03-05 23:22:55', '0', NULL, '2026-03-04 13:23:17', '2026-03-05 23:22:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('466', '319', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'flex melasma', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', 'ditunggu ya', 'selesai', '2026-03-04 13:50:17', '2026-03-04 14:39:30', '0', NULL, '2026-03-04 13:30:49', '2026-03-04 14:39:30', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('467', '320', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'kita bakery', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-04 13:50:21', '2026-03-04 14:39:33', '0', NULL, '2026-03-04 13:31:37', '2026-03-04 14:39:33', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('468', '321', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'tag sale 0403', NULL, '1x1', '1.0000', 'lembar', '8', '1', '3300.00', '3300.00', '26400.00', NULL, 'selesai', '2026-03-04 13:50:25', '2026-03-04 14:39:36', '0', NULL, '2026-03-04 13:33:05', '2026-03-04 14:39:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('478', '329', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'flex melasma revisi', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-04 13:51:59', '2026-03-04 14:40:00', '0', NULL, '2026-03-04 13:49:57', '2026-03-04 14:40:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('480', '331', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'oversize 1', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-04 14:34:23', '2026-03-04 14:40:07', '0', NULL, '2026-03-04 13:54:30', '2026-03-04 14:40:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('483', '334', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'flex melasma revisi kedua', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-04 14:34:33', '2026-03-04 14:40:18', '0', NULL, '2026-03-04 14:13:18', '2026-03-04 14:40:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('487', '337', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'flex melasma revisi ketiga', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-04 14:34:37', '2026-03-04 14:40:20', '0', NULL, '2026-03-04 14:32:35', '2026-03-04 14:40:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('488', '338', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'flex melasma revisi ketiga', NULL, '1x1', '1.0000', 'lembar', '14', '1', '8100.00', '8100.00', '113400.00', NULL, 'selesai', '2026-03-04 14:40:25', '2026-03-04 15:12:08', '0', NULL, '2026-03-04 14:37:51', '2026-03-04 15:12:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('492', '342', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'sekeluarga', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2700.00', '2700.00', '10800.00', NULL, 'selesai', '2026-03-04 15:04:08', '2026-03-04 15:12:20', '0', NULL, '2026-03-04 14:41:37', '2026-03-04 15:12:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('494', '344', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'negeri cinta', NULL, '1x1', '1.0000', 'lembar', '7', '1', '2200.00', '2200.00', '15400.00', NULL, 'selesai', '2026-03-04 15:04:15', '2026-03-04 15:12:23', '0', NULL, '2026-03-04 14:58:51', '2026-03-04 15:12:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('497', '347', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'flex test', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-04 15:12:31', '2026-03-04 15:23:31', '0', NULL, '2026-03-04 15:08:53', '2026-03-04 15:23:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('499', '349', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'flex melasma 0403', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-04 15:43:49', '2026-03-04 15:44:35', '0', NULL, '2026-03-04 15:36:20', '2026-03-04 15:44:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('502', '352', '21', 'Versant', NULL, 'STICKER A3 TRANSFARANT', 'flex melasma fix', NULL, '1x1', '1.0000', 'lembar', '50', '1', '7900.00', '7900.00', '395000.00', NULL, 'selesai', '2026-03-04 16:08:34', '2026-03-04 16:09:21', '0', NULL, '2026-03-04 15:50:41', '2026-03-04 16:09:21', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('503', '353', '21', 'Versant', NULL, 'STICKER A3 TRANSFARANT', 'padel 0403', NULL, '1x1', '1.0000', 'lembar', '4', '1', '8100.00', '8100.00', '32400.00', 'page1=1 , page2=2, page3=1', 'selesai', '2026-03-04 16:08:37', '2026-03-04 16:09:40', '0', NULL, '2026-03-04 15:54:48', '2026-03-04 16:09:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('504', '353', '24', 'Jasa', NULL, 'CUTTING A3 KIS CUT', 'padel 0403', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2500.00', '2500.00', '10000.00', NULL, 'selesai', '2026-03-05 11:50:35', '2026-03-05 11:50:44', '0', NULL, '2026-03-04 15:54:48', '2026-03-05 11:50:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('510', '358', '21', 'Versant', '53', 'LINEN', 'sertif arab new', NULL, '1x1', '1.0000', 'lembar', '15', '1', '3200.00', '3200.00', '48000.00', NULL, 'selesai', '2026-03-04 16:13:40', '2026-03-04 16:13:46', '0', NULL, '2026-03-04 16:09:57', '2026-03-04 16:13:46', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('514', '361', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'la lunna', NULL, '1x1', '1.0000', 'lembar', '13', '1', '2200.00', '2200.00', '28600.00', NULL, 'selesai', '2026-03-04 16:44:42', '2026-03-04 16:45:00', '0', NULL, '2026-03-04 16:42:42', '2026-03-04 16:45:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('515', '362', '21', 'Versant', '53', 'LINEN', 'guardian 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '3200.00', '3200.00', '12800.00', NULL, 'selesai', '2026-03-05 09:09:15', '2026-03-05 09:17:45', '0', NULL, '2026-03-04 16:54:35', '2026-03-05 09:17:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('516', '363', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'innerlight revisi 1', NULL, '1x1', '1.0000', 'lembar', '50', '1', '2400.00', '2400.00', '120000.00', 'file lama', 'selesai', '2026-03-05 09:17:47', '2026-03-05 09:19:21', '0', NULL, '2026-03-05 09:13:28', '2026-03-05 09:19:21', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('517', '364', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'amba parfume 0503', NULL, '100x100', '1.0000', 'm2', '2', '1', '70000.00', '70000.00', '140000.00', NULL, 'selesai', '2026-03-05 10:18:59', '2026-03-05 11:34:33', '0', NULL, '2026-03-05 09:19:23', '2026-03-05 11:34:33', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('518', '364', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'amba parfume 0503', NULL, '100x100', '1.0000', 'm2', '2', '1', '15000.00', '15000.00', '30000.00', NULL, 'selesai', '2026-03-05 10:19:03', '2026-03-05 11:34:40', '0', NULL, '2026-03-05 09:19:23', '2026-03-05 11:34:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('519', '364', '24', 'Jasa', '99', 'CUTTING DIE CUT METERAN', 'amba parfume 0503', NULL, '100x100', '1.0000', 'm2', '2', '1', '10000.00', '10000.00', '20000.00', NULL, 'selesai', '2026-03-05 13:38:47', '2026-03-05 23:25:22', '0', NULL, '2026-03-05 09:19:23', '2026-03-05 23:25:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('524', '369', '21', 'Versant', '57', 'STICKER CHROMO', 'keripik akmal juni', NULL, '1x1', '1.0000', 'lembar', '40', '1', '3100.00', '3100.00', '124000.00', 'CETAK 1 DULU, file lama', 'selesai', '2026-03-05 10:21:54', '2026-03-05 10:57:11', '0', NULL, '2026-03-05 09:25:32', '2026-03-05 10:57:11', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('527', '372', '25', 'Promo Kromo Ramadhan', NULL, 'STICKER CHROMO', 'BERKESAN 1', NULL, '1x1', '1.0000', 'lembar', '38', '1', '5000.00', '5000.00', '190000.00', 'page1=7, page2=9, page3=14, page4=8', 'selesai', '2026-03-05 10:55:54', '2026-03-05 10:56:03', '0', NULL, '2026-03-05 09:30:07', '2026-03-05 10:56:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('532', '377', '21', 'Versant', NULL, 'ART PAPPER 120 GSM', 'danger 1', NULL, '1x1', '1.0000', 'lembar', '13', '1', '2200.00', '2200.00', '28600.00', 'page1=3, page2 - 4= @ 2, page4 - 8= @ 1', 'selesai', '2026-03-05 10:22:05', '2026-03-05 10:57:24', '0', NULL, '2026-03-05 09:37:39', '2026-03-05 10:57:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('535', '380', '25', 'Promo Kromo Ramadhan', '57', 'STICKER CHROMO', 'sale baru 1 DAN shayna 1', NULL, '1x1', '1.0000', 'lembar', '7', '1', '5000.00', '5000.00', '35000.00', 'shayna 1 = 5LBR, sale baru 1 = 2LBR', 'selesai', '2026-03-05 10:30:30', '2026-03-05 10:30:38', '0', NULL, '2026-03-05 09:47:32', '2026-03-05 10:30:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('536', '381', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'beri golden', NULL, '1x1', '1.0000', 'lembar', '11', '1', '2900.00', '2900.00', '31900.00', 'page1 = 3, page2 = 8', 'selesai', '2026-03-05 10:22:12', '2026-03-05 10:57:30', '0', NULL, '2026-03-05 09:55:12', '2026-03-05 10:57:30', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('537', '381', '24', 'Jasa', '92', 'CUTTING A3 DIE CUT', 'beri golden', NULL, '1x1', '1.0000', 'm2', '11', '1', '2500.00', '2500.00', '27500.00', NULL, 'selesai', '2026-03-05 13:19:37', '2026-03-05 13:19:47', '0', NULL, '2026-03-05 09:55:12', '2026-03-05 13:19:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('543', '387', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'ruma quran', NULL, '160x110', '1.7600', 'm2', '1', '1', '70000.00', '123200.00', '123200.00', NULL, 'selesai', '2026-03-05 13:19:59', '2026-03-05 13:24:04', '0', NULL, '2026-03-05 10:03:42', '2026-03-05 13:24:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('544', '387', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'ruma quran', NULL, '160x110', '1.7600', 'm2', '1', '1', '15000.00', '26400.00', '26400.00', NULL, 'selesai', '2026-03-05 13:20:02', '2026-03-05 13:24:10', '0', NULL, '2026-03-05 10:03:42', '2026-03-05 13:24:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('547', '390', '21', 'Versant', '57', 'STICKER CHROMO', 'keripik bu yaya', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-05 10:23:02', '2026-03-05 10:57:46', '0', NULL, '2026-03-05 10:05:21', '2026-03-05 10:57:46', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('561', '400', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'eid mubarak amplop', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2300.00', '2300.00', '23000.00', 'masing masing cetak 2', 'selesai', '2026-03-05 10:55:34', '2026-03-05 10:58:15', '0', NULL, '2026-03-05 10:41:50', '2026-03-05 10:58:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('568', '405', '25', 'Promo Kromo Ramadhan', '57', 'STICKER CHROMO', 'hari raya 0503', NULL, '1x1', '1.0000', 'lembar', '5', '1', '5000.00', '5000.00', '25000.00', NULL, 'selesai', '2026-03-05 13:15:29', '2026-03-05 13:15:41', '0', NULL, '2026-03-05 10:57:36', '2026-03-05 13:15:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('569', '406', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'bumd lampung', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-05 13:39:24', '2026-03-05 14:23:28', '0', NULL, '2026-03-05 10:58:45', '2026-03-05 14:23:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('570', '406', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'bumd lampung', NULL, '1x1', '1.0000', 'lembar', '2', '1', '1500.00', '1500.00', '3000.00', NULL, 'selesai', '2026-03-05 13:39:33', '2026-03-05 14:23:38', '0', NULL, '2026-03-05 10:58:45', '2026-03-05 14:23:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('587', '420', '21', 'Versant', '57', 'STICKER CHROMO', 'keripik 0503', NULL, '1x1', '1.0000', 'lembar', '4', '1', '3300.00', '3300.00', '13200.00', NULL, 'selesai', '2026-03-05 13:40:59', '2026-03-05 14:17:25', '0', NULL, '2026-03-05 12:56:41', '2026-03-05 14:17:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('588', '421', '21', 'Versant', '57', 'STICKER CHROMO', 'keripik 0503', NULL, '1x1', '1.0000', 'lembar', '4', '1', '3300.00', '3300.00', '13200.00', NULL, 'proses_cetak', '2026-03-05 13:41:08', NULL, '1', '2026-03-05 13:56:24', '2026-03-05 12:56:42', '2026-03-05 13:56:24', '8', 'Order dibatalkan: kedouble input');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('592', '425', '21', 'Versant', '59', 'STICKER VINLY A3', 'peyek berkah', NULL, '1x1', '1.0000', 'lembar', '9', '1', '8100.00', '8100.00', '72900.00', NULL, 'selesai', '2026-03-05 13:41:28', '2026-03-05 14:17:45', '0', NULL, '2026-03-05 13:16:50', '2026-03-05 14:17:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('593', '425', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'peyek berkah', NULL, '1x1', '1.0000', 'lembar', '9', '1', '2500.00', '2500.00', '22500.00', NULL, 'selesai', '2026-03-05 13:41:36', '2026-03-05 15:05:44', '0', NULL, '2026-03-05 13:16:50', '2026-03-05 15:05:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('595', '427', '25', 'Promo Kromo Ramadhan', '57', 'STICKER CHROMO', 'selamat idul revisi', NULL, '1x1', '1.0000', 'lembar', '30', '1', '5000.00', '5000.00', '150000.00', NULL, 'selesai', '2026-03-05 13:41:54', '2026-03-05 14:45:56', '0', NULL, '2026-03-05 13:20:57', '2026-03-05 14:45:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('596', '428', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'chalx', NULL, '400x100', '4.0000', 'm2', '1', '1', '70000.00', '280000.00', '280000.00', 'ini udah dipecah jdi 3 page ya, file di print cut', 'selesai', '2026-03-05 14:48:36', '2026-03-05 16:33:43', '0', NULL, '2026-03-05 13:26:26', '2026-03-05 16:33:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('597', '428', '22', 'Indoor', '98', 'CUTTING KISS CUT METERAN', 'chalx', NULL, '400x100', '4.0000', 'm2', '1', '1', '5000.00', '20000.00', '20000.00', NULL, 'selesai', '2026-03-05 14:48:39', '2026-03-05 16:33:48', '0', NULL, '2026-03-05 13:26:26', '2026-03-05 16:33:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('599', '430', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'ngabubu 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2600.00', '2600.00', '10400.00', NULL, 'selesai', '2026-03-05 13:44:01', '2026-03-05 14:18:27', '0', NULL, '2026-03-05 13:31:57', '2026-03-05 14:18:27', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('606', '436', '21', 'Versant', '57', 'STICKER CHROMO', 'maryam 1', NULL, '1x1', '1.0000', 'lembar', '25', '1', '3300.00', '3300.00', '82500.00', NULL, 'selesai', '2026-03-05 16:30:18', '2026-03-05 17:26:03', '0', NULL, '2026-03-05 14:17:23', '2026-03-05 17:26:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('609', '439', '21', 'Versant', '57', 'STICKER CHROMO', 'reza dhea', NULL, '1x1', '1.0000', 'lembar', '8', '1', '3300.00', '3300.00', '26400.00', NULL, 'selesai', '2026-03-05 16:30:24', '2026-03-05 17:26:06', '0', NULL, '2026-03-05 14:40:17', '2026-03-05 17:26:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('610', '440', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'maklumat 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2900.00', '2900.00', '2900.00', NULL, 'selesai', '2026-03-05 15:55:17', '2026-03-05 15:55:24', '0', NULL, '2026-03-05 14:56:48', '2026-03-05 15:55:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('612', '442', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'marhaban new 1', NULL, '1x1', '1.0000', 'LEMBAR', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-05 16:30:36', '2026-03-05 23:28:00', '0', NULL, '2026-03-05 15:02:36', '2026-03-06 11:23:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('613', '443', '21', 'Versant', '57', 'STICKER CHROMO', 'pooch 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '3300.00', '3300.00', '16500.00', NULL, 'selesai', '2026-03-05 16:30:44', '2026-03-05 17:26:14', '0', NULL, '2026-03-05 15:18:55', '2026-03-05 17:26:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('616', '446', '21', 'Versant', '55', 'ASTER', 'guardian susulan', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3000.00', '3000.00', '3000.00', NULL, 'selesai', '2026-03-05 16:31:02', '2026-03-05 17:26:26', '0', NULL, '2026-03-05 15:37:28', '2026-03-05 17:26:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('618', '448', '21', 'Versant', '44', 'ART PAPPER 120 GSM', '3000 tizo', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2200.00', '2200.00', '6600.00', NULL, 'selesai', '2026-03-05 16:31:17', '2026-03-05 17:26:37', '0', NULL, '2026-03-05 15:47:36', '2026-03-05 17:26:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('625', '455', '25', 'Promo Kromo Ramadhan', '57', 'STICKER CHROMO', 'almers cakery 1 revisi', NULL, '1x1', '1.0000', 'lembar', '20', '1', '5000.00', '5000.00', '100000.00', NULL, 'selesai', '2026-03-05 16:32:24', '2026-03-05 17:02:39', '0', NULL, '2026-03-05 16:09:49', '2026-03-05 17:02:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('626', '456', '21', 'Versant', NULL, 'HVS 80 GSM', '3000 tizo', NULL, '1x1', '1.0000', 'lembar', '100', '1', '1600.00', '1600.00', '160000.00', 'cetak 1', 'selesai', '2026-03-05 16:32:38', '2026-03-06 15:40:31', '0', NULL, '2026-03-05 16:10:54', '2026-03-06 15:40:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('628', '458', '21', 'Versant', '90', 'JASA CETAK A3', 'jasa cetak', NULL, '1x1', '1.0000', 'lembar', '2', '1', '1800.00', '1800.00', '3600.00', NULL, 'selesai', '2026-03-05 16:32:59', '2026-03-05 17:27:02', '0', NULL, '2026-03-05 16:13:05', '2026-03-05 17:27:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('631', '461', '21', 'Versant', '100', 'JASA POTONG', 'KUPON TIZO', NULL, '1x1', '1.0000', 'm2', '1', '1', '25000.00', '25000.00', '25000.00', NULL, 'selesai', '2026-03-05 16:55:56', '2026-03-05 17:27:21', '0', NULL, '2026-03-05 16:36:02', '2026-03-05 17:27:21', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('635', '465', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'amplop ringgit', NULL, '1x1', '1.0000', 'lembar', '26', '1', '2400.00', '2400.00', '62400.00', NULL, 'selesai', '2026-03-05 17:15:46', '2026-03-05 17:27:47', '1', '2026-03-07 12:00:02', '2026-03-05 16:39:22', '2026-03-07 12:00:02', '8', 'Order dibatalkan: kedouble input');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('636', '466', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'amplop ringgit', NULL, '1x1', '1.0000', 'lembar', '26', '1', '2400.00', '2400.00', '62400.00', NULL, 'selesai', '2026-03-05 17:16:01', '2026-03-05 17:27:51', '0', NULL, '2026-03-05 16:39:23', '2026-03-05 17:27:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('637', '467', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'bahan kosong', NULL, '100x5000', '50.0000', 'm2', '1', '1', '3000.00', '150000.00', '150000.00', NULL, 'selesai', '2026-03-05 17:15:55', '2026-03-06 13:50:28', '0', NULL, '2026-03-05 16:59:13', '2026-03-06 13:50:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('641', '471', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'radisf sea,', NULL, '1x1', '1.0000', 'lembar', '13', '1', '2600.00', '2600.00', '33800.00', NULL, 'selesai', '2026-03-06 09:33:42', '2026-03-06 10:28:03', '0', NULL, '2026-03-06 09:23:08', '2026-03-06 10:28:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('643', '473', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'ny lily', NULL, '1x1', '1.0000', 'LEMBAR', '53', '1', '5000.00', '5000.00', '265000.00', 'page1 = 25, page2 = 28, CETAK 1 DULU', 'selesai', '2026-03-06 13:57:02', '2026-03-06 15:35:50', '0', NULL, '2026-03-06 09:26:08', '2026-03-06 15:35:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('645', '475', '22', 'Indoor', '101', 'STICKER VINLY TRANSFARANT  METERAN', 'ZTE 0603', NULL, '120x50', '1.0000', 'meter', '1', '1', '70000.00', '70000.00', '70000.00', 'CETAK SAJA', 'selesai', '2026-03-06 14:13:11', '2026-03-06 15:42:24', '0', NULL, '2026-03-06 09:29:07', '2026-03-06 15:42:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('646', '476', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'DRINK SERIES', NULL, '126X82', '1.0300', 'meter', '1', '1', '70000.00', '72100.00', '72100.00', 'DOFT', 'selesai', '2026-03-06 14:12:00', '2026-03-06 14:39:35', '0', NULL, '2026-03-06 09:31:32', '2026-03-06 14:39:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('648', '476', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'DRINK SERIES', NULL, '126X82', '1.0300', 'm2', '1', '1', '15000.00', '15450.00', '15450.00', NULL, 'selesai', '2026-03-06 14:12:18', '2026-03-06 14:39:35', '0', NULL, '2026-03-06 09:32:16', '2026-03-06 14:39:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('651', '480', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'SAPTAWA', NULL, '1x1', '1.0000', 'lembar', '150', '1', '2400.00', '2400.00', '360000.00', 'CETAK 1 DULU, masing masing 75', 'selesai', '2026-03-06 10:18:08', '2026-03-06 15:41:31', '0', NULL, '2026-03-06 09:35:26', '2026-03-06 15:41:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('652', '481', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'layanan perizinan', NULL, '1x1', '1.0000', 'lembar', '25', '1', '2600.00', '2600.00', '65000.00', NULL, 'selesai', '2026-03-06 10:06:13', '2026-03-06 15:38:43', '0', NULL, '2026-03-06 09:36:56', '2026-03-06 15:38:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('657', '486', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'eyang tie 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '5000.00', '5000.00', '20000.00', NULL, 'selesai', '2026-03-06 10:17:30', '2026-03-06 16:32:36', '0', NULL, '2026-03-06 09:45:23', '2026-03-06 16:32:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('660', '489', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'eyang new', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2200.00', '2200.00', '6600.00', NULL, 'selesai', '2026-03-06 10:24:08', '2026-03-06 15:41:01', '0', NULL, '2026-03-06 09:47:53', '2026-03-06 15:41:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('663', '492', '23', 'Outdoor', NULL, 'FLEKSI BENNER 440 GSM WHITE', 'gratis parkir', NULL, '50x50', '0.2500', 'm2', '2', '1', '30000.00', '30000.00', '15000.00', 'mata ayam', 'selesai', '2026-03-06 13:44:38', '2026-03-06 16:37:33', '0', NULL, '2026-03-06 09:51:12', '2026-03-06 17:12:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('664', '492', '23', 'Outdoor', NULL, 'FLEKSI BENNER 440 GSM WHITE', 'cake dori 1', NULL, '500x100', '5.0000', 'm2', '1', '1', '30000.00', '150000.00', '150000.00', 'Mata Ayam', 'selesai', '2026-03-06 13:45:05', '2026-03-06 16:37:37', '0', NULL, '2026-03-06 09:51:12', '2026-03-06 17:12:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('671', '496', '21', 'Versant', '59', 'STICKER VINLY A3', 'panah 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-06 10:47:54', '2026-03-06 16:27:08', '0', NULL, '2026-03-06 09:56:19', '2026-03-06 16:27:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('672', '496', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'panah 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-06 10:47:59', '2026-03-06 16:27:08', '0', NULL, '2026-03-06 09:56:19', '2026-03-06 16:27:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('673', '496', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'panah 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-06 13:57:42', '2026-03-06 16:27:08', '0', NULL, '2026-03-06 09:56:19', '2026-03-06 16:27:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('674', '497', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'parkir 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-06 10:37:33', '2026-03-06 15:39:49', '0', NULL, '2026-03-06 09:59:20', '2026-03-06 15:39:49', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('677', '499', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'FERBALLS', NULL, '2X1', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', 'MATA AYAM', 'selesai', '2026-03-06 10:54:59', '2026-03-06 11:29:22', '0', NULL, '2026-03-06 10:01:58', '2026-03-06 11:29:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('679', '501', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'tyty 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-06 13:57:53', '2026-03-06 15:34:27', '0', NULL, '2026-03-06 10:04:40', '2026-03-06 15:34:27', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('683', '505', '22', 'Indoor', NULL, 'PET BACKLIT DUTRANS', 'pastry 1 - 3', NULL, '90x60', '0.5400', 'm2', '3', '1', '130000.00', '130000.00', '390000.00', 'ada 3 file ya', 'selesai', '2026-03-06 14:54:36', '2026-03-06 15:22:56', '1', '2026-03-06 17:02:30', '2026-03-06 10:09:17', '2026-03-06 17:02:30', '16', 'mau dipisah nota nya');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('684', '505', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'ice cream 1', NULL, '108x124', '1.3400', 'm2', '1', '1', '70000.00', '93800.00', '93800.00', 'potongin ya', 'selesai', '2026-03-06 11:18:49', '2026-03-06 15:22:56', '0', NULL, '2026-03-06 10:09:17', '2026-03-06 16:44:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('691', '505', '22', 'Indoor', NULL, 'LAMINASI METERAN MATTE', 'ice cream 1', NULL, '108x124', '1.3400', 'm2', '1', '1', '15000.00', '20100.00', '20100.00', NULL, 'selesai', '2026-03-06 11:18:57', '2026-03-06 15:22:56', '0', NULL, '2026-03-06 10:15:17', '2026-03-06 16:44:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('692', '510', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'n3 septa', NULL, '1x1', '1.0000', 'm2', '5', '1', '5000.00', '5000.00', '25000.00', NULL, 'selesai', '2026-03-06 10:49:23', '2026-03-06 15:49:54', '0', NULL, '2026-03-06 10:16:14', '2026-03-06 15:49:54', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('693', '511', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'water ercia', NULL, '1x1', '1.0000', 'lembar', '21', '1', '5000.00', '5000.00', '105000.00', NULL, 'selesai', '2026-03-06 14:03:11', '2026-03-07 09:15:24', '0', NULL, '2026-03-06 10:21:32', '2026-03-07 09:15:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('694', '512', '23', 'Outdoor', '87', 'FLEKSI BENNER 440 GSM WHITE', 'bahan polos', NULL, '3x4', '12.0000', 'm2', '2', '1', '25000.00', '300000.00', '600000.00', NULL, 'selesai', '2026-03-06 11:18:45', '2026-03-06 14:02:23', '0', NULL, '2026-03-06 10:22:41', '2026-03-06 14:02:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('705', '523', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'eid angel 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-06 14:03:45', '2026-03-06 16:34:04', '0', NULL, '2026-03-06 10:45:28', '2026-03-06 16:34:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('706', '524', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'aspirasi', NULL, '315x205', '6.4600', 'm2', '1', '1', '15000.00', '96900.00', '96900.00', 'ma', 'selesai', '2026-03-06 14:47:56', '2026-03-06 16:03:06', '0', NULL, '2026-03-06 10:48:00', '2026-03-06 16:03:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('707', '525', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'es teh solo', NULL, '1x1', '1.0000', 'lembar', '10', '1', '5000.00', '5000.00', '50000.00', NULL, 'selesai', '2026-03-06 14:03:06', '2026-03-06 16:33:46', '0', NULL, '2026-03-06 10:51:01', '2026-03-06 16:33:46', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('709', '527', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SUTAN 1', NULL, '400x100', '4.0000', 'm2', '1', '1', '15000.00', '60000.00', '60000.00', 'Mata Ayam', 'selesai', '2026-03-06 14:51:25', '2026-03-06 16:03:10', '0', NULL, '2026-03-06 11:02:10', '2026-03-06 16:03:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('718', '535', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'eid mubarak 0603', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2900.00', '2900.00', '5800.00', NULL, 'selesai', '2026-03-06 14:15:37', '2026-03-06 15:33:42', '0', NULL, '2026-03-06 11:24:37', '2026-03-06 15:33:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('719', '536', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'mixed oil', NULL, '200x100', '2.0000', 'm2', '1', '1', '50000.00', '100000.00', '100000.00', 'cutting aja, file di print cut', 'selesai', '2026-03-06 14:12:38', '2026-03-06 14:17:01', '0', NULL, '2026-03-06 11:26:17', '2026-03-06 14:17:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('720', '537', '23', 'Outdoor', NULL, 'FLEKSI BENNER 340 GSM', 'NANA 1', NULL, '200x90', '1.8000', 'm2', '1', '1', '25000.00', '45000.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-06 16:01:42', '2026-03-06 16:37:04', '0', NULL, '2026-03-06 11:30:19', '2026-03-07 10:12:17', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('721', '537', '23', 'Outdoor', NULL, 'FLEKSI BENNER 340 GSM', 'NANA 2', NULL, '70x90', '0.6300', 'm2', '1', '1', '25000.00', '25000.00', '15750.00', 'Mata Ayam', 'selesai', '2026-03-06 16:01:54', '2026-03-06 16:37:04', '0', NULL, '2026-03-06 11:30:19', '2026-03-07 10:12:17', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('722', '538', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'FRANSISKA', NULL, '100x50', '0.5000', 'm2', '1', '1', '70000.00', '70000.00', '35000.00', NULL, 'selesai', '2026-03-06 14:12:30', '2026-03-06 14:42:14', '0', NULL, '2026-03-06 11:32:05', '2026-03-06 16:56:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('723', '538', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', 'FRANSISKA', NULL, '100x50', '0.5000', 'm2', '1', '1', '15000.00', '15000.00', '7500.00', NULL, 'selesai', '2026-03-06 14:12:43', '2026-03-06 14:42:14', '0', NULL, '2026-03-06 11:32:05', '2026-03-06 16:56:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('726', '541', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'samsaidi', NULL, '1x1', '1.0000', 'lembar', '16', '1', '2000.00', '2000.00', '32000.00', 'page1 - 3 = @ 5, page4 = 1', 'selesai', '2026-03-06 14:16:24', '2026-03-06 16:34:37', '0', NULL, '2026-03-06 11:38:10', '2026-03-06 16:34:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('727', '541', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'isma riana', NULL, '1x1', '1.0000', 'lembar', '32', '1', '2000.00', '2000.00', '64000.00', 'masing masing 4', 'selesai', '2026-03-06 14:24:05', '2026-03-06 16:34:37', '0', NULL, '2026-03-06 11:38:10', '2026-03-06 16:34:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('728', '542', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'stepwgn', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2900.00', '2900.00', '8700.00', NULL, 'selesai', '2026-03-06 14:57:27', '2026-03-06 15:28:44', '0', NULL, '2026-03-06 11:49:51', '2026-03-06 15:28:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('729', '542', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'stepwgn', NULL, '1x1', '1.0000', 'lembar', '3', '1', '1500.00', '1500.00', '4500.00', NULL, 'selesai', '2026-03-06 14:57:27', '2026-03-06 15:28:44', '0', NULL, '2026-03-06 11:49:51', '2026-03-06 15:28:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('730', '542', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'stepwgn', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2500.00', '2500.00', '7500.00', NULL, 'selesai', '2026-03-06 14:57:27', '2026-03-06 15:28:44', '0', NULL, '2026-03-06 11:49:51', '2026-03-06 15:28:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('736', '547', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'kabek 0603', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-06 14:49:07', '2026-03-06 15:27:15', '0', NULL, '2026-03-06 13:22:24', '2026-03-06 15:27:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('737', '547', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'kabek 0603', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2500.00', '2500.00', '7500.00', NULL, 'selesai', '2026-03-06 14:49:14', '2026-03-06 15:27:15', '0', NULL, '2026-03-06 13:22:24', '2026-03-06 15:27:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('738', '547', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'kina rice 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '5000.00', '5000.00', '50000.00', 'file lama', 'selesai', '2026-03-06 14:25:13', '2026-03-06 15:27:15', '0', NULL, '2026-03-06 13:22:24', '2026-03-06 15:27:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('739', '548', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'LAUNDRY', NULL, '300x50', '1.5000', 'm2', '1', '1', '15000.00', '22500.00', '22500.00', 'Mata Ayam', 'selesai', '2026-03-06 14:48:11', '2026-03-06 15:40:36', '0', NULL, '2026-03-06 13:25:35', '2026-03-06 15:40:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('740', '548', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'LAUNDRY PENDEK', NULL, '140x50', '0.7000', 'm2', '2', '1', '15000.00', '15000.00', '30000.00', 'Mata Ayam', 'selesai', '2026-03-06 14:48:11', '2026-03-06 15:40:36', '0', NULL, '2026-03-06 13:25:35', '2026-03-06 15:40:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('742', '550', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'mitra maju 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2600.00', '2600.00', '2600.00', NULL, 'selesai', '2026-03-06 14:49:34', '2026-03-06 15:28:28', '0', NULL, '2026-03-06 13:35:22', '2026-03-06 15:28:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('743', '551', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'foto 0603', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-06 14:17:03', '2026-03-06 15:33:13', '0', NULL, '2026-03-06 13:35:46', '2026-03-06 15:33:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('746', '554', '21', 'Versant', '59', 'STICKER VINLY A3', 'dapur ara 1', NULL, '1x1', '1.0000', 'lembar', '7', '1', '8100.00', '8100.00', '56700.00', 'file lama', 'selesai', '2026-03-06 15:14:22', '2026-03-07 09:15:44', '0', NULL, '2026-03-06 13:47:01', '2026-03-07 09:15:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('747', '554', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'dapur ara 1', NULL, '1x1', '1.0000', 'lembar', '7', '1', '2500.00', '2500.00', '17500.00', NULL, 'selesai', '2026-03-06 15:14:32', '2026-03-07 09:15:44', '0', NULL, '2026-03-06 13:47:01', '2026-03-07 09:15:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('748', '555', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'cookies 0603', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-06 14:17:19', '2026-03-06 16:34:41', '0', NULL, '2026-03-06 13:49:05', '2026-03-06 16:34:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('764', '565', '21', 'Versant', '59', 'STICKER VINLY A3', 'sebastian 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '8100.00', '8100.00', '32400.00', NULL, 'selesai', '2026-03-06 15:13:51', '2026-03-06 15:26:57', '0', NULL, '2026-03-06 13:57:15', '2026-03-06 15:26:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('771', '570', '21', 'Versant', '59', 'STICKER VINLY A3', 'titipan kalian 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-06 15:15:44', '2026-03-07 09:16:38', '0', NULL, '2026-03-06 14:05:31', '2026-03-07 09:16:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('772', '570', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'titipan kalian 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-06 15:15:50', '2026-03-07 09:16:38', '0', NULL, '2026-03-06 14:05:31', '2026-03-07 09:16:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('773', '571', '21', 'Versant', '57', 'STICKER CHROMO', 'cap panda dan  cap kaki', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-06 15:48:07', '2026-03-06 16:35:13', '0', NULL, '2026-03-06 14:09:21', '2026-03-06 16:35:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('774', '572', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'rotiolovers', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2900.00', '2900.00', '5800.00', NULL, 'selesai', '2026-03-06 14:52:54', '2026-03-06 16:35:18', '0', NULL, '2026-03-06 14:13:03', '2026-03-06 16:35:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('780', '577', '21', 'Versant', '57', 'STICKER CHROMO', 'akbp', NULL, '1x1', '1.0000', 'lembar', '12', '1', '3300.00', '3300.00', '39600.00', NULL, 'selesai', '2026-03-06 15:53:41', '2026-03-06 16:35:30', '0', NULL, '2026-03-06 14:38:42', '2026-03-06 16:35:30', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('786', '582', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'kiyay 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2300.00', '2300.00', '23000.00', 'potongin ya', 'selesai', '2026-03-07 09:11:36', '2026-03-07 09:16:44', '0', NULL, '2026-03-06 14:56:27', '2026-03-07 09:16:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('787', '582', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'kiyay 1', NULL, '1x1', '1.0000', 'm2', '10', '1', '2500.00', '2500.00', '25000.00', NULL, 'selesai', '2026-03-07 09:12:47', '2026-03-07 09:16:44', '0', NULL, '2026-03-06 14:56:27', '2026-03-07 09:16:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('788', '583', '21', 'Versant', '57', 'STICKER CHROMO', 'ny rani', NULL, '1x1', '1.0000', 'lembar', '7', '1', '3300.00', '3300.00', '23100.00', NULL, 'selesai', '2026-03-06 15:54:06', '2026-03-06 16:35:03', '0', NULL, '2026-03-06 15:01:28', '2026-03-06 16:35:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('789', '584', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'eid nubarak 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-06 17:19:23', '2026-03-07 09:16:50', '0', NULL, '2026-03-06 15:09:43', '2026-03-07 09:16:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('790', '585', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'MASJID NURUL 1', NULL, '300X100', '3.0000', 'm2', '1', '1', '15000.00', '45000.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-06 15:27:45', '2026-03-06 16:03:16', '0', NULL, '2026-03-06 15:14:23', '2026-03-06 16:03:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('791', '586', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'hampers 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2200.00', '2200.00', '8800.00', NULL, 'selesai', '2026-03-06 17:19:18', '2026-03-07 09:34:17', '0', NULL, '2026-03-06 15:21:45', '2026-03-07 09:34:17', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('792', '587', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'kabek 0603', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-06 17:19:28', '2026-03-07 09:16:57', '0', NULL, '2026-03-06 15:26:49', '2026-03-07 09:16:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('793', '587', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'kabek 0603', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2500.00', '2500.00', '7500.00', NULL, 'selesai', '2026-03-06 17:19:28', '2026-03-07 09:16:57', '0', NULL, '2026-03-06 15:26:49', '2026-03-07 09:16:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('807', '594', '21', 'Versant', NULL, 'STICKER VINLY A3', 'higlow 25 LAMA', NULL, '1x1', '1.0000', 'lembar', '15', '1', '8100.00', '8100.00', '121500.00', 'make bahan glossy ya, page1 = 10, page2= 5, page3= 10', 'selesai', '2026-03-07 09:55:28', '2026-03-07 13:16:12', '0', NULL, '2026-03-06 16:05:52', '2026-03-07 13:16:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('814', '600', '22', 'Indoor', NULL, 'PET BACKLIT DUTRANS', 'pastry 1', NULL, '90x60', '0.5400', 'm2', '1', '1', '130000.00', '130000.00', '70200.00', NULL, 'selesai', '2026-03-06 17:19:58', '2026-03-06 17:20:20', '0', NULL, '2026-03-06 17:02:56', '2026-03-06 17:20:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('815', '601', '22', 'Indoor', NULL, 'PET BACKLIT DUTRANS', 'pastry 2 dan 3', NULL, '90x60', '0.5400', 'm2', '2', '1', '130000.00', '130000.00', '140400.00', NULL, 'selesai', '2026-03-06 17:20:05', '2026-03-06 17:20:14', '0', NULL, '2026-03-06 17:03:30', '2026-03-06 17:20:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('819', '604', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'nia cookies', NULL, '1x1', '1.0000', 'LEMBAR', '18', '1', '5000.00', '5000.00', '90000.00', 'page1 = 3, page2 = 4, page3 = 9, page4 = 2', 'selesai', '2026-03-07 10:02:59', '2026-03-07 11:51:16', '0', NULL, '2026-03-07 09:18:35', '2026-03-07 11:51:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('822', '607', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'eyang tji new', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2200.00', '2200.00', '6600.00', NULL, 'selesai', '2026-03-07 10:03:12', '2026-03-07 11:05:15', '0', NULL, '2026-03-07 09:28:42', '2026-03-07 11:05:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('823', '607', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'kismis legit', NULL, '1x1', '1.0000', 'lembar', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-07 10:03:15', '2026-03-07 11:05:15', '0', NULL, '2026-03-07 09:28:42', '2026-03-07 11:05:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('824', '608', '21', 'Versant', '57', 'STICKER CHROMO', 'pelangi 0703', NULL, '1x1', '1.0000', 'lembar', '25', '1', '3300.00', '3300.00', '82500.00', NULL, 'selesai', '2026-03-07 10:03:20', '2026-03-07 10:38:21', '0', NULL, '2026-03-07 09:29:38', '2026-03-07 10:38:21', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('826', '610', '21', 'Versant', '59', 'STICKER VINLY A3', 'kode 1408', NULL, '1x1', '1.0000', 'lembar', '3', '1', '8100.00', '8100.00', '24300.00', 'page 4 aja, FILE LAMA', 'selesai', '2026-03-07 10:03:25', '2026-03-07 13:16:00', '0', NULL, '2026-03-07 09:32:08', '2026-03-07 13:16:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('829', '613', '21', 'Versant', NULL, 'STICKER VINLY A3', '1000 tizo', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-07 10:05:28', '2026-03-07 11:49:01', '0', NULL, '2026-03-07 09:37:30', '2026-03-07 11:49:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('830', '613', '21', 'Versant', NULL, 'LAMINASI A3 GLOSSY', '1000 tizo', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-07 10:05:32', '2026-03-07 11:49:01', '0', NULL, '2026-03-07 09:37:30', '2026-03-07 11:49:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('831', '614', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', '1000 tizo stiker', NULL, '100x50', '0.5000', 'm2', '1', '1', '70000.00', '70000.00', '35000.00', NULL, 'selesai', '2026-03-07 10:21:45', '2026-03-07 11:32:31', '0', NULL, '2026-03-07 09:39:54', '2026-03-07 16:30:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('832', '614', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', '1000 tizo stiker', NULL, '100x50', '0.5000', 'm2', '1', '1', '15000.00', '15000.00', '7500.00', NULL, 'selesai', '2026-03-07 10:21:55', '2026-03-07 11:32:31', '0', NULL, '2026-03-07 09:39:54', '2026-03-07 16:30:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('833', '615', '21', 'Versant', NULL, 'ART KARTON 260 GSM', 'rangkul 1', NULL, '1x1', '1.0000', 'lembar', '52', '1', '2700.00', '2700.00', '140400.00', 'test cutting 1 dan cetak 1 dulu', 'selesai', '2026-03-07 10:30:18', '2026-03-07 13:13:39', '0', NULL, '2026-03-07 09:48:39', '2026-03-07 13:13:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('834', '615', '21', 'Versant', NULL, 'CUTTING A3 DIE CUT', 'rangkul 1', NULL, '1x1', '1.0000', 'lembar', '52', '1', '2500.00', '2500.00', '130000.00', NULL, 'selesai', '2026-03-07 10:30:22', '2026-03-07 13:13:39', '0', NULL, '2026-03-07 09:48:39', '2026-03-07 13:13:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('848', '627', '21', 'Versant', '57', 'STICKER CHROMO', 'stiker tisa 1', NULL, '1x1', '1.0000', 'lembar', '20', '1', '3300.00', '3300.00', '66000.00', NULL, 'selesai', '2026-03-07 10:31:10', '2026-03-07 10:33:50', '0', NULL, '2026-03-07 10:19:05', '2026-03-07 10:33:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('849', '628', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'novie catering', NULL, '1x1', '1.0000', 'LEMBAR', '10', '1', '5000.00', '5000.00', '50000.00', NULL, 'selesai', '2026-03-07 10:31:14', '2026-03-07 13:13:29', '0', NULL, '2026-03-07 10:22:43', '2026-03-07 13:13:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('850', '629', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'lumpia durian', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-07 11:49:15', '2026-03-07 13:13:23', '0', NULL, '2026-03-07 10:31:22', '2026-03-07 13:13:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('854', '633', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'florist 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2200.00', '2200.00', '22000.00', 'cetak 1', 'selesai', '2026-03-07 11:57:00', '2026-03-07 13:01:50', '0', NULL, '2026-03-07 10:41:54', '2026-03-07 13:01:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('855', '633', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'idul fitri 0703', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2600.00', '2600.00', '2600.00', NULL, 'selesai', '2026-03-07 11:57:04', '2026-03-07 13:01:50', '0', NULL, '2026-03-07 10:41:54', '2026-03-07 13:01:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('856', '634', '21', 'Versant', '59', 'STICKER VINLY A3', 'korlantas', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-07 11:57:10', '2026-03-07 13:42:25', '0', NULL, '2026-03-07 10:52:18', '2026-03-07 13:42:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('857', '634', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'korlantas', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-07 11:57:14', '2026-03-07 13:42:25', '0', NULL, '2026-03-07 10:52:18', '2026-03-07 13:42:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('858', '635', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'stiker koper', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2600.00', '2600.00', '2600.00', NULL, 'selesai', '2026-03-07 11:57:17', '2026-03-07 13:12:00', '0', NULL, '2026-03-07 10:59:21', '2026-03-07 13:12:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('859', '635', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'stiker koper', NULL, '1x1', '1.0000', 'm2', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-07 11:57:22', '2026-03-07 13:12:00', '0', NULL, '2026-03-07 10:59:21', '2026-03-07 13:12:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('863', '639', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'TOPPER', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2700.00', '2700.00', '2700.00', NULL, 'selesai', '2026-03-07 11:49:09', '2026-03-07 11:51:05', '0', NULL, '2026-03-07 11:08:59', '2026-03-07 11:51:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('867', '643', '21', 'Versant', '59', 'STICKER VINLY A3', 'glow serum nov', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', 'file lama', 'selesai', '2026-03-07 11:49:56', '2026-03-07 13:13:13', '0', NULL, '2026-03-07 11:14:30', '2026-03-07 13:13:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('871', '647', '22', 'Indoor', NULL, 'STICKER VINLY TRANSFARANT  METERAN', 'koperasi 0703', NULL, '90X60', '0.5400', 'm2', '2', '1', '70000.00', '70000.00', '140000.00', 'CETAK AJA KAK', 'selesai', '2026-03-09 11:09:37', '2026-03-09 11:40:09', '0', NULL, '2026-03-07 11:40:13', '2026-03-09 11:40:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('876', '652', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'magnum 1', NULL, '1x1', '1.0000', 'lembar', '2', '2', '3400.00', '3400.00', '6800.00', NULL, 'selesai', '2026-03-07 11:58:48', '2026-03-07 13:11:03', '0', NULL, '2026-03-07 11:58:28', '2026-03-07 13:11:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('879', '655', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'rempah mamak new', NULL, '1x1', '1.0000', 'lembar', '10', '1', '5000.00', '5000.00', '50000.00', NULL, 'selesai', '2026-03-07 13:25:02', '2026-03-07 13:25:31', '0', NULL, '2026-03-07 12:03:16', '2026-03-07 13:25:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('883', '659', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'bcs 0703', NULL, '100x100', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-09 10:24:50', '2026-03-09 11:24:42', '0', NULL, '2026-03-07 12:58:46', '2026-03-09 11:24:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('884', '659', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'bcs 0703', NULL, '100x100', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-09 10:24:55', '2026-03-09 11:24:42', '0', NULL, '2026-03-07 12:59:26', '2026-03-09 11:24:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('885', '659', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'bcs 0703', NULL, '100x100', '1.0000', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-09 10:24:59', '2026-03-09 11:24:42', '0', NULL, '2026-03-07 12:59:26', '2026-03-09 11:24:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('887', '661', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'adam 0307', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-07 13:16:38', '2026-03-07 13:50:31', '0', NULL, '2026-03-07 13:12:12', '2026-03-07 13:50:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('889', '663', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'cookies resha', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-07 13:25:10', '2026-03-07 13:28:23', '0', NULL, '2026-03-07 13:18:17', '2026-03-07 13:28:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('901', '674', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SAFARI 1', NULL, '300X150', '4.5000', 'm2', '1', '1', '15000.00', '67500.00', '67500.00', 'Mata Ayam', 'selesai', '2026-03-07 14:29:28', '2026-03-08 01:46:32', '0', NULL, '2026-03-07 14:02:31', '2026-03-08 01:46:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('902', '674', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'BULOG 1', NULL, '400X100', '4.0000', 'm2', '1', '1', '15000.00', '60000.00', '60000.00', 'Mata Ayam', 'selesai', '2026-03-07 14:29:28', '2026-03-08 01:46:32', '0', NULL, '2026-03-07 14:02:31', '2026-03-08 01:46:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('903', '674', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'BANJIT 1', NULL, '150X100', '1.5000', 'm2', '1', '1', '15000.00', '22500.00', '22500.00', 'Mata Ayam', 'selesai', '2026-03-07 14:29:28', '2026-03-08 01:46:32', '0', NULL, '2026-03-07 14:02:31', '2026-03-08 01:46:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('904', '674', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'RAMADAN CERIA', NULL, '300X150', '4.5000', 'm2', '1', '1', '15000.00', '67500.00', '67500.00', 'Mata Ayam', 'selesai', '2026-03-07 14:29:28', '2026-03-08 01:46:32', '0', NULL, '2026-03-07 14:02:31', '2026-03-08 01:46:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('909', '679', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'daffa 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2700.00', '2700.00', '5400.00', NULL, 'selesai', '2026-03-07 15:53:20', '2026-03-09 10:32:02', '0', NULL, '2026-03-07 14:55:41', '2026-03-09 10:32:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('910', '679', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'daffa 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2500.00', '2500.00', '5000.00', NULL, 'selesai', '2026-03-07 15:53:17', '2026-03-09 10:32:02', '0', NULL, '2026-03-07 14:55:41', '2026-03-09 10:32:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('911', '680', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'supari 1', NULL, '1x1', '1.0000', 'lembar', '16', '1', '2600.00', '2600.00', '41600.00', NULL, 'selesai', '2026-03-07 15:43:52', '2026-03-07 15:44:36', '0', NULL, '2026-03-07 14:56:41', '2026-03-07 15:44:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('914', '683', '21', 'Versant', NULL, 'STICKER CHROMO', 'label kembang 1', NULL, '1x1', '1.0000', 'lembar', '3', '1', '3300.00', '3300.00', '9900.00', NULL, 'selesai', '2026-03-07 15:40:46', '2026-03-07 15:44:48', '0', NULL, '2026-03-07 15:10:32', '2026-03-07 15:44:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('915', '684', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'ivory 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '5000.00', '5000.00', '25000.00', NULL, 'selesai', '2026-03-09 13:34:02', '2026-03-09 14:01:42', '0', NULL, '2026-03-07 15:11:48', '2026-03-09 14:01:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('916', '685', '21', 'Versant', NULL, 'ART PAPPER 120 GSM', 'mubarak new', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2200.00', '2200.00', '22000.00', 'masing masing cetak 4', 'selesai', '2026-03-07 15:53:24', '2026-03-09 10:32:35', '0', NULL, '2026-03-07 15:16:26', '2026-03-09 10:32:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('920', '688', '25', 'Promo Kromo Ramadhan', NULL, 'PROMO KROMO RAMADHAN', 'semoga 1', NULL, '1x1', '1.0000', 'lembar', '12', '1', '5000.00', '5000.00', '60000.00', NULL, 'selesai', '2026-03-09 14:20:12', '2026-03-09 14:28:36', '0', NULL, '2026-03-07 15:30:38', '2026-03-09 14:28:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('923', '691', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'amba akustik', NULL, '100x100', '1.0000', 'meter', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-09 10:42:33', '2026-03-09 13:27:12', '0', NULL, '2026-03-07 15:34:53', '2026-03-09 13:27:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('924', '691', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'amba akustik', NULL, '100x100', '1.0000', 'meter', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-09 10:42:37', '2026-03-09 13:27:12', '0', NULL, '2026-03-07 15:34:53', '2026-03-09 13:27:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('925', '691', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'amba akustik', NULL, '100x100', '1.0000', 'meter', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-09 10:42:49', '2026-03-09 13:27:12', '0', NULL, '2026-03-07 15:34:53', '2026-03-09 13:27:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('931', '696', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'amplop 0307', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2300.00', '2300.00', '11500.00', NULL, 'selesai', '2026-03-09 09:34:19', '2026-03-09 10:33:20', '0', NULL, '2026-03-07 16:31:41', '2026-03-09 10:33:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('938', '701', '21', 'Versant', '57', 'STICKER CHROMO', 'sahabat rumah', NULL, '1x1', '1.0000', 'lembar', '9', '1', '3300.00', '3300.00', '29700.00', 'page 1 aja', 'selesai', '2026-03-09 09:31:16', '2026-03-09 10:33:09', '0', NULL, '2026-03-09 09:20:36', '2026-03-09 10:33:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('939', '701', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'sahabat rumah', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', 'page 2 aja', 'selesai', '2026-03-09 09:57:04', '2026-03-09 10:33:09', '0', NULL, '2026-03-09 09:20:36', '2026-03-09 10:33:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('944', '704', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'mandiri atm', NULL, '100x100', '1.0000', 'meter', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-09 11:40:27', '2026-03-09 13:26:32', '0', NULL, '2026-03-09 09:27:09', '2026-03-09 13:26:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('945', '704', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'mandiri atm', NULL, '100x100', '1.0000', 'meter', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-09 11:40:30', '2026-03-09 13:26:32', '0', NULL, '2026-03-09 09:27:09', '2026-03-09 13:26:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('947', '706', '21', 'Versant', NULL, 'STICKER VINLY A3', 'goodness die cut', NULL, '1x1', '1.0000', 'lembar', '5', '1', '8100.00', '8100.00', '40500.00', NULL, 'selesai', '2026-03-09 10:01:11', '2026-03-09 10:59:00', '0', NULL, '2026-03-09 09:31:56', '2026-03-09 10:59:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('950', '709', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'eid mubarak 0903', NULL, '1x1', '1.0000', 'lembar', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-09 14:25:23', '2026-03-09 14:31:01', '0', NULL, '2026-03-09 09:37:17', '2026-03-09 14:31:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('951', '709', '21', 'Versant', '57', 'STICKER CHROMO', 'sticker telur', NULL, '1x1', '1.0000', 'lembar', '10', '1', '3300.00', '3300.00', '33000.00', NULL, 'selesai', '2026-03-09 10:04:42', '2026-03-09 14:31:01', '0', NULL, '2026-03-09 09:37:17', '2026-03-09 14:31:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('953', '711', '21', 'Versant', '59', 'STICKER VINLY A3', 'stiker adam 0903', NULL, '1x1', '1.0000', 'lembar', '6', '1', '8100.00', '8100.00', '48600.00', NULL, 'selesai', '2026-03-09 10:29:21', '2026-03-09 10:59:43', '0', NULL, '2026-03-09 09:38:34', '2026-03-09 10:59:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('954', '711', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'stiker adam 0903', NULL, '1x1', '1.0000', 'lembar', '6', '1', '1500.00', '1500.00', '9000.00', NULL, 'selesai', '2026-03-09 10:25:09', '2026-03-09 10:59:43', '0', NULL, '2026-03-09 09:38:34', '2026-03-09 10:59:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('958', '715', '21', 'Versant', '57', 'STICKER CHROMO', 'dang lupa 0903', NULL, '1x1', '1.0000', 'lembar', '40', '1', '3100.00', '3100.00', '124000.00', 'masing masing cetak 20, cetak 1', 'selesai', '2026-03-09 10:23:48', '2026-03-09 11:02:08', '0', NULL, '2026-03-09 09:43:50', '2026-03-09 11:02:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('959', '716', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SOSIS0 BAKAR 1', NULL, '400X50', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', 'Mata Ayam', 'selesai', '2026-03-09 11:09:24', '2026-03-09 11:59:19', '0', NULL, '2026-03-09 09:47:52', '2026-03-09 11:59:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('960', '716', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'ANDI MOTOR', NULL, '700X100', '7.0000', 'm2', '1', '1', '15000.00', '105000.00', '105000.00', 'Mata Ayam', 'selesai', '2026-03-09 11:08:02', '2026-03-09 13:41:08', '0', NULL, '2026-03-09 09:47:52', '2026-03-09 13:41:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('963', '719', '21', 'Versant', '57', 'STICKER CHROMO', 'KEYNA FLORIST', NULL, '1x1', '1.0000', 'lembar', '22', '1', '3300.00', '3300.00', '72600.00', 'PAGE1 - 2 = @ 10, PAGE3 = 2, CETAK 1', 'selesai', '2026-03-09 10:24:04', '2026-03-09 12:47:01', '0', NULL, '2026-03-09 09:52:35', '2026-03-09 12:47:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('971', '726', '21', 'Versant', '57', 'STICKER CHROMO', 'sedop 0903', NULL, '1x1', '1.0000', 'lembar', '60', '1', '3100.00', '3100.00', '186000.00', 'page1=40, page2=20', 'selesai', '2026-03-09 10:44:54', '2026-03-09 10:59:22', '0', NULL, '2026-03-09 10:15:17', '2026-03-09 10:59:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('989', '740', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'clover 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '5000.00', '5000.00', '25000.00', NULL, 'selesai', '2026-03-09 14:00:48', '2026-03-09 14:01:58', '0', NULL, '2026-03-09 10:51:12', '2026-03-09 14:01:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('991', '742', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'apple lpg', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2900.00', '2900.00', '2900.00', NULL, 'selesai', '2026-03-09 11:24:57', '2026-03-09 11:29:59', '0', NULL, '2026-03-09 10:52:59', '2026-03-09 11:29:59', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('994', '745', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'VISI MISI 1 SAMPE 3', NULL, '100x50', '0.5000', 'm2', '3', '1', '15000.00', '15000.00', '22500.00', 'LB', 'selesai', '2026-03-09 11:08:20', '2026-03-09 11:50:58', '0', NULL, '2026-03-09 10:57:12', '2026-03-09 14:59:11', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('996', '747', '21', 'Versant', '57', 'STICKER CHROMO', 'BAKTI SOSIAL 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '3300.00', '3300.00', '13200.00', 'DITUNGGU YA', 'selesai', '2026-03-09 11:25:03', '2026-03-09 11:30:12', '0', NULL, '2026-03-09 11:05:30', '2026-03-09 11:30:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('997', '747', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'BAKTI SOSIAL 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '1500.00', '1500.00', '6000.00', NULL, 'selesai', '2026-03-09 11:25:24', '2026-03-09 11:30:12', '0', NULL, '2026-03-09 11:05:30', '2026-03-09 11:30:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('999', '749', '21', 'Versant', NULL, 'HVS 80 GSM', 'MEGA (1) SAMPE (6)', NULL, '1x1', '1.0000', 'lembar', '24', '2', '3000.00', '3000.00', '72000.00', 'masing masing file cetak 1 set', 'selesai', '2026-03-09 11:16:20', '2026-03-09 12:48:05', '0', NULL, '2026-03-09 11:07:56', '2026-03-09 12:48:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1002', '752', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'apple lpg', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2900.00', '2900.00', '2900.00', 'ditunggu ya', 'selesai', '2026-03-09 11:25:34', '2026-03-09 11:30:07', '0', NULL, '2026-03-09 11:18:09', '2026-03-09 11:30:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1004', '754', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'enca craft', NULL, '1x1', '1.0000', 'lembar', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-09 14:16:29', '2026-03-09 14:28:46', '0', NULL, '2026-03-09 11:23:09', '2026-03-09 14:28:46', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1005', '755', '21', 'Versant', '46', 'ART PAPPER 190 GSM', 'apple lpg', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-09 11:37:54', '2026-03-09 11:40:14', '0', NULL, '2026-03-09 11:24:35', '2026-03-09 11:40:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1010', '760', '21', 'Versant', '59', 'STICKER VINLY A3', 'orang orang', NULL, '1x1', '1.0000', 'lembar', '10', '1', '8100.00', '8100.00', '81000.00', NULL, 'selesai', '2026-03-09 11:49:31', '2026-03-09 13:23:52', '0', NULL, '2026-03-09 11:31:15', '2026-03-09 13:23:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1011', '760', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'orang orang', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2500.00', '2500.00', '25000.00', NULL, 'selesai', '2026-03-09 12:00:14', '2026-03-09 13:23:52', '0', NULL, '2026-03-09 11:31:15', '2026-03-09 13:23:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1015', '763', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'menu sarapan', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2600.00', '2600.00', '5200.00', NULL, 'selesai', '2026-03-09 11:49:51', '2026-03-09 12:47:41', '0', NULL, '2026-03-09 11:41:26', '2026-03-09 12:47:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1027', '772', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'algina snack', NULL, '1x1', '1.0000', 'lembar', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-09 14:45:38', '2026-03-09 14:47:00', '0', NULL, '2026-03-09 13:10:59', '2026-03-09 14:47:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1028', '773', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'eid new 0903', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2600.00', '2600.00', '5200.00', NULL, 'selesai', '2026-03-09 13:34:25', '2026-03-09 13:34:54', '0', NULL, '2026-03-09 13:12:10', '2026-03-09 13:34:54', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1033', '777', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'prewed 1 sampe 4', NULL, '150x80', '1.2000', 'm2', '4', '1', '15000.00', '18000.00', '72000.00', 'lebih bahan', 'selesai', '2026-03-09 13:35:46', '2026-03-09 13:54:55', '0', NULL, '2026-03-09 13:19:07', '2026-03-09 13:54:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1035', '779', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'ticket 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-10 10:39:47', '2026-03-10 10:48:40', '0', NULL, '2026-03-09 13:24:40', '2026-03-10 10:48:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1038', '781', '21', 'Versant', '46', 'ART PAPPER 190 GSM', 'parcel royal', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2500.00', '2500.00', '10000.00', 'masing masing cetak 2', 'selesai', '2026-03-09 13:47:52', '2026-03-09 14:18:04', '0', NULL, '2026-03-09 13:28:11', '2026-03-09 14:18:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1044', '785', '21', 'Versant', NULL, 'ART PAPPER 120 GSM', 'lakita bakery', NULL, '1x1', '1.0000', 'lembar', '7', '1', '2200.00', '2200.00', '15400.00', 'CETAK 1 DULU', 'selesai', '2026-03-09 14:02:38', '2026-03-09 14:08:08', '0', NULL, '2026-03-09 13:40:05', '2026-03-09 14:08:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1060', '798', '21', 'Versant', NULL, 'ART KARTON 310 GSM', 'lapkoi 1', NULL, '1x1', '1.0000', 'lembar', '11', '1', '3300.00', '3300.00', '36300.00', NULL, 'selesai', '2026-03-09 15:54:13', '2026-03-10 09:28:22', '0', NULL, '2026-03-09 14:27:40', '2026-03-10 09:28:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1061', '798', '21', 'Versant', NULL, 'ART KARTON 230 GSM', 'kartu pendaftaran', NULL, '1x1', '1.0000', 'lembar', '55', '2', '3700.00', '3700.00', '203500.00', 'page1  - 2 = 35, page3 - 4= 4, page5 - 6 = 6, page7 - 8 = 6, page9 - 10= 4, CETAK 1 DULU', 'selesai', '2026-03-09 15:16:42', '2026-03-10 09:28:22', '0', NULL, '2026-03-09 14:27:40', '2026-03-10 09:28:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1066', '802', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'garnier 0903', NULL, '1x1', '1.0000', 'lembar', '15', '1', '5000.00', '5000.00', '75000.00', 'CETAK 1 DULU, ada orangnya ya', 'selesai', '2026-03-10 10:38:40', '2026-03-10 10:48:52', '0', NULL, '2026-03-09 14:41:10', '2026-03-10 10:48:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1068', '804', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'hari raya 0903', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2200.00', '2200.00', '22000.00', NULL, 'selesai', '2026-03-09 15:04:28', '2026-03-09 15:21:28', '0', NULL, '2026-03-09 14:43:48', '2026-03-09 15:21:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1069', '805', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'toko alin', NULL, '1x1', '1.0000', 'lembar', '8', '1', '2600.00', '2600.00', '20800.00', 'page1 = 2 , page2 = 6', 'selesai', '2026-03-09 15:04:38', '2026-03-09 15:21:39', '0', NULL, '2026-03-09 14:45:18', '2026-03-09 15:21:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1073', '809', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'hair cut 1', NULL, '1x1', '1.0000', 'lembar', '4', '1', '5000.00', '5000.00', '20000.00', NULL, 'selesai', '2026-03-10 10:38:24', '2026-03-10 10:48:58', '0', NULL, '2026-03-09 14:53:34', '2026-03-10 10:48:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1075', '811', '21', 'Versant', NULL, 'STICKER CHROMO', 'garnier rev', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '0.00', '3300.00', NULL, 'selesai', '2026-03-09 15:03:45', '2026-03-09 15:21:15', '0', NULL, '2026-03-09 14:57:38', '2026-03-09 16:50:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1081', '815', '21', 'Versant', '57', 'STICKER CHROMO', 'timbul joyo', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-09 16:22:49', '2026-03-09 16:33:47', '0', NULL, '2026-03-09 15:03:25', '2026-03-09 16:33:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1090', '822', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'markitak', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-09 16:28:14', '2026-03-09 16:40:14', '0', NULL, '2026-03-09 15:50:29', '2026-03-09 16:40:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1094', '826', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'mermaid 0903', NULL, '1x1', '1.0000', 'lembar', '11', '1', '2700.00', '2700.00', '29700.00', 'cetak 1', 'selesai', '2026-03-09 16:28:08', '2026-03-10 16:42:42', '0', NULL, '2026-03-09 15:57:28', '2026-03-10 16:42:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1095', '826', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'mermaid 0903', NULL, '1x1', '1.0000', 'lembar', '11', '1', '2500.00', '2500.00', '27500.00', 'test 1 dulu uctting', 'selesai', '2026-03-09 16:28:20', '2026-03-10 16:42:42', '0', NULL, '2026-03-09 15:57:28', '2026-03-10 16:42:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1098', '829', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'parfum sajadah', NULL, '1x1', '1.0000', 'lembar', '30', '1', '3100.00', '3100.00', '93000.00', 'Cetak 1 dulu', 'selesai', '2026-03-09 16:26:21', '2026-03-10 11:30:35', '0', NULL, '2026-03-09 16:05:08', '2026-03-10 11:30:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1100', '831', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'lusi komala', NULL, '1x1', '1.0000', 'lembar', '45', '1', '2400.00', '2400.00', '108000.00', NULL, 'selesai', '2026-03-09 16:23:44', '2026-03-09 16:33:29', '0', NULL, '2026-03-09 16:10:48', '2026-03-09 16:33:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1101', '832', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'buku nilai 1', NULL, '1x1', '1.0000', 'lembar', '53', '1', '2500.00', '2500.00', '132500.00', 'page1 = 2, page2 = 51, cetak 1', 'selesai', '2026-03-09 16:54:23', '2026-03-10 10:49:25', '0', NULL, '2026-03-09 16:13:21', '2026-03-10 10:49:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1107', '837', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'WARLOK 1 DAN 2', NULL, '50X50', '1.0000', 'meter', '2', '1', '15000.00', '15000.00', '30000.00', 'lebih bahan', 'pending', NULL, NULL, '1', '2026-03-09 16:28:12', '2026-03-09 16:23:08', '2026-03-09 16:28:12', '16', 'Order dibatalkan: ke double pas ngubah ukurannya');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1108', '837', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'WARLOK 3', NULL, '100X40', '1.0000', 'meter', '2', '1', '15000.00', '15000.00', '30000.00', 'lebih bahan', 'pending', NULL, NULL, '1', '2026-03-09 16:28:12', '2026-03-09 16:23:08', '2026-03-09 16:28:12', '16', 'Order dibatalkan: ke double pas ngubah ukurannya');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1109', '838', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'WARLOK 1 DAN 2', NULL, '50X50', '0.2500', 'meter', '2', '1', '15000.00', '15000.00', '30000.00', 'lebih bahan', 'selesai', '2026-03-10 10:46:52', '2026-03-10 13:27:29', '0', NULL, '2026-03-09 16:23:08', '2026-03-10 13:27:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1110', '838', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'WARLOK 3', NULL, '100X40', '0.4000', 'meter', '2', '1', '15000.00', '15000.00', '30000.00', 'lebih bahan', 'selesai', '2026-03-10 10:28:11', '2026-03-10 13:27:29', '0', NULL, '2026-03-09 16:23:08', '2026-03-10 13:27:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1117', '845', '21', 'Versant', '59', 'STICKER VINLY A3', 'jo fish new', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', NULL, 'selesai', '2026-03-10 09:20:58', '2026-03-10 10:26:09', '0', NULL, '2026-03-09 16:56:29', '2026-03-10 10:26:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1118', '845', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'jo fish new', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2500.00', '2500.00', '5000.00', NULL, 'selesai', '2026-03-10 09:21:01', '2026-03-10 10:26:09', '0', NULL, '2026-03-09 16:56:29', '2026-03-10 10:26:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1120', '847', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'tarari 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '5000.00', '5000.00', '50000.00', NULL, 'selesai', '2026-03-10 09:51:50', '2026-03-10 10:12:57', '0', NULL, '2026-03-09 17:01:34', '2026-03-10 10:12:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1122', '849', '21', 'Versant', '57', 'STICKER CHROMO', 'idda farida', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-10 09:44:24', '2026-03-10 10:20:00', '0', NULL, '2026-03-10 09:22:05', '2026-03-10 10:20:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1124', '851', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'kiswah', NULL, '750 x 300', '22.5000', 'm2', '1', '1', '15000.00', '337500.00', '337500.00', 'LB', 'selesai', '2026-03-10 10:29:17', '2026-03-10 16:20:23', '0', NULL, '2026-03-10 09:28:08', '2026-03-10 16:20:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1125', '851', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'MASJID NURUN', NULL, '125 x 80', '1.0000', 'm2', '2', '1', '15000.00', '15000.00', '30000.00', 'Mata Ayam atas 3 bawah 2', 'selesai', '2026-03-10 10:46:39', '2026-03-10 16:20:23', '0', NULL, '2026-03-10 09:28:08', '2026-03-10 16:20:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1126', '851', '23', 'Outdoor', NULL, 'BACKLIT BENNER 510 GSM', 'MASJID MISBAH', NULL, '120 x 80', '0.9600', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', 'lebih bahan', 'selesai', '2026-03-10 15:58:09', '2026-03-10 16:20:23', '0', NULL, '2026-03-10 09:28:08', '2026-03-10 16:20:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1127', '851', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'MASJID NURUN BESAR', NULL, '200 x 100', '2.0000', 'm2', '3', '1', '15000.00', '30000.00', '90000.00', 'Mata Ayam atas 3 bawah 2', 'selesai', '2026-03-10 09:59:15', '2026-03-10 16:20:23', '0', NULL, '2026-03-10 09:28:08', '2026-03-10 16:20:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1141', '860', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'wrecking 1', NULL, '1x1', '1.0000', 'lembar', '20', '1', '2200.00', '2200.00', '44000.00', 'page 1 - 2 = @ 3, page 3 - 7  = @ 2, page 8 - 11 = @ 1', 'selesai', '2026-03-10 10:00:40', '2026-03-10 10:24:57', '0', NULL, '2026-03-10 09:43:14', '2026-03-10 10:24:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1143', '862', '21', 'Versant', '59', 'STICKER VINLY A3', 'keripik usus', NULL, '1x1', '1.0000', 'lembar', '15', '1', '8100.00', '8100.00', '121500.00', NULL, 'selesai', '2026-03-10 10:00:31', '2026-03-10 10:38:32', '0', NULL, '2026-03-10 09:48:24', '2026-03-10 10:38:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1144', '862', '21', 'Versant', '59', 'STICKER VINLY A3', 'sma pupuan', NULL, '1x1', '1.0000', 'lembar', '10', '1', '8100.00', '8100.00', '81000.00', NULL, 'selesai', '2026-03-10 10:02:47', '2026-03-10 10:38:32', '0', NULL, '2026-03-10 09:48:24', '2026-03-10 10:38:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1145', '862', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'sma pupuan', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2500.00', '2500.00', '25000.00', NULL, 'selesai', '2026-03-10 10:08:45', '2026-03-10 10:38:32', '0', NULL, '2026-03-10 09:48:24', '2026-03-10 10:38:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1151', '865', '22', 'Indoor', NULL, 'STICKER VINLY TRANSFARANT  METERAN', 'bpjs kesehatan', NULL, '120 x 60', '0.7200', 'm2', '4', '1', '70000.00', '70000.00', '280000.00', NULL, 'selesai', '2026-03-10 10:32:07', '2026-03-11 09:52:02', '0', NULL, '2026-03-10 09:51:55', '2026-03-11 09:52:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1152', '865', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', 'bpjs kesehatan', NULL, '120 x 60', '0.7200', 'm2', '4', '1', '15000.00', '15000.00', '60000.00', NULL, 'selesai', '2026-03-10 10:32:10', '2026-03-11 09:52:02', '0', NULL, '2026-03-10 09:51:55', '2026-03-11 09:52:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1153', '865', '22', 'Indoor', NULL, 'CUTTING KISS CUT METERAN', 'bpjs kesehatan', NULL, '120 x 60', '0.7200', 'm2', '4', '1', '10000.00', '10000.00', '40000.00', NULL, 'selesai', '2026-03-10 10:32:13', '2026-03-11 09:52:02', '0', NULL, '2026-03-10 09:51:55', '2026-03-11 09:52:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1167', '875', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'apindo 1 dan apindo kecil', NULL, '120 x 100', '1.2000', 'm2', '1', '1', '15000.00', '18000.00', '18000.00', 'apindo 1 = 1pcs - apindo kecil = 2pcs. LB', 'selesai', '2026-03-10 10:48:48', '2026-03-10 13:26:50', '0', NULL, '2026-03-10 10:03:59', '2026-03-10 13:26:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1172', '879', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'glamz 1202', NULL, '1x1', '1.0000', 'lembar', '30', '1', '5000.00', '5000.00', '150000.00', 'file lama, CETAK 1 DULU', 'selesai', '2026-03-11 13:20:51', '2026-03-11 13:29:50', '0', NULL, '2026-03-10 10:14:35', '2026-03-11 13:29:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1175', '882', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'rotio coffee', NULL, '108 x 81', '0.8700', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-10 10:32:24', '2026-03-10 15:54:26', '0', NULL, '2026-03-10 10:17:41', '2026-03-10 15:54:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1176', '882', '22', 'Indoor', NULL, 'LAMINASI METERAN MATTE', 'rotio coffee', NULL, '108 x 81', '0.8700', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-10 10:32:27', '2026-03-10 15:54:26', '0', NULL, '2026-03-10 10:17:41', '2026-03-10 15:54:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1179', '885', '21', 'Versant', '57', 'STICKER CHROMO', 'akarupa', NULL, '1x1', '1.0000', 'lembar', '13', '1', '3300.00', '3300.00', '42900.00', NULL, 'selesai', '2026-03-10 10:37:35', '2026-03-10 11:56:50', '0', NULL, '2026-03-10 10:30:35', '2026-03-10 11:56:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1182', '888', '21', 'Versant', '57', 'STICKER CHROMO', 'fyd', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-10 11:21:43', '2026-03-10 16:55:11', '0', NULL, '2026-03-10 10:44:59', '2026-03-10 16:55:11', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1183', '888', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'ucapan 1003', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2900.00', '2900.00', '8700.00', NULL, 'selesai', '2026-03-10 11:25:19', '2026-03-10 16:55:11', '0', NULL, '2026-03-10 10:44:59', '2026-03-10 16:55:11', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1188', '892', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'Vio & Reza, Card Vema, Vema Fix, Pandu,', NULL, '1x1', '1.0000', 'lembar', '31', '1', '2400.00', '2400.00', '74400.00', 'masing masing 1', 'selesai', '2026-03-10 11:59:23', '2026-03-10 14:58:57', '0', NULL, '2026-03-10 10:54:49', '2026-03-10 14:58:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1189', '892', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'Card 2', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2400.00', '2400.00', '4800.00', NULL, 'selesai', '2026-03-10 11:59:26', '2026-03-10 14:58:57', '0', NULL, '2026-03-10 10:54:49', '2026-03-10 14:58:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1200', '901', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'ns has style', NULL, '100 x 100', '1.0000', 'meter', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-10 14:31:32', '2026-03-11 11:48:42', '0', NULL, '2026-03-10 11:23:41', '2026-03-11 11:48:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1201', '901', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'ns has style', NULL, '100 x 100', '1.0000', 'meter', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-10 14:31:36', '2026-03-11 11:48:42', '0', NULL, '2026-03-10 11:23:41', '2026-03-11 11:48:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1202', '902', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'cetakan nina isa', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2700.00', '2700.00', '8100.00', NULL, 'selesai', '2026-03-10 13:30:30', '2026-03-10 13:30:44', '0', NULL, '2026-03-10 11:25:21', '2026-03-10 13:30:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1203', '903', '21', 'Versant', NULL, 'ART KARTON 310 GSM', 'FILE A B DAN C', NULL, '1x1', '1.0000', 'lembar', '86', '1', '3100.00', '3100.00', '266600.00', 'FILE A = @ 5, FILE B = 48, FILE C = 23, CETAK 1 DULU', 'selesai', '2026-03-10 16:22:07', '2026-03-10 16:42:55', '0', NULL, '2026-03-10 11:29:19', '2026-03-10 16:42:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1211', '908', '21', 'Versant', '57', 'STICKER CHROMO', 'basement', NULL, '1x1', '1.0000', 'lembar', '100', '1', '3100.00', '3100.00', '310000.00', 'cetak 1', 'selesai', '2026-03-10 16:21:38', '2026-03-10 16:41:30', '0', NULL, '2026-03-10 11:50:04', '2026-03-10 16:41:30', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1212', '909', '21', 'Versant', NULL, 'ART PAPPER 150 GSM', 'wasingah', NULL, '1x1', '1.0000', 'lembar', '24', '1', '2300.00', '2300.00', '55200.00', '@ 8, cetak 1', 'selesai', '2026-03-10 13:23:07', '2026-03-10 13:23:50', '0', NULL, '2026-03-10 11:53:32', '2026-03-10 13:23:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1213', '909', '21', 'Versant', NULL, 'ART KARTON  210 GSM', 'dewi ahmad', NULL, '1x1', '1.0000', 'lembar', '40', '2', '3600.00', '3600.00', '144000.00', 'cetak 1 dulu', 'selesai', '2026-03-10 13:23:10', '2026-03-10 13:23:50', '0', NULL, '2026-03-10 11:53:32', '2026-03-10 13:23:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1219', '914', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'next level', NULL, '101 x 84', '0.8500', 'm2', '1', '1', '70000.00', '70000.00', '59500.00', NULL, 'selesai', '2026-03-10 14:10:59', '2026-03-10 15:48:48', '0', NULL, '2026-03-10 13:03:45', '2026-03-12 11:12:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1220', '914', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', 'next level', NULL, '101 x 84', '0.8500', 'm2', '1', '1', '15000.00', '15000.00', '12750.00', NULL, 'selesai', '2026-03-10 14:11:04', '2026-03-10 15:48:48', '0', NULL, '2026-03-10 13:03:45', '2026-03-12 11:12:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1221', '915', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'play learn', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2600.00', '2600.00', '5200.00', NULL, 'selesai', '2026-03-10 13:48:25', '2026-03-10 13:48:41', '0', NULL, '2026-03-10 13:04:58', '2026-03-10 13:48:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1224', '917', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'ajl 1003', NULL, '100x50', '0.5000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-10 14:11:15', '2026-03-11 09:52:23', '0', NULL, '2026-03-10 13:10:49', '2026-03-11 09:52:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1225', '917', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'ajl 1003', NULL, '100x50', '0.5000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-10 14:12:31', '2026-03-11 09:52:23', '0', NULL, '2026-03-10 13:10:49', '2026-03-11 09:52:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1226', '917', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'ajl 1003', NULL, '100x50', '0.5000', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-10 14:12:36', '2026-03-11 09:52:23', '0', NULL, '2026-03-10 13:10:49', '2026-03-11 09:52:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1229', '920', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'AL BAROKAH', NULL, '150 x 100', '1.5000', 'm2', '1', '1', '15000.00', '22500.00', '22500.00', 'Mata Ayam', 'selesai', '2026-03-10 13:31:45', '2026-03-10 14:52:00', '0', NULL, '2026-03-10 13:14:44', '2026-03-10 14:52:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1230', '920', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'PPZ', NULL, '200 x 150', '3.0000', 'm2', '1', '1', '15000.00', '45000.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-10 13:32:02', '2026-03-10 14:52:00', '0', NULL, '2026-03-10 13:14:44', '2026-03-10 14:52:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1231', '920', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'SHOLAT EID', NULL, '250 x 150', '3.7500', 'm2', '1', '1', '15000.00', '56250.00', '56250.00', 'Mata Ayam', 'selesai', '2026-03-10 13:31:33', '2026-03-10 14:52:00', '0', NULL, '2026-03-10 13:14:44', '2026-03-10 14:52:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1234', '923', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'murah meriah', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-10 13:40:40', '2026-03-10 13:46:16', '0', NULL, '2026-03-10 13:21:07', '2026-03-10 13:46:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1235', '924', '21', 'Versant', '59', 'STICKER VINLY A3', 'latber octo', NULL, '1x1', '1.0000', 'lembar', '10', '1', '8100.00', '8100.00', '81000.00', 'page1 = 2, page2 = 8', 'selesai', '2026-03-10 16:19:38', '2026-03-10 16:42:06', '0', NULL, '2026-03-10 13:31:16', '2026-03-10 16:42:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1236', '924', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'latber octo', NULL, '1x1', '1.0000', 'lembar', '10', '1', '1500.00', '1500.00', '15000.00', NULL, 'selesai', '2026-03-10 16:19:41', '2026-03-10 16:42:06', '0', NULL, '2026-03-10 13:31:16', '2026-03-10 16:42:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1237', '924', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'latber octo', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2500.00', '2500.00', '25000.00', NULL, 'selesai', '2026-03-10 16:19:45', '2026-03-10 16:42:06', '0', NULL, '2026-03-10 13:31:16', '2026-03-10 16:42:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1238', '925', '21', 'Versant', '59', 'STICKER VINLY A3', 'pangkas 1003', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-10 13:52:58', '2026-03-10 14:10:00', '0', NULL, '2026-03-10 13:34:29', '2026-03-10 14:10:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1239', '925', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'pangkas 1003', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-10 13:53:01', '2026-03-10 14:10:00', '0', NULL, '2026-03-10 13:34:29', '2026-03-10 14:10:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1242', '928', '21', 'Versant', '57', 'STICKER CHROMO', 'kripik 1003', NULL, '1x1', '1.0000', 'lembar', '8', '1', '3300.00', '3300.00', '26400.00', '@ 4', 'selesai', '2026-03-10 14:07:36', '2026-03-10 14:08:28', '0', NULL, '2026-03-10 13:46:32', '2026-03-10 14:08:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1245', '931', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'jr snack 1003', NULL, '1x1', '1.0000', 'lembar', '4', '1', '5000.00', '5000.00', '20000.00', NULL, 'selesai', '2026-03-11 13:21:00', '2026-03-11 13:30:10', '0', NULL, '2026-03-10 14:03:24', '2026-03-11 13:30:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1246', '932', '21', 'Versant', '57', 'STICKER CHROMO', 'kasat reskrim', NULL, '1x1', '1.0000', 'lembar', '25', '1', '3300.00', '3300.00', '82500.00', 'CETAK 1 DULU', 'selesai', '2026-03-10 14:39:01', '2026-03-10 14:46:43', '0', NULL, '2026-03-10 14:07:18', '2026-03-10 14:46:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1252', '936', '21', 'Versant', '57', 'STICKER CHROMO', 'YBM BRILIAN', NULL, '1x1', '1.0000', 'lembar', '8', '1', '3300.00', '3300.00', '26400.00', '@ 4', 'selesai', '2026-03-10 16:18:56', '2026-03-10 16:55:15', '0', NULL, '2026-03-10 14:15:30', '2026-03-10 16:55:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1263', '943', '21', 'Versant', '54', 'CONCORD', 'baca tulis 1', NULL, '1x1', '1.0000', 'lembar', '20', '1', '3000.00', '3000.00', '60000.00', 'cetak 1', 'selesai', '2026-03-10 16:19:05', '2026-03-10 16:54:50', '0', NULL, '2026-03-10 14:24:07', '2026-03-10 16:54:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1266', '946', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'pempek gemoy', NULL, '1x1', '1.0000', 'lembar', '6', '1', '5000.00', '5000.00', '30000.00', 'ditunggu ya', 'selesai', '2026-03-10 15:01:50', '2026-03-10 15:04:00', '0', NULL, '2026-03-10 14:29:58', '2026-03-10 15:04:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1276', '953', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'satlantas', NULL, '150 x 100', '1.5000', 'm2', '5', '1', '15000.00', '22500.00', '112500.00', 'Mata Ayam', 'selesai', '2026-03-11 10:04:06', '2026-03-11 15:05:43', '0', NULL, '2026-03-10 15:43:13', '2026-03-11 15:05:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1277', '953', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'satlantas 2', NULL, '150 x 100', '1.5000', 'm2', '2', '1', '15000.00', '22500.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-11 10:04:15', '2026-03-11 15:05:43', '0', NULL, '2026-03-10 15:43:13', '2026-03-11 15:05:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1278', '954', '21', 'Versant', '57', 'STICKER CHROMO', 'polres 1003', NULL, '1x1', '1.0000', 'lembar', '25', '1', '3300.00', '3300.00', '82500.00', 'cetak 1', 'selesai', '2026-03-10 16:56:46', '2026-03-10 16:59:48', '0', NULL, '2026-03-10 15:45:18', '2026-03-10 16:59:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1283', '959', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'qosam club', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '70000.00', '140000.00', '140000.00', NULL, 'selesai', '2026-03-11 09:23:08', '2026-03-12 11:12:25', '0', NULL, '2026-03-10 16:00:07', '2026-03-12 11:12:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1284', '959', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'qosam club', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', NULL, 'selesai', '2026-03-11 09:23:11', '2026-03-12 11:12:25', '0', NULL, '2026-03-10 16:00:07', '2026-03-12 11:12:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1285', '959', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'qosam club', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '10000.00', '20000.00', '20000.00', NULL, 'selesai', '2026-03-11 09:23:14', '2026-03-12 11:12:25', '0', NULL, '2026-03-10 16:00:07', '2026-03-12 11:12:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1286', '960', '21', 'Versant', '59', 'STICKER VINLY A3', 'classy 1003', NULL, '1x1', '1.0000', 'lembar', '5', '1', '8100.00', '8100.00', '40500.00', 'page1 = 1, [age2 = 2. page 3 - 4 = @ 1', 'selesai', '2026-03-10 16:57:15', '2026-03-11 11:38:53', '0', NULL, '2026-03-10 16:34:20', '2026-03-11 11:38:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1287', '960', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'classy 1003', NULL, '1x1', '1.0000', 'lembar', '5', '1', '1500.00', '1500.00', '7500.00', NULL, 'selesai', '2026-03-10 16:57:21', '2026-03-11 11:38:53', '0', NULL, '2026-03-10 16:34:20', '2026-03-11 11:38:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1288', '960', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'classy 1003', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2500.00', '2500.00', '12500.00', NULL, 'selesai', '2026-03-10 16:57:18', '2026-03-11 11:38:53', '0', NULL, '2026-03-10 16:34:20', '2026-03-11 11:38:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1292', '963', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PANITIA AMIL ZAKAT', NULL, '200 X 100', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', 'Mata Ayam', 'selesai', '2026-03-11 10:03:52', '2026-03-11 16:04:53', '0', NULL, '2026-03-11 09:16:33', '2026-03-11 16:04:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1293', '963', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', '1 SYAWAL', NULL, '300 X 100', '3.0000', 'm2', '1', '1', '15000.00', '45000.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-11 10:03:39', '2026-03-11 16:04:53', '0', NULL, '2026-03-11 09:16:33', '2026-03-11 16:04:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1297', '967', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'eid fitr', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2200.00', '2200.00', '4400.00', NULL, 'selesai', '2026-03-11 09:26:04', '2026-03-11 09:29:35', '0', NULL, '2026-03-11 09:25:54', '2026-03-11 09:29:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1298', '967', '21', 'Versant', '55', 'ASTER', 'eyang tie', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3000.00', '3000.00', '6000.00', NULL, 'selesai', '2026-03-11 09:26:10', '2026-03-11 09:29:35', '0', NULL, '2026-03-11 09:25:54', '2026-03-11 09:29:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1299', '968', '21', 'Versant', '57', 'STICKER CHROMO', 'mi ypi 1', NULL, '1x1', '1.0000', 'lembar', '15', '1', '3300.00', '3300.00', '49500.00', NULL, 'selesai', '2026-03-11 09:31:47', '2026-03-11 09:32:23', '0', NULL, '2026-03-11 09:27:07', '2026-03-11 09:32:23', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1300', '969', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'KAWASAN STETIL', NULL, '100 X 100', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', 'Mata Ayam', 'selesai', '2026-03-11 10:03:29', '2026-03-11 11:12:44', '0', NULL, '2026-03-11 09:30:17', '2026-03-11 11:12:44', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1310', '977', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'kripik pengantin', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-11 09:54:10', '2026-03-11 10:22:41', '0', NULL, '2026-03-11 09:41:44', '2026-03-11 10:22:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1313', '979', '25', 'Promo Kromo Ramadhan', '105', 'PROMO KROMO RAMADHAN', 'dprd 1103', NULL, '1x1', '1.0000', 'lembar', '2', '1', '5000.00', '5000.00', '10000.00', NULL, 'selesai', '2026-03-11 09:57:57', '2026-03-11 11:39:21', '0', NULL, '2026-03-11 09:54:47', '2026-03-11 11:39:21', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1314', '979', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'dprd 1103', NULL, '1x1', '1.0000', 'lembar', '2', '1', '1500.00', '1500.00', '3000.00', NULL, 'selesai', '2026-03-11 09:58:02', '2026-03-11 11:39:21', '0', NULL, '2026-03-11 09:54:47', '2026-03-11 11:39:21', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1321', '984', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'AREA DAPUR', NULL, '70 X 70', '0.4900', 'm2', '1', '1', '15000.00', '15000.00', '7350.00', 'Mata Ayam', 'selesai', '2026-03-11 11:09:50', '2026-03-11 16:04:59', '0', NULL, '2026-03-11 10:02:40', '2026-03-11 16:34:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1328', '987', '21', 'Versant', NULL, 'MASTER', 'TOKO ARI', NULL, '1x1', '1.0000', 'lembar', '2', '1', '7000.00', '7000.00', '14000.00', NULL, 'selesai', '2026-03-11 10:23:51', '2026-03-11 11:49:59', '0', NULL, '2026-03-11 10:18:45', '2026-03-11 14:05:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1329', '987', '21', 'Versant', NULL, 'STICKER VINLY A3', 'macan sakti', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-11 10:23:54', '2026-03-11 11:49:59', '0', NULL, '2026-03-11 10:18:45', '2026-03-11 14:05:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1330', '987', '21', 'Versant', NULL, 'LAMINASI A3 GLOSSY', 'macan sakti', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-11 10:23:57', '2026-03-11 11:49:59', '0', NULL, '2026-03-11 10:18:45', '2026-03-11 14:05:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1331', '987', '21', 'Versant', NULL, 'CUTTING A3 KIS CUT', 'macan sakti', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-11 10:24:00', '2026-03-11 11:49:59', '0', NULL, '2026-03-11 10:18:45', '2026-03-11 14:05:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1332', '988', '21', 'Versant', '57', 'STICKER CHROMO', 'minal aidzin 1103', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-11 10:23:28', '2026-03-11 10:31:12', '0', NULL, '2026-03-11 10:20:43', '2026-03-11 10:31:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1339', '994', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'KESELAMATAN DAN MELINTAS', NULL, '100 X 80', '0.8000', 'm2', '2', '1', '15000.00', '15000.00', '30000.00', 'KESELAMATAN = 1PCS, MELINTAS = 2 PCS MA', 'selesai', '2026-03-11 11:09:39', '2026-03-11 16:05:06', '0', NULL, '2026-03-11 10:35:03', '2026-03-11 16:05:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1340', '995', '22', 'Indoor', NULL, 'STICKER VINLY TRANSFARANT  METERAN', 'ZTE 1103', NULL, '120 X 60', '0.7200', 'm2', '1', '1', '95000.00', '95000.00', '95000.00', NULL, 'selesai', '2026-03-11 13:41:11', '2026-03-12 15:53:55', '0', NULL, '2026-03-11 10:40:29', '2026-03-12 15:53:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1345', '998', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'angpao 1103', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2200.00', '2200.00', '22000.00', 'cetak 1', 'selesai', '2026-03-11 11:05:30', '2026-03-11 11:05:57', '0', NULL, '2026-03-11 10:55:55', '2026-03-11 11:05:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1350', '1002', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'idul 1103', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2700.00', '2700.00', '5400.00', NULL, 'selesai', '2026-03-11 11:28:48', '2026-03-11 11:38:29', '0', NULL, '2026-03-11 11:22:43', '2026-03-11 11:38:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1351', '1002', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'idul 1103', NULL, '1x1', '1.0000', 'lembar', '2', '1', '1500.00', '1500.00', '3000.00', NULL, 'selesai', '2026-03-11 11:28:58', '2026-03-11 11:38:29', '0', NULL, '2026-03-11 11:22:43', '2026-03-11 11:38:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1352', '1002', '21', 'Versant', '57', 'STICKER CHROMO', 'kosu 1', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-11 11:28:55', '2026-03-11 11:38:29', '0', NULL, '2026-03-11 11:22:43', '2026-03-11 11:38:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1357', '1007', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SKANPANCER', NULL, '300 x 100', '3.0000', 'm2', '1', '1', '15000.00', '45000.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-11 14:29:40', '2026-03-11 15:06:00', '0', NULL, '2026-03-11 13:11:27', '2026-03-11 15:06:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1358', '1008', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'tea time', NULL, '1x1', '1.0000', 'lembar', '8', '1', '2300.00', '2300.00', '18400.00', 'CETAK 1 DULU', 'selesai', '2026-03-11 13:26:10', '2026-03-11 13:27:19', '0', NULL, '2026-03-11 13:12:33', '2026-03-11 13:27:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1362', '1012', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SAN LAUNDRY BANNER', NULL, '400 x 200', '8.0000', 'm2', '1', '1', '15000.00', '120000.00', '120000.00', 'sl ab', 'selesai', '2026-03-11 14:29:32', '2026-03-12 10:12:08', '0', NULL, '2026-03-11 13:27:30', '2026-03-12 10:12:08', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1363', '1013', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'SAN LAUNDRY BESAR', NULL, '400 x 100', '4.0000', 'm2', '1', '1', '70000.00', '280000.00', '280000.00', 'test warna dulu ya', 'selesai', '2026-03-11 13:41:19', '2026-03-12 10:39:10', '0', NULL, '2026-03-11 13:28:26', '2026-03-12 10:39:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1364', '1013', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'SAN LAUNDRY BESAR', NULL, '400 x 100', '4.0000', 'm2', '1', '1', '15000.00', '60000.00', '60000.00', NULL, 'selesai', '2026-03-11 13:41:21', '2026-03-12 10:39:10', '0', NULL, '2026-03-11 13:28:26', '2026-03-12 10:39:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1365', '1013', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'SAN LAUNDRY BESAR', NULL, '400 x 100', '4.0000', 'm2', '1', '1', '10000.00', '40000.00', '40000.00', NULL, 'selesai', '2026-03-11 13:41:24', '2026-03-12 10:39:10', '0', NULL, '2026-03-11 13:28:26', '2026-03-12 10:39:10', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1368', '1014', '22', 'Indoor', NULL, 'CUTTING KISS CUT METERAN', 'DAFTAR HARGA', NULL, '120 x 60', '0.7200', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'proses_cetak', '2026-03-11 13:41:26', NULL, '1', '2026-03-11 15:13:01', '2026-03-11 13:29:09', '2026-03-11 15:13:01', '16', 'Order dibatalkan: SALAH NOTA');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1369', '1015', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'san laundry cut', NULL, '50 x 50', '0.2500', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', 'test warna dulu ya', 'selesai', '2026-03-11 13:41:30', '2026-03-12 10:39:32', '0', NULL, '2026-03-11 13:29:56', '2026-03-12 10:39:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1370', '1015', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', 'san laundry cut', NULL, '50 x 50', '0.2500', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-11 13:41:32', '2026-03-12 10:39:32', '0', NULL, '2026-03-11 13:29:56', '2026-03-12 10:39:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1371', '1015', '22', 'Indoor', NULL, 'CUTTING KISS CUT METERAN', 'san laundry cut', NULL, '50 x 50', '0.2500', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-11 13:41:35', '2026-03-12 10:39:32', '0', NULL, '2026-03-11 13:29:56', '2026-03-12 10:39:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1373', '1017', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'nyusul', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2600.00', '2600.00', '7800.00', NULL, 'selesai', '2026-03-11 13:44:59', '2026-03-11 13:47:47', '0', NULL, '2026-03-11 13:31:51', '2026-03-11 13:47:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1374', '1014', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', 'DAFTAR HARGA', NULL, '120 x 60', '0.7200', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'proses_cetak', '2026-03-11 13:41:38', NULL, '1', '2026-03-11 15:13:01', '2026-03-11 13:35:40', '2026-03-11 15:13:01', '16', 'Order dibatalkan: SALAH NOTA');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1375', '1014', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'DAFTAR HARGA', NULL, '120 x 60', '0.7200', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'proses_cetak', '2026-03-11 13:41:45', NULL, '1', '2026-03-11 15:13:01', '2026-03-11 13:38:38', '2026-03-11 15:13:01', '16', 'Order dibatalkan: SALAH NOTA');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1379', '1019', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'eyang tie stiker', NULL, '1x1', '1.0000', 'lembar', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-11 13:57:10', '2026-03-11 14:24:55', '0', NULL, '2026-03-11 13:46:16', '2026-03-11 14:24:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1382', '1021', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'idul 1103', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2600.00', '2600.00', '5200.00', NULL, 'selesai', '2026-03-11 14:16:12', '2026-03-12 08:58:26', '0', NULL, '2026-03-11 13:48:33', '2026-03-12 08:58:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1383', '1022', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'hujan thr', NULL, '100 x 50', '0.5000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-11 14:36:25', '2026-03-11 16:09:54', '0', NULL, '2026-03-11 13:49:55', '2026-03-11 16:09:54', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1384', '1022', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', 'hujan thr', NULL, '100 x 50', '0.5000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-11 14:36:28', '2026-03-11 16:09:54', '0', NULL, '2026-03-11 13:49:55', '2026-03-11 16:09:54', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1389', '1025', '23', 'Outdoor', '87', 'FLEKSI BENNER 440 GSM WHITE', 'viory cafe', NULL, '250 x 150', '3.7500', 'm2', '1', '1', '30000.00', '112500.00', '112500.00', 'Mata Ayam', 'selesai', '2026-03-11 16:16:31', '2026-03-12 10:12:16', '0', NULL, '2026-03-11 14:06:18', '2026-03-12 10:12:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1393', '1029', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'keiko', NULL, '1x1', '1.0000', 'lembar', '18', '1', '2700.00', '2700.00', '48600.00', 'test cetak 1', 'selesai', '2026-03-11 14:16:49', '2026-03-12 08:59:22', '0', NULL, '2026-03-11 14:13:06', '2026-03-12 08:59:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1394', '1029', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'keiko', NULL, '1x1', '1.0000', 'm2', '18', '1', '2500.00', '2500.00', '45000.00', 'test cutting 1', 'selesai', '2026-03-11 14:16:43', '2026-03-12 08:59:22', '0', NULL, '2026-03-11 14:13:06', '2026-03-12 08:59:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1398', '1032', '24', 'Jasa', '100', 'JASA POTONG', 'POT KER', NULL, '1x1', '1.0000', 'lembar', '1', '1', '35000.00', '35000.00', '35000.00', NULL, 'selesai', '2026-03-11 14:29:55', '2026-03-12 11:27:34', '0', NULL, '2026-03-11 14:28:57', '2026-03-12 11:27:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1399', '1033', '21', 'Versant', '51', 'HVS 80 GSM', 'hujan thr', NULL, '1x1', '1.0000', 'lembar', '11', '1', '1800.00', '1800.00', '19800.00', NULL, 'selesai', '2026-03-11 14:36:31', '2026-03-11 14:40:51', '0', NULL, '2026-03-11 14:29:19', '2026-03-11 14:40:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1401', '1035', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'VINFAST', NULL, '200 X 220', '4.4000', 'm2', '1', '1', '15000.00', '66000.00', '66000.00', 'lebih bahan', 'selesai', '2026-03-11 15:58:26', '2026-03-12 10:12:38', '0', NULL, '2026-03-11 14:31:50', '2026-03-12 10:12:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1402', '1036', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'mulang tiyuh', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-11 14:58:52', '2026-03-12 13:37:28', '0', NULL, '2026-03-11 14:36:44', '2026-03-12 13:37:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1403', '1036', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'mulang tiyuh', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-11 14:58:58', '2026-03-12 13:37:28', '0', NULL, '2026-03-11 14:36:44', '2026-03-12 13:37:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1406', '1039', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'bsi prioritas', NULL, '1x1', '1.0000', 'lembar', '3', '2', '3800.00', '3800.00', '11400.00', NULL, 'selesai', '2026-03-11 15:03:17', '2026-03-12 08:58:36', '0', NULL, '2026-03-11 14:45:51', '2026-03-12 08:58:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1407', '1039', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'bsi prioritas', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2500.00', '2500.00', '7500.00', NULL, 'selesai', '2026-03-11 15:03:21', '2026-03-12 08:58:36', '0', NULL, '2026-03-11 14:45:51', '2026-03-12 08:58:36', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1408', '1040', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'aldo rizky', NULL, '1x1', '1.0000', 'lembar', '14', '1', '2600.00', '2600.00', '36400.00', 'potong ke isa ya', 'selesai', '2026-03-11 15:00:25', '2026-03-12 08:58:43', '0', NULL, '2026-03-11 14:47:32', '2026-03-12 08:58:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1411', '1043', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'graciele menu resto', NULL, '1x1', '1.0000', 'lembar', '50', '1', '2700.00', '2700.00', '135000.00', 'masing masing cetak 10', 'selesai', '2026-03-11 15:52:07', '2026-03-11 16:50:13', '0', NULL, '2026-03-11 14:57:38', '2026-03-11 16:50:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1416', '1045', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'nyusul', NULL, '1x1', '1.0000', 'lembar', '9', '1', '5000.00', '5000.00', '45000.00', NULL, 'selesai', '2026-03-11 15:52:01', '2026-03-12 08:58:52', '0', NULL, '2026-03-11 15:05:16', '2026-03-12 08:58:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1418', '1047', '22', 'Indoor', NULL, 'STICKER VINLY METERAN', 'DAFTAR HARGA', NULL, '120 x 60', '0.7200', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-11 15:34:54', '2026-03-12 10:39:39', '0', NULL, '2026-03-11 15:13:50', '2026-03-12 10:39:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1419', '1047', '22', 'Indoor', NULL, 'LAMINASI METERAN GLOSSY', 'DAFTAR HARGA', NULL, '120 x 60', '0.7200', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-11 15:35:03', '2026-03-12 10:39:39', '0', NULL, '2026-03-11 15:13:50', '2026-03-12 10:39:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1420', '1047', '22', 'Indoor', NULL, 'CUTTING KISS CUT METERAN', 'DAFTAR HARGA', NULL, '120 x 60', '0.7200', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-11 15:35:48', '2026-03-12 10:39:39', '0', NULL, '2026-03-11 15:13:50', '2026-03-12 10:39:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1424', '1050', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'idul fitri 1103', NULL, '1x1', '1.0000', 'lembar', '94', '1', '2700.00', '2700.00', '253800.00', 'cetak 1', 'selesai', '2026-03-11 15:53:27', '2026-03-11 16:07:43', '0', NULL, '2026-03-11 15:18:49', '2026-03-11 16:07:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1426', '1052', '21', 'Versant', '59', 'STICKER VINLY A3', 'kementerian 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-11 15:53:24', '2026-03-11 16:54:55', '0', NULL, '2026-03-11 15:51:11', '2026-03-11 16:54:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1427', '1052', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'kementerian 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-11 15:53:36', '2026-03-11 16:54:55', '0', NULL, '2026-03-11 15:51:11', '2026-03-11 16:54:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1428', '1052', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'kementerian 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-11 15:53:30', '2026-03-11 16:54:55', '0', NULL, '2026-03-11 15:51:11', '2026-03-11 16:54:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1429', '1052', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'kementerian 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-11 15:53:33', '2026-03-11 16:54:55', '0', NULL, '2026-03-11 15:51:11', '2026-03-11 16:54:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1430', '1052', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'kementerian 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-11 15:51:44', '2026-03-11 16:54:55', '0', NULL, '2026-03-11 15:51:11', '2026-03-11 16:54:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1437', '1057', '21', 'Versant', '57', 'STICKER CHROMO', 'kopi susu', NULL, '1x1', '1.0000', 'lembar', '9', '1', '3300.00', '3300.00', '29700.00', NULL, 'selesai', '2026-03-12 09:11:21', '2026-03-12 09:27:18', '0', NULL, '2026-03-11 16:22:14', '2026-03-12 09:27:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1439', '1059', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'obral', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-12 09:11:31', '2026-03-12 09:36:05', '0', NULL, '2026-03-11 16:48:03', '2026-03-12 09:36:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1440', '1059', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'yubis sayur', NULL, '1x1', '1.0000', 'm2', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-12 09:13:03', '2026-03-12 09:36:05', '0', NULL, '2026-03-11 16:48:03', '2026-03-12 09:36:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1443', '1062', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'beyond materials', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2600.00', '2600.00', '13000.00', NULL, 'selesai', '2026-03-12 09:13:08', '2026-03-12 09:36:22', '0', NULL, '2026-03-12 09:12:51', '2026-03-12 09:36:22', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1452', '1068', '21', 'Versant', NULL, 'PROMO KROMO RAMADHAN', 'eid al fitr 1203', NULL, '1x1', '1.0000', 'LEMBAR', '6', '1', '5000.00', '5000.00', '30000.00', 'page 1 - 2 = @ 2, page 3 - 4 = @ 1', 'selesai', '2026-03-12 09:39:02', '2026-03-12 11:21:14', '0', NULL, '2026-03-12 09:25:15', '2026-03-12 11:21:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1453', '1068', '21', 'Versant', NULL, 'STICKER CHROMO', 'eid alfitr', NULL, '1x1', '1.0000', 'lembar', '8', '1', '3300.00', '3300.00', '26400.00', NULL, 'selesai', '2026-03-12 09:38:51', '2026-03-12 11:21:14', '0', NULL, '2026-03-12 09:26:03', '2026-03-12 11:21:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1458', '1073', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'sertif 1203', NULL, '1x1', '1.0000', 'lembar', '16', '2', '3900.00', '3900.00', '62400.00', NULL, 'selesai', '2026-03-12 09:39:13', '2026-03-12 10:14:26', '0', NULL, '2026-03-12 09:31:09', '2026-03-12 10:14:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1464', '1077', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', '4 bersaudara', NULL, '1x1', '1.0000', 'lembar', '5', '1', '5000.00', '5000.00', '25000.00', NULL, 'selesai', '2026-03-12 09:42:13', '2026-03-12 10:17:35', '0', NULL, '2026-03-12 09:35:44', '2026-03-12 10:17:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1467', '1079', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'hari raya 1203', NULL, '1x1', '1.0000', 'lembar', '12', '1', '2200.00', '2200.00', '26400.00', 'page1 = 8, page2 = 2', 'selesai', '2026-03-12 09:41:53', '2026-03-12 10:22:04', '0', NULL, '2026-03-12 09:38:33', '2026-03-12 10:22:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1468', '1079', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'ornament', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2600.00', '2600.00', '5200.00', NULL, 'selesai', '2026-03-12 09:41:48', '2026-03-12 10:22:04', '0', NULL, '2026-03-12 09:38:33', '2026-03-12 10:22:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1469', '1079', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'ornament', NULL, '1x1', '1.0000', 'lembar', '2', '1', '1500.00', '1500.00', '3000.00', NULL, 'selesai', '2026-03-12 09:42:16', '2026-03-12 10:22:04', '0', NULL, '2026-03-12 09:38:33', '2026-03-12 10:22:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1481', '1087', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'hari raya new pagi', NULL, '1x1', '1.0000', 'lembar', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-12 10:14:55', '2026-03-12 11:27:57', '0', NULL, '2026-03-12 09:51:15', '2026-03-12 11:27:57', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1482', '1088', '21', 'Versant', '59', 'STICKER VINLY A3', 'ORADO 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-12 10:14:48', '2026-03-12 11:52:47', '0', NULL, '2026-03-12 09:52:27', '2026-03-12 11:52:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1483', '1088', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'ORADO 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-12 10:14:59', '2026-03-12 11:52:47', '0', NULL, '2026-03-12 09:52:27', '2026-03-12 11:52:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1484', '1089', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'AMPLOP P', NULL, '1x1', '1.0000', 'lembar', '11', '1', '2300.00', '2300.00', '25300.00', 'PAGE 1 - 2 = @ 2, PAGE3 = 8', 'selesai', '2026-03-12 10:14:52', '2026-03-12 10:51:51', '0', NULL, '2026-03-12 09:54:18', '2026-03-12 10:51:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1495', '1097', '21', 'Versant', '59', 'STICKER VINLY A3', 'charaknua new', NULL, '1x1', '1.0000', 'lembar', '21', '1', '8100.00', '8100.00', '170100.00', NULL, 'selesai', '2026-03-12 10:15:27', '2026-03-12 14:15:26', '0', NULL, '2026-03-12 10:04:18', '2026-03-12 14:15:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1496', '1097', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'charaknua new', NULL, '1x1', '1.0000', 'lembar', '21', '1', '1500.00', '1500.00', '31500.00', NULL, 'selesai', '2026-03-12 10:15:31', '2026-03-12 14:15:26', '0', NULL, '2026-03-12 10:04:18', '2026-03-12 14:15:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1497', '1097', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'charaknua new', NULL, '1x1', '1.0000', 'lembar', '21', '1', '2500.00', '2500.00', '52500.00', NULL, 'selesai', '2026-03-12 10:15:20', '2026-03-12 14:15:26', '0', NULL, '2026-03-12 10:04:18', '2026-03-12 14:15:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1499', '1099', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'tria 1203', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2300.00', '2300.00', '2300.00', NULL, 'selesai', '2026-03-12 10:15:39', '2026-03-12 10:54:01', '0', NULL, '2026-03-12 10:06:57', '2026-03-12 10:54:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1504', '1103', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'ucapan jcloud', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2900.00', '2900.00', '5800.00', NULL, 'selesai', '2026-03-12 10:15:50', '2026-03-12 11:52:41', '0', NULL, '2026-03-12 10:11:14', '2026-03-12 11:52:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1505', '1103', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'ucapan jcloud', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2500.00', '2500.00', '5000.00', NULL, 'selesai', '2026-03-12 10:15:53', '2026-03-12 11:52:41', '0', NULL, '2026-03-12 10:11:14', '2026-03-12 11:52:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1507', '1105', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'eid mubarak', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2300.00', '2300.00', '23000.00', 'file lama', 'selesai', '2026-03-12 12:55:39', '2026-03-12 12:57:34', '0', NULL, '2026-03-12 10:16:17', '2026-03-12 12:57:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1508', '1105', '21', 'Versant', '57', 'STICKER CHROMO', 'choco revisi', NULL, '1x1', '1.0000', 'lembar', '4', '1', '3300.00', '3300.00', '13200.00', 'file lama. cutting ya, diglossy', 'selesai', '2026-03-12 12:55:43', '2026-03-12 12:57:34', '0', NULL, '2026-03-12 10:16:17', '2026-03-12 12:57:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1514', '1110', '23', 'Outdoor', '86', 'FLEKSI BENNER 340 GSM', 'PT ANUGERAH 1', NULL, '500 x 100', '5.0000', 'm2', '5', '1', '25000.00', '125000.00', '625000.00', 'Mata Ayam, file lama', 'selesai', '2026-03-13 16:18:28', '2026-03-29 01:23:01', '0', NULL, '2026-03-12 10:21:06', '2026-03-29 01:23:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1520', '1114', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'eid sendiwa', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2600.00', '2600.00', '2600.00', NULL, 'selesai', '2026-03-13 09:09:29', '2026-03-13 10:22:48', '0', NULL, '2026-03-12 10:28:57', '2026-03-13 10:22:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1521', '1114', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'eid sendiwa', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-13 09:10:43', '2026-03-13 10:22:48', '0', NULL, '2026-03-12 10:28:57', '2026-03-13 10:22:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1527', '1117', '21', 'Versant', '49', 'ART KARTON 260 GSM', 'otw raya', NULL, '1x1', '1.0000', 'lembar', '3', '1', '2900.00', '2900.00', '8700.00', NULL, 'selesai', '2026-03-12 11:46:24', '2026-03-12 11:46:41', '0', NULL, '2026-03-12 10:32:08', '2026-03-12 11:46:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1529', '1118', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'BERKAH CAKE', NULL, '600 X 100', '6.0000', 'm2', '1', '1', '15000.00', '90000.00', '90000.00', 'Mata Ayam', 'selesai', '2026-03-12 13:18:40', '2026-03-12 14:45:17', '0', NULL, '2026-03-12 10:34:05', '2026-03-12 14:45:17', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1535', '1122', '21', 'Versant', '59', 'STICKER VINLY A3', 'pupuan 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '8100.00', '8100.00', '81000.00', 'CETAK 1 DULU', 'selesai', '2026-03-12 11:36:35', '2026-03-12 13:04:19', '0', NULL, '2026-03-12 10:56:33', '2026-03-12 13:04:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1536', '1122', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'pupuan 1', NULL, '1x1', '1.0000', 'lembar', '10', '1', '2500.00', '2500.00', '25000.00', NULL, 'selesai', '2026-03-12 11:36:32', '2026-03-12 13:04:19', '0', NULL, '2026-03-12 10:56:33', '2026-03-12 13:04:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1537', '1123', '21', 'Versant', '59', 'STICKER VINLY A3', 'sun fresh 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '8100.00', '8100.00', '40500.00', NULL, 'selesai', '2026-03-12 11:35:16', '2026-03-12 11:51:42', '0', NULL, '2026-03-12 10:58:30', '2026-03-12 11:51:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1538', '1123', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'sun fresh 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2500.00', '2500.00', '12500.00', NULL, 'selesai', '2026-03-12 11:36:19', '2026-03-12 11:51:42', '0', NULL, '2026-03-12 10:58:30', '2026-03-12 11:51:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1555', '1135', '21', 'Versant', NULL, 'STICKER CHROMO', 'zakat mal revisi', NULL, '1x1', '1.0000', 'lembar', '195', '1', '3100.00', '3100.00', '604500.00', 'page1 =  53, page2 = 12, page3 = 75, page4 = 55, cetak 1', 'selesai', '2026-03-13 09:10:28', '2026-03-13 14:47:24', '0', NULL, '2026-03-12 11:43:56', '2026-03-13 14:47:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1556', '1136', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'majelis masyayikh', NULL, '1x1', '1.0000', 'lembar', '15', '1', '2700.00', '2700.00', '40500.00', 'cetak 1', 'selesai', '2026-03-12 13:41:14', '2026-03-12 13:42:52', '0', NULL, '2026-03-12 11:44:55', '2026-03-12 13:42:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1565', '1141', '22', 'Indoor', '101', 'STICKER VINLY TRANSFARANT  METERAN', 'rizkia 1, 2 dan 3', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '70000.00', '140000.00', '140000.00', 'ada 3 file, masing masing cetak 5 pcs', 'selesai', '2026-03-12 13:18:06', '2026-03-13 14:12:02', '0', NULL, '2026-03-12 12:51:46', '2026-03-13 14:12:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1566', '1141', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'rizkia 1, 2 dan 3', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '10000.00', '20000.00', '20000.00', NULL, 'selesai', '2026-03-12 13:18:09', '2026-03-13 14:12:02', '0', NULL, '2026-03-12 12:51:46', '2026-03-13 14:12:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1577', '1148', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'persija', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-12 14:43:54', '2026-03-13 14:10:27', '0', NULL, '2026-03-12 13:22:52', '2026-03-13 14:10:27', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1578', '1148', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'persija', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-12 14:43:57', '2026-03-13 14:10:27', '0', NULL, '2026-03-12 13:22:52', '2026-03-13 14:10:27', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1579', '1148', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'persija', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-12 14:43:59', '2026-03-13 14:10:27', '0', NULL, '2026-03-12 13:22:52', '2026-03-13 14:10:27', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1581', '1150', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'adafi cut', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '70000.00', '140000.00', '140000.00', NULL, 'selesai', '2026-03-12 14:44:02', '2026-03-13 16:35:15', '0', NULL, '2026-03-12 13:29:02', '2026-03-13 16:35:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1582', '1150', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'adafi cut', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', NULL, 'selesai', '2026-03-12 14:44:04', '2026-03-13 16:35:15', '0', NULL, '2026-03-12 13:29:02', '2026-03-13 16:35:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1583', '1150', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'adafi cut', NULL, '200 x 100', '2.0000', 'm2', '1', '1', '10000.00', '20000.00', '20000.00', NULL, 'selesai', '2026-03-12 14:44:07', '2026-03-13 16:35:15', '0', NULL, '2026-03-12 13:29:02', '2026-03-13 16:35:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1587', '1153', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'TK ALAM', NULL, '400 X 200', '8.0000', 'm2', '1', '1', '15000.00', '120000.00', '120000.00', 'Mata Ayam', 'selesai', '2026-03-13 09:24:49', '2026-03-13 10:16:40', '0', NULL, '2026-03-12 13:34:33', '2026-03-13 10:16:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1590', '1156', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'NYORIDE', NULL, '1x1', '1.0000', 'lembar', '18', '1', '3300.00', '3300.00', '59400.00', NULL, 'selesai', '2026-03-12 14:13:11', '2026-03-12 14:16:17', '0', NULL, '2026-03-12 13:40:42', '2026-03-12 14:16:17', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1591', '1157', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'hujan thr bulat', NULL, '1x1', '1.0000', 'lembar', '7', '1', '2600.00', '2600.00', '18200.00', NULL, 'selesai', '2026-03-12 14:21:58', '2026-03-12 14:37:02', '0', NULL, '2026-03-12 13:59:14', '2026-03-12 14:37:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1592', '1157', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'hujan thr bulat', NULL, '1x1', '1.0000', 'lembar', '7', '1', '2500.00', '2500.00', '17500.00', NULL, 'selesai', '2026-03-12 14:17:00', '2026-03-12 14:37:02', '0', NULL, '2026-03-12 13:59:14', '2026-03-12 14:37:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1594', '1159', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'pupuk hayati', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2300.00', '2300.00', '2300.00', NULL, 'selesai', '2026-03-12 14:15:18', '2026-03-12 14:15:48', '0', NULL, '2026-03-12 14:12:36', '2026-03-12 14:15:48', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1596', '1161', '21', 'Versant', '51', 'HVS 80 GSM', 'hujan thr', NULL, '1x1', '1.0000', 'lembar', '11', '1', '1800.00', '1800.00', '19800.00', 'file kemarin', 'selesai', '2026-03-12 14:17:08', '2026-03-12 14:37:06', '0', NULL, '2026-03-12 14:15:53', '2026-03-12 14:37:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1618', '1181', '21', 'Versant', '57', 'STICKER CHROMO', 'cliq', NULL, '1x1', '1.0000', 'lembar', '20', '1', '3300.00', '3300.00', '66000.00', 'CETAK 1 DULU', 'selesai', '2026-03-13 09:10:55', '2026-03-13 09:19:19', '0', NULL, '2026-03-12 15:14:55', '2026-03-13 09:19:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1620', '1183', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'MIE AYAM IJO', NULL, '300 x 75', '2.2500', 'm2', '1', '1', '15000.00', '33750.00', '33750.00', 'Mata Ayam', 'selesai', '2026-03-13 10:34:02', '2026-03-29 01:23:13', '0', NULL, '2026-03-12 15:17:58', '2026-03-29 01:23:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1621', '1183', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'MIE AYAM IJO PANJANG', NULL, '500 x 75', '3.7500', 'm2', '1', '1', '15000.00', '56250.00', '56250.00', 'Mata Ayam', 'selesai', '2026-03-13 10:34:09', '2026-03-29 01:23:13', '0', NULL, '2026-03-12 15:17:58', '2026-03-29 01:23:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1622', '1183', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'MIE AYAM GRESS', NULL, '300 x 100', '3.0000', 'm2', '1', '1', '15000.00', '45000.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-13 10:34:15', '2026-03-29 01:23:13', '0', NULL, '2026-03-12 15:17:58', '2026-03-29 01:23:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1623', '1183', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'MIE GRESS', NULL, '700 x 100', '7.0000', 'm2', '1', '1', '15000.00', '105000.00', '105000.00', 'Mata Ayam', 'selesai', '2026-03-13 10:33:33', '2026-03-29 01:23:13', '0', NULL, '2026-03-12 15:17:58', '2026-03-29 01:23:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1624', '1184', '21', 'Versant', '47', 'ART KARTON  210 GSM', '1000 tizo new', NULL, '1x1', '1.0000', 'lembar', '60', '1', '2400.00', '2400.00', '144000.00', '@ 30, cetak 1', 'selesai', '2026-03-12 16:45:13', '2026-03-13 09:37:40', '0', NULL, '2026-03-12 15:20:18', '2026-03-13 09:37:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1625', '1184', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', '1000 tizo new', NULL, '1x1', '1.0000', 'lembar', '60', '1', '2500.00', '2500.00', '150000.00', NULL, 'selesai', '2026-03-13 09:11:04', '2026-03-13 09:37:40', '0', NULL, '2026-03-12 15:20:18', '2026-03-13 09:37:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1626', '1185', '21', 'Versant', '47', 'ART KARTON  210 GSM', '1000 tizo new', NULL, '1x1', '1.0000', 'lembar', '60', '1', '2400.00', '2400.00', '144000.00', '@ 30, cetak 1', 'selesai', '2026-03-13 09:12:19', '2026-03-13 09:42:49', '1', '2026-03-13 15:06:28', '2026-03-12 15:20:18', '2026-03-13 15:06:28', '16', 'Order dibatalkan: ke double input');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1627', '1185', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', '1000 tizo new', NULL, '1x1', '1.0000', 'lembar', '60', '1', '2500.00', '2500.00', '150000.00', NULL, 'selesai', '2026-03-13 09:12:15', '2026-03-13 09:42:49', '1', '2026-03-13 15:06:28', '2026-03-12 15:20:18', '2026-03-13 15:06:28', '16', 'Order dibatalkan: ke double input');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1631', '1187', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'angkasa 1 dan 2', NULL, '50 x 40', '0.2000', 'm2', '2', '1', '70000.00', '14000.00', '28000.00', NULL, 'selesai', '2026-03-13 09:26:12', '2026-03-13 15:18:43', '0', NULL, '2026-03-12 15:43:15', '2026-03-13 15:18:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1632', '1187', '22', 'Indoor', '75', 'IMPRABOARD', 'angkasa 1 dan 2', NULL, '50 x 40', '0.2000', 'm2', '2', '1', '100000.00', '20000.00', '40000.00', NULL, 'selesai', '2026-03-13 09:26:15', '2026-03-13 15:18:43', '0', NULL, '2026-03-12 15:43:15', '2026-03-13 15:18:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1633', '1188', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'jajanan kirani', NULL, '1x1', '1.0000', 'lembar', '15', '1', '5000.00', '5000.00', '75000.00', '@ 5', 'selesai', '2026-03-12 16:22:22', '2026-03-13 09:53:56', '0', NULL, '2026-03-12 15:49:09', '2026-03-13 09:53:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1634', '1189', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'aska 1203', NULL, '1x1', '1.0000', 'lembar', '105', '2', '3600.00', '3600.00', '378000.00', 'CETAK 1 DULU', 'selesai', '2026-03-12 16:19:38', '2026-03-12 16:23:00', '0', NULL, '2026-03-12 15:51:16', '2026-03-12 16:23:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1635', '1190', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'aska 1203', NULL, '1x1', '1.0000', 'lembar', '105', '2', '3600.00', '3600.00', '378000.00', 'CETAK 1 DULU', 'selesai', '2026-03-12 15:57:12', '2026-03-12 16:23:05', '1', '2026-03-13 15:06:41', '2026-03-12 15:51:17', '2026-03-13 15:06:41', '16', 'Order dibatalkan: kedouble input');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1637', '1192', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'maklumat 1203', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2600.00', '2600.00', '2600.00', NULL, 'selesai', '2026-03-12 16:12:00', '2026-03-12 16:23:09', '0', NULL, '2026-03-12 15:52:45', '2026-03-12 16:23:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1644', '1197', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'aska ok', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2600.00', '2600.00', '13000.00', NULL, 'selesai', '2026-03-12 16:19:41', '2026-03-12 16:23:16', '0', NULL, '2026-03-12 16:07:25', '2026-03-12 16:23:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1649', '1202', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'sorry 1 dan 2', NULL, '8 x 5', '40.0000', 'm2', '1', '1', '15000.00', '600000.00', '600000.00', 'nymabung ya, LB', 'selesai', '2026-03-13 15:02:48', '2026-03-29 01:23:18', '0', NULL, '2026-03-12 16:42:12', '2026-03-29 01:23:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1650', '1203', '21', 'Versant', '57', 'STICKER CHROMO', 'SAHABAT 1203', NULL, '1x1', '1.0000', 'lembar', '60', '1', '3100.00', '3100.00', '186000.00', '@ 20', 'selesai', '2026-03-13 09:12:25', '2026-03-13 15:42:25', '0', NULL, '2026-03-12 16:54:24', '2026-03-13 15:42:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1651', '1203', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'SAHABAT 1203', NULL, '1x1', '1.0000', 'lembar', '60', '1', '1500.00', '1500.00', '90000.00', NULL, 'selesai', '2026-03-13 09:12:37', '2026-03-13 15:42:25', '0', NULL, '2026-03-12 16:54:24', '2026-03-13 15:42:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1652', '1204', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'GRESS STIKER', NULL, '100 x 70', '0.7000', 'm2', '1', '1', '70000.00', '49000.00', '49000.00', NULL, 'selesai', '2026-03-13 09:26:21', '2026-03-13 11:14:59', '0', NULL, '2026-03-12 16:56:22', '2026-03-13 11:14:59', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1653', '1204', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'GRESS STIKER', NULL, '100 x 70', '0.7000', 'm2', '1', '1', '15000.00', '10500.00', '10500.00', NULL, 'selesai', '2026-03-13 09:26:24', '2026-03-13 11:14:59', '0', NULL, '2026-03-12 16:56:22', '2026-03-13 11:14:59', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1654', '1204', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'GRESS STIKER', NULL, '100 x 70', '0.7000', 'm2', '1', '1', '10000.00', '7000.00', '7000.00', NULL, 'selesai', '2026-03-13 09:26:26', '2026-03-13 11:14:59', '0', NULL, '2026-03-12 16:56:22', '2026-03-13 11:14:59', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1655', '1205', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'okok', NULL, '1x1', '1.0000', 'lembar', '9', '1', '2700.00', '2700.00', '24300.00', NULL, 'selesai', '2026-03-13 09:12:33', '2026-03-13 09:43:06', '0', NULL, '2026-03-12 17:03:23', '2026-03-13 09:43:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1666', '1107', '22', 'Indoor', '62', 'ALBATROS', 'dana revisi 1', NULL, '100 x 50', '0.5000', 'm2', '1', '1', '115000.00', '57500.00', '57500.00', 'potongin ya', 'selesai', '2026-03-13 09:26:35', '2026-03-13 10:32:02', '0', NULL, '2026-03-13 09:21:31', '2026-03-13 10:32:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1678', '1214', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'TEBET', NULL, '150 x 90', '1.3500', 'm2', '1', '1', '15000.00', '20250.00', '20250.00', 'Mata Ayam', 'selesai', '2026-03-13 10:35:03', '2026-03-29 01:40:14', '0', NULL, '2026-03-13 09:37:11', '2026-03-29 01:40:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1679', '1214', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'VERMAK', NULL, '90 x 60', '0.5400', 'm2', '1', '1', '15000.00', '8100.00', '8100.00', 'Mata Ayam', 'selesai', '2026-03-13 10:35:11', '2026-03-29 01:40:14', '0', NULL, '2026-03-13 09:37:11', '2026-03-29 01:40:14', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1681', '1216', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'kang suyut', NULL, '150 x 90', '1.3500', 'm2', '1', '1', '15000.00', '20250.00', '20250.00', 'Mata Ayam', 'selesai', '2026-03-13 10:35:21', '2026-03-29 01:40:29', '0', NULL, '2026-03-13 09:44:23', '2026-03-29 01:40:29', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1683', '1218', '21', 'Versant', '59', 'STICKER VINLY A3', 'jo fish 1303', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-13 10:06:48', '2026-03-13 10:34:09', '0', NULL, '2026-03-13 09:48:51', '2026-03-13 10:34:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1684', '1218', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'jo fish 1303', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-13 10:06:52', '2026-03-13 10:34:09', '0', NULL, '2026-03-13 09:48:51', '2026-03-13 10:34:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1707', '1226', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'dapur yuli', NULL, '1x1', '1.0000', 'lembar', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-13 10:21:35', '2026-03-13 10:48:51', '0', NULL, '2026-03-13 10:16:51', '2026-03-13 10:48:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1713', '1229', '21', 'Versant', '46', 'ART PAPPER 190 GSM', 'aidzin new 1', NULL, '1x1', '1.0000', 'lembar', '12', '1', '2600.00', '2600.00', '31200.00', NULL, 'selesai', '2026-03-13 10:34:09', '2026-03-13 10:46:50', '0', NULL, '2026-03-13 10:22:51', '2026-03-13 10:46:50', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1714', '1230', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'ninos 1', NULL, '100 x 50', '0.5000', 'm2', '1', '1', '70000.00', '35000.00', '35000.00', 'potongin ya', 'selesai', '2026-03-13 10:49:44', '2026-03-13 13:57:32', '0', NULL, '2026-03-13 10:24:52', '2026-03-13 13:57:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1715', '1231', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'beyond 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2600.00', '2600.00', '13000.00', NULL, 'selesai', '2026-03-13 10:46:54', '2026-03-13 11:11:05', '0', NULL, '2026-03-13 10:28:54', '2026-03-13 11:11:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1716', '1231', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'beyond 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2500.00', '2500.00', '12500.00', NULL, 'selesai', '2026-03-13 10:46:59', '2026-03-13 11:11:05', '0', NULL, '2026-03-13 10:28:54', '2026-03-13 11:11:05', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1718', '1232', '21', 'Versant', NULL, 'ART PAPPER 150 GSM', 'uang spesimen', NULL, '1x1', '1.0000', 'lembar', '22', '1', '2300.00', '2300.00', '50600.00', 'page1 = 16, page2 = 6', 'selesai', '2026-03-13 10:47:02', '2026-03-13 10:53:42', '0', NULL, '2026-03-13 10:31:44', '2026-03-13 10:53:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1719', '1233', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'ZAKAT PAK GOGO', NULL, '300 X 100', '3.0000', 'm2', '1', '1', '15000.00', '45000.00', '45000.00', 'Mata Ayam', 'selesai', '2026-03-13 10:57:02', '2026-03-29 01:40:34', '0', NULL, '2026-03-13 10:36:09', '2026-03-29 01:40:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1720', '1233', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'TAKMIR MASJID', NULL, '400 X 100', '4.0000', 'm2', '1', '1', '15000.00', '60000.00', '60000.00', 'SL KANAN KIRI', 'selesai', '2026-03-13 10:57:20', '2026-03-29 01:40:34', '0', NULL, '2026-03-13 10:36:09', '2026-03-29 01:40:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1721', '1233', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'TAKMIR MASJID BESAR', NULL, '350 X 200', '7.0000', 'm2', '1', '1', '15000.00', '105000.00', '105000.00', 'Mata Ayam', 'selesai', '2026-03-13 10:57:09', '2026-03-29 01:40:34', '0', NULL, '2026-03-13 10:36:09', '2026-03-29 01:40:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1722', '1234', '21', 'Versant', '57', 'STICKER CHROMO', 'SAYUR HIDRO 1303', NULL, '1x1', '1.0000', 'lembar', '25', '1', '3300.00', '3300.00', '82500.00', 'PAGE 1 - 3 = @ 5, PAGE4 = 10', 'selesai', '2026-03-13 10:48:52', '2026-03-13 16:14:53', '0', NULL, '2026-03-13 10:39:32', '2026-03-13 16:14:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1723', '1234', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'SAYUR HIDRO 1303', NULL, '1x1', '1.0000', 'lembar', '25', '1', '1500.00', '1500.00', '37500.00', NULL, 'selesai', '2026-03-13 10:48:56', '2026-03-13 16:14:53', '0', NULL, '2026-03-13 10:39:32', '2026-03-13 16:14:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1724', '1235', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'IDUL 1303', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2600.00', '2600.00', '2600.00', NULL, 'selesai', '2026-03-13 10:49:29', '2026-03-13 16:15:03', '0', NULL, '2026-03-13 10:41:38', '2026-03-13 16:15:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1725', '1235', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'UNGKAPAN', NULL, '1x1', '1.0000', 'lembar', '1', '2', '3800.00', '3800.00', '3800.00', NULL, 'selesai', '2026-03-13 10:49:42', '2026-03-13 16:15:03', '0', NULL, '2026-03-13 10:41:38', '2026-03-13 16:15:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1727', '1236', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'MODUL JUMAT 1 dan PRAKTIKUM', NULL, '1x1', '1.0000', 'lembar', '252', '1', '2400.00', '2400.00', '604800.00', '@ 126, cetak 1', 'selesai', '2026-03-13 10:49:22', '2026-03-14 13:10:55', '0', NULL, '2026-03-13 10:45:06', '2026-03-14 13:10:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1728', '1236', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'MODUL JUMAT 1 dan PRAKTIKUM', NULL, '1x1', '1.0000', 'lembar', '252', '1', '1500.00', '1500.00', '378000.00', NULL, 'selesai', '2026-03-13 10:49:34', '2026-03-14 13:10:55', '0', NULL, '2026-03-13 10:45:06', '2026-03-14 13:10:55', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1730', '1238', '21', 'Versant', '57', 'STICKER CHROMO', 'stiker ummi 1', NULL, '1x1', '1.0000', 'lembar', '40', '1', '3100.00', '3100.00', '124000.00', '@ 20, cetak 1', 'selesai', '2026-03-13 10:49:50', '2026-03-13 14:18:32', '0', NULL, '2026-03-13 10:48:54', '2026-03-13 14:18:32', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1731', '1239', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'innestfood', NULL, '1x1', '1.0000', 'lembar', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-13 10:55:59', '2026-03-13 11:10:45', '0', NULL, '2026-03-13 10:54:26', '2026-03-13 11:10:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1734', '1241', '21', 'Versant', '57', 'STICKER CHROMO', 'kopi tugu', NULL, '1x1', '1.0000', 'lembar', '25', '1', '3300.00', '3300.00', '82500.00', NULL, 'selesai', '2026-03-13 11:40:57', '2026-03-14 09:58:33', '0', NULL, '2026-03-13 11:18:39', '2026-03-14 09:58:33', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1735', '1241', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'okta tri', NULL, '1x1', '1.0000', 'lembar', '30', '1', '2400.00', '2400.00', '72000.00', NULL, 'selesai', '2026-03-13 11:41:00', '2026-03-14 09:58:33', '0', NULL, '2026-03-13 11:18:40', '2026-03-14 09:58:33', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1740', '1246', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'SRIWIJAYA 1 dan ANNASIR', NULL, '300 x 100', '3.0000', 'm2', '2', '1', '15000.00', '45000.00', '90000.00', 'Mata Ayam', 'selesai', '2026-03-13 15:03:11', '2026-03-29 01:40:41', '0', NULL, '2026-03-13 11:41:47', '2026-03-29 01:40:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1748', '1245', '23', 'Outdoor', '88', 'FLEKSI BENNER 440 GSM BO', 'sisa bahan', NULL, '520 x 100', '5.2000', 'm2', '1', '1', '25000.00', '130000.00', '130000.00', NULL, 'selesai', '2026-03-14 13:34:46', '2026-03-29 01:40:37', '0', NULL, '2026-03-13 11:50:13', '2026-03-29 01:40:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1749', '1250', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'dijual 1303', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-14 11:31:56', '2026-03-29 01:40:43', '0', NULL, '2026-03-13 12:54:10', '2026-03-29 01:40:43', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1750', '1251', '21', 'Versant', '57', 'STICKER CHROMO', 'eid al 1303', NULL, '1x1', '1.0000', 'lembar', '2', '1', '3300.00', '3300.00', '6600.00', NULL, 'selesai', '2026-03-13 13:47:20', '2026-03-13 14:20:42', '0', NULL, '2026-03-13 12:56:43', '2026-03-13 14:20:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1751', '1251', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'holocakes', NULL, '1x1', '1.0000', 'lembar', '1', '1', '5000.00', '5000.00', '5000.00', NULL, 'selesai', '2026-03-13 13:47:26', '2026-03-13 14:20:42', '0', NULL, '2026-03-13 12:56:43', '2026-03-13 14:20:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1752', '1252', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'tofo 1', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-13 13:57:33', '2026-03-14 11:37:45', '0', NULL, '2026-03-13 12:58:10', '2026-03-14 11:37:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1753', '1252', '22', 'Indoor', '81', 'LAMINASI METERAN MATTE', 'tofo 1', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'selesai', '2026-03-13 13:57:36', '2026-03-14 11:37:45', '0', NULL, '2026-03-13 12:58:10', '2026-03-14 11:37:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1754', '1253', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'GERREN', NULL, '200 X 200', '4.0000', 'm2', '1', '1', '15000.00', '60000.00', '60000.00', 'Mata Ayam', 'selesai', '2026-03-14 10:53:21', '2026-03-29 01:40:46', '0', NULL, '2026-03-13 13:00:44', '2026-03-29 01:40:46', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1755', '1253', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'RESITA', NULL, '200 X 100', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', 'Mata Ayam', 'selesai', '2026-03-14 10:53:27', '2026-03-29 01:40:46', '0', NULL, '2026-03-13 13:00:44', '2026-03-29 01:40:46', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1756', '1254', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'ZAKAT 1303', NULL, '1x1', '1.0000', 'lembar', '4', '1', '2700.00', '2700.00', '10800.00', '@ 2', 'selesai', '2026-03-13 13:52:28', '2026-03-13 14:18:45', '0', NULL, '2026-03-13 13:01:43', '2026-03-13 14:18:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1760', '1258', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'ZAKAT FITRAH', NULL, '150 x 100', '1.5000', 'm2', '1', '1', '15000.00', '22500.00', '22500.00', 'Mata Ayam', 'finishing', '2026-03-14 10:53:39', NULL, '0', NULL, '2026-03-13 13:37:23', '2026-03-14 10:55:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1762', '1260', '21', 'Versant', '44', 'ART PAPPER 120 GSM', 'eid 1303', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2200.00', '2200.00', '11000.00', 'cutting ya', 'selesai', '2026-03-13 13:52:42', '2026-03-13 16:36:07', '0', NULL, '2026-03-13 13:44:40', '2026-03-13 16:36:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1768', '1263', '21', 'Versant', '60', 'STICKER A3 TRANSFARANT', 'zte 1303', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-13 14:00:03', '2026-03-13 14:02:00', '0', NULL, '2026-03-13 13:55:24', '2026-03-13 14:02:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1780', '1272', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'fudgy 1', NULL, '1x1', '1.0000', 'lembar', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-13 14:23:35', '2026-03-13 16:15:41', '0', NULL, '2026-03-13 14:10:04', '2026-03-13 16:15:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1789', '1277', '21', 'Versant', '59', 'STICKER VINLY A3', 'cetakan fadil 2', NULL, '1x1', '1.0000', 'lembar', '27', '1', '7900.00', '7900.00', '213300.00', 'page1 = 9, page 2 = 18, file lama, cetak 1', 'selesai', '2026-03-13 14:27:48', '2026-03-14 10:43:04', '0', NULL, '2026-03-13 14:21:44', '2026-03-14 10:43:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1790', '1277', '21', 'Versant', '59', 'STICKER VINLY A3', 'cetakan fadil revisi 1', NULL, '1x1', '1.0000', 'lembar', '28', '1', '7900.00', '7900.00', '221200.00', 'page5 = 18, page6 = 10, file lama, cetak 1', 'selesai', '2026-03-13 14:27:54', '2026-03-14 10:43:04', '0', NULL, '2026-03-13 14:21:44', '2026-03-14 10:43:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1791', '1224', '23', 'Outdoor', NULL, 'FLEKSI BENNER 280 GSM', 'BUKA BERSAMA', NULL, '100 x 200', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', 'Mata Ayam', 'selesai', '2026-03-14 11:06:21', '2026-03-17 07:08:47', '0', NULL, '2026-03-13 14:22:58', '2026-03-17 07:08:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1798', '1281', '21', 'Versant', '57', 'STICKER CHROMO', 'bukber 1303', NULL, '1x1', '1.0000', 'lembar', '9', '1', '3300.00', '3300.00', '29700.00', NULL, 'selesai', '2026-03-13 14:43:28', '2026-03-13 15:43:01', '0', NULL, '2026-03-13 14:35:32', '2026-03-13 15:43:01', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1800', '1283', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'astrea brother', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'finishing', '2026-03-14 09:43:45', NULL, '0', NULL, '2026-03-13 14:48:19', '2026-03-14 11:01:13', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1801', '1283', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', 'astrea brother', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'finishing', '2026-03-14 09:43:50', NULL, '0', NULL, '2026-03-13 14:48:19', '2026-03-14 11:01:15', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1802', '1283', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'astrea brother', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'finishing', '2026-03-14 09:43:54', NULL, '0', NULL, '2026-03-13 14:48:19', '2026-03-14 11:01:18', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1813', '1289', '21', 'Versant', '59', 'STICKER VINLY A3', 'revolution 1303', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-14 09:14:05', '2026-03-14 11:21:02', '0', NULL, '2026-03-13 15:43:45', '2026-03-14 11:21:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1814', '1289', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'revolution 1303', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-14 09:14:11', '2026-03-14 11:21:02', '0', NULL, '2026-03-13 15:43:45', '2026-03-14 11:21:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1815', '1289', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'revolution 1303', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-14 09:14:15', '2026-03-14 11:21:02', '0', NULL, '2026-03-13 15:43:45', '2026-03-14 11:21:02', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1824', '1295', '22', 'Indoor', '61', 'STICKER VINLY METERAN', '1000 tizo fix', NULL, '100 x 50', '0.5000', 'm2', '1', '1', '70000.00', '35000.00', '35000.00', '1000 tizo fix', 'selesai', '2026-03-14 09:43:58', '2026-03-14 13:58:03', '0', NULL, '2026-03-13 15:57:56', '2026-03-14 13:58:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1825', '1295', '22', 'Indoor', '82', 'LAMINASI METERAN GLOSSY', '1000 tizo fix', NULL, '100 x 50', '0.5000', 'm2', '1', '1', '15000.00', '7500.00', '7500.00', NULL, 'selesai', '2026-03-14 09:44:03', '2026-03-14 13:58:03', '0', NULL, '2026-03-13 15:57:56', '2026-03-14 13:58:03', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1830', '1298', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'qianna 1303', NULL, '1x1', '1.0000', 'lembar', '13', '1', '5000.00', '5000.00', '65000.00', 'page1 = 7, page2 = 5, cetak 1', 'selesai', '2026-03-14 09:14:40', '2026-03-14 11:03:16', '0', NULL, '2026-03-13 16:00:08', '2026-03-14 11:03:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1833', '1301', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'dewi n baru', NULL, '1x1', '1.0000', 'lembar', '2', '1', '2600.00', '2600.00', '5200.00', NULL, 'selesai', '2026-03-13 17:03:31', '2026-03-13 17:04:40', '0', NULL, '2026-03-13 16:10:52', '2026-03-13 17:04:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1840', '1308', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'go joost 1', NULL, '1x1', '1.0000', 'lembar', '100', '1', '5000.00', '5000.00', '500000.00', 'CETAK 1 DULU', 'selesai', '2026-03-14 09:44:53', '2026-03-14 13:11:12', '0', NULL, '2026-03-14 09:22:18', '2026-03-14 13:11:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1841', '1309', '21', 'Versant', '59', 'STICKER VINLY A3', 'bella cookies', NULL, '1x1', '1.0000', 'lembar', '9', '1', '8100.00', '8100.00', '72900.00', 'page1 = 5, page2 = 4', 'selesai', '2026-03-14 09:44:55', '2026-03-14 11:10:42', '0', NULL, '2026-03-14 09:26:55', '2026-03-14 11:10:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1842', '1309', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'bella cookies', NULL, '1x1', '1.0000', 'lembar', '9', '1', '2500.00', '2500.00', '22500.00', NULL, 'selesai', '2026-03-14 09:44:59', '2026-03-14 11:10:42', '0', NULL, '2026-03-14 09:26:55', '2026-03-14 11:10:42', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1843', '1310', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'zea sabtu 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2700.00', '2700.00', '13500.00', NULL, 'selesai', '2026-03-14 09:45:03', '2026-03-14 09:51:37', '0', NULL, '2026-03-14 09:28:03', '2026-03-14 09:51:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1846', '1313', '21', 'Versant', '50', 'ART KARTON 310 GSM', 'beyond 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '3300.00', '3300.00', '16500.00', 'file kemarin', 'selesai', '2026-03-14 09:45:17', '2026-03-14 10:46:56', '0', NULL, '2026-03-14 09:33:55', '2026-03-14 10:46:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1847', '1313', '21', 'Versant', '92', 'CUTTING A3 DIE CUT', 'beyond 1', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2500.00', '2500.00', '12500.00', NULL, 'selesai', '2026-03-14 09:45:20', '2026-03-14 10:46:56', '0', NULL, '2026-03-14 09:33:55', '2026-03-14 10:46:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1853', '1317', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'bank jakarta', NULL, '100 x 62', '0.6200', 'm2', '1', '1', '70000.00', '43400.00', '43400.00', 'potongin ya', 'selesai', '2026-03-14 09:44:07', '2026-03-14 11:04:58', '0', NULL, '2026-03-14 09:40:23', '2026-03-14 11:04:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1854', '1317', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'bank jakarta', NULL, '100 x 62', '0.6200', 'm2', '1', '1', '10000.00', '6200.00', '6200.00', NULL, 'selesai', '2026-03-14 09:44:11', '2026-03-14 11:04:58', '0', NULL, '2026-03-14 09:40:23', '2026-03-14 11:04:58', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1857', '1320', '21', 'Versant', '59', 'STICKER VINLY A3', 'team pemburu', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', NULL, 'selesai', '2026-03-14 09:48:45', '2026-03-14 13:11:47', '0', NULL, '2026-03-14 09:48:00', '2026-03-14 13:11:47', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1859', '1322', '21', 'Versant', '59', 'STICKER VINLY A3', 'orado', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', 'page 1 aja ya', 'selesai', '2026-03-14 10:12:39', '2026-03-14 10:47:39', '0', NULL, '2026-03-14 09:51:11', '2026-03-14 10:47:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1860', '1322', '21', 'Versant', '91', 'CUTTING A3 KIS CUT', 'orado', NULL, '1x1', '1.0000', 'lembar', '1', '1', '2500.00', '2500.00', '2500.00', NULL, 'selesai', '2026-03-14 09:59:38', '2026-03-14 10:47:39', '0', NULL, '2026-03-14 09:51:11', '2026-03-14 10:47:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1861', '1323', '21', 'Versant', '59', 'STICKER VINLY A3', 'orado', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', 'page 2 aja', 'selesai', '2026-03-14 10:12:43', '2026-03-14 11:10:56', '0', NULL, '2026-03-14 09:53:30', '2026-03-14 11:10:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1862', '1323', '21', 'Versant', '59', 'STICKER VINLY A3', 'orado', NULL, '1x1', '1.0000', 'lembar', '2', '1', '8100.00', '8100.00', '16200.00', NULL, 'selesai', '2026-03-14 10:12:46', '2026-03-14 11:10:56', '0', NULL, '2026-03-14 09:53:30', '2026-03-14 11:10:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1863', '1323', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'orado', NULL, '1x1', '1.0000', 'lembar', '2', '1', '1500.00', '1500.00', '3000.00', NULL, 'selesai', '2026-03-14 10:12:49', '2026-03-14 11:10:56', '0', NULL, '2026-03-14 09:53:30', '2026-03-14 11:10:56', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1872', '1332', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'bens cof', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '70000.00', '70000.00', '70000.00', NULL, 'selesai', '2026-03-14 11:00:36', '2026-03-14 15:32:25', '0', NULL, '2026-03-14 10:21:44', '2026-03-14 15:32:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1873', '1332', '22', 'Indoor', '99', 'CUTTING DIE CUT METERAN', 'bens cof', NULL, '100 x 100', '1.0000', 'm2', '1', '1', '10000.00', '10000.00', '10000.00', NULL, 'selesai', '2026-03-14 11:00:41', '2026-03-14 15:32:25', '0', NULL, '2026-03-14 10:21:44', '2026-03-14 15:32:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1881', '1336', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'eau de parfume 1403', NULL, '1x1', '1.0000', 'lembar', '18', '1', '5000.00', '5000.00', '90000.00', '@ 2', 'selesai', '2026-03-14 10:57:29', '2026-03-14 15:48:37', '0', NULL, '2026-03-14 10:47:14', '2026-03-14 15:48:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1882', '1336', '21', 'Versant', '68', 'LAMINASI A3 GLOSSY', 'eau de parfume 1403', NULL, '1x1', '1.0000', 'lembar', '18', '1', '1500.00', '1500.00', '27000.00', NULL, 'selesai', '2026-03-14 10:57:32', '2026-03-14 15:48:37', '0', NULL, '2026-03-14 10:47:14', '2026-03-14 15:48:37', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1883', '1337', '21', 'Versant', '59', 'STICKER VINLY A3', 'yofc 1403', NULL, '1x1', '1.0000', 'lembar', '1', '1', '8100.00', '8100.00', '8100.00', NULL, 'selesai', '2026-03-14 10:57:34', '2026-03-14 11:13:40', '0', NULL, '2026-03-14 10:48:50', '2026-03-14 11:13:40', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1887', '1340', '21', 'Versant', NULL, 'HVS 80 GSM', 'yasin nur jauhari', NULL, '1x1', '1.0000', 'lembar', '33', '1', '1600.00', '1600.00', '52800.00', 'page 2 sampe 4 aja, @ 11', 'selesai', '2026-03-14 10:58:03', '2026-03-14 13:28:38', '0', NULL, '2026-03-14 10:57:52', '2026-03-14 13:28:38', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1893', '1344', '21', 'Versant', '48', 'ART KARTON 230 GSM', 'yasin nur jauhari', NULL, '1x1', '1.0000', 'lembar', '21', '1', '2700.00', '2700.00', '56700.00', 'page 1 aja', 'selesai', '2026-03-14 11:06:59', '2026-03-14 13:29:06', '0', NULL, '2026-03-14 11:02:53', '2026-03-14 13:29:06', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1896', '1346', '22', 'Indoor', '62', 'ALBATROS', 'prewed 1403', NULL, '100 x 50', '0.5000', 'm2', '1', '1', '115000.00', '57500.00', '57500.00', NULL, 'selesai', '2026-03-14 13:18:49', '2026-03-14 16:38:49', '0', NULL, '2026-03-14 11:05:36', '2026-03-14 16:38:49', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1900', '1349', '23', 'Outdoor', '87', 'FLEKSI BENNER 440 GSM WHITE', 'BAKSO ALI', NULL, '700 X 60', '4.2000', 'm2', '1', '1', '30000.00', '126000.00', '126000.00', 'lebih bahan', 'finishing', '2026-03-16 10:10:33', NULL, '0', NULL, '2026-03-14 11:15:48', '2026-05-01 11:48:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1902', '1351', '23', 'Outdoor', '87', 'FLEKSI BENNER 440 GSM WHITE', 'MIE JUMBO', NULL, '400 X 100', '4.0000', 'm2', '1', '1', '30000.00', '120000.00', '120000.00', 'Mata Ayam', 'finishing', '2026-03-21 01:00:19', NULL, '0', NULL, '2026-03-14 11:27:24', '2026-05-01 11:48:00', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1907', '1354', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'HUJAN 10000', NULL, '1x1', '1.0000', 'lembar', '9', '1', '2600.00', '2600.00', '23400.00', NULL, 'selesai', '2026-03-14 11:38:50', '2026-03-14 13:14:26', '0', NULL, '2026-03-14 11:32:10', '2026-03-14 13:14:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1910', '1356', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'idul jusan', NULL, '1x1', '1.0000', 'lembar', '5', '1', '2600.00', '2600.00', '13000.00', NULL, 'selesai', '2026-03-14 11:38:58', '2026-03-14 13:14:51', '0', NULL, '2026-03-14 11:35:52', '2026-03-14 13:14:51', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1912', '1358', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PONDOK 1', NULL, '200 X 80', '1.6000', 'm2', '1', '1', '15000.00', '24000.00', '24000.00', 'Mata Ayam', 'proses_cetak', '2026-03-21 13:16:24', NULL, '0', NULL, '2026-03-14 11:41:42', '2026-03-21 13:16:24', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1913', '1358', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'PONDOK BESAR', NULL, '300 X 120', '3.6000', 'm2', '1', '1', '15000.00', '54000.00', '54000.00', 'Mata Ayam', 'finishing', '2026-05-01 11:46:23', NULL, '0', NULL, '2026-03-14 11:41:42', '2026-05-01 11:48:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1917', '1362', '21', 'Versant', '105', 'PROMO KROMO RAMADHAN', 'dapoer solo', NULL, '1x1', '1.0000', 'lembar', '3', '1', '5000.00', '5000.00', '15000.00', NULL, 'selesai', '2026-03-14 13:18:14', '2026-03-14 13:42:41', '0', NULL, '2026-03-14 12:02:29', '2026-03-14 13:42:41', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1920', '1365', '22', 'Indoor', '101', 'STICKER VINLY TRANSFARANT  METERAN', 'zte republic', NULL, '119 x 196', '2.3324', 'm2', '1', '1', '95000.00', '221578.00', '221578.00', NULL, 'selesai', '2026-03-14 13:18:53', '2026-03-14 15:58:53', '0', NULL, '2026-03-14 12:09:37', '2026-03-14 15:58:53', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1928', '1369', '21', 'Versant', '57', 'STICKER CHROMO', 'unboxing fadil', NULL, '1x1', '1.0000', 'lembar', '5', '1', '3300.00', '3300.00', '16500.00', 'file lama', 'selesai', '2026-03-14 13:18:47', '2026-03-14 13:41:25', '0', NULL, '2026-03-14 12:58:16', '2026-03-14 13:41:25', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1942', '1377', '21', 'Versant', '57', 'STICKER CHROMO', 'memory 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '3300.00', '3300.00', '3300.00', NULL, 'selesai', '2026-03-14 13:40:35', '2026-03-14 15:13:52', '0', NULL, '2026-03-14 13:28:39', '2026-03-14 15:13:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1943', '1377', '21', 'Versant', '67', 'LAMINASI A3 MATTE', 'memory 1', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1500.00', '1500.00', '1500.00', NULL, 'selesai', '2026-03-14 13:40:39', '2026-03-14 15:13:52', '0', NULL, '2026-03-14 13:28:39', '2026-03-14 15:13:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1947', '1380', '21', 'Versant', '45', 'ART PAPPER 150 GSM', 'amplop mas pajar new', NULL, '1x1', '1.0000', 'lembar', '34', '1', '2100.00', '2100.00', '71400.00', 'page1 =, 4, page2 = 6, page3 = 18, page4 = 6', 'selesai', '2026-03-14 13:58:59', '2026-03-14 14:13:09', '0', NULL, '2026-03-14 13:44:50', '2026-03-14 14:13:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1969', '1391', '21', 'Versant', '47', 'ART KARTON  210 GSM', 'wawan 1', NULL, '1x1', '1.0000', 'lembar', '6', '1', '2600.00', '2600.00', '15600.00', NULL, 'selesai', '2026-03-14 16:10:21', '2026-03-14 16:11:28', '0', NULL, '2026-03-14 16:06:12', '2026-03-14 16:11:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1970', '1361', '21', 'Versant', NULL, 'ART PAPPER 120 GSM', 'yasin mustika', NULL, '1x1', '1.0000', 'lembar', '125', '1', '2000.00', '2000.00', '250000.00', 'page1 = 1 lbr, page2 = 124 lbr, cetak 1', 'selesai', '2026-03-14 16:10:23', '2026-03-14 16:56:19', '0', NULL, '2026-03-14 16:08:53', '2026-03-14 16:56:19', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1977', '1394', '22', 'Indoor', '62', 'ALBATROS', 'imandantakwa', NULL, '100x50', '0.5000', 'm2', '1', '1', '115000.00', '57500.00', '57500.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-15 22:42:59', '2026-03-15 22:42:59', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1978', '1395', '22', 'Indoor', '62', 'ALBATROS', 'kepale', NULL, '100x50', '0.5000', 'm2', '1', '1', '115000.00', '57500.00', '57500.00', NULL, 'proses_cetak', '2026-05-01 11:46:39', NULL, '0', NULL, '2026-03-15 22:43:36', '2026-05-01 11:46:39', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1979', '1396', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'asas', NULL, '1x3', '3.0000', 'm2', '1', '1', '15000.00', '45000.00', '45000.00', NULL, 'proses_cetak', '2026-05-01 11:46:52', NULL, '0', NULL, '2026-03-16 09:35:23', '2026-05-01 11:46:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1980', '1397', '22', 'Indoor', '61', 'STICKER VINLY METERAN', 'kelape', NULL, '2x1', '2.0000', 'm2', '4', '1', '70000.00', '140000.00', '560000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-17 02:26:28', '2026-03-17 02:26:28', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1981', '1398', '22', 'Indoor', '62', 'ALBATROS', 'file cetak', NULL, '10x3', '30.0000', 'm2', '1', '1', '115000.00', '3450000.00', '3450000.00', NULL, 'selesai', '2026-03-21 01:06:33', '2026-03-21 01:07:07', '0', NULL, '2026-03-21 01:03:56', '2026-03-21 01:07:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1982', '1399', '22', 'Indoor', '62', 'ALBATROS', 'cobacb', NULL, '1x1', '1.0000', 'm2', '1', '1', '115000.00', '115000.00', '115000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-28 18:39:09', '2026-03-28 18:39:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1983', '1400', '22', 'Indoor', '101', 'STICKER VINLY TRANSFARANT  METERAN', 'Nano', NULL, '1x50', '50.0000', 'm2', '1', '1', '95000.00', '4750000.00', '4750000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 03:56:26', '2026-03-29 03:56:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1984', '1400', '22', 'Indoor', '101', 'STICKER VINLY TRANSFARANT  METERAN', 'Nano', NULL, '1x50', '50.0000', 'm2', '1', '1', '95000.00', '4750000.00', '4750000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 03:56:26', '2026-03-29 03:56:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1985', '1400', '22', 'Indoor', '101', 'STICKER VINLY TRANSFARANT  METERAN', 'Nano', NULL, '1x50', '50.0000', 'm2', '1', '1', '95000.00', '4750000.00', '4750000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 03:56:26', '2026-03-29 03:56:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1986', '1400', '22', 'Indoor', '101', 'STICKER VINLY TRANSFARANT  METERAN', 'Nano', NULL, '1x50', '50.0000', 'm2', '1', '1', '95000.00', '4750000.00', '4750000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 03:56:26', '2026-03-29 03:56:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1987', '1400', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'Nano4', NULL, '3x25', '75.0000', 'm2', '1', '1', '15000.00', '1125000.00', '1125000.00', NULL, 'finishing', '2026-05-01 11:47:19', NULL, '0', NULL, '2026-03-29 03:56:26', '2026-05-01 11:47:34', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1988', '1400', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'Nano4', NULL, '3x25', '75.0000', 'm2', '1', '1', '15000.00', '1125000.00', '1125000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 03:56:26', '2026-03-29 03:56:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1989', '1400', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'Nano4', NULL, '3x25', '75.0000', 'm2', '1', '1', '15000.00', '1125000.00', '1125000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 03:56:26', '2026-03-29 03:56:26', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1990', '1401', '22', 'Indoor', '64', 'STICKER HOLOGRAM', 'Lamborghini', NULL, '1x25', '25.0000', 'm2', '10', '1', '150000.00', '3750000.00', '37500000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 03:58:52', '2026-03-29 03:58:52', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1991', '1402', '22', 'Indoor', '107', 'ROLL UP 60 x 160 cm + ALBATROS', 'telurayam', NULL, '1x1', '1.0000', 'lembar', '1', '1', '250000.00', '250000.00', '250000.00', NULL, 'selesai', '2026-03-29 14:36:49', '2026-03-29 14:37:04', '0', NULL, '2026-03-29 14:30:06', '2026-03-29 14:37:04', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1992', '1403', '22', 'Indoor', '107', 'ROLL UP 60 x 160 cm + ALBATROS', 'aaa', NULL, '1x1', '1.0000', 'lembar', '1', '1', '250000.00', '250000.00', '250000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 15:05:12', '2026-03-29 15:05:12', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1993', '1404', '22', 'Indoor', '107', 'ROLL UP 60 x 160 cm + ALBATROS', 'natadecoco', NULL, '1x1', '1.0000', 'lembar', '4', '1', '250000.00', '250000.00', '1000000.00', NULL, 'pending', NULL, NULL, '1', '2026-03-29 15:10:06', '2026-03-29 15:07:34', '2026-03-29 15:10:06', '2', 'Order dibatalkan: batal order');
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1994', '1405', '21', 'Versant', '113', 'Kalender 210GSM', 'BRI', NULL, '1x1', '1.0000', 'lembar', '160', '1', '8000.00', '8000.00', '1280000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 16:03:31', '2026-03-29 16:03:31', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1995', '1406', '21', 'Versant', '51', 'HVS 80 GSM', 'xx', NULL, '1x1', '1.0000', 'lembar', '1', '1', '1800.00', '1800.00', '1800.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-29 16:21:20', '2026-03-29 16:21:20', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1996', '1407', '22', 'Indoor', '73', 'ROLL UP 80 X 180/200 CM', 'keras', NULL, '1x1', '1.0000', 'lembar', '5', '1', '150000.00', '150000.00', '750000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-30 16:30:07', '2026-03-30 16:30:07', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1997', '1408', '22', 'Indoor', '72', 'ROLL UP 60 X 160 CM', 'xxxx', NULL, '1x1', '1.0000', 'lembar', '1', '1', '150000.00', '150000.00', '150000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-30 18:03:16', '2026-03-30 18:03:16', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1998', '1409', '22', 'Indoor', '73', 'ROLL UP 80 X 180/200 CM', 'xxww', NULL, '1x1', '1.0000', 'lembar', '1', '1', '150000.00', '150000.00', '150000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-30 18:20:09', '2026-03-30 18:20:09', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1999', '1410', '22', 'Indoor', '109', 'ROLL UP 80 X 180/200 CM + ALBATROS', 'adsad', NULL, '1x1', '1.0000', 'lembar', '1', '1', '350000.00', '350000.00', '350000.00', NULL, 'pending', NULL, NULL, '0', NULL, '2026-03-30 18:22:35', '2026-03-30 18:22:35', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('2000', '1411', '22', 'Indoor', '107', 'ROLL UP 60 x 160 cm + ALBATROS', 'pointcoffe', NULL, '1x1', '1.0000', 'lembar', '1', '1', '250000.00', '250000.00', '250000.00', NULL, 'finishing', '2026-03-30 18:57:41', NULL, '0', NULL, '2026-03-30 18:49:34', '2026-03-30 18:57:45', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('2001', '1412', '23', 'Outdoor', '107', 'ROLL UP 60 x 160 cm + ALBATROS', 'bebelac', NULL, '1x1', '1.0000', 'lembar', '1', '1', '250000.00', '250000.00', '250000.00', NULL, 'finishing', '2026-03-30 18:57:35', NULL, '0', NULL, '2026-03-30 18:57:23', '2026-03-30 18:57:49', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('2002', '1413', '23', 'Outdoor', '85', 'FLEKSI BENNER 280 GSM', 'yuli', NULL, '2x1', '2.0000', 'm2', '1', '1', '15000.00', '30000.00', '30000.00', '4', 'finishing', '2026-05-01 11:49:41', NULL, '0', NULL, '2026-04-26 22:00:54', '2026-05-01 11:49:49', NULL, NULL);
INSERT INTO `order_items` (`id`, `order_id`, `product_id`, `product_name`, `material_id`, `material_name`, `file_name`, `file_path`, `size_description`, `size_value`, `size_unit`, `qty`, `sisi`, `base_price`, `calculated_price`, `subtotal`, `finishing_note`, `production_status`, `item_started_at`, `item_finished_at`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('2003', '1413', '24', 'Jasa', '100', 'JASA POTONG', 'banner', NULL, '1x1', '1.0000', 'm2', '1', '1', '15000.00', '15000.00', '15000.00', NULL, 'finishing', '2026-05-01 11:49:41', NULL, '0', NULL, '2026-04-26 22:00:54', '2026-05-01 11:49:49', NULL, NULL);

-- --------------------------------------------------------
-- Table structure for table `orders`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `orders`;
CREATE TABLE `orders` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `invoice_number` varchar(255) NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `customer_name` varchar(255) NOT NULL,
  `customer_phone` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `total_price` decimal(15,2) NOT NULL,
  `paid_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `change_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `payment_status` enum('unpaid','partial','paid') DEFAULT 'unpaid',
  `is_credit` tinyint(1) NOT NULL DEFAULT 0,
  `paid_at` timestamp NULL DEFAULT NULL,
  `due_date` date DEFAULT NULL,
  `production_status` enum('pending','proses_cetak','finishing','selesai') NOT NULL DEFAULT 'pending',
  `pickup_status` enum('not_picked_up','picked_up') NOT NULL DEFAULT 'not_picked_up',
  `picked_up_at` timestamp NULL DEFAULT NULL,
  `started_at` timestamp NULL DEFAULT NULL,
  `finished_at` timestamp NULL DEFAULT NULL,
  `wa_sent` tinyint(1) NOT NULL DEFAULT 0,
  `wa_notified_at` datetime DEFAULT NULL,
  `designer_id` bigint(20) unsigned NOT NULL,
  `cashier_id` bigint(20) unsigned DEFAULT NULL,
  `operator_id` bigint(20) unsigned DEFAULT NULL,
  `finishing_operator_id` bigint(20) unsigned DEFAULT NULL,
  `spk_printed` tinyint(1) NOT NULL DEFAULT 0,
  `spk_printed_at` timestamp NULL DEFAULT NULL,
  `remaining_balance` decimal(15,2) NOT NULL DEFAULT 0.00,
  `report_total_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `report_total_qty` int(11) NOT NULL DEFAULT 0,
  `report_remaining_balance` decimal(15,2) NOT NULL DEFAULT 0.00,
  `is_cancelled` tinyint(1) NOT NULL DEFAULT 0,
  `cancelled_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `cancelled_by` bigint(20) unsigned DEFAULT NULL,
  `cancel_reason` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `orders_invoice_number_unique` (`invoice_number`),
  KEY `orders_designer_id_foreign` (`designer_id`),
  KEY `orders_cashier_id_foreign` (`cashier_id`),
  KEY `orders_operator_id_foreign` (`operator_id`),
  KEY `orders_payment_status_index` (`payment_status`),
  KEY `orders_production_status_index` (`production_status`),
  KEY `orders_created_at_index` (`created_at`),
  KEY `orders_customer_id_foreign` (`customer_id`),
  KEY `orders_pickup_status_index` (`pickup_status`),
  KEY `orders_cancelled_by_foreign` (`cancelled_by`),
  KEY `orders_is_cancelled_index` (`is_cancelled`),
  KEY `orders_finishing_operator_id_index` (`finishing_operator_id`),
  CONSTRAINT `orders_cancelled_by_foreign` FOREIGN KEY (`cancelled_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `orders_cashier_id_foreign` FOREIGN KEY (`cashier_id`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `orders_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `customers` (`id`) ON DELETE SET NULL,
  CONSTRAINT `orders_designer_id_foreign` FOREIGN KEY (`designer_id`) REFERENCES `users` (`id`) ON DELETE CASCADE,
  CONSTRAINT `orders_finishing_operator_id_foreign` FOREIGN KEY (`finishing_operator_id`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `orders_operator_id_foreign` FOREIGN KEY (`operator_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=1414 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `orders`

INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('18', 'INV-20260302-0002', '3', 'Livina', '085768038613', NULL, '155400.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 12:06:08', '2026-03-02 11:30:43', '2026-03-02 12:35:53', '0', '2026-03-05 14:53:06', '3', NULL, NULL, NULL, '1', '2026-03-02 10:13:31', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 10:10:46', '2026-03-06 12:06:08', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('21', 'INV-20260302-0005', '7', 'Soleh Assalam', '081351415060', NULL, '630000.00', '630000.00', '0.00', 'paid', '1', '2026-03-02 16:35:22', NULL, 'selesai', 'picked_up', '2026-03-07 14:08:33', '2026-03-02 13:36:05', '2026-03-02 14:12:48', '0', '2026-03-05 14:52:23', '3', '16', NULL, NULL, '1', '2026-03-02 10:32:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 10:32:24', '2026-03-07 14:08:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('24', 'INV-20260302-0008', '10', 'Asrofi', '082181926820', NULL, '3300.00', '10000.00', '6700.00', 'paid', '1', '2026-03-03 15:09:42', NULL, 'selesai', 'picked_up', '2026-03-06 12:06:00', '2026-03-02 11:31:47', '2026-03-02 12:01:14', '0', '2026-03-05 14:53:21', '3', '16', NULL, NULL, '1', '2026-03-02 10:37:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 10:37:42', '2026-03-06 12:06:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('26', 'INV-20260302-0010', '11', 'Ali Mur', '082269180913', NULL, '310000.00', '310000.00', '0.00', 'paid', '1', '2026-03-03 16:34:14', NULL, 'selesai', 'picked_up', '2026-03-02 15:38:17', '2026-03-02 11:32:39', '2026-03-02 12:36:45', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 10:51:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 10:51:22', '2026-03-03 16:34:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('32', 'INV-20260302-0016', '15', 'Amazon', '085764093747', NULL, '42000.00', '0.00', '0.00', 'paid', '1', '2026-03-02 16:29:00', NULL, 'selesai', 'picked_up', '2026-03-02 16:39:31', '2026-03-02 11:30:21', '2026-03-02 11:48:44', '0', NULL, '3', '16', '6', '6', '1', '2026-03-02 11:15:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:15:31', '2026-03-02 16:39:31', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('33', 'INV-20260302-0017', '17', 'Wisesa Art', '08117996060', NULL, '41700.00', '0.00', '0.00', 'paid', '1', '2026-03-02 11:45:34', NULL, 'selesai', 'picked_up', '2026-03-02 15:37:59', '2026-03-02 11:34:23', '2026-03-02 12:37:01', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 11:19:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:19:01', '2026-03-02 15:37:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('34', 'INV-20260302-0018', '17', 'Wisesa Art', '08117996060', NULL, '1800.00', '0.00', '0.00', 'paid', '1', '2026-03-02 11:45:34', NULL, 'selesai', 'picked_up', '2026-03-02 15:37:52', '2026-03-02 11:55:44', '2026-03-02 12:37:22', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 11:23:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:22:59', '2026-03-02 15:37:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('37', 'INV-20260302-0021', '19', 'Fajar ERKA', '087881734166', NULL, '16100.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 12:05:38', '2026-03-02 11:39:35', '2026-03-02 12:37:06', '0', '2026-03-05 14:52:56', '3', NULL, NULL, NULL, '1', '2026-03-02 11:26:05', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:26:02', '2026-03-06 12:05:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('40', 'INV-20260302-0024', '21', 'Bintang One', '089693339490', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '3', NULL, NULL, NULL, '1', '2026-03-02 11:32:34', '0.00', '0.00', '0', '0.00', '1', '2026-03-02 14:08:24', '2026-03-02 11:32:25', '2026-03-02 14:08:24', '16', 'konsumen cancel cetakan');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('43', 'INV-20260302-0027', '22', 'Ernest', '082174754249', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '3', NULL, NULL, NULL, '1', '2026-03-02 11:39:57', '0.00', '0.00', '0', '0.00', '1', '2026-03-02 11:42:43', '2026-03-02 11:39:54', '2026-03-02 11:42:43', '8', 'mau ganti nama');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('46', 'INV-20260302-0030', '28', 'Reklame Katon', '081369542960', NULL, '90000.00', '90000.00', '0.00', 'paid', '1', '2026-03-02 16:24:32', NULL, 'selesai', 'picked_up', '2026-03-02 16:39:23', '2026-03-02 13:29:23', '2026-03-02 14:04:38', '0', NULL, '3', '16', '6', '6', '1', '2026-03-02 11:46:17', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:46:14', '2026-03-02 16:39:23', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('48', 'INV-20260302-0032', '22', 'Ernest', '082174754249', NULL, '90000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 12:38:47', NULL, 'selesai', 'picked_up', '2026-03-05 11:03:55', '2026-03-02 13:38:38', '2026-03-02 14:53:14', '0', '2026-03-05 09:13:28', '3', '16', '6', '6', '1', '2026-03-02 11:50:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:50:11', '2026-03-06 12:38:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('50', 'INV-20260302-0034', '33', 'Adi jogja', '081377576651', NULL, '33800.00', '100000.00', '66200.00', 'paid', '1', '2026-03-02 14:16:44', NULL, 'selesai', 'picked_up', '2026-03-02 15:36:59', '2026-03-02 12:16:36', '2026-03-02 12:38:12', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 11:52:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:52:25', '2026-03-02 15:36:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('51', 'INV-20260302-0035', '34', 'Liuberty', '082281221806', NULL, '30000.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:04:14', NULL, 'selesai', 'picked_up', '2026-03-05 11:03:41', '2026-03-02 14:24:35', '2026-03-02 14:55:10', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 11:55:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:55:56', '2026-03-05 11:03:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('53', 'INV-20260302-0037', '34', 'Liuberty', '082281221806', NULL, '60000.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:04:14', NULL, 'selesai', 'picked_up', '2026-03-05 11:03:30', '2026-03-02 14:36:31', '2026-03-02 15:43:19', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 11:57:49', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 11:57:47', '2026-03-05 11:03:30', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('54', 'INV-20260302-0038', '36', 'Jefran', '081228456808', NULL, '592450.00', '592450.00', '0.00', 'paid', '1', '2026-03-04 16:21:47', NULL, 'selesai', 'picked_up', '2026-03-05 11:03:26', '2026-03-03 13:17:25', '2026-03-03 16:04:53', '0', '2026-03-04 14:13:51', '3', '16', '6', '6', '1', '2026-03-02 12:00:57', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 12:00:54', '2026-03-05 11:03:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('56', 'INV-20260302-0040', '39', 'Faiz Cetak Cetik', '08974134859', NULL, '7800.00', '50000.00', '42200.00', 'paid', '1', '2026-03-02 13:35:23', NULL, 'selesai', 'picked_up', '2026-03-02 15:36:48', '2026-03-02 12:26:46', '2026-03-02 12:38:39', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 12:03:03', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 12:03:01', '2026-03-02 15:36:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('59', 'INV-20260302-0043', '41', 'Firana Jaya', '081379808035', NULL, '74600.00', '100000.00', '25400.00', 'paid', '1', '2026-03-02 16:14:42', NULL, 'selesai', 'picked_up', '2026-03-05 11:03:08', '2026-03-02 15:55:10', '2026-03-02 15:55:34', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 12:06:27', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 12:06:25', '2026-03-05 11:03:08', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('61', 'INV-20260302-0045', '43', 'Something CO', '088274207004', NULL, '182400.00', '0.00', '0.00', 'paid', '1', '2026-03-06 14:31:06', NULL, 'selesai', 'picked_up', '2026-03-06 16:14:14', '2026-03-02 12:24:43', '2026-03-02 15:57:50', '0', '2026-03-05 14:49:06', '3', '16', NULL, NULL, '1', '2026-03-02 12:08:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 12:08:53', '2026-03-06 16:14:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('62', 'INV-20260302-0046', '44', 'Fikri', '087818892684', NULL, '2600.00', '0.00', '0.00', 'paid', '1', '2026-03-03 13:28:19', NULL, 'selesai', 'picked_up', '2026-03-05 11:02:57', '2026-03-02 12:26:50', '2026-03-02 12:38:44', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 12:10:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 12:10:33', '2026-03-05 11:02:57', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('71', 'INV-20260302-0055', '51', 'Fadil ERKA', '082374883069', NULL, '105300.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 11:02:04', '2026-03-02 14:01:21', '2026-03-02 14:25:28', '0', NULL, '3', NULL, NULL, NULL, '1', '2026-03-02 13:07:57', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 13:07:53', '2026-03-05 11:02:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('74', 'INV-20260302-0058', '54', 'Riga Wafi', '085155251223', NULL, '12100.00', '20000.00', '7900.00', 'paid', '1', '2026-03-02 15:23:51', NULL, 'selesai', 'picked_up', '2026-03-06 12:05:09', '2026-03-05 13:29:41', '2026-03-05 14:07:14', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 13:13:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 13:13:07', '2026-03-06 12:05:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('80', 'INV-20260302-0064', '53', 'Septa', '082183506659', NULL, '211650.00', '0.00', '0.00', 'paid', '1', '2026-03-03 13:20:47', NULL, 'selesai', 'picked_up', '2026-03-05 11:01:20', '2026-03-02 16:13:08', '2026-03-03 09:24:54', '0', NULL, '3', '16', '6', '6', '1', '2026-03-02 13:31:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 13:31:21', '2026-03-05 11:01:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('85', 'INV-20260302-0069', '65', 'Mitra Mas', '085100528288', NULL, '18000.00', '20000.00', '2000.00', 'paid', '1', '2026-03-02 14:00:16', NULL, 'selesai', 'picked_up', '2026-03-02 15:36:02', '2026-03-02 14:15:01', '2026-03-02 14:22:17', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-03 16:46:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 13:51:59', '2026-03-03 16:46:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('87', 'INV-20260302-0071', '43', 'Something CO', '088274207004', NULL, '36300.00', '0.00', '0.00', 'paid', '1', '2026-03-06 14:31:06', NULL, 'selesai', 'picked_up', '2026-03-06 16:14:18', '2026-03-02 14:15:07', '2026-03-02 14:22:20', '0', '2026-03-05 14:51:58', '3', '16', NULL, NULL, '1', '2026-03-02 13:58:22', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 13:58:19', '2026-03-06 16:14:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('96', 'INV-20260302-0080', '20', 'RIAS PRINTING', '082281106682', NULL, '11600.00', '0.00', '0.00', 'paid', '1', '2026-03-03 16:42:50', NULL, 'selesai', 'picked_up', '2026-03-05 11:00:27', '2026-03-02 15:09:07', '2026-03-02 15:09:20', '0', NULL, '3', '5', NULL, NULL, '1', '2026-03-02 14:23:48', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 14:23:45', '2026-03-05 11:00:27', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('98', 'INV-20260302-0082', '72', 'Dodi Wahyudi', '082279033013', NULL, '51300.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-02 15:01:31', '2026-03-02 16:47:58', '0', '2026-03-05 14:48:35', '3', NULL, NULL, NULL, '1', '2026-03-02 14:34:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 14:34:17', '2026-03-05 14:48:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('100', 'INV-20260302-0084', '73', 'Lentera', '081279552579', NULL, '189200.00', '189200.00', '0.00', 'paid', '1', '2026-03-03 13:06:08', NULL, 'selesai', 'picked_up', '2026-03-05 11:00:14', '2026-03-02 15:01:40', '2026-03-02 16:16:43', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 14:43:42', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 14:43:02', '2026-03-05 11:00:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('107', 'INV-20260302-0091', '3', 'Livina', '085768038613', NULL, '70000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 10:59:43', '2026-03-03 14:47:54', '2026-03-03 16:08:56', '0', '2026-03-04 14:13:41', '3', NULL, '6', '6', '1', '2026-03-02 15:59:36', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 15:59:33', '2026-03-05 10:59:43', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('109', 'INV-20260302-0093', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '50800.00', '0.00', '0.00', 'paid', '1', '2026-03-04 12:47:16', NULL, 'selesai', 'picked_up', '2026-03-05 10:59:29', '2026-03-02 16:42:13', '2026-03-03 10:37:16', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 16:28:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 16:28:50', '2026-03-05 10:59:29', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('110', 'INV-20260302-0094', '81', 'Rudi Natar', '0895324252802', NULL, '315900.00', '350000.00', '34100.00', 'paid', '1', '2026-03-03 13:11:52', NULL, 'selesai', 'picked_up', '2026-03-04 14:20:48', '2026-03-02 16:42:24', '2026-03-03 14:09:30', '0', '2026-03-04 14:20:39', '3', '16', NULL, NULL, '1', '2026-03-02 16:33:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 16:32:54', '2026-03-04 14:20:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('115', 'INV-20260302-0099', '84', 'Dara Nurlaila', '085783323823', NULL, '31800.00', '32000.00', '200.00', 'paid', '1', '2026-03-03 15:48:12', NULL, 'selesai', 'picked_up', '2026-03-05 14:32:00', '2026-03-05 13:26:06', '2026-03-05 14:04:35', '0', NULL, '3', '16', '16', '16', '1', '2026-03-02 16:43:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 16:43:56', '2026-03-05 14:32:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('119', 'INV-20260302-0103', '86', 'Adi Fransiskus', '082280444014', NULL, '15000.00', '20000.00', '5000.00', 'paid', '1', '2026-03-03 11:38:37', NULL, 'selesai', 'picked_up', '2026-03-05 10:58:46', '2026-03-03 10:34:28', '2026-03-03 10:57:51', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-02 17:02:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-02 17:02:10', '2026-03-05 10:58:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('127', 'INV-20260303-0005', '88', 'Haikal Fikri', '085789718814', NULL, '201600.00', '205000.00', '3400.00', 'paid', '1', '2026-03-03 11:44:49', NULL, 'selesai', 'picked_up', '2026-03-05 10:55:50', '2026-03-03 09:57:44', '2026-03-03 14:26:19', '0', '2026-03-04 14:19:15', '3', '5', NULL, NULL, '1', '2026-03-03 09:29:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 09:29:44', '2026-03-05 10:55:50', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('131', 'INV-20260303-0009', '83', 'KHARISMA PRINTING', '+62 812-7365-0655', NULL, '122400.00', '0.00', '0.00', 'paid', '1', '2026-03-03 16:18:32', NULL, 'selesai', 'picked_up', '2026-03-05 10:55:20', '2026-03-03 09:58:26', '2026-03-03 16:09:32', '0', '2026-03-04 14:13:25', '3', '16', NULL, NULL, '1', '2026-03-03 09:35:15', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 09:35:11', '2026-03-05 10:55:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('134', 'INV-20260303-0012', '92', 'Umar DVD', '085865187022', NULL, '17600.00', '50000.00', '32400.00', 'paid', '1', '2026-03-03 16:58:37', NULL, 'selesai', 'picked_up', '2026-03-05 10:55:03', '2026-03-03 10:21:16', '2026-03-03 10:37:51', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-03 09:41:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 09:41:27', '2026-03-05 10:55:03', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('142', 'INV-20260303-0020', '19', 'Fajar ERKA', '087881734166', NULL, '21900.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 12:03:20', '2026-03-04 09:16:31', '2026-03-05 14:03:17', '0', '2026-03-05 14:33:52', '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:00:56', '2026-03-06 12:03:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('144', 'INV-20260303-0022', '27', 'HERU TATAAN(RAZHA )', '089649432135', NULL, '155000.00', '155000.00', '0.00', 'paid', '1', '2026-03-03 10:49:59', NULL, 'selesai', 'picked_up', '2026-03-03 12:47:59', '2026-03-03 10:21:51', '2026-03-03 10:38:03', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-03 10:03:00', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:02:54', '2026-03-03 12:47:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('148', 'INV-20260303-0026', '100', 'Ercia Grafis', '081295595888', NULL, '19800.00', '0.00', '0.00', 'paid', '1', '2026-03-10 09:59:02', NULL, 'selesai', 'picked_up', '2026-03-05 10:54:05', '2026-03-03 10:24:08', '2026-03-03 10:38:22', '0', NULL, '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:12:29', '2026-03-10 09:59:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('149', 'INV-20260303-0027', '100', 'Ercia Grafis', '081295595888', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-03 10:24:46', '2026-03-03 10:38:28', '0', '2026-03-06 15:05:25', '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '1', '2026-03-03 13:03:38', '2026-03-03 10:12:31', '2026-03-06 15:05:25', '8', 'ke double inputannya');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('150', 'INV-20260303-0028', '100', 'Ercia Grafis', '081295595888', NULL, '19800.00', '0.00', '0.00', 'paid', '1', '2026-03-10 09:59:02', NULL, 'selesai', 'picked_up', '2026-03-03 10:54:51', '2026-03-03 10:24:51', '2026-03-03 10:38:32', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-03 10:13:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:12:34', '2026-03-10 09:59:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('153', 'INV-20260303-0031', '102', 'Panji', '081326434342', NULL, '120000.00', '120000.00', '0.00', 'paid', '1', '2026-03-04 10:22:52', NULL, 'selesai', 'picked_up', '2026-03-05 10:53:49', '2026-03-03 13:14:35', '2026-03-03 14:36:47', '0', '2026-03-04 14:16:05', '3', '16', NULL, NULL, '1', '2026-03-03 10:20:15', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:19:23', '2026-03-05 10:53:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('155', 'INV-20260303-0033', '34', 'Liuberty', '082281221806', NULL, '60000.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:04:14', NULL, 'selesai', 'picked_up', '2026-03-05 10:53:38', '2026-03-03 11:37:27', '2026-03-03 13:45:41', '0', '2026-03-04 14:22:48', '3', '16', NULL, NULL, '1', '2026-03-03 10:22:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:22:43', '2026-03-05 10:53:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('157', 'INV-20260303-0035', '21', 'Bintang One', '089693339490', NULL, '85000.00', '0.00', '0.00', 'paid', '1', '2026-03-04 11:45:51', NULL, 'selesai', 'picked_up', '2026-03-05 10:53:12', '2026-03-03 14:48:04', '2026-03-03 16:09:13', '0', '2026-03-04 14:13:33', '3', '16', '6', '6', '1', '2026-03-03 10:24:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:24:28', '2026-03-05 10:53:12', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('159', 'INV-20260303-0037', '103', 'Azka Cust', '0895801225797', NULL, '155000.00', '200000.00', '45000.00', 'paid', '1', '2026-03-04 13:17:48', NULL, 'selesai', 'picked_up', '2026-03-05 10:53:02', '2026-03-03 10:47:03', '2026-03-03 14:49:37', '0', '2026-03-04 14:15:29', '3', '16', NULL, NULL, '1', '2026-03-03 10:43:44', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:43:38', '2026-03-05 10:53:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('162', 'INV-20260303-0040', '21', 'Bintang One', '089693339490', NULL, '500000.00', '0.00', '0.00', 'paid', '1', '2026-03-04 11:45:51', NULL, 'selesai', 'picked_up', '2026-03-05 10:52:42', '2026-03-03 14:58:26', '2026-03-03 15:51:22', '0', '2026-03-04 14:14:38', '3', '16', NULL, NULL, '1', '2026-03-03 10:55:38', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:55:35', '2026-03-05 10:52:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('164', 'INV-20260303-0042', '19', 'Fajar ERKA', '087881734166', NULL, '57000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 12:02:49', '2026-03-03 15:58:17', '2026-03-03 16:49:06', '0', '2026-03-04 14:10:24', '3', NULL, NULL, NULL, '1', '2026-03-03 10:59:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 10:59:34', '2026-03-06 12:02:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('173', 'INV-20260303-0051', '111', 'Andi Jaya', '082376178735', NULL, '123750.00', '123750.00', '0.00', 'paid', '1', '2026-03-03 13:15:40', NULL, 'selesai', 'picked_up', '2026-03-06 07:53:51', '2026-03-05 13:27:15', '2026-03-05 23:22:48', '0', NULL, '3', '16', '16', '16', '1', '2026-03-03 11:15:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 11:15:52', '2026-03-06 07:53:51', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('178', 'INV-20260303-0056', '114', 'VIQI', '08983687484', NULL, '180000.00', '180000.00', '0.00', 'paid', '1', '2026-03-04 16:44:12', NULL, 'selesai', 'picked_up', '2026-03-05 10:51:10', '2026-03-03 11:43:51', '2026-03-03 14:26:33', '0', '2026-03-04 14:18:31', '3', '16', NULL, NULL, '1', '2026-03-03 11:37:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 11:37:26', '2026-03-05 10:51:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('180', 'INV-20260303-0058', '116', 'Asean Creative', '089655554746', NULL, '59500.00', '59500.00', '0.00', 'paid', '1', '2026-03-04 14:04:04', NULL, 'selesai', 'picked_up', '2026-03-05 10:51:01', '2026-03-03 15:16:12', '2026-03-03 16:32:43', '0', '2026-03-04 14:10:56', '3', '16', '6', '6', '1', '2026-03-03 13:32:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 11:41:05', '2026-03-05 10:51:01', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('183', 'INV-20260303-0061', '118', 'Eka KPrint', '08127962795', NULL, '20000.00', '20000.00', '0.00', 'paid', '1', '2026-03-03 16:04:39', NULL, 'selesai', 'picked_up', '2026-03-05 10:50:45', '2026-03-03 14:07:54', '2026-03-03 14:08:03', '0', '2026-03-04 14:39:29', '3', '16', NULL, NULL, '1', '2026-03-03 11:51:51', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 11:51:47', '2026-03-05 10:50:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('185', 'INV-20260303-0063', '121', 'Mas Angga', '08978981180', NULL, '42400.00', '42400.00', '0.00', 'paid', '1', '2026-03-03 16:09:12', NULL, 'selesai', 'picked_up', '2026-03-05 10:50:36', '2026-03-03 14:06:52', '2026-03-03 14:07:01', '0', '2026-03-04 14:21:51', '3', '16', NULL, NULL, '1', '2026-03-03 11:56:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 11:56:06', '2026-03-05 10:50:36', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('187', 'INV-20260303-0065', '122', 'Puri Kreasi', '081998672919', NULL, '24000.00', '24000.00', '0.00', 'paid', '1', '2026-03-07 17:19:04', NULL, 'selesai', 'picked_up', '2026-03-07 14:07:35', '2026-03-03 13:58:59', '2026-03-03 14:26:40', '0', '2026-03-04 14:18:12', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 12:05:04', '2026-03-07 17:19:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('188', 'INV-20260303-0066', '122', 'Puri Kreasi', '081998672919', NULL, '0.00', '30000.00', '6000.00', 'paid', '1', '2026-03-07 14:06:35', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-03 13:59:04', '2026-03-03 14:26:44', '0', '2026-03-04 14:18:06', '3', '16', NULL, NULL, '1', '2026-03-03 12:05:09', '0.00', '0.00', '0', '0.00', '1', '2026-03-07 14:07:20', '2026-03-03 12:05:05', '2026-03-07 14:07:20', '16', 'KEDOUBLE INPUT');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('190', 'INV-20260303-0068', '113', 'ARIESTA BARADATU', '082280666061', NULL, '5200.00', '0.00', '0.00', 'paid', '1', '2026-03-05 15:41:17', NULL, 'selesai', 'picked_up', '2026-03-05 10:50:12', '2026-03-03 13:57:11', '2026-03-03 13:58:52', '0', '2026-03-04 14:22:37', '3', '16', NULL, NULL, '1', '2026-03-03 12:08:52', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 12:08:49', '2026-03-05 15:41:17', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('191', 'INV-20260303-0069', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '15000.00', '0.00', '0.00', 'paid', '1', '2026-03-04 12:47:16', NULL, 'selesai', 'picked_up', '2026-03-06 12:02:10', '2026-03-05 13:26:28', '2026-03-05 14:06:32', '0', '2026-03-05 14:29:59', '8', '16', '16', '16', '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 13:05:50', '2026-03-06 12:02:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('193', 'INV-20260303-0071', '124', 'Rafi Lamtim', '081273477553', NULL, '112500.00', '0.00', '0.00', 'paid', '1', '2026-03-05 10:23:19', NULL, 'selesai', 'picked_up', '2026-03-05 10:49:48', '2026-03-03 15:58:22', '2026-03-04 11:12:28', '0', '2026-03-04 14:07:46', '3', '16', NULL, NULL, '1', '2026-03-03 13:20:23', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 13:20:16', '2026-03-05 10:49:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('197', 'INV-20260303-0075', '44', 'Fikri', '087818892684', NULL, '34500.00', '0.00', '0.00', 'paid', '1', '2026-03-03 13:28:19', NULL, 'selesai', 'picked_up', '2026-03-05 10:49:07', '2026-03-03 13:59:24', '2026-03-03 14:27:00', '0', '2026-03-04 14:17:25', '3', '16', NULL, NULL, '1', '2026-03-03 13:24:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 13:24:51', '2026-03-05 10:49:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('199', 'INV-20260303-0077', '19', 'Fajar ERKA', '087881734166', NULL, '48600.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 10:48:52', '2026-03-03 14:05:14', '2026-03-03 14:27:23', '0', '2026-03-04 14:17:14', '3', NULL, NULL, NULL, '1', '2026-03-03 13:27:18', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 13:27:15', '2026-03-05 10:48:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('202', 'INV-20260303-0080', '51', 'Fadil ERKA', '082374883069', NULL, '16200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 12:01:44', '2026-03-03 14:05:28', '2026-03-03 14:27:31', '0', '2026-03-04 14:16:42', '3', NULL, NULL, NULL, '1', '2026-03-03 13:40:41', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 13:40:08', '2026-03-06 12:01:44', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('205', 'INV-20260303-0083', '130', 'Rezky Ramadhana', '083183149210', NULL, '186900.00', '186900.00', '0.00', 'paid', '1', '2026-03-03 15:00:21', NULL, 'selesai', 'picked_up', '2026-03-05 10:48:07', '2026-03-03 14:10:30', '2026-03-03 14:27:46', '0', '2026-03-04 14:16:23', '3', '16', NULL, NULL, '1', '2026-03-03 13:43:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 13:43:28', '2026-03-05 10:48:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('215', 'INV-20260303-0093', '136', 'Virli', '0895380086767', NULL, '52200.00', '52200.00', '0.00', 'paid', '1', '2026-03-03 14:55:54', NULL, 'selesai', 'picked_up', '2026-03-06 12:01:10', '2026-03-05 13:37:35', '2026-03-05 14:09:19', '0', '2026-03-05 14:17:11', '3', '16', NULL, NULL, '1', '2026-03-03 15:08:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 14:54:12', '2026-03-06 12:01:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('220', 'INV-20260303-0098', '139', 'Puan Creative', '082183645011', NULL, '65000.00', '65000.00', '0.00', 'paid', '1', '2026-03-04 13:20:37', NULL, 'selesai', 'picked_up', '2026-03-05 10:46:52', '2026-03-04 10:11:44', '2026-03-04 10:33:05', '0', '2026-03-04 14:07:58', '3', '16', '6', '6', '1', '2026-03-03 15:08:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:08:05', '2026-03-05 10:46:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('222', 'INV-20260303-0100', '52', 'DPRIMACOM', '085892781956', NULL, '14400.00', '0.00', '0.00', 'paid', '1', '2026-03-03 15:12:05', NULL, 'selesai', 'picked_up', '2026-03-05 10:56:49', '2026-03-03 16:05:22', '2026-03-03 16:09:50', '0', '2026-03-04 14:12:56', '3', '16', NULL, NULL, '1', '2026-03-03 15:09:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:09:56', '2026-03-05 10:56:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('223', 'INV-20260303-0101', '140', 'Abror', '081273589495', NULL, '25000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 10:10:33', NULL, 'selesai', 'picked_up', '2026-03-05 10:46:05', '2026-03-04 09:31:52', '2026-03-04 09:32:11', '0', '2026-03-04 14:10:02', '3', '16', NULL, NULL, '1', '2026-03-03 15:16:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:15:14', '2026-03-10 10:10:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('224', 'INV-20260303-0102', '140', 'Abror', '081273589495', NULL, '15000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 10:10:33', NULL, 'selesai', 'picked_up', '2026-03-05 10:46:01', '2026-03-03 16:05:32', '2026-03-03 16:09:53', '0', '2026-03-04 14:12:50', '3', '16', NULL, NULL, '1', '2026-03-03 15:18:27', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:18:24', '2026-03-10 10:10:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('227', 'INV-20260303-0105', '47', 'Rudi Linda', '081274582482', NULL, '130000.00', '0.00', '0.00', 'paid', '1', '2026-03-05 11:07:26', NULL, 'selesai', 'picked_up', '2026-03-06 12:00:55', '2026-03-05 13:21:18', '2026-03-05 13:21:44', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-03 15:23:25', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:23:21', '2026-03-06 12:00:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('229', 'INV-20260303-0107', '19', 'Fajar ERKA', '087881734166', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-03 16:05:44', '2026-03-03 16:10:10', '0', '2026-03-04 14:12:09', '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '1', '2026-03-04 09:46:38', '2026-03-03 15:46:13', '2026-03-04 14:12:09', '8', 'kedouble input');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('230', 'INV-20260303-0108', '19', 'Fajar ERKA', '087881734166', NULL, '33000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 10:45:43', '2026-03-03 16:05:48', '2026-03-03 16:10:16', '0', '2026-03-04 14:12:00', '3', NULL, NULL, NULL, '1', '2026-03-03 15:46:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:46:14', '2026-03-05 10:45:43', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('232', 'INV-20260303-0110', '51', 'Fadil ERKA', '082374883069', NULL, '64800.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 10:45:28', '2026-03-03 16:05:51', '2026-03-03 16:10:19', '0', '2026-03-04 14:11:53', '3', NULL, NULL, NULL, '1', '2026-03-03 15:48:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:48:35', '2026-03-05 10:45:28', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('233', 'INV-20260303-0111', '142', 'Ibu Mus', '081369784910', NULL, '57500.00', '100000.00', '42500.00', 'paid', '1', '2026-03-04 11:49:15', NULL, 'selesai', 'picked_up', '2026-03-05 10:45:23', '2026-03-03 16:05:56', '2026-03-03 16:10:24', '0', '2026-03-04 14:11:42', '3', '16', NULL, NULL, '1', '2026-03-03 15:52:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:52:23', '2026-03-05 10:45:23', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('235', 'INV-20260303-0113', '73', 'Lentera', '081279552579', NULL, '40800.00', '0.00', '0.00', 'paid', '1', '2026-03-04 14:47:01', NULL, 'selesai', 'picked_up', '2026-03-06 12:00:30', '2026-03-03 16:06:00', '2026-03-03 16:10:27', '0', '2026-03-04 14:11:32', '3', '16', NULL, NULL, '1', '2026-03-03 15:55:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:55:13', '2026-03-06 12:00:30', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('236', 'INV-20260303-0114', '143', 'Imam Natar', '089525438700', NULL, '26000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:36:10', NULL, 'selesai', 'picked_up', '2026-03-06 12:00:23', '2026-03-03 16:06:04', '2026-03-03 16:22:39', '0', '2026-03-04 14:11:02', '3', '16', NULL, NULL, '1', '2026-03-03 15:58:52', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 15:58:50', '2026-03-06 13:36:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('240', 'INV-20260303-0118', '147', 'Isfah Jaya', '082181956640', NULL, '70000.00', '70000.00', '0.00', 'paid', '1', '2026-03-04 13:04:37', NULL, 'selesai', 'picked_up', '2026-03-05 10:57:42', '2026-03-04 09:43:15', '2026-03-04 09:43:25', '0', '2026-03-04 14:09:40', '3', '16', NULL, NULL, '1', '2026-03-03 16:13:49', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 16:13:47', '2026-03-05 10:57:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('245', 'INV-20260303-0123', '11', 'Ali Mur', '082269180913', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-07 14:08:54', '2026-03-05 13:25:48', '2026-03-05 14:04:27', '0', '2026-03-06 15:00:58', '16', NULL, '16', '16', '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 16:33:01', '2026-03-07 14:08:54', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('246', 'INV-20260303-0124', '143', 'Imam Natar', '089525438700', NULL, '21600.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:36:10', NULL, 'selesai', 'picked_up', '2026-03-07 14:08:47', '2026-03-04 09:11:24', '2026-03-04 09:18:45', '0', '2026-03-04 14:10:10', '3', '16', NULL, NULL, '1', '2026-03-03 16:55:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-03 16:55:07', '2026-03-07 14:08:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('249', 'INV-20260304-0003', '20', 'RIAS PRINTING', '082281106682', 'CETAK ULANG, CETAKAN SEBELUMNYA SALAH UKURAN', '10000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:58:34', '2026-03-04 10:16:13', '2026-03-04 10:16:23', '0', '2026-03-04 14:08:43', '3', NULL, NULL, NULL, '1', '2026-03-04 09:31:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 09:31:27', '2026-03-06 11:58:34', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('251', 'INV-20260304-0005', '113', 'ARIESTA BARADATU', '082280666061', NULL, '25000.00', '0.00', '0.00', 'paid', '1', '2026-03-05 15:41:17', NULL, 'selesai', 'picked_up', '2026-03-06 11:58:27', '2026-03-05 13:26:54', '2026-03-05 14:06:19', '0', '2026-03-05 14:30:13', '3', '16', '16', '16', '1', '2026-03-04 09:35:28', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 09:35:24', '2026-03-06 11:58:27', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('252', 'INV-20260304-0006', '152', 'Kholil', '082257840083', NULL, '15000.00', '50000.00', '35000.00', 'paid', '1', '2026-03-04 10:56:37', NULL, 'selesai', 'picked_up', '2026-03-05 10:36:59', '2026-03-04 10:16:36', '2026-03-04 11:13:48', '0', '2026-03-04 14:07:15', '3', '16', NULL, NULL, '1', '2026-03-04 09:38:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 09:38:18', '2026-03-05 10:36:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('253', 'INV-20260304-0007', '3', 'Livina', '085768038613', NULL, '36300.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 10:36:54', '2026-03-04 09:48:37', '2026-03-04 09:49:06', '0', '2026-03-04 14:09:19', '3', NULL, NULL, NULL, '1', '2026-03-04 09:40:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 09:40:23', '2026-03-05 10:36:54', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('256', 'INV-20260304-0010', '11', 'Ali Mur', '082269180913', NULL, '173600.00', '173600.00', '0.00', 'paid', '1', '2026-03-04 13:06:36', NULL, 'selesai', 'picked_up', '2026-03-05 10:36:22', '2026-03-04 09:48:46', '2026-03-04 14:37:34', '0', '2026-03-04 14:38:08', '3', '16', NULL, NULL, '1', '2026-03-04 09:43:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 09:43:08', '2026-03-05 10:36:22', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('257', 'INV-20260304-0011', '73', 'Lentera', '081279552579', NULL, '13200.00', '0.00', '0.00', 'paid', '1', '2026-03-04 14:47:01', NULL, 'selesai', 'picked_up', '2026-03-05 10:36:12', '2026-03-04 10:05:33', '2026-03-04 10:09:36', '0', '2026-03-04 14:08:55', '3', '16', NULL, NULL, '1', '2026-03-04 09:51:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 09:51:28', '2026-03-05 10:36:12', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('261', 'INV-20260304-0015', '158', 'Arfan', '081281055929', NULL, '24200.00', '0.00', '0.00', 'paid', '1', '2026-03-06 12:50:40', NULL, 'selesai', 'picked_up', '2026-03-06 11:59:39', '2026-03-05 13:27:28', '2026-03-05 14:06:54', '0', '2026-03-05 14:29:28', '3', '16', '16', '16', '1', '2026-03-04 09:59:05', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 09:59:03', '2026-03-06 12:50:40', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('263', 'INV-20260304-0017', '158', 'Arfan', '081281055929', NULL, '170000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 12:50:40', NULL, 'selesai', 'picked_up', '2026-03-06 11:57:51', '2026-03-04 10:37:14', '2026-03-04 11:18:48', '0', '2026-03-04 14:01:05', '3', '16', '6', '6', '1', '2026-03-04 10:01:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 10:00:08', '2026-03-06 12:50:40', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('265', 'INV-20260304-0019', '160', 'Wulan', '08981555557', NULL, '20000.00', '20000.00', '0.00', 'paid', '1', '2026-03-04 16:23:44', NULL, 'selesai', 'picked_up', '2026-03-06 11:57:44', '2026-03-05 13:26:48', '2026-03-05 14:06:12', '0', '2026-03-05 14:30:25', '3', '16', '16', '16', '1', '2026-03-04 10:06:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 10:06:05', '2026-03-06 11:57:44', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('278', 'INV-20260304-0032', '19', 'Fajar ERKA', '087881734166', NULL, '46000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 10:31:25', '2026-03-04 11:36:35', '2026-03-04 11:58:58', '0', '2026-03-04 13:59:19', '3', NULL, NULL, NULL, '1', '2026-03-04 10:36:25', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 10:36:23', '2026-03-05 10:31:25', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('280', 'INV-20260304-0034', '94', 'Sahabat Baradatu', '085381230050', NULL, '19200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-07 14:16:33', '2026-03-04 11:36:50', '2026-03-04 14:38:12', '0', '2026-03-04 16:36:41', '3', NULL, NULL, NULL, '1', '2026-03-04 10:37:46', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 10:37:42', '2026-03-07 14:16:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('283', 'INV-20260304-0037', '168', 'Darwin', '082183653500', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '1', '2026-03-05 10:23:41', '2026-03-04 10:43:28', '2026-03-05 10:23:41', '8', 'input an nya double');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('284', 'INV-20260304-0038', '168', 'Darwin', '082183653500', NULL, '480000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 12:52:49', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-06 14:47:46', '2026-03-29 00:23:13', '0', NULL, '3', '16', NULL, '18', '1', '2026-03-04 10:43:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 10:43:28', '2026-03-29 00:23:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('286', 'INV-20260304-0040', '169', 'Magnet Printing', '082113393517', NULL, '158400.00', '158400.00', '0.00', 'paid', '1', '2026-03-06 13:58:27', NULL, 'selesai', 'picked_up', '2026-03-07 14:13:22', '2026-03-04 11:37:09', '2026-03-04 14:38:25', '0', '2026-03-04 16:36:10', '3', '16', NULL, NULL, '1', '2026-03-04 10:49:47', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 10:49:24', '2026-03-07 14:13:22', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('287', 'INV-20260304-0041', '170', 'Visen Variasi', '081353339537', NULL, '15000.00', '15000.00', '0.00', 'paid', '1', '2026-03-05 16:46:31', NULL, 'selesai', 'picked_up', '2026-03-07 14:12:18', '2026-03-04 14:47:07', '2026-03-04 15:24:47', '0', '2026-03-04 16:29:06', '3', '16', NULL, NULL, '1', '2026-03-04 10:53:17', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 10:53:14', '2026-03-07 14:12:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('290', 'INV-20260304-0044', '173', 'Hafidz', '082273337422', NULL, '52000.00', '52000.00', '0.00', 'paid', '1', '2026-03-05 11:08:11', NULL, 'selesai', 'picked_up', '2026-03-05 10:29:14', '2026-03-04 11:37:17', '2026-03-04 14:38:31', '0', '2026-03-04 16:35:52', '3', '16', NULL, NULL, '1', '2026-03-04 11:11:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 11:11:57', '2026-03-05 11:08:11', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('292', 'INV-20260304-0046', '174', 'Mafia Stiker', '08989748765', NULL, '9900.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-04 11:37:24', '2026-03-04 14:38:40', '0', '2026-03-04 16:35:32', '3', NULL, NULL, NULL, '1', '2026-03-04 11:13:39', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 11:13:27', '2026-03-04 16:35:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('299', 'INV-20260304-0053', '21', 'Bintang One', '089693339490', NULL, '125000.00', '125000.00', '0.00', 'paid', '1', '2026-03-05 10:17:04', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-05 13:25:59', '2026-03-16 10:12:15', '0', '2026-03-17 02:14:41', '3', '16', '16', '18', '1', '2026-03-04 11:46:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 11:46:06', '2026-03-17 02:14:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('302', 'INV-20260304-0056', '180', 'Rendi Renaldi', '085609785154', NULL, '180000.00', '200000.00', '20000.00', 'paid', '1', '2026-03-07 10:01:47', NULL, 'selesai', 'picked_up', '2026-03-07 14:11:49', '2026-03-05 13:27:46', '2026-03-05 23:25:18', '0', '2026-03-06 10:09:32', '3', '16', '16', '16', '1', '2026-03-04 11:51:50', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 11:51:47', '2026-03-07 14:11:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('307', 'INV-20260304-0061', '183', 'Perc Sani', '082183813636', NULL, '800000.00', '800000.00', '0.00', 'paid', '1', '2026-03-04 14:09:34', NULL, 'selesai', 'picked_up', '2026-03-05 10:28:09', '2026-03-04 13:43:38', '2026-03-04 14:39:09', '0', '2026-03-04 16:34:50', '3', '16', NULL, NULL, '1', '2026-03-04 12:08:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 12:07:58', '2026-03-05 10:28:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('309', 'INV-20260304-0063', '184', 'Poster Ins', '087878177557', NULL, '46500.00', '46500.00', '0.00', 'paid', '1', '2026-03-04 16:54:44', NULL, 'selesai', 'picked_up', '2026-03-05 10:13:13', '2026-03-04 14:46:22', '2026-03-05 09:53:37', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-04 12:14:25', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 12:14:09', '2026-03-05 10:13:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('318', 'INV-20260304-0072', '187', 'Abah Desain', '085379956767', NULL, '80000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 12:54:36', NULL, 'selesai', 'picked_up', '2026-03-07 10:51:41', '2026-03-05 16:55:52', '2026-03-05 23:22:55', '0', '2026-03-06 10:09:58', '3', '16', '6', '6', '1', '2026-03-04 13:24:04', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 13:23:17', '2026-03-07 10:51:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('319', 'INV-20260304-0073', '188', 'Bagas', '0816414069', NULL, '8100.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-05 10:27:13', '2026-03-04 13:50:17', '2026-03-04 14:39:30', '0', '2026-03-04 16:34:04', '3', '16', NULL, NULL, '1', '2026-03-04 13:30:51', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 13:30:49', '2026-03-05 10:27:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('320', 'INV-20260304-0074', '189', 'Firgi', '0895380086767', NULL, '3300.00', '3300.00', '0.00', 'paid', '1', '2026-03-07 14:40:56', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-04 13:50:21', '2026-03-04 14:39:33', '0', '2026-03-04 16:33:57', '3', '16', NULL, NULL, '1', '2026-03-04 13:31:39', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 13:31:37', '2026-03-07 14:40:56', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('321', 'INV-20260304-0075', '43', 'Something CO', '088274207004', NULL, '26400.00', '0.00', '0.00', 'paid', '1', '2026-03-06 14:31:06', NULL, 'selesai', 'picked_up', '2026-03-06 16:14:22', '2026-03-04 13:50:25', '2026-03-04 14:39:36', '0', '2026-03-04 16:33:48', '3', '16', NULL, NULL, '1', '2026-03-04 13:33:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 13:33:05', '2026-03-06 16:14:22', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('329', 'INV-20260304-0083', '188', 'Bagas', '0816414069', NULL, '8100.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-05 10:26:35', '2026-03-04 13:51:59', '2026-03-04 14:40:00', '0', '2026-03-04 16:32:57', '3', '16', NULL, NULL, '1', '2026-03-04 13:49:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 13:49:57', '2026-03-05 10:26:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('331', 'INV-20260304-0085', '43', 'Something CO', '088274207004', NULL, '9900.00', '0.00', '0.00', 'paid', '1', '2026-03-06 14:31:06', NULL, 'selesai', 'picked_up', '2026-03-06 16:14:29', '2026-03-04 14:34:23', '2026-03-04 14:40:07', '0', '2026-03-04 16:32:40', '3', '16', NULL, NULL, '1', '2026-03-04 13:54:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 13:54:30', '2026-03-06 16:14:29', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('334', 'INV-20260304-0088', '188', 'Bagas', '0816414069', NULL, '8100.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-06 11:54:26', '2026-03-04 14:34:33', '2026-03-04 14:40:18', '0', '2026-03-04 15:34:26', '3', '16', NULL, NULL, '1', '2026-03-04 14:13:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 14:13:18', '2026-03-06 11:54:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('337', 'INV-20260304-0091', '188', 'Bagas', '0816414069', NULL, '8100.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-06 11:54:08', '2026-03-04 14:34:37', '2026-03-04 14:40:20', '0', '2026-03-04 15:34:20', '3', '16', NULL, NULL, '1', '2026-03-04 14:32:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 14:32:35', '2026-03-06 11:54:08', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('338', 'INV-20260304-0092', '188', 'Bagas', '0816414069', NULL, '113400.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-05 10:25:48', '2026-03-04 14:40:25', '2026-03-04 15:12:08', '0', '2026-03-04 16:31:00', '3', '16', NULL, NULL, '1', '2026-03-04 14:37:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 14:37:51', '2026-03-05 10:25:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('342', 'INV-20260304-0096', '3', 'Livina', '085768038613', NULL, '10800.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-05 10:18:28', '2026-03-04 15:04:08', '2026-03-04 15:12:20', '0', '2026-03-04 16:30:00', '3', NULL, NULL, NULL, '1', '2026-03-04 14:41:39', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 14:41:37', '2026-03-05 10:18:28', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('344', 'INV-20260304-0098', '73', 'Lentera', '081279552579', NULL, '15400.00', '20000.00', '4600.00', 'paid', '1', '2026-03-04 15:03:17', NULL, 'selesai', 'picked_up', '2026-03-05 10:18:20', '2026-03-04 15:04:15', '2026-03-04 15:12:23', '0', '2026-03-04 16:29:53', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 14:58:51', '2026-03-05 10:18:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('347', 'INV-20260304-0101', '188', 'Bagas', '0816414069', NULL, '8100.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-05 11:04:53', '2026-03-04 15:12:31', '2026-03-04 15:23:31', '0', '2026-03-04 16:29:32', '3', '16', NULL, NULL, '1', '2026-03-04 15:08:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 15:08:53', '2026-03-05 11:04:53', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('349', 'INV-20260304-0103', '188', 'Bagas', '0816414069', NULL, '8100.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-05 10:17:53', '2026-03-04 15:43:49', '2026-03-04 15:44:35', '0', '2026-03-04 16:28:53', '3', '16', NULL, NULL, '1', '2026-03-04 15:36:22', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 15:36:20', '2026-03-05 10:17:53', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('352', 'INV-20260304-0106', '188', 'Bagas', '0816414069', NULL, '395000.00', '0.00', '0.00', 'paid', '1', '2026-03-04 16:06:05', NULL, 'selesai', 'picked_up', '2026-03-05 10:15:53', '2026-03-04 16:08:34', '2026-03-04 16:09:21', '0', '2026-03-04 16:27:41', '3', '16', NULL, NULL, '1', '2026-03-04 15:50:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 15:50:41', '2026-03-05 10:15:53', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('353', 'INV-20260304-0107', '201', 'Xposse', '082181928848', NULL, '42400.00', '0.00', '0.00', 'paid', '1', '2026-03-06 12:53:36', NULL, 'selesai', 'picked_up', '2026-03-06 11:53:22', '2026-03-05 11:50:35', '2026-03-05 11:50:44', '0', '2026-03-05 14:36:25', '3', '16', NULL, NULL, '1', '2026-03-04 15:55:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 15:54:48', '2026-03-06 12:53:36', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('358', 'INV-20260304-0112', '140', 'Abror', '081273589495', NULL, '48000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 10:10:33', NULL, 'selesai', 'picked_up', '2026-03-05 11:04:37', '2026-03-04 16:13:40', '2026-03-04 16:13:46', '0', '2026-03-04 16:26:16', '3', '16', NULL, NULL, '1', '2026-03-04 16:09:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 16:09:57', '2026-03-10 10:10:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('361', 'INV-20260304-0115', '73', 'Lentera', '081279552579', NULL, '28600.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:52:46', '2026-03-04 16:44:42', '2026-03-04 16:45:00', '0', '2026-03-05 10:15:17', '3', NULL, NULL, NULL, '1', '2026-03-04 16:42:44', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 16:42:42', '2026-03-06 11:52:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('362', 'INV-20260304-0116', '206', 'Guardian', '085783977211', NULL, '12800.00', '0.00', '0.00', 'paid', '1', '2026-03-05 16:00:58', NULL, 'selesai', 'picked_up', '2026-03-06 11:52:42', '2026-03-05 09:09:15', '2026-03-05 09:17:45', '0', '2026-03-05 10:15:08', '3', '16', NULL, NULL, '1', '2026-03-04 16:54:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-04 16:54:35', '2026-03-06 11:52:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('363', 'INV-20260305-0001', '51', 'Fadil ERKA', '082374883069', NULL, '120000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:42:43', '2026-03-05 09:17:47', '2026-03-05 09:19:21', '0', '2026-03-05 10:13:23', '3', NULL, NULL, NULL, '1', '2026-03-05 09:13:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 09:13:28', '2026-03-06 11:42:43', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('364', 'INV-20260305-0002', '210', 'Bang Soni', '083160924292', NULL, '190000.00', '190000.00', '0.00', 'paid', '1', '2026-03-07 15:20:49', NULL, 'selesai', 'picked_up', '2026-03-09 15:01:09', '2026-03-05 13:38:47', '2026-03-05 23:25:22', '0', '2026-03-06 10:09:15', '3', '16', NULL, NULL, '1', '2026-03-05 09:19:25', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 09:19:23', '2026-03-09 15:01:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('369', 'INV-20260305-0007', '213', 'Darsono', '085377417751', NULL, '124000.00', '150000.00', '26000.00', 'paid', '1', '2026-03-05 09:28:21', NULL, 'selesai', 'picked_up', '2026-03-06 11:36:26', '2026-03-05 10:21:54', '2026-03-05 10:57:11', '0', '2026-03-05 14:44:30', '3', '16', NULL, NULL, '1', '2026-03-05 09:25:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 09:25:32', '2026-03-06 11:36:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('372', 'INV-20260305-0010', '214', 'Perc Sentra / Khalila', '082378657762', NULL, '190000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:16:43', NULL, 'selesai', 'picked_up', '2026-03-06 11:36:09', '2026-03-05 10:55:54', '2026-03-05 10:56:03', '0', '2026-03-05 14:44:43', '3', '16', NULL, NULL, '1', '2026-03-05 09:30:28', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 09:30:07', '2026-03-06 13:16:43', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('377', 'INV-20260305-0015', '92', 'Umar DVD', '085865187022', NULL, '28600.00', '28600.00', '0.00', 'paid', '1', '2026-03-06 17:13:27', NULL, 'selesai', 'picked_up', '2026-03-07 14:24:49', '2026-03-05 10:22:05', '2026-03-05 10:57:24', '0', '2026-03-05 14:42:43', '3', '16', NULL, NULL, '1', '2026-03-05 09:39:31', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 09:37:39', '2026-03-07 14:24:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('380', 'INV-20260305-0018', '217', 'Rio RG', '082373941667', NULL, '35000.00', '50000.00', '15000.00', 'paid', '1', '2026-03-05 15:29:00', NULL, 'selesai', 'picked_up', '2026-03-06 11:33:41', '2026-03-05 10:30:30', '2026-03-05 10:30:38', '0', '2026-03-05 14:46:10', '3', '16', NULL, NULL, '1', '2026-03-05 09:47:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 09:47:32', '2026-03-06 11:33:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('381', 'INV-20260305-0019', '218', 'Jastra', '081369691100', NULL, '59400.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:38:19', NULL, 'selesai', 'picked_up', '2026-03-06 11:33:35', '2026-03-05 13:19:37', '2026-03-05 13:19:47', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-05 09:55:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 09:55:12', '2026-03-06 13:38:19', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('387', 'INV-20260305-0025', '220', 'Hendri', '08999891961', NULL, '149600.00', '150000.00', '400.00', 'paid', '1', '2026-03-06 09:17:07', NULL, 'selesai', 'picked_up', '2026-03-06 11:31:48', '2026-03-05 13:20:02', '2026-03-05 13:24:10', '0', '2026-03-05 14:04:07', '3', '5', '6', '6', '1', '2026-03-05 10:03:45', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 10:03:42', '2026-03-06 11:31:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('390', 'INV-20260305-0028', '3', 'Livina', '085768038613', NULL, '9900.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:31:13', '2026-03-05 10:23:02', '2026-03-05 10:57:46', '0', '2026-03-05 14:40:48', '3', NULL, NULL, NULL, '1', '2026-03-05 10:05:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 10:05:21', '2026-03-06 11:31:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('400', 'INV-20260305-0038', '19', 'Fajar ERKA', '087881734166', NULL, '23000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:30:33', '2026-03-05 10:55:34', '2026-03-05 10:58:15', '0', '2026-03-05 14:39:42', '3', NULL, NULL, NULL, '1', '2026-03-05 10:41:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 10:41:50', '2026-03-06 11:30:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('405', 'INV-20260305-0043', '223', 'Ricky Susanto', '089656532992', NULL, '25000.00', '25000.00', '0.00', 'paid', '1', '2026-03-06 11:18:39', NULL, 'selesai', 'picked_up', '2026-03-06 11:30:06', '2026-03-05 13:15:29', '2026-03-05 13:15:41', '0', '2026-03-06 07:50:26', '3', '16', NULL, NULL, '1', '2026-03-05 10:57:41', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 10:57:36', '2026-03-06 11:30:06', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('406', 'INV-20260305-0044', '39', 'Faiz Cetak Cetik', '08974134859', NULL, '9600.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:42:35', NULL, 'selesai', 'picked_up', '2026-03-06 11:30:00', '2026-03-05 13:39:33', '2026-03-05 14:23:38', '0', '2026-03-05 14:23:54', '3', '16', NULL, NULL, '1', '2026-03-05 10:58:48', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 10:58:45', '2026-03-06 13:42:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('420', 'INV-20260305-0058', '51', 'Fadil ERKA', '082374883069', NULL, '13200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:28:40', '2026-03-05 13:40:59', '2026-03-05 14:17:25', '0', '2026-03-05 14:23:34', '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 12:56:41', '2026-03-06 11:28:40', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('421', 'INV-20260305-0059', '51', 'Fadil ERKA', '082374883069', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'proses_cetak', 'not_picked_up', NULL, '2026-03-05 13:41:08', NULL, '0', NULL, '3', NULL, NULL, NULL, '1', '2026-03-05 12:56:46', '0.00', '0.00', '0', '0.00', '1', '2026-03-05 13:56:24', '2026-03-05 12:56:41', '2026-03-05 13:56:24', '8', 'kedouble input');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('425', 'INV-20260305-0063', '232', 'Pak Epan', '085355241623', NULL, '95400.00', '100000.00', '4600.00', 'paid', '1', '2026-03-05 13:17:37', NULL, 'selesai', 'picked_up', '2026-03-06 11:28:16', '2026-03-05 13:41:36', '2026-03-05 15:05:44', '0', '2026-03-06 10:16:21', '3', '16', NULL, NULL, '1', '2026-03-05 13:16:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 13:16:50', '2026-03-06 11:28:16', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('427', 'INV-20260305-0065', '234', 'Syahada Kue', '0811796669', NULL, '150000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:42:15', NULL, 'selesai', 'picked_up', '2026-03-06 11:28:09', '2026-03-05 13:41:54', '2026-03-05 14:45:56', '0', '2026-03-05 14:53:40', '3', '16', NULL, NULL, '1', '2026-03-05 13:21:00', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 13:20:57', '2026-03-06 13:42:15', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('428', 'INV-20260305-0066', '28', 'Reklame Katon', '081369542960', NULL, '300000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:45:21', NULL, 'selesai', 'picked_up', '2026-03-07 14:23:19', '2026-03-05 14:48:39', '2026-03-05 16:33:48', '0', '2026-03-06 14:54:55', '3', '16', '6', '6', '1', '2026-03-05 13:26:31', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 13:26:26', '2026-03-07 14:23:19', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('430', 'INV-20260305-0068', '59', 'Firman', '089524287106', NULL, '10400.00', '10400.00', '0.00', 'paid', '1', '2026-03-05 15:42:49', NULL, 'selesai', 'picked_up', '2026-03-06 11:27:22', '2026-03-05 13:44:01', '2026-03-05 14:18:27', '0', '2026-03-05 14:22:43', '3', '16', NULL, NULL, '1', '2026-03-05 13:32:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 13:31:57', '2026-03-06 11:27:22', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('436', 'INV-20260305-0074', '239', 'Sedop', '082179387284', NULL, '82500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:23:35', '2026-03-05 16:30:18', '2026-03-05 17:26:03', '0', '2026-03-06 10:14:10', '3', NULL, NULL, NULL, '1', '2026-03-05 14:17:25', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 14:17:23', '2026-03-06 11:23:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('439', 'INV-20260305-0077', '239', 'Sedop', '082179387284', NULL, '26400.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-06 11:23:25', '2026-03-05 16:30:24', '2026-03-05 17:26:06', '0', '2026-03-06 10:13:40', '3', NULL, NULL, NULL, '1', '2026-03-05 14:40:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 14:40:17', '2026-03-06 11:23:25', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('440', 'INV-20260305-0078', '211', 'Juan Meteran', '081366707836', NULL, '2900.00', '0.00', '0.00', 'paid', '1', '2026-03-05 15:47:28', NULL, 'selesai', 'picked_up', '2026-03-06 11:23:21', '2026-03-05 15:55:17', '2026-03-05 15:55:24', '0', '2026-03-06 10:16:08', '3', '16', NULL, NULL, '1', '2026-03-05 14:56:50', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 14:56:48', '2026-03-06 11:23:21', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('442', 'INV-20260305-0080', '243', 'Lusy', '089624613106', NULL, '15000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 15:57:26', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-05 16:30:36', '2026-03-05 23:28:00', '0', '2026-03-06 10:08:35', '3', '16', NULL, NULL, '1', '2026-03-05 15:02:38', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 15:02:36', '2026-03-10 15:57:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('443', 'INV-20260305-0081', '76', 'Ita Pelangi', '081957071787', NULL, '16500.00', '0.00', '0.00', 'paid', '1', '2026-03-07 10:40:40', NULL, 'selesai', 'picked_up', '2026-03-07 13:47:54', '2026-03-05 16:30:44', '2026-03-05 17:26:14', '0', '2026-03-06 10:13:11', '3', '16', NULL, NULL, '1', '2026-03-05 15:18:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 15:18:55', '2026-03-07 13:47:54', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('446', 'INV-20260305-0084', '206', 'Guardian', '085783977211', NULL, '3000.00', '0.00', '0.00', 'paid', '1', '2026-03-07 13:33:14', NULL, 'selesai', 'picked_up', '2026-03-07 14:19:05', '2026-03-05 16:31:02', '2026-03-05 17:26:26', '0', '2026-03-06 10:13:03', '3', '16', NULL, NULL, '1', '2026-03-05 15:37:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 15:37:28', '2026-03-07 14:19:05', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('448', 'INV-20260305-0086', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '6600.00', '10000.00', '3400.00', 'paid', '1', '2026-03-06 14:17:33', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-05 16:31:17', '2026-03-05 17:26:37', '0', '2026-03-06 10:12:14', '3', '16', NULL, NULL, '1', '2026-03-05 15:47:38', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 15:47:36', '2026-03-06 14:17:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('455', 'INV-20260305-0093', '244', 'Almers', '089631969342', NULL, '100000.00', '100000.00', '0.00', 'paid', '1', '2026-03-14 11:25:47', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-05 16:32:24', '2026-03-05 17:02:39', '0', '2026-03-06 10:15:07', '3', '16', NULL, NULL, '1', '2026-03-05 16:09:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 16:09:49', '2026-03-14 11:25:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('456', 'INV-20260305-0094', '80', 'TIMEZONE MBK', '08117288850', NULL, '160000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:25:41', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-05 16:32:38', '2026-03-06 15:40:31', '0', '2026-03-06 16:24:38', '3', '16', NULL, NULL, '1', '2026-03-05 16:10:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 16:10:54', '2026-03-06 16:24:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('458', 'INV-20260305-0096', '248', 'Shebie', '082282432519', NULL, '3600.00', '3600.00', '0.00', 'paid', '1', '2026-03-06 14:02:02', NULL, 'selesai', 'picked_up', '2026-03-06 11:21:58', '2026-03-05 16:32:59', '2026-03-05 17:27:02', '0', '2026-03-06 10:11:11', '3', '16', NULL, NULL, '1', '2026-03-05 16:18:06', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 16:13:05', '2026-03-06 14:02:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('461', 'INV-20260305-0099', '80', 'TIMEZONE MBK', '08117288850', NULL, '25000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:25:41', NULL, 'selesai', 'picked_up', '2026-03-06 13:28:44', '2026-03-05 16:55:56', '2026-03-05 17:27:21', '0', '2026-03-06 10:10:30', '8', '16', '6', '6', '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 16:36:02', '2026-03-06 13:28:44', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('465', 'INV-20260305-0103', '249', 'Ringgit', '081373830208', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-05 17:15:47', '2026-03-05 17:27:47', '0', '2026-03-06 14:51:25', '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '1', '2026-03-07 12:00:02', '2026-03-05 16:39:22', '2026-03-07 12:00:02', '8', 'kedouble input');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('466', 'INV-20260305-0104', '249', 'Ringgit', '081373830208', NULL, '62400.00', '62400.00', '0.00', 'paid', '1', '2026-03-14 11:24:58', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-05 17:16:01', '2026-03-05 17:27:51', '0', '2026-03-06 14:51:50', '3', '16', NULL, NULL, '1', '2026-03-05 16:39:51', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 16:39:23', '2026-03-14 11:24:58', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('467', 'INV-20260305-0105', '225', 'Perc Rymadani', '085368371705', NULL, '150000.00', '150000.00', '0.00', 'paid', '1', '2026-03-07 14:15:42', NULL, 'selesai', 'picked_up', '2026-03-07 14:17:45', '2026-03-05 17:15:55', '2026-03-06 13:50:28', '0', '2026-03-06 14:53:07', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-05 16:59:13', '2026-03-07 14:17:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('471', 'INV-20260306-0004', '33', 'Adi jogja', '081377576651', NULL, '33800.00', '0.00', '0.00', 'paid', '1', '2026-03-06 13:33:33', NULL, 'selesai', 'picked_up', '2026-03-06 13:47:00', '2026-03-06 09:33:42', '2026-03-06 10:28:03', '0', '2026-03-06 10:38:20', '3', '16', NULL, NULL, '1', '2026-03-06 09:23:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:23:08', '2026-03-06 13:47:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('473', 'INV-20260306-0006', '256', 'Hermawan', '082280365649', NULL, '265000.00', '300000.00', '35000.00', 'paid', '1', '2026-03-07 16:43:47', NULL, 'selesai', 'picked_up', '2026-03-10 11:51:52', '2026-03-06 13:57:02', '2026-03-06 15:35:50', '0', '2026-03-06 15:47:45', '3', '16', NULL, NULL, '1', '2026-03-06 09:26:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:26:08', '2026-03-10 11:51:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('475', 'INV-20260306-0008', '257', 'Son', '082180499591', NULL, '70000.00', '0.00', '0.00', 'paid', '1', '2026-03-09 10:07:50', NULL, 'selesai', 'picked_up', '2026-03-09 15:00:25', '2026-03-06 14:13:11', '2026-03-06 15:42:24', '0', '2026-03-06 16:19:53', '3', '16', '6', NULL, '1', '2026-03-06 09:29:13', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:29:07', '2026-03-09 15:00:25', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('476', 'INV-20260306-0009', '258', 'Sita', '088286229622', NULL, '87550.00', '0.00', '0.00', 'paid', '1', '2026-03-06 17:06:30', NULL, 'selesai', 'picked_up', '2026-03-10 11:51:45', '2026-03-06 14:12:19', '2026-03-06 14:39:35', '0', '2026-03-06 15:08:59', '3', '16', '6', '18', '1', '2026-03-06 09:31:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:31:32', '2026-03-10 11:51:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('480', 'INV-20260306-0013', '89', 'Nopan', '085379057575', NULL, '360000.00', '360000.00', '0.00', 'paid', '1', '2026-03-06 10:51:56', NULL, 'selesai', 'picked_up', '2026-03-07 14:31:00', '2026-03-06 10:18:08', '2026-03-06 15:41:31', '0', '2026-03-06 16:24:52', '3', '16', NULL, NULL, '1', '2026-03-06 09:35:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:35:26', '2026-03-07 14:31:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('481', 'INV-20260306-0014', '259', 'Toko Polim', '085279992212', NULL, '65000.00', '100000.00', '35000.00', 'paid', '1', '2026-03-06 10:59:21', NULL, 'selesai', 'picked_up', '2026-03-07 14:30:47', '2026-03-06 10:06:13', '2026-03-06 15:38:43', '0', '2026-03-06 16:21:54', '3', '16', NULL, NULL, '1', '2026-03-06 09:36:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:36:56', '2026-03-07 14:30:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('486', 'INV-20260306-0019', '91', 'ANGEL', '081369190425', NULL, '20000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 16:52:08', NULL, 'selesai', 'picked_up', '2026-03-10 11:50:43', '2026-03-06 10:17:30', '2026-03-06 16:32:36', '0', '2026-03-07 09:30:05', '3', '16', NULL, NULL, '1', '2026-03-06 09:45:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:45:23', '2026-03-10 11:50:43', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('489', 'INV-20260306-0022', '91', 'ANGEL', '081369190425', NULL, '6600.00', '0.00', '0.00', 'paid', '1', '2026-03-06 16:52:08', NULL, 'selesai', 'picked_up', '2026-03-07 14:30:22', '2026-03-06 10:24:08', '2026-03-06 15:41:01', '0', '2026-03-06 16:12:21', '3', '16', NULL, NULL, '1', '2026-03-06 09:47:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:47:53', '2026-03-07 14:30:22', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('492', 'INV-20260306-0025', '264', 'CSO Fariz', '081274764545', NULL, '165000.00', '165000.00', '0.00', 'paid', '1', '2026-03-06 17:16:06', NULL, 'selesai', 'picked_up', '2026-03-07 13:22:00', '2026-03-06 13:45:05', '2026-03-06 16:37:37', '0', '2026-03-07 09:16:42', '3', '16', NULL, NULL, '1', '2026-03-06 09:51:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:51:12', '2026-03-07 13:22:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('496', 'INV-20260306-0029', '209', 'Ipung', '089615469542', NULL, '12100.00', '22000.00', '9900.00', 'paid', '1', '2026-03-07 16:47:36', NULL, 'selesai', 'picked_up', '2026-03-10 11:50:09', '2026-03-06 13:57:42', '2026-03-06 16:27:08', '0', '2026-03-07 09:31:28', '3', '16', NULL, NULL, '1', '2026-03-06 09:56:22', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:56:19', '2026-03-10 11:50:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('497', 'INV-20260306-0030', '266', 'Azi Ardiansyah', '0895705008084', NULL, '3300.00', '0.00', '0.00', 'paid', '1', '2026-03-07 11:52:55', NULL, 'selesai', 'picked_up', '2026-03-07 13:22:15', '2026-03-06 10:37:33', '2026-03-06 15:39:49', '0', '2026-03-06 16:24:33', '3', '8', NULL, NULL, '1', '2026-03-06 09:59:23', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 09:59:20', '2026-03-07 13:22:15', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('499', 'INV-20260306-0032', '266', 'Azi Ardiansyah', '0895705008084', NULL, '30000.00', '0.00', '0.00', 'paid', '1', '2026-03-07 11:52:55', NULL, 'selesai', 'picked_up', '2026-03-07 14:28:58', '2026-03-06 10:54:59', '2026-03-06 11:29:22', '0', '2026-03-06 14:52:09', '3', '8', NULL, NULL, '1', '2026-03-06 10:02:01', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:01:58', '2026-03-07 14:28:58', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('501', 'INV-20260306-0034', '268', 'Herti Azkiya', '089632171689', NULL, '5000.00', '5000.00', '0.00', 'paid', '1', '2026-03-07 11:05:18', NULL, 'selesai', 'picked_up', '2026-03-07 14:28:47', '2026-03-06 13:57:53', '2026-03-06 15:34:26', '0', '2026-03-06 15:41:37', '3', '16', NULL, NULL, '1', '2026-03-06 10:04:42', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:04:40', '2026-03-07 14:28:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('505', 'INV-20260306-0038', '258', 'Sita', '088286229622', NULL, '113900.00', '0.00', '0.00', 'paid', '1', '2026-03-06 17:06:30', NULL, 'selesai', 'picked_up', '2026-03-07 14:28:38', '2026-03-06 14:54:36', '2026-03-06 15:22:56', '0', '2026-03-06 15:38:15', '3', '16', '6', '18', '1', '2026-03-06 10:09:23', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:09:17', '2026-03-07 14:28:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('510', 'INV-20260306-0043', '37', 'Septa N3', '087799642394', NULL, '25000.00', '25000.00', '0.00', 'paid', '1', '2026-03-06 13:21:49', NULL, 'selesai', 'picked_up', '2026-03-07 10:22:28', '2026-03-06 10:49:23', '2026-03-06 15:49:54', '0', '2026-03-06 16:34:36', '3', '16', NULL, NULL, '1', '2026-03-06 10:16:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:16:14', '2026-03-07 10:22:28', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('511', 'INV-20260306-0044', '100', 'Ercia Grafis', '081295595888', NULL, '105000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 10:45:56', NULL, 'selesai', 'picked_up', '2026-03-07 14:28:03', '2026-03-06 14:03:11', '2026-03-07 09:15:24', '0', '2026-03-07 09:44:32', '3', '16', NULL, NULL, '1', '2026-03-06 10:21:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:21:32', '2026-03-10 10:45:56', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('512', 'INV-20260306-0045', '270', 'Herwan', '08', NULL, '600000.00', '600000.00', '0.00', 'paid', '1', '2026-03-10 11:03:58', NULL, 'selesai', 'picked_up', '2026-03-07 14:27:59', '2026-03-06 11:18:45', '2026-03-06 14:02:23', '0', '2026-03-06 15:07:43', '3', '16', NULL, NULL, '1', '2026-03-06 10:22:49', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:22:41', '2026-03-10 11:03:58', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('523', 'INV-20260306-0056', '91', 'ANGEL', '081369190425', NULL, '5000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 16:52:08', NULL, 'selesai', 'picked_up', '2026-03-07 10:20:48', '2026-03-06 14:03:45', '2026-03-06 16:34:04', '0', '2026-03-07 09:25:44', '3', '16', NULL, NULL, '1', '2026-03-06 10:45:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:45:28', '2026-03-07 10:20:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('524', 'INV-20260306-0057', '163', 'Warna Baru', '082282655172', NULL, '96900.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:48:51', '2026-03-06 14:47:56', '2026-03-06 16:03:06', '0', '2026-03-07 09:36:58', '3', NULL, NULL, NULL, '1', '2026-03-06 10:48:02', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:48:00', '2026-03-10 11:48:51', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('525', 'INV-20260306-0058', '174', 'Mafia Stiker', '08989748765', NULL, '50000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:48:25', '2026-03-06 14:03:06', '2026-03-06 16:33:46', '0', '2026-03-07 09:26:39', '3', NULL, NULL, NULL, '1', '2026-03-06 10:51:04', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 10:51:01', '2026-03-10 11:48:25', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('527', 'INV-20260306-0060', '94', 'Sahabat Baradatu', '085381230050', NULL, '60000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-07 10:20:39', '2026-03-06 14:51:25', '2026-03-06 16:03:10', '0', '2026-03-07 09:36:33', '3', NULL, NULL, NULL, '1', '2026-03-06 11:02:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 11:02:10', '2026-03-07 10:20:39', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('535', 'INV-20260306-0068', '91', 'ANGEL', '081369190425', NULL, '5800.00', '0.00', '0.00', 'paid', '1', '2026-03-06 16:52:08', NULL, 'selesai', 'picked_up', '2026-03-07 10:20:00', '2026-03-06 14:15:37', '2026-03-06 15:33:42', '0', '2026-03-06 15:41:18', '3', '16', NULL, NULL, '1', '2026-03-06 11:24:40', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 11:24:37', '2026-03-07 10:20:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('536', 'INV-20260306-0069', '277', 'Abadi Printing', '08117251977', NULL, '100000.00', '100000.00', '0.00', 'paid', '1', '2026-03-10 15:45:50', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-06 14:12:38', '2026-03-06 14:17:01', '0', '2026-03-06 15:08:38', '3', '16', '6', '18', '1', '2026-03-06 11:26:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 11:26:17', '2026-03-10 15:45:50', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('537', 'INV-20260306-0070', '147', 'Isfah Jaya', '082181956640', NULL, '60750.00', '100000.00', '39250.00', 'paid', '1', '2026-03-07 10:12:42', NULL, 'selesai', 'picked_up', '2026-03-07 10:19:48', '2026-03-06 16:01:54', '2026-03-06 16:37:04', '0', '2026-03-07 09:14:29', '3', '16', NULL, NULL, '1', '2026-03-06 11:30:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 11:30:19', '2026-03-07 10:19:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('538', 'INV-20260306-0071', '278', 'Arif Sablon', '085768974910', NULL, '42500.00', '42500.00', '0.00', 'paid', '1', '2026-03-07 15:29:55', NULL, 'selesai', 'picked_up', '2026-03-09 09:10:19', '2026-03-06 14:12:43', '2026-03-06 14:42:14', '0', '2026-03-06 15:11:21', '3', '16', '6', '18', '1', '2026-03-06 11:32:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 11:32:05', '2026-03-09 09:10:19', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('541', 'INV-20260306-0074', '280', 'Permata Solo', '08117221186', NULL, '96000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-07 14:26:48', '2026-03-06 14:24:05', '2026-03-06 16:34:37', '0', '2026-03-07 09:23:48', '3', NULL, NULL, NULL, '1', '2026-03-06 11:38:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 11:38:10', '2026-03-07 14:26:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('542', 'INV-20260306-0075', '282', 'Caka', '085279009229', NULL, '20700.00', '22000.00', '1300.00', 'paid', '1', '2026-03-06 11:50:56', NULL, 'selesai', 'picked_up', '2026-03-07 10:19:34', '2026-03-06 14:57:27', '2026-03-06 15:28:44', '0', '2026-03-06 15:39:41', '3', '16', NULL, NULL, '1', '2026-03-06 11:49:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 11:49:51', '2026-03-07 10:19:34', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('547', 'INV-20260306-0080', '283', 'Sherli ERKA', '0895602336404', NULL, '67400.00', '0.00', '0.00', 'paid', '1', '2026-03-12 13:50:55', NULL, 'selesai', 'picked_up', '2026-03-07 14:26:40', '2026-03-06 14:49:14', '2026-03-06 15:27:15', '0', '2026-03-06 15:38:57', '3', '16', NULL, NULL, '1', '2026-03-06 13:22:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 13:22:24', '2026-03-12 13:50:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('548', 'INV-20260306-0081', '284', 'Markitak', '089624614424', NULL, '52500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:47:51', '2026-03-06 14:48:11', '2026-03-06 15:40:36', '0', '2026-03-06 16:24:43', '3', NULL, NULL, NULL, '1', '2026-03-06 13:25:40', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 13:25:35', '2026-03-10 11:47:51', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('550', 'INV-20260306-0083', '285', 'Saaf Print', '082179387284', NULL, '2600.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:47:40', '2026-03-06 14:49:34', '2026-03-06 15:28:28', '0', '2026-03-06 15:39:22', '3', NULL, NULL, NULL, '1', '2026-03-06 13:35:24', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 13:35:22', '2026-03-10 11:47:40', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('551', 'INV-20260306-0084', '284', 'Markitak', '089624614424', NULL, '3300.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-07 14:32:02', '2026-03-06 14:17:03', '2026-03-06 15:33:13', '0', '2026-03-06 15:41:05', '3', NULL, NULL, NULL, '1', '2026-03-06 13:35:48', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 13:35:46', '2026-03-07 14:32:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('554', 'INV-20260306-0087', '286', 'Dapur Ara', '081373920178', NULL, '74200.00', '74200.00', '0.00', 'paid', '1', '2026-03-07 14:40:10', NULL, 'selesai', 'picked_up', '2026-03-07 13:56:16', '2026-03-06 15:14:32', '2026-03-07 09:15:44', '0', '2026-03-07 09:44:10', '3', '16', NULL, NULL, '1', '2026-03-06 13:47:04', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 13:47:01', '2026-03-07 14:40:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('555', 'INV-20260306-0088', '20', 'RIAS PRINTING', '082281106682', NULL, '10000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 16:56:35', NULL, 'selesai', 'picked_up', '2026-03-07 10:18:56', '2026-03-06 14:17:19', '2026-03-06 16:34:41', '0', '2026-03-07 09:21:44', '3', '16', NULL, NULL, '1', '2026-03-06 13:49:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 13:49:05', '2026-03-07 10:18:56', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('565', 'INV-20260306-0098', '258', 'Sita', '088286229622', NULL, '32400.00', '0.00', '0.00', 'paid', '1', '2026-03-06 17:06:30', NULL, 'selesai', 'picked_up', '2026-03-07 10:18:30', '2026-03-06 15:13:51', '2026-03-06 15:26:57', '0', '2026-03-06 15:38:38', '3', '16', NULL, NULL, '1', '2026-03-06 13:57:18', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 13:57:15', '2026-03-07 10:18:30', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('570', 'INV-20260306-0103', '163', 'Warna Baru', '082282655172', NULL, '10600.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:46:24', '2026-03-06 15:15:50', '2026-03-07 09:16:38', '0', '2026-03-07 09:42:33', '3', NULL, NULL, NULL, '1', '2026-03-06 14:05:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 14:05:31', '2026-03-10 11:46:24', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('571', 'INV-20260306-0104', '185', 'NEZA', '+62 812-7171-1407', NULL, '6600.00', '7000.00', '400.00', 'paid', '1', '2026-03-07 10:45:28', NULL, 'selesai', 'picked_up', '2026-03-07 10:47:59', '2026-03-06 15:48:07', '2026-03-06 16:35:13', '0', '2026-03-07 09:22:40', '3', '16', NULL, NULL, '1', '2026-03-06 14:09:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 14:09:21', '2026-03-07 10:47:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('572', 'INV-20260306-0105', '258', 'Sita', '088286229622', NULL, '5800.00', '0.00', '0.00', 'paid', '1', '2026-03-06 17:06:30', NULL, 'selesai', 'picked_up', '2026-03-07 10:17:55', '2026-03-06 14:52:55', '2026-03-06 16:35:18', '0', '2026-03-07 09:22:24', '3', '16', NULL, NULL, '1', '2026-03-06 14:13:05', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 14:13:03', '2026-03-07 10:17:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('577', 'INV-20260306-0110', '231', 'OLIVIA', '082179511086', NULL, '39600.00', '39600.00', '0.00', 'paid', '1', '2026-03-14 16:52:04', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-06 15:53:41', '2026-03-06 16:35:30', '0', '2026-03-07 09:17:54', '3', '16', NULL, NULL, '1', '2026-03-06 14:38:44', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 14:38:42', '2026-03-14 16:52:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('582', 'INV-20260306-0115', '295', 'Kiyay Florist', '082372203013', NULL, '48000.00', '48000.00', '0.00', 'paid', '1', '2026-03-07 16:37:37', NULL, 'selesai', 'picked_up', '2026-03-09 10:04:06', '2026-03-07 09:12:47', '2026-03-07 09:16:44', '0', '2026-03-07 09:42:19', '3', '16', NULL, NULL, '1', '2026-03-06 14:56:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 14:56:27', '2026-03-09 10:04:06', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('583', 'INV-20260306-0116', '231', 'OLIVIA', '082179511086', NULL, '23100.00', '23100.00', '0.00', 'paid', '1', '2026-03-14 16:52:04', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-06 15:54:06', '2026-03-06 16:35:03', '0', '2026-03-07 09:22:54', '3', '16', NULL, NULL, '1', '2026-03-06 15:01:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 15:01:28', '2026-03-14 16:52:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('584', 'INV-20260306-0117', '48', 'PAK RANA', '0895640319652', NULL, '10000.00', '0.00', '0.00', 'paid', '1', '2026-03-06 15:30:46', NULL, 'selesai', 'picked_up', '2026-03-07 10:17:23', '2026-03-06 17:19:23', '2026-03-07 09:16:50', '0', '2026-03-07 09:42:05', '3', '16', NULL, NULL, '1', '2026-03-06 15:09:45', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 15:09:43', '2026-03-07 10:17:23', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('585', 'INV-20260306-0118', '296', 'Thomi CS', '085789580065', NULL, '45000.00', '45000.00', '0.00', 'paid', '1', '2026-03-07 13:10:11', NULL, 'selesai', 'picked_up', '2026-03-07 13:11:09', '2026-03-06 15:27:45', '2026-03-06 16:03:16', '0', '2026-03-07 09:36:11', '3', '16', NULL, NULL, '1', '2026-03-06 15:14:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 15:14:23', '2026-03-07 13:11:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('586', 'INV-20260306-0119', '91', 'ANGEL', '081369190425', NULL, '8800.00', '0.00', '0.00', 'paid', '1', '2026-03-06 16:52:08', NULL, 'selesai', 'picked_up', '2026-03-07 10:17:13', '2026-03-06 17:19:18', '2026-03-07 09:34:17', '0', '2026-03-07 09:38:35', '3', '16', NULL, NULL, '1', '2026-03-06 15:21:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 15:21:45', '2026-03-07 10:17:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('587', 'INV-20260306-0120', '283', 'Sherli ERKA', '0895602336404', NULL, '17400.00', '0.00', '0.00', 'paid', '1', '2026-03-12 13:50:55', NULL, 'selesai', 'picked_up', '2026-03-07 14:25:56', '2026-03-06 17:19:28', '2026-03-07 09:16:57', '0', '2026-03-07 09:41:44', '3', '16', NULL, NULL, '1', '2026-03-06 15:26:52', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 15:26:49', '2026-03-12 13:50:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('594', 'INV-20260306-0127', '51', 'Fadil ERKA', '082374883069', NULL, '121500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-07 14:25:39', '2026-03-07 09:55:28', '2026-03-07 13:16:12', '0', '2026-03-07 13:41:53', '3', NULL, NULL, NULL, '1', '2026-03-06 16:05:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 16:05:52', '2026-03-07 14:25:39', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('600', 'INV-20260306-0133', '258', 'Sita', '088286229622', NULL, '70200.00', '0.00', '0.00', 'paid', '1', '2026-03-06 17:06:30', NULL, 'selesai', 'picked_up', '2026-03-07 10:16:57', '2026-03-06 17:19:58', '2026-03-06 17:20:20', '0', '2026-03-07 09:15:58', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 17:02:56', '2026-03-07 10:16:57', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('601', 'INV-20260306-0134', '258', 'Sita', '088286229622', NULL, '140400.00', '0.00', '0.00', 'paid', '1', '2026-03-06 17:06:30', NULL, 'selesai', 'picked_up', '2026-03-07 10:16:50', '2026-03-06 17:20:05', '2026-03-06 17:20:14', '0', '2026-03-07 09:16:13', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-06 17:03:30', '2026-03-07 10:16:50', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('604', 'INV-20260307-0003', '303', 'Rurin Digital', '081312727122', NULL, '90000.00', '90000.00', '0.00', 'paid', '1', '2026-03-07 13:20:50', NULL, 'selesai', 'picked_up', '2026-03-07 13:54:18', '2026-03-07 10:02:59', '2026-03-07 11:51:16', '0', '2026-03-07 11:56:34', '3', '16', NULL, NULL, '1', '2026-03-07 09:19:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 09:18:35', '2026-03-07 13:54:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('607', 'INV-20260307-0006', '91', 'ANGEL', '081369190425', NULL, '11600.00', '0.00', '0.00', 'paid', '1', '2026-03-07 16:26:21', NULL, 'selesai', 'picked_up', '2026-03-09 09:56:49', '2026-03-07 10:03:15', '2026-03-07 11:05:15', '0', '2026-03-07 11:09:22', '3', '5', NULL, NULL, '1', '2026-03-07 09:28:46', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 09:28:42', '2026-03-09 09:56:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('608', 'INV-20260307-0007', '103', 'Azka Cust', '0895801225797', NULL, '82500.00', '100000.00', '17500.00', 'paid', '1', '2026-03-07 13:46:13', NULL, 'selesai', 'picked_up', '2026-03-07 13:47:41', '2026-03-07 10:03:20', '2026-03-07 10:38:21', '0', '2026-03-07 11:15:35', '3', '16', NULL, NULL, '1', '2026-03-07 09:29:40', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 09:29:38', '2026-03-07 13:47:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('610', 'INV-20260307-0009', '51', 'Fadil ERKA', '082374883069', NULL, '24300.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:43:41', '2026-03-07 10:03:25', '2026-03-07 13:16:00', '0', '2026-03-07 13:43:03', '3', NULL, NULL, NULL, '1', '2026-03-07 09:32:11', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 09:32:08', '2026-03-10 11:43:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('613', 'INV-20260307-0012', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '9600.00', '0.00', '0.00', 'paid', '1', '2026-03-07 16:30:49', NULL, 'selesai', 'picked_up', '2026-03-10 11:43:17', '2026-03-07 10:05:32', '2026-03-07 11:49:01', '0', '2026-03-07 11:57:37', '3', '16', NULL, NULL, '1', '2026-03-07 09:37:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 09:37:30', '2026-03-10 11:43:17', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('614', 'INV-20260307-0013', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '42500.00', '0.00', '0.00', 'paid', '1', '2026-03-07 16:30:49', NULL, 'selesai', 'picked_up', '2026-03-10 11:43:07', '2026-03-07 10:21:55', '2026-03-07 11:32:31', '0', '2026-03-07 11:58:10', '3', '16', '6', '18', '1', '2026-03-07 09:40:05', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 09:39:54', '2026-03-10 11:43:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('615', 'INV-20260307-0014', '218', 'Jastra', '081369691100', NULL, '270400.00', '270400.00', '0.00', 'paid', '1', '2026-03-07 14:40:30', NULL, 'selesai', 'picked_up', '2026-03-10 11:43:00', '2026-03-07 10:30:22', '2026-03-07 13:13:39', '0', '2026-03-07 13:44:57', '3', '16', NULL, NULL, '1', '2026-03-07 09:48:43', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 09:48:39', '2026-03-10 11:43:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('627', 'INV-20260307-0026', '24', 'HIJAU ART', '082374810600', NULL, '66000.00', '0.00', '0.00', 'paid', '1', '2026-03-07 13:19:28', NULL, 'selesai', 'picked_up', '2026-03-07 13:42:30', '2026-03-07 10:31:10', '2026-03-07 10:33:50', '0', '2026-03-07 11:17:54', '3', '16', NULL, NULL, '1', '2026-03-07 10:19:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 10:19:05', '2026-03-07 13:42:30', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('628', 'INV-20260307-0027', '310', 'Septian', '082176275922', NULL, '50000.00', '50000.00', '0.00', 'paid', '1', '2026-03-07 14:37:36', NULL, 'selesai', 'picked_up', '2026-03-10 11:41:59', '2026-03-07 10:31:14', '2026-03-07 13:13:29', '0', '2026-03-07 13:45:28', '3', '16', NULL, NULL, '1', '2026-03-07 10:22:46', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 10:22:43', '2026-03-10 11:41:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('629', 'INV-20260307-0028', '174', 'Mafia Stiker', '08989748765', NULL, '10000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:41:52', '2026-03-07 11:49:15', '2026-03-07 13:13:23', '0', '2026-03-07 13:45:48', '3', NULL, NULL, NULL, '1', '2026-03-07 10:31:25', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 10:31:22', '2026-03-10 11:41:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('633', 'INV-20260307-0032', '312', 'Nopal', '085768910926', NULL, '24600.00', '24600.00', '0.00', 'paid', '1', '2026-03-09 13:48:34', NULL, 'selesai', 'picked_up', '2026-03-09 13:49:33', '2026-03-07 11:57:04', '2026-03-07 13:01:50', '0', '2026-03-07 13:50:13', '3', '16', NULL, NULL, '1', '2026-03-07 10:42:01', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 10:41:54', '2026-03-09 13:49:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('634', 'INV-20260307-0033', '313', 'Aurora Printing', '085768970253', NULL, '9600.00', '10000.00', '400.00', 'paid', '1', '2026-03-07 15:21:34', NULL, 'selesai', 'picked_up', '2026-03-10 11:40:49', '2026-03-07 11:57:14', '2026-03-07 13:42:25', '0', '2026-03-07 14:02:27', '3', '16', NULL, NULL, '1', '2026-03-07 10:52:22', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 10:52:18', '2026-03-10 11:40:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('635', 'INV-20260307-0034', '228', 'Alya', '085267546246', NULL, '5100.00', '5100.00', '0.00', 'paid', '1', '2026-03-07 14:39:46', NULL, 'selesai', 'picked_up', '2026-03-10 11:40:44', '2026-03-07 11:57:22', '2026-03-07 13:12:00', '0', '2026-03-07 13:47:01', '3', '16', NULL, NULL, '1', '2026-03-07 10:59:23', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 10:59:21', '2026-03-10 11:40:44', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('639', 'INV-20260307-0038', '115', 'RENIE RUMAH ULTAH', '085367613300', NULL, '2700.00', '5000.00', '2300.00', 'paid', '1', '2026-03-07 11:36:27', NULL, 'selesai', 'picked_up', '2026-03-10 11:40:38', '2026-03-07 11:49:09', '2026-03-07 11:51:05', '0', '2026-03-07 11:56:46', '3', '16', NULL, NULL, '1', '2026-03-07 11:09:01', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 11:08:59', '2026-03-10 11:40:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('643', 'INV-20260307-0042', '51', 'Fadil ERKA', '082374883069', NULL, '16200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-07 11:49:56', '2026-03-07 13:13:13', '0', '2026-03-07 13:46:10', '3', NULL, NULL, NULL, '1', '2026-03-07 11:14:33', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 11:14:30', '2026-03-07 13:46:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('647', 'INV-20260307-0046', '317', 'Topan', '085215555570', NULL, '140000.00', '140000.00', '0.00', 'paid', '1', '2026-03-10 10:14:46', NULL, 'selesai', 'picked_up', '2026-03-10 11:39:33', '2026-03-09 11:09:37', '2026-03-09 11:40:09', '0', '2026-03-09 15:15:27', '3', '16', '6', '18', '1', '2026-03-07 11:40:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 11:40:13', '2026-03-10 11:39:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('652', 'INV-20260307-0051', '76', 'Ita Pelangi', '081957071787', NULL, '6800.00', '10000.00', '3200.00', 'paid', '1', '2026-03-07 13:36:27', NULL, 'selesai', 'picked_up', '2026-03-07 13:48:07', '2026-03-07 11:58:48', '2026-03-07 13:11:03', '0', '2026-03-07 13:48:26', '3', '16', NULL, NULL, '1', '2026-03-07 11:58:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 11:58:28', '2026-03-07 13:48:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('655', 'INV-20260307-0054', '318', 'Yopan Baru', '087842296014', NULL, '50000.00', '50000.00', '0.00', 'paid', '1', '2026-03-07 16:42:58', NULL, 'selesai', 'picked_up', '2026-03-09 10:03:45', '2026-03-07 13:25:02', '2026-03-07 13:25:31', '0', '2026-03-07 13:39:23', '3', '16', NULL, NULL, '1', '2026-03-07 12:03:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 12:03:16', '2026-03-09 10:03:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('659', 'INV-20260307-0058', '320', 'Abe Cutting', '081374621594', NULL, '95000.00', '95000.00', '0.00', 'paid', '1', '2026-03-09 15:04:21', NULL, 'selesai', 'picked_up', '2026-03-10 11:38:40', '2026-03-07 13:16:54', '2026-03-09 11:24:42', '0', '2026-03-09 11:37:12', '3', '16', NULL, '18', '1', '2026-03-07 12:59:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 12:58:46', '2026-03-10 11:38:40', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('661', 'INV-20260307-0060', '98', 'ADAM', '082280073255', NULL, '8100.00', '0.00', '0.00', 'paid', '1', '2026-03-07 14:41:24', NULL, 'selesai', 'picked_up', '2026-03-09 15:03:07', '2026-03-07 13:16:38', '2026-03-07 13:50:31', '0', '2026-03-07 14:00:43', '3', '16', NULL, NULL, '1', '2026-03-07 13:12:17', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 13:12:12', '2026-03-09 15:03:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('663', 'INV-20260307-0062', '17', 'Wisesa Art', '08117996060', NULL, '10000.00', '50000.00', '40000.00', 'paid', '1', '2026-03-07 13:34:37', NULL, 'selesai', 'picked_up', '2026-03-07 13:54:10', '2026-03-07 13:25:10', '2026-03-07 13:28:23', '0', '2026-03-07 13:30:58', '3', '16', NULL, NULL, '1', '2026-03-07 13:18:47', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 13:18:17', '2026-03-07 13:54:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('674', 'INV-20260307-0073', '163', 'Warna Baru', '082282655172', NULL, '217500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:37:05', '2026-03-07 14:29:28', '2026-03-08 01:46:32', '0', '2026-03-09 11:12:25', '3', NULL, NULL, '6', '1', '2026-03-07 14:03:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 14:02:31', '2026-03-10 11:37:05', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('679', 'INV-20260307-0078', '264', 'CSO Fariz', '081274764545', NULL, '10400.00', '0.00', '0.00', 'paid', '1', '2026-03-07 16:18:12', NULL, 'selesai', 'picked_up', '2026-03-09 14:13:12', '2026-03-07 15:53:20', '2026-03-09 10:32:02', '0', '2026-03-09 11:13:00', '3', '16', NULL, NULL, '1', '2026-03-07 14:55:44', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 14:55:41', '2026-03-09 14:13:12', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('680', 'INV-20260307-0079', '163', 'Warna Baru', '082282655172', NULL, '41600.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:36:42', '2026-03-07 15:43:52', '2026-03-07 15:44:36', '0', '2026-03-09 11:36:06', '3', NULL, NULL, NULL, '1', '2026-03-07 14:56:43', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 14:56:41', '2026-03-10 11:36:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('683', 'INV-20260307-0082', '326', 'Taufik', '088286525147', NULL, '9900.00', '9900.00', '0.00', 'paid', '1', '2026-03-07 16:18:45', NULL, 'selesai', 'picked_up', '2026-03-09 09:11:10', '2026-03-07 15:40:46', '2026-03-07 15:44:48', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-07 15:10:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 15:10:32', '2026-03-09 09:11:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('684', 'INV-20260307-0083', '264', 'CSO Fariz', '081274764545', NULL, '25000.00', '0.00', '0.00', 'paid', '1', '2026-03-07 16:18:12', NULL, 'selesai', 'picked_up', '2026-03-09 14:13:04', '2026-03-09 13:34:02', '2026-03-09 14:01:42', '0', '2026-03-09 14:07:51', '3', '16', '16', NULL, '1', '2026-03-07 15:11:52', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 15:11:48', '2026-03-09 14:13:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('685', 'INV-20260307-0084', '51', 'Fadil ERKA', '082374883069', NULL, '22000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-07 15:53:24', '2026-03-09 10:32:35', '0', '2026-03-09 11:13:50', '3', NULL, NULL, NULL, '1', '2026-03-07 15:16:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 15:16:26', '2026-03-09 11:13:50', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('688', 'INV-20260307-0087', '231', 'OLIVIA', '082179511086', NULL, '60000.00', '60000.00', '0.00', 'paid', '1', '2026-03-10 13:51:18', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 14:20:12', '2026-03-09 14:28:36', '0', '2026-03-09 15:37:08', '3', '16', '16', NULL, '1', '2026-03-07 15:30:43', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 15:30:38', '2026-03-10 13:51:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('691', 'INV-20260307-0090', '210', 'Bang Soni', '083160924292', NULL, '95000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 10:42:49', '2026-03-09 13:27:12', '0', '2026-03-09 14:21:06', '3', NULL, '6', '18', '1', '2026-03-07 15:34:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 15:34:53', '2026-03-09 14:21:06', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('696', 'INV-20260307-0095', '284', 'Markitak', '089624614424', NULL, '11500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 09:34:19', '2026-03-09 10:33:20', '0', '2026-03-09 11:15:32', '3', NULL, NULL, NULL, '1', '2026-03-07 16:31:43', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-07 16:31:41', '2026-03-09 11:15:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('701', 'INV-20260309-0001', '17', 'Wisesa Art', '08117996060', NULL, '39700.00', '0.00', '0.00', 'paid', '1', '2026-03-09 09:37:42', NULL, 'selesai', 'picked_up', '2026-03-09 15:33:11', '2026-03-09 09:57:04', '2026-03-09 10:33:09', '0', '2026-03-09 11:15:07', '3', '5', NULL, NULL, '1', '2026-03-09 09:20:38', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:20:36', '2026-03-09 15:33:11', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('704', 'INV-20260309-0004', '333', 'Piramid', '081381555864', NULL, '85000.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:26:25', NULL, 'selesai', 'picked_up', '2026-03-10 11:35:57', '2026-03-09 11:40:30', '2026-03-09 13:26:32', '0', '2026-03-09 14:22:37', '3', '16', '6', '18', '1', '2026-03-09 09:27:13', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:27:09', '2026-03-10 11:35:57', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('706', 'INV-20260309-0006', '51', 'Fadil ERKA', '082374883069', NULL, '40500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 10:01:11', '2026-03-09 10:59:00', '0', '2026-03-09 11:09:33', '3', NULL, NULL, NULL, '1', '2026-03-09 09:31:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:31:56', '2026-03-09 11:09:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('709', 'INV-20260309-0009', '48', 'PAK RANA', '0895640319652', NULL, '48000.00', '48000.00', '0.00', 'paid', '1', '2026-03-09 14:54:34', NULL, 'selesai', 'picked_up', '2026-03-09 15:32:36', '2026-03-09 14:25:23', '2026-03-09 14:31:01', '0', '2026-03-09 15:30:37', '3', '16', NULL, NULL, '1', '2026-03-09 09:37:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:37:17', '2026-03-09 15:32:36', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('711', 'INV-20260309-0011', '98', 'ADAM', '082280073255', NULL, '57600.00', '57600.00', '0.00', 'paid', '1', '2026-03-09 15:02:46', NULL, 'selesai', 'picked_up', '2026-03-10 11:35:45', '2026-03-09 10:29:21', '2026-03-09 10:59:43', '0', '2026-03-09 11:05:20', '3', '16', NULL, NULL, '1', '2026-03-09 09:38:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:38:34', '2026-03-10 11:35:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('715', 'INV-20260309-0015', '336', 'Hermansyah', '085789768640', NULL, '124000.00', '124000.00', '0.00', 'paid', '1', '2026-03-09 15:05:33', NULL, 'selesai', 'picked_up', '2026-03-10 11:35:35', '2026-03-09 10:23:48', '2026-03-09 11:02:08', '0', '2026-03-09 11:04:56', '3', '16', NULL, NULL, '1', '2026-03-09 09:43:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:43:50', '2026-03-10 11:35:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('716', 'INV-20260309-0016', '52', 'DPRIMACOM', '085892781956', NULL, '135000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 16:03:29', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 11:09:24', '2026-03-09 13:41:08', '0', '2026-03-09 14:15:17', '3', '16', NULL, NULL, '1', '2026-03-09 09:48:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:47:52', '2026-03-10 16:03:29', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('719', 'INV-20260309-0019', '110', 'Ibu Siti', '082199999079', NULL, '72600.00', '100000.00', '27400.00', 'paid', '1', '2026-03-09 12:03:08', NULL, 'selesai', 'picked_up', '2026-03-09 13:29:41', '2026-03-09 10:24:04', '2026-03-09 12:47:01', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-09 09:52:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 09:52:35', '2026-03-09 13:29:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('726', 'INV-20260309-0026', '239', 'Sedop', '082179387284', NULL, '186000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:33:07', '2026-03-09 10:44:54', '2026-03-09 10:59:22', '0', '2026-03-09 11:05:36', '3', NULL, NULL, NULL, '1', '2026-03-09 10:15:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 10:15:17', '2026-03-10 11:33:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('740', 'INV-20260309-0040', '264', 'CSO Fariz', '081274764545', NULL, '25000.00', '0.00', '0.00', 'paid', '1', '2026-03-09 15:07:26', NULL, 'selesai', 'picked_up', '2026-03-09 14:12:46', '2026-03-09 14:00:48', '2026-03-09 14:01:58', '0', '2026-03-09 14:07:04', '3', '16', NULL, NULL, '1', '2026-03-09 10:51:15', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 10:51:12', '2026-03-09 15:07:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('742', 'INV-20260309-0042', '1', 'tester', '08990799960', NULL, '2900.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 11:24:57', '2026-03-09 11:29:59', '0', '2026-03-09 11:37:54', '3', NULL, NULL, NULL, '1', '2026-03-09 10:53:02', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 10:52:59', '2026-03-09 11:37:54', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('745', 'INV-20260309-0045', '140', 'Abror', '081273589495', NULL, '22500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 11:31:35', '2026-03-09 11:08:20', '2026-03-09 11:50:58', '0', '2026-03-09 14:37:44', '3', NULL, NULL, NULL, '1', '2026-03-09 10:57:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 10:57:12', '2026-03-10 11:31:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('747', 'INV-20260309-0047', '347', 'Yeni Japala', '081379309136', NULL, '19200.00', '20000.00', '800.00', 'paid', '1', '2026-03-09 11:25:56', NULL, 'selesai', 'picked_up', '2026-03-09 15:24:11', '2026-03-09 11:25:24', '2026-03-09 11:30:12', '0', '2026-03-09 11:38:43', '3', '16', NULL, NULL, '1', '2026-03-09 11:05:33', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 11:05:30', '2026-03-09 15:24:11', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('749', 'INV-20260309-0049', '345', 'Mega', '088269818234', NULL, '72000.00', '100000.00', '28000.00', 'paid', '1', '2026-03-09 14:47:31', NULL, 'selesai', 'picked_up', '2026-03-09 15:24:06', '2026-03-09 11:16:20', '2026-03-09 12:48:05', '0', '2026-03-09 14:24:07', '3', '16', NULL, NULL, '1', '2026-03-09 11:08:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 11:07:56', '2026-03-09 15:24:06', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('752', 'INV-20260309-0052', '227', 'Hamarish / Turisiah', '085378047572', NULL, '2900.00', '2900.00', '0.00', 'paid', '1', '2026-03-09 11:20:02', NULL, 'selesai', 'picked_up', '2026-03-10 11:31:05', '2026-03-09 11:25:34', '2026-03-09 11:30:07', '0', '2026-03-09 11:38:24', '3', '16', NULL, NULL, '1', '2026-03-09 11:18:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 11:18:09', '2026-03-10 11:31:05', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('754', 'INV-20260309-0054', '348', 'Tazkiya', '08127939491', NULL, '5000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-09 15:23:55', '2026-03-09 14:16:29', '2026-03-09 14:28:46', '0', '2026-03-09 15:36:52', '3', NULL, '16', NULL, '1', '2026-03-09 11:23:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 11:23:09', '2026-03-09 15:36:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('755', 'INV-20260309-0055', '227', 'Hamarish / Turisiah', '085378047572', NULL, '2500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-09 15:22:23', '2026-03-09 11:37:54', '2026-03-09 11:40:14', '0', '2026-03-09 15:15:06', '3', NULL, NULL, NULL, '1', '2026-03-09 11:24:39', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 11:24:35', '2026-03-09 15:22:23', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('760', 'INV-20260309-0060', '347', 'Yeni Japala', '081379309136', NULL, '106000.00', '200000.00', '94000.00', 'paid', '1', '2026-03-09 16:33:02', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 12:00:14', '2026-03-09 13:23:52', '0', '2026-03-09 14:23:02', '3', '16', NULL, NULL, '1', '2026-03-09 11:31:17', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 11:31:15', '2026-03-09 16:33:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('763', 'INV-20260309-0063', '239', 'Sedop', '082179387284', NULL, '5200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 11:49:51', '2026-03-09 12:47:41', '0', '2026-03-09 14:37:10', '3', NULL, NULL, NULL, '1', '2026-03-09 11:41:31', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 11:41:26', '2026-03-09 14:37:10', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('772', 'INV-20260309-0072', '304', 'Al Qolam', '085269428842', NULL, '5000.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:36:27', NULL, 'selesai', 'picked_up', '2026-03-10 11:26:04', '2026-03-09 14:45:38', '2026-03-09 14:47:00', '0', '2026-03-09 15:25:14', '3', '16', NULL, NULL, '1', '2026-03-09 13:11:02', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 13:10:59', '2026-03-10 11:26:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('773', 'INV-20260309-0073', '348', 'Tazkiya', '08127939491', NULL, '5200.00', '5200.00', '0.00', 'paid', '1', '2026-03-09 15:19:45', NULL, 'selesai', 'picked_up', '2026-03-09 15:21:41', '2026-03-09 13:34:25', '2026-03-09 13:34:53', '0', '2026-03-09 14:18:56', '3', '16', NULL, NULL, '1', '2026-03-09 13:12:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 13:12:10', '2026-03-09 15:21:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('777', 'INV-20260309-0077', '355', 'Dendi Banner', '08978471224', NULL, '72000.00', '100000.00', '28000.00', 'paid', '1', '2026-03-09 15:28:15', NULL, 'selesai', 'picked_up', '2026-03-09 16:51:11', '2026-03-09 13:35:46', '2026-03-09 13:54:55', '0', '2026-03-09 14:11:33', '3', '16', NULL, NULL, '1', '2026-03-09 13:19:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 13:19:07', '2026-03-09 16:51:11', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('779', 'INV-20260309-0079', '257', 'Son', '082180499591', NULL, '10000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 16:27:03', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 10:39:47', '2026-03-10 10:48:40', '0', '2026-03-10 11:31:52', '3', '16', '16', NULL, '1', '2026-03-09 13:24:42', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 13:24:40', '2026-03-11 16:27:03', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('781', 'INV-20260309-0081', '357', 'Rama', '0887437521417', NULL, '10000.00', '20000.00', '10000.00', 'paid', '1', '2026-03-09 16:16:20', NULL, 'selesai', 'picked_up', '2026-03-09 16:51:02', '2026-03-09 13:47:52', '2026-03-09 14:18:04', '0', '2026-03-09 15:35:43', '3', '16', NULL, NULL, '1', '2026-03-09 13:28:15', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 13:28:11', '2026-03-09 16:51:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('785', 'INV-20260309-0085', '8', 'HERY RW', '082282332185', NULL, '15400.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:25:14', NULL, 'selesai', 'picked_up', '2026-03-10 11:25:19', '2026-03-09 14:02:38', '2026-03-09 14:08:08', '0', '2026-03-09 15:40:08', '3', '16', NULL, NULL, '1', '2026-03-09 13:40:17', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 13:40:05', '2026-03-10 11:25:19', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('798', 'INV-20260309-0098', '365', 'Octowine', '089646638360', NULL, '239800.00', '0.00', '0.00', 'paid', '1', '2026-03-10 16:13:26', NULL, 'selesai', 'picked_up', '2026-03-10 17:04:14', '2026-03-09 15:54:13', '2026-03-10 09:28:22', '0', '2026-03-10 10:37:26', '3', '16', NULL, NULL, '1', '2026-03-09 14:28:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 14:27:40', '2026-03-10 17:04:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('802', 'INV-20260309-0102', '195', 'Krisna', '089634146106', NULL, '75000.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:52:02', NULL, 'selesai', 'picked_up', '2026-03-10 11:18:52', '2026-03-10 10:38:40', '2026-03-10 10:48:52', '0', NULL, '3', '16', '16', NULL, '1', '2026-03-09 14:41:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 14:41:10', '2026-03-10 11:18:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('804', 'INV-20260309-0104', '50', 'Ivana', '089601024724', NULL, '22000.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:47:05', NULL, 'selesai', 'picked_up', '2026-03-10 17:04:01', '2026-03-09 15:04:28', '2026-03-09 15:21:28', '0', '2026-03-09 15:59:46', '3', '16', NULL, NULL, '1', '2026-03-09 14:43:50', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 14:43:48', '2026-03-10 17:04:01', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('805', 'INV-20260309-0105', '50', 'Ivana', '089601024724', NULL, '20800.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:47:05', NULL, 'selesai', 'picked_up', '2026-03-10 11:18:38', '2026-03-09 15:04:38', '2026-03-09 15:21:39', '0', '2026-03-09 15:59:25', '3', '16', NULL, NULL, '1', '2026-03-09 14:45:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 14:45:18', '2026-03-10 11:18:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('809', 'INV-20260309-0109', '369', 'Hadis', '081276421306', NULL, '20000.00', '20000.00', '0.00', 'paid', '1', '2026-03-09 14:55:19', NULL, 'selesai', 'picked_up', '2026-03-10 11:18:29', '2026-03-10 10:38:24', '2026-03-10 10:48:58', '0', NULL, '3', '16', '16', NULL, '1', '2026-03-09 14:53:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 14:53:34', '2026-03-10 11:18:29', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('811', 'INV-20260309-0111', '195', 'Krisna', '089634146106', NULL, '3300.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:52:02', NULL, 'selesai', 'picked_up', '2026-03-10 11:18:16', '2026-03-09 15:03:45', '2026-03-09 15:21:15', '0', '2026-03-09 16:00:09', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 14:57:38', '2026-03-10 11:18:16', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('815', 'INV-20260309-0115', '304', 'Al Qolam', '085269428842', NULL, '3300.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:36:27', NULL, 'selesai', 'picked_up', '2026-03-10 11:18:03', '2026-03-09 16:22:49', '2026-03-09 16:33:47', '0', '2026-03-09 16:51:33', '3', '16', NULL, NULL, '1', '2026-03-09 15:03:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 15:03:25', '2026-03-10 11:18:03', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('822', 'INV-20260309-0122', '284', 'Markitak', '089624614424', NULL, '3300.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-09 16:28:14', '2026-03-09 16:40:14', '0', '2026-03-09 16:50:34', '3', NULL, NULL, NULL, '1', '2026-03-09 15:50:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 15:50:29', '2026-03-09 16:50:34', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('826', 'INV-20260309-0126', '182', 'Sofyan / Indah Hari', '082281078427', NULL, '57200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 17:03:11', '2026-03-09 16:28:20', '2026-03-10 16:42:42', '0', '2026-03-10 16:46:29', '3', NULL, NULL, NULL, '1', '2026-03-09 15:57:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 15:57:28', '2026-03-10 17:03:11', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('829', 'INV-20260309-0129', '107', 'Ela Raja Promosi', '085769434834', NULL, '93000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 15:06:20', NULL, 'selesai', 'picked_up', '2026-03-10 17:03:00', '2026-03-09 16:26:21', '2026-03-10 11:30:35', '0', '2026-03-10 11:33:51', '3', '16', NULL, NULL, '1', '2026-03-09 16:05:13', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 16:05:08', '2026-03-10 17:03:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('831', 'INV-20260309-0131', '304', 'Al Qolam', '085269428842', NULL, '108000.00', '0.00', '0.00', 'paid', '1', '2026-03-09 16:36:27', NULL, 'selesai', 'picked_up', '2026-03-10 11:16:06', '2026-03-09 16:23:44', '2026-03-09 16:33:29', '0', '2026-03-09 16:53:28', '3', '16', NULL, NULL, '1', '2026-03-09 16:10:51', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 16:10:48', '2026-03-10 11:16:06', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('832', 'INV-20260309-0132', '47', 'Rudi Linda', '081274582482', NULL, '132500.00', '0.00', '0.00', 'paid', '1', '2026-03-10 13:34:55', NULL, 'selesai', 'picked_up', '2026-03-10 17:02:55', '2026-03-09 16:54:23', '2026-03-10 10:49:25', '0', '2026-03-10 11:31:47', '3', '16', NULL, NULL, '1', '2026-03-09 16:13:23', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 16:13:21', '2026-03-10 17:02:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('837', 'INV-20260309-0137', '52', 'DPRIMACOM', '085892781956', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '1', '2026-03-09 16:28:12', '2026-03-09 16:23:08', '2026-03-09 16:28:12', '16', 'ke double pas ngubah ukurannya');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('838', 'INV-20260309-0138', '52', 'DPRIMACOM', '085892781956', NULL, '60000.00', '0.00', '0.00', 'paid', '1', '2026-03-10 16:03:29', NULL, 'selesai', 'picked_up', '2026-03-10 17:02:47', '2026-03-10 10:46:52', '2026-03-10 13:27:29', '0', '2026-03-10 15:05:39', '3', '16', NULL, NULL, '1', '2026-03-09 16:23:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 16:23:08', '2026-03-10 17:02:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('845', 'INV-20260309-0145', '352', 'Jo Ramayana', '082176523332', NULL, '21200.00', '50000.00', '28800.00', 'paid', '1', '2026-03-10 11:05:49', NULL, 'selesai', 'picked_up', '2026-03-10 11:14:47', '2026-03-10 09:21:01', '2026-03-10 10:26:09', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-09 16:56:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 16:56:29', '2026-03-10 11:14:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('847', 'INV-20260309-0147', '377', 'Ayu Cust', '089632601022', NULL, '50000.00', '50000.00', '0.00', 'paid', '1', '2026-03-10 11:59:21', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 09:51:50', '2026-03-10 10:12:57', '0', '2026-03-10 11:33:32', '3', '16', NULL, NULL, '1', '2026-03-09 17:01:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-09 17:01:34', '2026-03-10 11:59:21', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('849', 'INV-20260310-0002', '378', 'Darwis Lampung Timur', '082179772014', NULL, '6600.00', '0.00', '0.00', 'paid', '1', '2026-03-10 09:32:39', NULL, 'selesai', 'picked_up', '2026-03-10 17:02:22', '2026-03-10 09:44:24', '2026-03-10 10:20:00', '0', '2026-03-10 11:33:26', '3', '16', NULL, NULL, '1', '2026-03-10 09:22:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 09:22:05', '2026-03-10 17:02:22', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('851', 'INV-20260310-0004', '378', 'Darwis Lampung Timur', '082179772014', NULL, '527500.00', '0.00', '0.00', 'paid', '1', '2026-03-10 09:32:39', NULL, 'selesai', 'picked_up', '2026-03-10 17:02:15', '2026-03-10 15:58:09', '2026-03-10 16:20:23', '0', '2026-03-10 16:34:37', '3', '16', NULL, NULL, '1', '2026-03-10 09:28:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 09:28:08', '2026-03-10 17:02:15', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('860', 'INV-20260310-0013', '92', 'Umar DVD', '085865187022', NULL, '44000.00', '50000.00', '6000.00', 'paid', '1', '2026-03-10 16:50:53', NULL, 'selesai', 'picked_up', '2026-03-10 17:01:35', '2026-03-10 10:00:40', '2026-03-10 10:24:57', '0', '2026-03-10 11:33:19', '3', '16', NULL, NULL, '1', '2026-03-10 09:43:18', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 09:43:14', '2026-03-10 17:01:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('862', 'INV-20260310-0015', '387', 'Putra Sovenir Lampung', '082269296600', NULL, '227500.00', '227500.00', '0.00', 'paid', '1', '2026-03-10 13:44:39', NULL, 'selesai', 'picked_up', '2026-03-10 17:01:57', '2026-03-10 10:08:45', '2026-03-10 10:38:32', '0', '2026-03-10 11:32:41', '3', '16', NULL, NULL, '1', '2026-03-10 09:48:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 09:48:24', '2026-03-10 17:01:57', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('865', 'INV-20260310-0018', '389', 'Angga Keseuma', '081273438385', NULL, '380000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 10:32:13', '2026-03-11 09:52:02', '0', '2026-03-11 10:45:48', '3', NULL, '6', '18', '1', '2026-03-10 09:52:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 09:51:55', '2026-03-11 10:45:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('875', 'INV-20260310-0028', '19', 'Fajar ERKA', '087881734166', NULL, '18000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 10:48:48', '2026-03-10 13:26:50', '0', '2026-03-10 15:05:44', '3', NULL, NULL, NULL, '1', '2026-03-10 10:04:03', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 10:03:59', '2026-03-10 15:05:44', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('879', 'INV-20260310-0032', '392', 'F12', '081367116772', NULL, '150000.00', '150000.00', '0.00', 'paid', '1', '2026-03-11 16:02:46', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 13:20:51', '2026-03-11 13:29:50', '0', '2026-03-11 13:59:00', '3', '16', NULL, NULL, '1', '2026-03-10 10:14:47', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 10:14:35', '2026-03-11 16:02:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('882', 'INV-20260310-0035', '258', 'Sita', '088286229622', NULL, '85000.00', '85000.00', '0.00', 'paid', '1', '2026-03-12 16:16:28', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 10:32:27', '2026-03-10 15:54:26', '0', '2026-03-10 15:56:24', '3', '16', '6', '18', '1', '2026-03-10 10:17:51', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 10:17:41', '2026-03-12 16:16:28', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('885', 'INV-20260310-0038', '285', 'Saaf Print', '082179387284', NULL, '42900.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 17:00:43', '2026-03-10 10:37:35', '2026-03-10 11:56:50', '0', '2026-03-10 15:06:43', '3', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 10:30:35', '2026-03-10 17:00:43', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('888', 'INV-20260310-0041', '51', 'Fadil ERKA', '082374883069', NULL, '12000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 11:25:19', '2026-03-10 16:55:11', '0', '2026-03-11 09:45:37', '3', NULL, NULL, NULL, '1', '2026-03-10 10:45:02', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 10:44:59', '2026-03-11 09:45:37', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('892', 'INV-20260310-0045', '146', 'BOXBRIDEID', '+62 882-8667-7576', NULL, '79200.00', '72699.00', '0.00', 'paid', '1', '2026-03-10 14:11:18', NULL, 'selesai', 'picked_up', '2026-03-10 17:00:18', '2026-03-10 11:59:26', '2026-03-10 14:58:57', '0', '2026-03-10 15:04:54', '3', '16', NULL, NULL, '1', '2026-03-10 10:54:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 10:54:49', '2026-03-10 17:00:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('901', 'INV-20260310-0054', '148', 'Farel', '0895609926754', NULL, '80000.00', '80000.00', '0.00', 'paid', '1', '2026-03-11 15:48:38', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 14:31:36', '2026-03-11 11:48:42', '0', '2026-03-11 11:50:00', '3', '16', '6', '18', '1', '2026-03-10 11:23:45', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 11:23:41', '2026-03-11 15:48:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('902', 'INV-20260310-0055', '395', 'Perc Abata', '082377100067', NULL, '8100.00', '50000.00', '41900.00', 'paid', '1', '2026-03-10 15:22:06', NULL, 'selesai', 'picked_up', '2026-03-10 16:59:32', '2026-03-10 13:30:30', '2026-03-10 13:30:44', '0', '2026-03-10 15:05:34', '3', '16', NULL, NULL, '1', '2026-03-10 11:25:24', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 11:25:21', '2026-03-10 16:59:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('903', 'INV-20260310-0056', '100', 'Ercia Grafis', '081295595888', NULL, '266600.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 16:59:27', '2026-03-10 16:22:07', '2026-03-10 16:42:55', '0', '2026-03-10 16:45:39', '3', NULL, NULL, NULL, '1', '2026-03-10 11:29:27', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 11:29:19', '2026-03-10 16:59:27', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('908', 'INV-20260310-0061', '207', 'Galih Wishaka', '08892992919', NULL, '310000.00', '310000.00', '0.00', 'paid', '1', '2026-03-11 10:48:49', NULL, 'selesai', 'picked_up', '2026-03-14 10:38:59', '2026-03-10 16:21:38', '2026-03-10 16:41:30', '0', '2026-03-10 16:47:08', '3', '16', NULL, NULL, '1', '2026-03-10 11:50:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 11:50:04', '2026-03-14 10:38:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('909', 'INV-20260310-0062', '396', 'Al Amin', '085273757842', NULL, '199200.00', '199200.00', '0.00', 'paid', '1', '2026-03-10 13:50:18', NULL, 'selesai', 'picked_up', '2026-03-10 16:58:56', '2026-03-10 13:23:10', '2026-03-10 13:23:50', '0', '2026-03-10 15:06:07', '3', '16', NULL, NULL, '1', '2026-03-10 11:53:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 11:53:32', '2026-03-10 16:58:56', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('914', 'INV-20260310-0067', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '72250.00', '0.00', '0.00', 'paid', '1', '2026-03-12 11:13:54', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 14:11:04', '2026-03-10 15:48:48', '0', '2026-03-10 15:49:53', '3', '16', '6', '18', '1', '2026-03-10 13:03:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:03:45', '2026-03-12 11:13:54', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('915', 'INV-20260310-0068', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '5200.00', '0.00', '0.00', 'paid', '1', '2026-03-12 11:13:54', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 13:48:25', '2026-03-10 13:48:41', '0', '2026-03-10 15:05:09', '3', '16', NULL, NULL, '1', '2026-03-10 13:05:00', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:04:58', '2026-03-12 11:13:54', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('917', 'INV-20260310-0070', '389', 'Angga Keseuma', '081273438385', NULL, '95000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 14:12:36', '2026-03-11 09:52:23', '0', '2026-03-11 10:45:31', '3', NULL, '6', '18', '1', '2026-03-10 13:10:52', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:10:49', '2026-03-11 10:45:31', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('920', 'INV-20260310-0073', '399', 'SDN 1 PALAPA', '08', NULL, '123750.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 13:32:02', '2026-03-10 14:52:00', '0', '2026-03-10 14:58:01', '3', NULL, NULL, NULL, '1', '2026-03-10 13:14:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:14:44', '2026-03-10 14:58:01', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('923', 'INV-20260310-0076', '95', 'FAJAR BROWNIES', '08877083915', NULL, '3300.00', '3300.00', '0.00', 'paid', '1', '2026-03-14 16:02:04', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 13:40:40', '2026-03-10 13:46:16', '0', '2026-03-10 15:05:20', '3', '16', NULL, NULL, '1', '2026-03-10 13:21:09', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:21:07', '2026-03-14 16:02:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('924', 'INV-20260310-0077', '365', 'Octowine', '089646638360', NULL, '121000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-10 16:58:14', '2026-03-10 16:19:45', '2026-03-10 16:42:06', '0', '2026-03-10 16:46:52', '3', NULL, NULL, NULL, '1', '2026-03-10 13:31:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:31:16', '2026-03-10 16:58:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('925', 'INV-20260310-0078', '111', 'Andi Jaya', '082177440678', NULL, '9600.00', '10000.00', '400.00', 'paid', '1', '2026-03-12 11:58:24', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-10 13:53:01', '2026-03-10 14:10:00', '0', '2026-03-10 15:03:07', '3', '16', NULL, NULL, '1', '2026-03-10 13:34:31', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:34:29', '2026-03-12 11:58:24', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('928', 'INV-20260310-0081', '106', 'Ichiro Kharisma', '085377732628', NULL, '26400.00', '27000.00', '600.00', 'paid', '1', '2026-03-10 16:45:31', NULL, 'selesai', 'picked_up', '2026-03-10 16:58:01', '2026-03-10 14:07:36', '2026-03-10 14:08:28', '0', '2026-03-10 15:03:36', '3', '16', NULL, NULL, '1', '2026-03-10 13:46:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 13:46:32', '2026-03-10 16:58:01', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('931', 'INV-20260310-0084', '402', 'Alvi Muhammad', '089515426011', NULL, '20000.00', '20000.00', '0.00', 'paid', '1', '2026-03-10 14:04:35', NULL, 'selesai', 'picked_up', '2026-03-12 10:51:14', '2026-03-11 13:21:00', '2026-03-11 13:30:10', '0', '2026-03-11 13:59:09', '3', '16', NULL, NULL, '1', '2026-03-10 14:03:28', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 14:03:24', '2026-03-12 10:51:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('932', 'INV-20260310-0085', '403', 'Bambang Suroso', '081366490500', NULL, '82500.00', '0.00', '0.00', 'paid', '1', '2026-03-11 11:26:42', NULL, 'selesai', 'picked_up', '2026-03-11 10:20:33', '2026-03-10 14:39:01', '2026-03-10 14:46:43', '0', '2026-03-10 14:59:56', '3', '16', NULL, NULL, '1', '2026-03-10 14:07:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 14:07:18', '2026-03-11 11:26:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('936', 'INV-20260310-0089', '405', 'Desain Babe', '08', NULL, '26400.00', '26400.00', '0.00', 'paid', '1', '2026-03-11 13:28:11', NULL, 'selesai', 'picked_up', '2026-03-12 10:52:51', '2026-03-10 16:18:56', '2026-03-10 16:55:15', '0', '2026-03-11 09:45:12', '3', '16', NULL, NULL, '1', '2026-03-10 14:15:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 14:15:30', '2026-03-12 10:52:51', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('943', 'INV-20260310-0096', '306', 'ONE DAY', '08993374077', NULL, '60000.00', '60000.00', '0.00', 'paid', '1', '2026-03-10 16:27:47', NULL, 'selesai', 'picked_up', '2026-03-10 16:57:36', '2026-03-10 16:19:05', '2026-03-10 16:54:50', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-10 14:24:09', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 14:24:07', '2026-03-10 16:57:36', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('946', 'INV-20260310-0099', '17', 'Wisesa Art', '08117996060', NULL, '30000.00', '50000.00', '20000.00', 'paid', '1', '2026-03-10 15:00:28', NULL, 'selesai', 'picked_up', '2026-03-10 16:41:02', '2026-03-10 15:01:50', '2026-03-10 15:04:00', '0', '2026-03-10 15:04:42', '3', '16', NULL, NULL, '1', '2026-03-10 14:30:00', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 14:29:58', '2026-03-10 16:41:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('953', 'INV-20260310-0106', '217', 'Rio RG', '082373941667', NULL, '157500.00', '0.00', '0.00', 'paid', '1', '2026-03-11 14:23:14', NULL, 'selesai', 'picked_up', '2026-03-12 10:50:02', '2026-03-11 10:04:15', '2026-03-11 15:05:43', '0', '2026-03-11 15:17:11', '3', '16', NULL, NULL, '1', '2026-03-10 15:43:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 15:43:13', '2026-03-12 10:50:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('954', 'INV-20260310-0107', '403', 'Bambang Suroso', '081366490500', NULL, '82500.00', '0.00', '0.00', 'paid', '1', '2026-03-11 11:26:42', NULL, 'selesai', 'picked_up', '2026-03-11 10:20:03', '2026-03-10 16:56:46', '2026-03-10 16:59:48', '0', '2026-03-11 09:44:22', '3', '16', NULL, NULL, '1', '2026-03-10 15:45:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 15:45:18', '2026-03-11 11:26:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('959', 'INV-20260310-0112', '332', 'QOSAM', '+62 895-0181-1560', NULL, '190000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 16:37:25', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 09:23:14', '2026-03-12 11:12:25', '0', '2026-03-12 11:50:51', '3', '16', '6', '18', '1', '2026-03-10 16:00:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 16:00:07', '2026-03-12 11:50:51', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('960', 'INV-20260310-0113', '410', 'Rizky', '088286290896', NULL, '60500.00', '60500.00', '0.00', 'paid', '1', '2026-03-12 10:30:57', NULL, 'selesai', 'picked_up', '2026-03-12 10:50:46', '2026-03-10 16:57:21', '2026-03-11 11:38:53', '0', '2026-03-11 13:40:14', '3', '16', NULL, NULL, '1', '2026-03-10 16:34:22', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-10 16:34:20', '2026-03-12 10:50:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('963', 'INV-20260311-0001', '158', 'Arfan', '081281055929', NULL, '75000.00', '0.00', '0.00', 'paid', '1', '2026-03-12 14:22:07', NULL, 'selesai', 'picked_up', '2026-03-14 10:07:18', '2026-03-11 10:03:52', '2026-03-11 16:04:53', '0', '2026-03-11 16:13:16', '3', '16', NULL, NULL, '1', '2026-03-11 09:16:39', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 09:16:33', '2026-03-14 10:07:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('967', 'INV-20260311-0005', '91', 'ANGEL', '081369190425', NULL, '10400.00', '10400.00', '0.00', 'paid', '1', '2026-03-11 13:27:49', NULL, 'selesai', 'picked_up', '2026-03-11 10:19:19', '2026-03-11 09:26:10', '2026-03-11 09:29:35', '0', '2026-03-11 09:43:30', '3', '16', NULL, NULL, '1', '2026-03-11 09:25:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 09:25:54', '2026-03-11 13:27:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('968', 'INV-20260311-0006', '400', 'HERY METRO', '+62 822-8047-7744', NULL, '49500.00', '0.00', '0.00', 'paid', '1', '2026-03-11 13:30:36', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 09:31:47', '2026-03-11 09:32:23', '0', '2026-03-11 09:43:00', '3', '16', NULL, NULL, '1', '2026-03-11 09:27:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 09:27:07', '2026-03-11 13:30:36', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('969', 'INV-20260311-0007', '319', 'S PRINT INK', '+62 831-6087-0677', NULL, '15000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 16:36:04', NULL, 'selesai', 'picked_up', '2026-03-14 10:06:51', '2026-03-11 10:03:29', '2026-03-11 11:12:44', '0', '2026-03-11 11:27:45', '3', '16', NULL, NULL, '1', '2026-03-11 09:30:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 09:30:17', '2026-03-14 10:06:51', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('977', 'INV-20260311-0015', '217', 'Rio RG', '082373941667', NULL, '10000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 14:23:14', NULL, 'selesai', 'picked_up', '2026-03-14 09:48:42', '2026-03-11 09:54:10', '2026-03-11 10:22:41', '0', '2026-03-11 10:44:40', '3', '16', NULL, NULL, '1', '2026-03-11 09:41:46', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 09:41:44', '2026-03-14 09:48:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('979', 'INV-20260311-0017', '280', 'Permata Solo', '08117221186', NULL, '13000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 09:58:02', '2026-03-11 11:39:21', '0', '2026-03-11 11:43:37', '3', NULL, NULL, NULL, '1', '2026-03-11 09:54:50', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 09:54:47', '2026-03-11 11:43:37', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('984', 'INV-20260311-0022', '319', 'S PRINT INK', '+62 831-6087-0677', NULL, '7350.00', '0.00', '0.00', 'paid', '1', '2026-03-11 16:36:04', NULL, 'selesai', 'picked_up', '2026-03-14 09:47:52', '2026-03-11 11:09:50', '2026-03-11 16:04:59', '0', '2026-03-11 16:13:21', '3', '16', NULL, NULL, '1', '2026-03-11 10:02:42', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 10:02:40', '2026-03-14 09:47:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('987', 'INV-20260311-0025', '41', 'Firana Jaya', '081379808035', NULL, '26100.00', '50000.00', '23900.00', 'paid', '1', '2026-03-11 14:06:25', NULL, 'selesai', 'picked_up', '2026-03-14 09:47:37', '2026-03-11 10:24:00', '2026-03-11 11:49:59', '0', '2026-03-11 11:50:32', '3', '16', NULL, NULL, '1', '2026-03-11 10:18:51', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 10:18:45', '2026-03-14 09:47:37', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('988', 'INV-20260311-0026', '65', 'Mitra Mas', '085100528288', NULL, '6600.00', '6600.00', '0.00', 'paid', '1', '2026-03-11 13:14:18', NULL, 'selesai', 'picked_up', '2026-03-14 09:47:32', '2026-03-11 10:23:28', '2026-03-11 10:31:12', '0', '2026-03-11 10:43:52', '3', '16', '16', NULL, '1', '2026-03-11 10:20:47', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 10:20:43', '2026-03-14 09:47:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('994', 'INV-20260311-0032', '19', 'Fajar ERKA', '087881734166', NULL, '30000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-14 09:47:06', '2026-03-11 11:09:39', '2026-03-11 16:05:06', '0', '2026-03-11 16:13:27', '3', NULL, NULL, NULL, '1', '2026-03-11 10:35:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 10:35:03', '2026-03-14 09:47:06', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('995', 'INV-20260311-0033', '257', 'Son', '082180499591', NULL, '95000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 16:27:03', NULL, 'selesai', 'picked_up', '2026-03-14 09:47:02', '2026-03-11 13:41:11', '2026-03-12 15:53:55', '0', '2026-03-12 16:36:33', '3', '16', '6', NULL, '1', '2026-03-11 10:41:09', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 10:40:29', '2026-03-14 09:47:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('998', 'INV-20260311-0036', '400', 'HERY METRO', '+62 822-8047-7744', NULL, '22000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 13:30:36', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 11:05:30', '2026-03-11 11:05:57', '0', '2026-03-11 11:06:50', '3', '16', NULL, NULL, '1', '2026-03-11 10:55:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 10:55:55', '2026-03-11 13:30:36', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1002', 'INV-20260311-0040', '94', 'Sahabat Baradatu', '085381230050', NULL, '15000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 11:28:58', '2026-03-11 11:38:29', '0', '2026-03-11 13:40:09', '3', NULL, NULL, NULL, '1', '2026-03-11 11:23:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 11:22:43', '2026-03-11 13:40:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1007', 'INV-20260311-0045', '423', 'Arya SMKN Padang Cermin', '085658307434', NULL, '45000.00', '100000.00', '55000.00', 'paid', '1', '2026-03-11 15:26:22', NULL, 'selesai', 'picked_up', '2026-03-14 09:46:20', '2026-03-11 14:29:40', '2026-03-11 15:06:00', '0', '2026-03-11 15:17:04', '3', '16', NULL, NULL, '1', '2026-03-11 13:11:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:11:27', '2026-03-14 09:46:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1008', 'INV-20260311-0046', '362', 'NOVOTEL', '+62 822-8129-2669', NULL, '18400.00', '35200.00', '16800.00', 'paid', '1', '2026-03-12 10:26:59', NULL, 'selesai', 'picked_up', '2026-03-14 09:46:15', '2026-03-11 13:26:10', '2026-03-11 13:27:19', '0', '2026-03-11 13:41:52', '3', '16', NULL, NULL, '1', '2026-03-11 13:12:36', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:12:33', '2026-03-14 09:46:15', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1012', 'INV-20260311-0050', '424', 'Agung Prabowo', '081278240853', NULL, '120000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 13:40:26', NULL, 'selesai', 'picked_up', '2026-03-14 09:45:58', '2026-03-11 14:29:32', '2026-03-12 10:12:08', '0', '2026-03-12 10:34:13', '3', '16', NULL, NULL, '1', '2026-03-11 13:33:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:27:30', '2026-03-14 09:45:58', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1013', 'INV-20260311-0051', '424', 'Agung Prabowo', '081278240853', NULL, '380000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 13:40:26', NULL, 'selesai', 'picked_up', '2026-03-14 09:45:52', '2026-03-11 13:41:24', '2026-03-12 10:39:10', '0', '2026-03-12 10:39:30', '3', '16', '6', '18', '1', '2026-03-11 13:32:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:28:26', '2026-03-14 09:45:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1014', 'INV-20260311-0052', '424', 'Agung Prabowo', '081278240853', NULL, '0.00', '0.00', '0.00', 'partial', '1', NULL, NULL, 'proses_cetak', 'not_picked_up', NULL, '2026-03-11 13:41:45', NULL, '0', NULL, '3', '16', '6', NULL, '1', '2026-03-11 13:32:37', '0.00', '0.00', '0', '0.00', '1', '2026-03-11 15:13:01', '2026-03-11 13:29:09', '2026-03-11 15:13:01', '16', 'SALAH NOTA');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1015', 'INV-20260311-0053', '424', 'Agung Prabowo', '081278240853', NULL, '95000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 15:08:48', NULL, 'selesai', 'picked_up', '2026-03-14 09:45:45', '2026-03-11 13:41:35', '2026-03-12 10:39:32', '0', '2026-03-12 11:24:55', '3', '16', '6', '18', '1', '2026-03-11 13:32:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:29:56', '2026-03-14 09:45:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1017', 'INV-20260311-0055', '424', 'Agung Prabowo', '081278240853', NULL, '7800.00', '0.00', '0.00', 'paid', '1', '2026-03-11 15:08:48', NULL, 'selesai', 'picked_up', '2026-03-13 10:54:03', '2026-03-11 13:44:59', '2026-03-11 13:47:47', '0', '2026-03-11 14:26:55', '3', '16', NULL, NULL, '1', '2026-03-12 09:29:22', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:31:51', '2026-03-13 10:54:03', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1019', 'INV-20260311-0057', '91', 'ANGEL', '081369190425', NULL, '5000.00', '0.00', '0.00', 'paid', '1', '2026-03-12 13:37:29', NULL, 'selesai', 'picked_up', '2026-03-14 09:45:37', '2026-03-11 13:57:10', '2026-03-11 14:24:55', '0', '2026-03-11 14:28:54', '3', '16', NULL, NULL, '1', '2026-03-11 13:46:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:46:16', '2026-03-14 09:45:37', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1021', 'INV-20260311-0059', '211', 'Juan Meteran', '081366707836', NULL, '5200.00', '0.00', '0.00', 'paid', '1', '2026-03-12 11:26:52', NULL, 'selesai', 'picked_up', '2026-03-14 09:45:27', '2026-03-11 14:16:12', '2026-03-12 08:58:26', '0', '2026-03-12 10:38:06', '3', '16', NULL, NULL, '1', '2026-03-11 13:48:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:48:33', '2026-03-14 09:45:27', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1022', 'INV-20260311-0060', '80', 'TIMEZONE MBK', '08117288850', NULL, '85000.00', '0.00', '0.00', 'paid', '1', '2026-03-11 16:12:14', NULL, 'selesai', 'picked_up', '2026-03-12 13:31:47', '2026-03-11 14:36:28', '2026-03-11 16:09:54', '0', '2026-03-11 16:13:47', '3', '16', NULL, '18', '1', '2026-03-11 13:50:06', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 13:49:55', '2026-03-12 13:31:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1025', 'INV-20260311-0063', '380', 'YASIN TANBIN', '+62 813-7769-2662', NULL, '112500.00', '112500.00', '0.00', 'paid', '1', '2026-03-13 14:09:13', NULL, 'selesai', 'picked_up', '2026-03-14 09:45:19', '2026-03-11 16:16:31', '2026-03-12 10:12:16', '0', '2026-03-12 10:34:17', '3', '16', NULL, NULL, '1', '2026-03-11 14:06:23', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:06:18', '2026-03-14 09:45:19', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1029', 'INV-20260311-0067', '426', 'Nahawang Printing', '081373948686', NULL, '93600.00', '0.00', '0.00', 'paid', '1', '2026-03-12 14:30:31', NULL, 'selesai', 'picked_up', '2026-03-14 09:45:00', '2026-03-11 14:16:49', '2026-03-12 08:59:22', '0', '2026-03-12 10:37:11', '3', '16', NULL, NULL, '1', '2026-03-11 14:13:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:13:06', '2026-03-14 09:45:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1032', 'INV-20260311-0070', '406', 'Feldi Bakti', '+62 895-6207-14411', 'POTONG KERTAS', '35000.00', '35000.00', '0.00', 'paid', '1', '2026-03-11 14:33:26', NULL, 'selesai', 'picked_up', '2026-03-14 09:44:41', '2026-03-11 14:29:55', '2026-03-12 11:27:34', '0', '2026-03-12 11:52:38', '16', '16', '16', NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:28:57', '2026-03-14 09:44:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1033', 'INV-20260311-0071', '80', 'TIMEZONE MBK', '08117288850', NULL, '19800.00', '0.00', '0.00', 'paid', '1', '2026-03-11 16:12:14', NULL, 'selesai', 'picked_up', '2026-03-12 13:31:24', '2026-03-11 14:36:31', '2026-03-11 14:40:51', '0', '2026-03-11 14:46:50', '3', '16', NULL, NULL, '1', '2026-03-11 14:29:23', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:29:19', '2026-03-12 13:31:24', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1035', 'INV-20260311-0073', '421', 'NELA', '+62 813-6960-9788', NULL, '66000.00', '66000.00', '0.00', 'paid', '1', '2026-03-13 13:19:11', NULL, 'selesai', 'picked_up', '2026-03-14 09:44:31', '2026-03-11 15:58:26', '2026-03-12 10:12:38', '0', '2026-03-12 10:33:54', '3', '16', NULL, NULL, '1', '2026-03-11 14:31:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:31:50', '2026-03-14 09:44:31', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1036', 'INV-20260311-0074', '283', 'Sherli ERKA', '0895602336404', NULL, '80000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 14:58:58', '2026-03-12 13:37:28', '0', '2026-03-12 14:22:18', '3', NULL, '6', '18', '1', '2026-03-11 14:36:46', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:36:44', '2026-03-12 14:22:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1039', 'INV-20260311-0077', '48', 'PAK RANA', '0895640319652', NULL, '18900.00', '19000.00', '100.00', 'paid', '1', '2026-03-12 10:16:30', NULL, 'selesai', 'picked_up', '2026-03-14 09:44:12', '2026-03-11 15:03:21', '2026-03-12 08:58:36', '0', '2026-03-12 10:37:54', '3', '16', NULL, NULL, '1', '2026-03-11 14:45:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:45:51', '2026-03-14 09:44:12', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1040', 'INV-20260311-0078', '429', 'Tholi Am Desain', '087829302789', NULL, '36400.00', '36400.00', '0.00', 'paid', '1', '2026-03-12 14:26:12', NULL, 'selesai', 'picked_up', '2026-03-14 09:44:08', '2026-03-11 15:00:25', '2026-03-12 08:58:43', '0', '2026-03-12 10:37:50', '3', '16', NULL, NULL, '1', '2026-03-11 14:47:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:47:32', '2026-03-14 09:44:08', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1043', 'INV-20260311-0081', '308', 'GRACIELE', '0895808462323', NULL, '135000.00', '0.00', '0.00', 'paid', '1', '2026-03-12 10:37:53', NULL, 'selesai', 'picked_up', '2026-03-12 10:38:35', '2026-03-11 15:52:07', '2026-03-11 16:50:13', '0', '2026-03-12 10:38:31', '3', '16', NULL, NULL, '1', '2026-03-11 14:57:41', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 14:57:38', '2026-03-12 10:38:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1045', 'INV-20260311-0083', '432', 'Elisa', '085269056363', NULL, '45000.00', '45000.00', '0.00', 'paid', '1', '2026-03-11 15:05:52', NULL, 'selesai', 'picked_up', '2026-03-14 09:43:52', '2026-03-11 15:52:01', '2026-03-12 08:58:52', '0', '2026-03-12 10:37:35', '3', '16', NULL, NULL, '1', '2026-03-11 15:08:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 15:05:16', '2026-03-14 09:43:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1047', 'INV-20260311-0085', '424', 'Agung Prabowo', '081278240853', NULL, '95000.00', '68400.00', '0.00', 'paid', '1', '2026-03-11 15:14:27', NULL, 'selesai', 'picked_up', '2026-03-14 09:43:41', '2026-03-11 15:35:48', '2026-03-12 10:39:39', '0', '2026-03-12 11:25:01', '3', '16', '6', '18', '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 15:13:50', '2026-03-14 09:43:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1050', 'INV-20260311-0088', '434', 'Rafif', '082158396065', NULL, '253800.00', '253800.00', '0.00', 'paid', '1', '2026-03-11 16:48:50', NULL, 'selesai', 'picked_up', '2026-03-14 09:43:33', '2026-03-11 15:53:27', '2026-03-11 16:07:43', '0', '2026-03-11 16:13:40', '3', '16', NULL, NULL, '1', '2026-03-11 15:18:51', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 15:18:49', '2026-03-14 09:43:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1052', 'INV-20260311-0090', '435', 'Rizkia', '082230716713', NULL, '22700.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-11 15:53:36', '2026-03-11 16:54:55', '0', '2026-03-12 10:38:17', '3', NULL, NULL, NULL, '1', '2026-03-11 15:51:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 15:51:11', '2026-03-12 10:38:17', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1057', 'INV-20260311-0095', '284', 'Markitak', '089624614424', NULL, '29700.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-14 09:43:07', '2026-03-12 09:11:21', '2026-03-12 09:27:18', '0', '2026-03-12 10:36:59', '3', NULL, NULL, NULL, '1', '2026-03-11 16:22:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 16:22:14', '2026-03-14 09:43:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1059', 'INV-20260311-0097', '18', 'WIWAL  WAHYU', '62 857-8827-0149', NULL, '21600.00', '0.00', '0.00', 'paid', '1', '2026-03-12 09:25:06', NULL, 'selesai', 'picked_up', '2026-03-12 14:05:52', '2026-03-12 09:13:03', '2026-03-12 09:36:05', '0', '2026-03-12 10:35:31', '3', '16', NULL, NULL, '1', '2026-03-11 16:48:07', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-11 16:48:03', '2026-03-12 14:05:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1062', 'INV-20260312-0002', '283', 'Sherli ERKA', '0895602336404', NULL, '13000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 09:13:08', '2026-03-12 09:36:22', '0', '2026-03-12 10:35:19', '3', NULL, NULL, NULL, '1', '2026-03-12 09:12:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:12:51', '2026-03-12 10:35:19', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1068', 'INV-20260312-0008', '174', 'Mafia Stiker', '08989748765', NULL, '56400.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 09:39:02', '2026-03-12 11:21:14', '0', '2026-03-12 11:50:55', '3', NULL, NULL, NULL, '1', '2026-03-12 09:26:40', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:25:15', '2026-03-12 11:50:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1073', 'INV-20260312-0013', '440', 'Rosi Wahyana', '082175465554', NULL, '62400.00', '65000.00', '2600.00', 'paid', '1', '2026-03-12 11:07:22', NULL, 'selesai', 'picked_up', '2026-03-13 13:18:38', '2026-03-12 09:39:13', '2026-03-12 10:14:26', '0', '2026-03-12 10:32:20', '3', '16', NULL, NULL, '1', '2026-03-12 09:31:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:31:09', '2026-03-13 13:18:38', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1077', 'INV-20260312-0017', '419', 'Kurnia Desain', '081252002210', NULL, '25000.00', '25000.00', '0.00', 'paid', '1', '2026-03-12 16:59:02', NULL, 'selesai', 'picked_up', '2026-03-12 15:02:31', '2026-03-12 09:42:13', '2026-03-12 10:17:35', '0', '2026-03-12 10:32:14', '3', '16', NULL, NULL, '1', '2026-03-12 09:35:46', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:35:44', '2026-03-12 16:59:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1079', 'INV-20260312-0019', '50', 'Ivana', '089601024724', NULL, '34600.00', '40000.00', '5400.00', 'paid', '1', '2026-03-12 12:25:17', NULL, 'selesai', 'picked_up', '2026-03-14 10:39:59', '2026-03-12 09:42:16', '2026-03-12 10:22:04', '0', '2026-03-12 10:31:10', '3', '16', NULL, NULL, '1', '2026-03-12 09:38:36', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:38:33', '2026-03-14 10:39:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1087', 'INV-20260312-0027', '444', 'Sho Konsumen', '089628862555', NULL, '15000.00', '15000.00', '0.00', 'paid', '1', '2026-03-12 15:00:44', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 10:14:55', '2026-03-12 11:27:57', '0', '2026-03-12 11:52:46', '3', '16', NULL, NULL, '1', '2026-03-12 09:51:18', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:51:15', '2026-03-12 15:00:44', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1088', 'INV-20260312-0028', '445', 'Edward S', '082172867126', NULL, '10600.00', '12000.00', '1400.00', 'paid', '1', '2026-03-12 14:43:09', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 10:14:59', '2026-03-12 11:52:47', '0', '2026-03-12 14:21:01', '3', '16', NULL, NULL, '1', '2026-03-12 09:52:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:52:27', '2026-03-12 14:43:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1089', 'INV-20260312-0029', '68', 'BOCUP', '088267076005', NULL, '25300.00', '25300.00', '0.00', 'paid', '1', '2026-03-12 14:36:26', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 10:14:52', '2026-03-12 10:51:51', '0', '2026-03-12 11:29:49', '3', '16', NULL, NULL, '1', '2026-03-12 09:54:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 09:54:18', '2026-03-12 14:36:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1097', 'INV-20260312-0037', '446', 'ChaRakNua', '082279404512', NULL, '254100.00', '254100.00', '0.00', 'paid', '1', '2026-03-13 14:03:53', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 10:15:31', '2026-03-12 14:15:26', '0', '2026-03-12 14:26:39', '3', '16', NULL, NULL, '1', '2026-03-12 10:04:22', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:04:18', '2026-03-13 14:03:53', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1099', 'INV-20260312-0039', '269', 'Tria Oktavia', '089615469542', NULL, '2300.00', '2300.00', '0.00', 'paid', '1', '2026-03-13 15:23:44', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 10:15:39', '2026-03-12 10:54:01', '0', '2026-03-12 11:25:10', '3', '16', NULL, NULL, '1', '2026-03-12 10:07:00', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:06:57', '2026-03-13 15:23:44', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1103', 'INV-20260312-0043', '344', 'Jcloud', '081252002210', NULL, '10800.00', '12000.00', '1200.00', 'paid', '1', '2026-03-12 14:44:58', NULL, 'selesai', 'picked_up', '2026-03-13 11:22:03', '2026-03-12 10:15:53', '2026-03-12 11:52:41', '0', '2026-03-12 14:20:51', '3', '16', NULL, NULL, '1', '2026-03-12 10:11:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:11:14', '2026-03-13 11:22:03', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1105', 'INV-20260312-0045', '19', 'Fajar ERKA', '087881734166', NULL, '36200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-14 10:20:59', '2026-03-12 12:55:43', '2026-03-12 12:57:34', '0', '2026-03-12 14:21:19', '3', NULL, NULL, NULL, '1', '2026-03-12 10:16:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:16:17', '2026-03-14 10:20:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1107', 'INV-20260312-0047', '448', 'Buana', '085379579887', NULL, '57500.00', '100000.00', '42500.00', 'paid', '1', '2026-03-13 09:22:43', NULL, 'selesai', 'picked_up', '2026-03-14 10:20:51', '2026-03-12 11:08:43', '2026-03-13 10:32:02', '0', '2026-03-12 16:36:22', '3', '16', '6', '18', '1', '2026-03-12 10:17:38', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:17:34', '2026-03-14 10:20:51', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1110', 'INV-20260312-0050', '21', 'Bintang One', '089693339490', NULL, '625000.00', '625000.00', '0.00', 'paid', '1', '2026-03-14 14:39:23', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 16:18:28', '2026-03-29 01:23:01', '0', NULL, '3', '5', NULL, '18', '1', '2026-03-12 10:21:08', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:21:06', '2026-03-29 01:23:01', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1114', 'INV-20260312-0054', '451', 'Sendiwa Printing / Zulfadli', '081379039370', NULL, '5100.00', '5100.00', '0.00', 'paid', '1', '2026-03-14 14:27:19', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 09:10:43', '2026-03-13 10:22:48', '0', '2026-03-13 10:50:12', '3', '16', NULL, NULL, '1', '2026-03-12 10:28:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:28:57', '2026-03-14 14:27:19', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1117', 'INV-20260312-0057', '222', 'PVJ PARFUME', '+62 896-3133-0081', NULL, '8700.00', '10000.00', '1300.00', 'paid', '1', '2026-03-13 14:48:34', NULL, 'selesai', 'picked_up', '2026-03-14 10:20:07', '2026-03-12 11:46:24', '2026-03-12 11:46:41', '0', '2026-03-12 14:20:04', '3', '16', NULL, NULL, '1', '2026-03-12 10:32:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:32:08', '2026-03-14 10:20:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1118', 'INV-20260312-0058', '113', 'ARIESTA BARADATU', '082280666061', NULL, '90000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 13:18:40', '2026-03-12 14:45:17', '0', '2026-03-12 16:09:43', '3', NULL, NULL, NULL, '1', '2026-03-12 10:34:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:34:05', '2026-03-12 16:09:43', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1122', 'INV-20260312-0062', '387', 'Putra Sovenir Lampung', '082269296600', NULL, '106000.00', '0.00', '0.00', 'paid', '1', '2026-03-12 16:57:54', NULL, 'selesai', 'picked_up', '2026-03-14 10:19:36', '2026-03-12 11:36:35', '2026-03-12 13:04:19', '0', '2026-03-12 14:22:06', '3', '16', NULL, NULL, '1', '2026-03-12 10:56:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:56:33', '2026-03-14 10:19:36', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1123', 'INV-20260312-0063', '431', 'Rafi Maulana', '0895607013131', NULL, '53000.00', '53000.00', '0.00', 'paid', '1', '2026-03-12 14:46:59', NULL, 'selesai', 'picked_up', '2026-03-14 10:19:31', '2026-03-12 11:36:19', '2026-03-12 11:51:42', '0', '2026-03-12 14:20:45', '3', '16', NULL, NULL, '1', '2026-03-12 10:58:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 10:58:30', '2026-03-14 10:19:31', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1135', 'INV-20260312-0075', '455', 'Cetak Cetik', '081279464746', NULL, '604500.00', '604500.00', '0.00', 'paid', '1', '2026-03-12 17:06:25', NULL, 'selesai', 'picked_up', '2026-03-14 10:15:46', '2026-03-12 13:36:24', '2026-03-13 14:47:24', '0', '2026-03-13 16:04:23', '3', '16', NULL, NULL, '1', '2026-03-12 11:44:04', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 11:43:56', '2026-03-14 10:15:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1136', 'INV-20260312-0076', '171', 'Desy', '082175092057', NULL, '40500.00', '40500.00', '0.00', 'paid', '1', '2026-03-13 10:20:29', NULL, 'selesai', 'picked_up', '2026-03-13 10:21:28', '2026-03-12 13:41:14', '2026-03-12 13:42:52', '0', '2026-03-12 14:22:49', '3', '16', NULL, NULL, '1', '2026-03-12 11:44:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 11:44:55', '2026-03-13 10:21:28', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1141', 'INV-20260312-0081', '435', 'Rizkia', '082230716713', NULL, '160000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 13:18:09', '2026-03-13 14:12:02', '0', '2026-03-13 16:00:28', '3', NULL, '6', '18', '1', '2026-03-12 12:51:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 12:51:46', '2026-03-13 16:00:28', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1148', 'INV-20260312-0088', '458', 'Aditya Persija', '089629182927', NULL, '95000.00', '100000.00', '5000.00', 'paid', '1', '2026-03-13 10:58:41', NULL, 'selesai', 'picked_up', '2026-03-14 10:12:11', '2026-03-12 14:43:59', '2026-03-13 14:10:27', '0', '2026-03-13 16:00:21', '3', '16', '6', '18', '1', '2026-03-12 13:22:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 13:22:52', '2026-03-14 10:12:11', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1150', 'INV-20260312-0090', '459', 'Adafi Cust', '085758085976', NULL, '190000.00', '190000.00', '0.00', 'paid', '1', '2026-03-14 13:43:18', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-12 14:44:07', '2026-03-13 16:35:15', '0', '2026-03-14 11:06:09', '3', '16', '6', '18', '1', '2026-03-12 13:29:05', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 13:29:02', '2026-03-14 13:43:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1153', 'INV-20260312-0093', '285', 'Saaf Print', '082179387284', NULL, '120000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-14 10:11:48', '2026-03-13 09:24:49', '2026-03-13 10:16:40', '0', '2026-03-13 10:50:07', '3', NULL, NULL, NULL, '1', '2026-03-12 13:34:37', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 13:34:33', '2026-03-14 10:11:48', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1156', 'INV-20260312-0096', '97', 'AYUB', '+62 821-8643-6657', NULL, '59400.00', '59400.00', '0.00', 'paid', '1', '2026-03-13 15:17:41', NULL, 'selesai', 'picked_up', '2026-03-14 10:11:42', '2026-03-12 14:13:11', '2026-03-12 14:16:17', '0', '2026-03-12 14:26:52', '3', '16', NULL, NULL, '1', '2026-03-12 13:40:45', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 13:40:42', '2026-03-14 10:11:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1157', 'INV-20260312-0097', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '35700.00', '35700.00', '0.00', 'paid', '1', '2026-03-13 15:46:33', NULL, 'selesai', 'picked_up', '2026-03-14 10:11:37', '2026-03-12 14:21:58', '2026-03-12 14:37:02', '0', '2026-03-12 16:09:19', '3', '16', NULL, NULL, '1', '2026-03-12 13:59:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 13:59:14', '2026-03-14 10:11:37', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1159', 'INV-20260312-0099', '179', 'TOEMANS', '0811796162', NULL, '2300.00', '0.00', '0.00', 'paid', '1', '2026-03-12 14:16:15', NULL, 'selesai', 'picked_up', '2026-03-12 16:01:13', '2026-03-12 14:15:18', '2026-03-12 14:15:48', '0', '2026-03-12 14:26:48', '3', '16', NULL, NULL, '1', '2026-03-12 14:12:38', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 14:12:36', '2026-03-12 16:01:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1161', 'INV-20260312-0101', '80', 'TIMEZONE MBK', '08117288850', NULL, '19800.00', '19800.00', '0.00', 'paid', '1', '2026-03-14 15:53:23', NULL, 'selesai', 'picked_up', '2026-03-12 16:03:30', '2026-03-12 14:17:08', '2026-03-12 14:37:06', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-12 14:15:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 14:15:53', '2026-03-14 15:53:23', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1181', 'INV-20260312-0107', '76', 'Ita Pelangi', '081957071787', NULL, '66000.00', '66000.00', '0.00', 'paid', '1', '2026-03-13 09:15:53', NULL, 'selesai', 'picked_up', '2026-03-13 10:17:18', '2026-03-13 09:10:55', '2026-03-13 09:19:19', '0', '2026-03-13 09:36:10', '3', '16', NULL, NULL, '1', '2026-03-12 15:14:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 15:14:55', '2026-03-13 10:17:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1183', 'INV-20260312-0109', '113', 'ARIESTA BARADATU', '082280666061', NULL, '240000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:34:15', '2026-03-29 01:23:13', '0', NULL, '3', NULL, NULL, '18', '1', '2026-03-12 15:18:01', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 15:17:58', '2026-03-29 01:23:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1184', 'INV-20260312-0110', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '294000.00', '294000.00', '0.00', 'paid', '1', '2026-03-13 15:46:33', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 09:11:04', '2026-03-13 09:37:40', '0', '2026-03-13 09:43:36', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 15:20:18', '2026-03-13 15:46:33', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1185', 'INV-20260312-0111', '77', 'TIMEZONE CHANDRA', '087883790679', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 09:12:19', '2026-03-13 09:42:49', '0', '2026-03-13 09:43:43', '3', NULL, NULL, NULL, '1', '2026-03-12 15:20:23', '0.00', '0.00', '0', '0.00', '1', '2026-03-13 15:06:28', '2026-03-12 15:20:18', '2026-03-13 15:06:28', '16', 'ke double input');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1187', 'INV-20260312-0113', '420', 'Irham', '082280656629', NULL, '68000.00', '68000.00', '0.00', 'paid', '1', '2026-03-13 15:26:19', NULL, 'selesai', 'picked_up', '2026-03-14 10:10:56', '2026-03-13 09:26:15', '2026-03-13 15:18:43', '0', '2026-03-13 16:04:44', '3', '16', '6', '18', '1', '2026-03-12 15:43:18', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 15:43:15', '2026-03-14 10:10:56', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1188', 'INV-20260312-0114', '344', 'Jcloud', '081252002210', NULL, '75000.00', '75000.00', '0.00', 'paid', '1', '2026-03-13 11:19:20', NULL, 'selesai', 'picked_up', '2026-03-13 11:22:08', '2026-03-12 16:22:22', '2026-03-13 09:53:56', '0', '2026-03-13 10:49:41', '3', '16', NULL, NULL, '1', '2026-03-12 15:49:11', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 15:49:09', '2026-03-13 11:22:08', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1189', 'INV-20260312-0115', '179', 'TOEMANS', '0811796162', NULL, '378000.00', '378000.00', '0.00', 'paid', '1', '2026-03-14 10:10:08', NULL, 'selesai', 'picked_up', '2026-03-14 10:10:59', '2026-03-12 15:57:03', '2026-03-12 16:23:00', '0', '2026-03-12 16:36:43', '3', '16', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 15:51:16', '2026-03-14 10:10:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1190', 'INV-20260312-0116', '179', 'TOEMANS', '0811796162', NULL, '0.00', '0.00', '0.00', 'paid', '1', '2026-03-12 16:20:21', NULL, 'selesai', 'picked_up', '2026-03-13 10:16:51', '2026-03-12 15:57:12', '2026-03-12 16:23:05', '0', '2026-03-12 16:36:47', '3', '16', NULL, NULL, '1', '2026-03-12 15:51:19', '0.00', '0.00', '0', '0.00', '1', '2026-03-13 15:06:41', '2026-03-12 15:51:17', '2026-03-13 15:06:41', '16', 'kedouble input');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1192', 'INV-20260312-0118', '211', 'Juan Meteran', '081366707836', NULL, '2600.00', '2600.00', '0.00', 'paid', '1', '2026-03-13 11:18:14', NULL, 'selesai', 'picked_up', '2026-03-13 10:16:46', '2026-03-12 16:12:00', '2026-03-12 16:23:09', '0', '2026-03-12 16:36:52', '3', '16', NULL, NULL, '1', '2026-03-12 15:52:49', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 15:52:45', '2026-03-13 11:18:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1197', 'INV-20260312-0123', '179', 'TOEMANS', '0811796162', NULL, '13000.00', '0.00', '0.00', 'paid', '1', '2026-03-12 16:20:21', NULL, 'selesai', 'picked_up', '2026-03-13 10:55:54', '2026-03-12 16:19:41', '2026-03-12 16:23:16', '0', '2026-03-12 16:36:59', '3', '16', NULL, NULL, '1', '2026-03-12 16:07:28', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 16:07:25', '2026-03-13 10:55:54', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1202', 'INV-20260312-0128', '469', 'Juan Kotabumi', '089517144207', NULL, '600000.00', '600000.00', '0.00', 'paid', '1', '2026-03-12 17:03:50', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 15:02:48', '2026-03-29 01:23:18', '0', NULL, '3', '16', NULL, '18', '1', '2026-03-12 16:42:17', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 16:42:12', '2026-03-29 01:23:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1203', 'INV-20260312-0129', '470', 'Pak Ketut', '08', NULL, '276000.00', '276000.00', '0.00', 'paid', '1', '2026-03-14 16:34:42', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 09:12:37', '2026-03-13 15:42:25', '0', '2026-03-13 16:04:49', '3', '16', NULL, NULL, '1', '2026-03-12 16:54:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 16:54:24', '2026-03-14 16:34:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1204', 'INV-20260312-0130', '113', 'ARIESTA BARADATU', '082280666061', NULL, '66500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 09:26:26', '2026-03-13 11:14:59', '0', '2026-03-13 15:59:34', '3', NULL, '6', '18', '1', '2026-03-12 16:56:24', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 16:56:22', '2026-03-13 15:59:34', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1205', 'INV-20260312-0131', '285', 'Saaf Print', '082179387284', NULL, '24300.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 09:12:33', '2026-03-13 09:43:06', '0', '2026-03-13 10:49:17', '3', NULL, NULL, NULL, '1', '2026-03-13 07:51:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-12 17:03:23', '2026-03-13 10:49:17', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1214', 'INV-20260313-0009', '471', 'Pak Gatot', '08', NULL, '28350.00', '28350.00', '0.00', 'paid', '1', '2026-03-13 09:45:23', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:35:11', '2026-03-29 01:40:14', '0', NULL, '3', '16', NULL, '18', '1', '2026-03-13 09:38:50', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 09:37:11', '2026-03-29 01:40:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1216', 'INV-20260313-0011', '471', 'Pak Gatot', '08', NULL, '20250.00', '20250.00', '0.00', 'paid', '1', '2026-03-13 09:45:23', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:35:21', '2026-03-29 01:40:29', '0', NULL, '3', '16', NULL, '18', '1', '2026-03-13 09:44:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 09:44:23', '2026-03-29 01:40:29', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1218', 'INV-20260313-0013', '352', 'Jo Ramayana', '082176523332', NULL, '10600.00', '10600.00', '0.00', 'paid', '1', '2026-03-13 11:26:25', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:06:52', '2026-03-13 10:34:09', '0', '2026-03-13 10:53:14', '3', '16', NULL, NULL, '1', '2026-03-13 10:18:40', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 09:48:51', '2026-03-13 11:26:25', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1224', 'INV-20260313-0019', '51', 'Fadil ERKA', '082374883069', NULL, '30000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:56:48', '2026-03-17 07:08:47', '0', NULL, '3', NULL, NULL, '18', '1', '2026-03-13 10:12:49', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:12:47', '2026-03-17 07:08:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1226', 'INV-20260313-0021', '3', 'Livina', '085768038613', NULL, '15000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-13 16:53:09', '2026-03-13 10:21:35', '2026-03-13 10:48:51', '0', '2026-03-13 10:53:18', '3', NULL, NULL, NULL, '1', '2026-03-13 10:16:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:16:51', '2026-03-13 16:53:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1229', 'INV-20260313-0024', '474', 'Fatimah', '081379000205', NULL, '31200.00', '50000.00', '18800.00', 'paid', '1', '2026-03-13 10:46:11', NULL, 'selesai', 'picked_up', '2026-03-13 10:55:23', '2026-03-13 10:34:09', '2026-03-13 10:46:50', '0', '2026-03-13 10:53:09', '3', '16', NULL, NULL, '1', '2026-03-13 10:22:53', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:22:51', '2026-03-13 10:55:23', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1230', 'INV-20260313-0025', '271', 'BE PRODUCTION', '+62 813-2345-6807', NULL, '35000.00', '50000.00', '15000.00', 'paid', '1', '2026-03-13 14:35:52', NULL, 'selesai', 'picked_up', '2026-03-13 15:33:50', '2026-03-13 10:49:44', '2026-03-13 13:57:32', '0', '2026-03-13 14:06:04', '3', '16', '6', '18', '1', '2026-03-13 10:25:00', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:24:52', '2026-03-13 15:33:50', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1231', 'INV-20260313-0026', '283', 'Sherli ERKA', '0895602336404', NULL, '25500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:46:59', '2026-03-13 11:11:05', '0', '2026-03-13 15:59:24', '3', NULL, NULL, NULL, '1', '2026-03-13 10:28:57', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:28:54', '2026-03-13 15:59:24', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1232', 'INV-20260313-0027', '475', 'Pak Gogo', '082175988108', NULL, '50600.00', '50600.00', '0.00', 'paid', '1', '2026-03-14 11:44:22', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:47:02', '2026-03-13 10:53:42', '0', '2026-03-13 10:57:09', '3', '16', NULL, NULL, '1', '2026-03-13 10:31:52', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:31:18', '2026-03-14 11:44:22', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1233', 'INV-20260313-0028', '475', 'Pak Gogo', '082175988108', NULL, '210000.00', '210000.00', '0.00', 'paid', '1', '2026-03-14 11:44:22', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:57:20', '2026-03-29 01:40:34', '0', NULL, '3', '16', NULL, '18', '1', '2026-03-13 10:36:15', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:36:09', '2026-03-29 01:40:34', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1234', 'INV-20260313-0029', '470', 'Pak Ketut', '082278660747', NULL, '120000.00', '120000.00', '0.00', 'paid', '1', '2026-03-14 16:34:42', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:48:56', '2026-03-13 16:14:53', '0', '2026-03-14 11:05:33', '3', '16', NULL, NULL, '1', '2026-03-13 10:39:34', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:39:32', '2026-03-14 16:34:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1235', 'INV-20260313-0030', '39', 'Faiz Cetak Cetik', '08974134859', NULL, '6400.00', '6400.00', '0.00', 'paid', '1', '2026-03-14 16:22:46', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:49:42', '2026-03-13 16:15:03', '0', '2026-03-14 11:05:38', '3', '16', NULL, NULL, '1', '2026-03-13 10:41:40', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:41:38', '2026-03-14 16:22:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1236', 'INV-20260313-0031', '476', 'Andi Rajabasa', '082373956789', NULL, '982800.00', '982800.00', '0.00', 'paid', '1', '2026-03-13 15:25:25', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:49:34', '2026-03-14 13:10:55', '0', '2026-03-14 14:32:52', '3', '16', NULL, NULL, '1', '2026-03-13 10:45:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:44:41', '2026-03-14 14:32:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1238', 'INV-20260313-0033', '477', 'Ratih Cust', '0895620435434', NULL, '124000.00', '124000.00', '0.00', 'paid', '1', '2026-03-13 16:10:16', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:49:50', '2026-03-13 14:18:32', '0', '2026-03-13 16:01:05', '3', '16', NULL, NULL, '1', '2026-03-13 10:48:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:48:54', '2026-03-13 16:10:16', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1239', 'INV-20260313-0034', '478', 'Fath Printing', '08978210300', NULL, '15000.00', '15000.00', '0.00', 'paid', '1', '2026-03-13 16:30:15', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 10:55:59', '2026-03-13 11:10:45', '0', '2026-03-13 15:56:44', '3', '16', NULL, NULL, '1', '2026-03-13 10:54:30', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 10:54:26', '2026-03-13 16:30:15', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1241', 'INV-20260313-0036', '480', 'Perc Rojo', '082378460633', NULL, '154500.00', '154500.00', '0.00', 'paid', '1', '2026-03-14 16:31:29', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 11:41:00', '2026-03-14 09:58:33', '0', '2026-03-14 11:09:29', '3', '16', NULL, NULL, '1', '2026-03-13 11:18:42', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 11:18:39', '2026-03-14 16:31:29', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1245', 'INV-20260313-0040', '380', 'YASIN TANBIN', '+62 813-7769-2662', NULL, '130000.00', '130000.00', '0.00', 'paid', '1', '2026-03-13 14:09:13', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 13:34:46', '2026-03-29 01:40:37', '0', NULL, '3', '16', NULL, '18', '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 11:27:37', '2026-03-29 01:40:37', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1246', 'INV-20260313-0041', '113', 'ARIESTA BARADATU', '082280666061', NULL, '90000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 15:03:11', '2026-03-29 01:40:41', '0', NULL, '3', NULL, NULL, '18', '1', '2026-03-13 11:41:55', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 11:41:47', '2026-03-29 01:40:41', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1250', 'INV-20260313-0045', '285', 'Saaf Print', '082179387284', NULL, '15000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-31 02:57:26', '2026-03-14 11:31:56', '2026-03-29 01:40:43', '0', '2026-03-29 02:52:49', '3', NULL, NULL, '18', '1', '2026-03-13 12:54:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 12:54:10', '2026-03-31 02:57:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1251', 'INV-20260313-0046', '174', 'Mafia Stiker', '08989748765', NULL, '11600.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 13:47:26', '2026-03-13 14:20:42', '0', '2026-03-13 16:03:46', '3', NULL, NULL, NULL, '1', '2026-03-13 12:56:45', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 12:56:43', '2026-03-13 16:03:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1252', 'INV-20260313-0047', '483', 'Ultras Garuda', '089631531209', NULL, '85000.00', '85000.00', '0.00', 'paid', '1', '2026-03-14 14:46:16', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 13:57:36', '2026-03-14 11:37:45', '0', '2026-03-14 14:32:57', '3', '16', '6', '18', '1', '2026-03-13 12:58:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 12:58:10', '2026-03-14 14:46:16', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1253', 'INV-20260313-0048', '44', 'Fikri', '087818892684', NULL, '90000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 10:53:27', '2026-03-29 01:40:46', '0', '2026-03-29 02:52:20', '3', NULL, NULL, '18', '1', '2026-03-13 13:00:48', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 13:00:44', '2026-03-29 02:52:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1254', 'INV-20260313-0049', '53', 'Septa', '082183506659', NULL, '10800.00', '20000.00', '9200.00', 'paid', '1', '2026-03-13 15:00:30', NULL, 'selesai', 'picked_up', '2026-03-13 15:33:20', '2026-03-13 13:52:28', '2026-03-13 14:18:45', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-13 13:01:45', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 13:01:43', '2026-03-13 15:33:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1258', 'INV-20260313-0053', '399', 'SDN 1 PALAPA', '087820785764', NULL, '22500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'finishing', 'not_picked_up', NULL, '2026-03-14 10:53:39', NULL, '0', NULL, '3', NULL, NULL, NULL, '1', '2026-03-13 13:37:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 13:37:23', '2026-03-14 10:55:47', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1260', 'INV-20260313-0055', '274', 'ERKAGRAPHIA', '082337331391', NULL, '11000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 13:52:43', '2026-03-13 16:36:07', '0', '2026-03-14 11:06:14', '3', NULL, NULL, NULL, '1', '2026-03-13 13:44:42', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 13:44:40', '2026-03-14 11:06:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1263', 'INV-20260313-0058', '257', 'Son', '082180499591', NULL, '8100.00', '8100.00', '0.00', 'paid', '1', '2026-03-13 13:57:58', NULL, 'selesai', 'picked_up', '2026-03-13 15:33:08', '2026-03-13 14:00:03', '2026-03-13 14:02:00', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-13 13:55:26', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 13:55:24', '2026-03-13 15:33:08', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1272', 'INV-20260313-0067', '95', 'FAJAR BROWNIES', '08877083915', NULL, '15000.00', '15000.00', '0.00', 'paid', '1', '2026-03-14 16:02:04', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 14:23:35', '2026-03-13 16:15:41', '0', '2026-03-14 11:05:47', '3', '16', NULL, NULL, '1', '2026-03-13 14:10:06', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 14:10:04', '2026-03-14 16:02:04', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1277', 'INV-20260313-0072', '51', 'Fadil ERKA', '082374883069', NULL, '434500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 14:27:54', '2026-03-14 10:43:04', '0', '2026-03-14 11:16:00', '3', NULL, NULL, NULL, '1', '2026-03-13 14:21:47', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 14:21:44', '2026-03-14 11:16:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1281', 'INV-20260313-0076', '239', 'Sedop', '082179387284', NULL, '29700.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 14:43:28', '2026-03-13 15:43:01', '0', '2026-03-13 16:05:14', '3', NULL, NULL, NULL, '1', '2026-03-13 14:35:35', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 14:35:32', '2026-03-13 16:05:14', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1283', 'INV-20260313-0078', '435', 'Rizkia', '082230716713', NULL, '95000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'finishing', 'not_picked_up', NULL, '2026-03-14 09:43:54', NULL, '0', NULL, '3', NULL, '6', NULL, '1', '2026-03-13 14:48:21', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 14:48:19', '2026-03-14 11:01:18', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1289', 'INV-20260313-0084', '344', 'Jcloud', '081252002210', NULL, '12100.00', '12100.00', '0.00', 'paid', '1', '2026-03-13 15:45:10', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:14:15', '2026-03-14 11:21:02', '0', '2026-03-14 14:33:01', '3', '16', NULL, NULL, '1', '2026-03-13 15:43:48', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 15:43:45', '2026-03-14 14:33:01', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1295', 'INV-20260313-0090', '488', 'Timezone LC', '087899942526', NULL, '42500.00', '42500.00', '0.00', 'paid', '1', '2026-03-14 14:58:32', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:44:03', '2026-03-14 13:58:03', '0', '2026-03-14 14:09:42', '3', '16', '6', '18', '1', '2026-03-13 15:57:59', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 15:57:56', '2026-03-14 14:58:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1298', 'INV-20260313-0093', '489', 'Ibu Lia', '082281033550', NULL, '65000.00', '65000.00', '0.00', 'paid', '1', '2026-03-14 16:21:59', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:14:40', '2026-03-14 11:03:16', '0', '2026-03-14 11:17:23', '3', '16', NULL, NULL, '1', '2026-03-13 16:00:11', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 16:00:08', '2026-03-14 16:21:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1301', 'INV-20260313-0096', '157', 'DEWI N', '088286550495', NULL, '5200.00', '10000.00', '4800.00', 'paid', '1', '2026-03-13 16:14:46', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-13 17:03:31', '2026-03-13 17:04:40', '0', '2026-03-14 11:08:21', '3', '16', NULL, NULL, '1', '2026-03-13 16:11:02', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-13 16:10:52', '2026-03-14 11:08:21', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1308', 'INV-20260314-0005', '492', 'Andi 7Days', '082282574566', NULL, '500000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:44:53', '2026-03-14 13:11:12', '0', '2026-03-14 14:32:35', '3', NULL, NULL, NULL, '1', '2026-03-14 09:22:20', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:22:18', '2026-03-14 14:32:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1309', 'INV-20260314-0006', '60', 'BELLA MUSTIKA', '62 821-8222-4422', NULL, '95400.00', '95400.00', '0.00', 'paid', '1', '2026-03-14 13:27:52', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:44:59', '2026-03-14 11:10:42', '0', '2026-03-14 11:17:47', '3', '16', NULL, NULL, '1', '2026-03-14 09:26:57', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:26:55', '2026-03-14 13:27:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1310', 'INV-20260314-0007', '307', 'ZEA', '+62 858-3821-1164', NULL, '13500.00', '13500.00', '0.00', 'paid', '1', '2026-03-14 13:43:55', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:45:03', '2026-03-14 09:51:37', '0', '2026-03-14 11:08:27', '3', '16', NULL, NULL, '1', '2026-03-14 09:28:06', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:28:03', '2026-03-14 13:43:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1313', 'INV-20260314-0010', '283', 'Sherli ERKA', '0895602336404', NULL, '29000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:45:20', '2026-03-14 10:46:56', '0', '2026-03-14 11:16:46', '3', NULL, NULL, NULL, '1', '2026-03-14 09:33:58', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:33:55', '2026-03-14 11:16:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1317', 'INV-20260314-0014', '495', 'Monica', '088295994629', NULL, '49600.00', '49600.00', '0.00', 'paid', '1', '2026-03-14 13:58:32', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:44:11', '2026-03-14 11:04:58', '0', '2026-03-14 11:17:29', '3', '16', '6', '18', '1', '2026-03-14 09:40:25', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:40:23', '2026-03-14 13:58:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1320', 'INV-20260314-0017', '497', 'Faris', '081272591275', NULL, '16200.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 09:48:45', '2026-03-14 13:11:47', '0', '2026-03-14 14:32:25', '3', NULL, NULL, NULL, '1', '2026-03-14 09:48:03', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:48:00', '2026-03-14 14:32:25', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1322', 'INV-20260314-0019', '445', 'Edward S', '082172867126', NULL, '10600.00', '10600.00', '0.00', 'paid', '1', '2026-03-14 11:26:58', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 10:12:39', '2026-03-14 10:47:39', '0', '2026-03-14 11:17:14', '3', '16', NULL, NULL, '1', '2026-03-14 09:51:14', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:51:11', '2026-03-14 11:26:58', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1323', 'INV-20260314-0020', '445', 'Edward S', '082172867126', NULL, '35400.00', '35400.00', '0.00', 'paid', '1', '2026-03-14 11:26:58', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 10:12:49', '2026-03-14 11:10:56', '0', '2026-03-14 11:17:52', '3', '16', NULL, NULL, '1', '2026-03-14 09:53:32', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 09:53:30', '2026-03-14 11:26:58', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1332', 'INV-20260314-0029', '501', 'Raffa Digital', '087898920893', NULL, '80000.00', '80000.00', '0.00', 'paid', '1', '2026-03-14 16:39:46', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 11:00:41', '2026-03-14 15:32:25', '0', '2026-03-14 15:38:52', '3', '16', '6', '18', '1', '2026-03-14 10:21:46', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 10:21:44', '2026-03-14 16:39:46', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1336', 'INV-20260314-0033', '67', 'Yogi Grafika', '082182136011', NULL, '117000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 10:57:32', '2026-03-14 15:48:37', '0', '2026-03-14 16:07:07', '3', NULL, NULL, NULL, '1', '2026-03-14 10:47:29', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 10:47:14', '2026-03-14 16:07:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1337', 'INV-20260314-0034', '257', 'Son', '082180499591', NULL, '8100.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-14 12:03:26', '2026-03-14 10:57:35', '2026-03-14 11:13:40', '0', '2026-03-14 11:18:49', '3', NULL, NULL, NULL, '1', '2026-03-14 10:48:52', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 10:48:50', '2026-03-14 12:03:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1340', 'INV-20260314-0037', '280', 'Permata Solo', '08117221186', NULL, '52800.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 10:57:44', '2026-03-14 13:28:38', '0', '2026-03-14 14:31:28', '3', NULL, NULL, NULL, '1', '2026-03-14 10:57:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 10:57:28', '2026-03-14 14:31:28', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1344', 'INV-20260314-0041', '280', 'Permata Solo', '08117221186', NULL, '56700.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 11:06:59', '2026-03-14 13:29:06', '0', '2026-03-14 14:20:55', '3', NULL, NULL, NULL, '1', '2026-03-14 11:02:56', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:02:53', '2026-03-14 14:20:55', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1346', 'INV-20260314-0043', '503', 'Saiful Bahri/Niman', '082175999184', NULL, '57500.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 13:18:49', '2026-03-14 16:38:49', '0', '2026-03-14 16:51:21', '3', NULL, '6', '18', '1', '2026-03-14 11:05:38', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:05:36', '2026-03-14 16:51:21', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1349', 'INV-20260314-0046', '343', 'JADE', '+62 822-7908-0708', NULL, '126000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'finishing', 'not_picked_up', NULL, '2026-03-16 10:10:34', NULL, '0', NULL, '3', NULL, '2', NULL, '1', '2026-03-14 11:15:50', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:15:48', '2026-05-01 11:48:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1351', 'INV-20260314-0048', '264', 'CSO Fariz', '081274764545', NULL, '120000.00', '120000.00', '0.00', 'paid', '1', '2026-03-14 16:51:39', NULL, 'finishing', 'not_picked_up', NULL, '2026-03-21 01:00:20', NULL, '0', NULL, '3', '16', '6', NULL, '1', '2026-03-14 11:27:44', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:27:24', '2026-05-01 11:48:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1354', 'INV-20260314-0051', '488', 'Timezone LC', '087899942526', NULL, '23400.00', '23400.00', '0.00', 'paid', '1', '2026-03-14 14:58:32', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 11:38:50', '2026-03-14 13:14:26', '0', '2026-03-14 14:31:43', '3', '16', NULL, NULL, '1', '2026-03-14 11:32:12', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:32:10', '2026-03-14 14:58:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1356', 'INV-20260314-0053', '51', 'Fadil ERKA', '082374883069', NULL, '13000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 11:38:58', '2026-03-14 13:14:51', '0', '2026-03-14 14:31:32', '3', NULL, NULL, NULL, '1', '2026-03-14 11:35:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:35:52', '2026-03-14 14:31:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1358', 'INV-20260314-0055', '285', 'Saaf Print', '082179387284', NULL, '78000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'proses_cetak', 'not_picked_up', NULL, '2026-05-01 11:46:23', NULL, '0', NULL, '3', NULL, '2', NULL, '1', '2026-03-14 11:41:45', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:41:42', '2026-05-01 11:46:23', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1361', 'INV-20260314-0058', '507', 'Hengki', '0817616634', NULL, '250000.00', '250000.00', '0.00', 'paid', '1', '2026-03-14 16:50:46', NULL, 'selesai', 'picked_up', '2026-03-14 17:02:45', '2026-03-14 13:18:11', '2026-03-14 16:56:19', '0', NULL, '3', '16', NULL, NULL, '1', '2026-03-14 11:48:10', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 11:48:07', '2026-03-14 17:02:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1362', 'INV-20260314-0059', '280', 'Permata Solo', '08117221186', NULL, '15000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 13:18:14', '2026-03-14 13:42:41', '0', '2026-03-14 14:19:59', '3', NULL, NULL, NULL, '1', '2026-03-14 12:02:31', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 12:02:29', '2026-03-14 14:19:59', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1365', 'INV-20260314-0062', '257', 'Son', '082180499591', NULL, '221578.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 13:18:53', '2026-03-14 15:58:53', '0', '2026-03-14 16:07:12', '3', NULL, '6', '18', '1', '2026-03-14 12:09:44', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 12:09:37', '2026-03-14 16:07:12', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1369', 'INV-20260314-0066', '51', 'Fadil ERKA', '082374883069', NULL, '16500.00', '16500.00', '0.00', 'paid', '1', '2026-03-17 07:17:45', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 13:18:47', '2026-03-14 13:41:25', '0', '2026-03-14 14:20:38', '3', '2', NULL, NULL, '1', '2026-03-14 12:58:19', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 12:58:16', '2026-03-17 07:17:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1377', 'INV-20260314-0074', '252', 'ANES', '+62 812-7975-5554', NULL, '4800.00', '4800.00', '0.00', 'paid', '1', '2026-03-14 15:09:19', NULL, 'selesai', 'picked_up', '2026-03-14 17:01:42', '2026-03-14 13:40:39', '2026-03-14 15:13:52', '0', '2026-03-14 16:06:33', '3', '16', NULL, NULL, '1', '2026-03-14 13:28:41', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 13:28:39', '2026-03-14 17:01:42', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1380', 'INV-20260314-0077', '19', 'Fajar ERKA', '087881734166', NULL, '71400.00', '71400.00', '0.00', 'paid', '1', '2026-03-17 03:54:02', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 13:58:59', '2026-03-14 14:13:09', '0', '2026-03-14 14:31:19', '3', '1', NULL, NULL, '1', '2026-03-14 13:44:54', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 13:44:50', '2026-03-17 03:54:02', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1391', 'INV-20260314-0088', '269', 'Tria Oktavia', '089514138331', NULL, '15600.00', '65600.00', '50000.00', 'paid', '1', '2026-03-16 10:10:26', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-14 16:10:21', '2026-03-14 16:11:28', '0', '2026-03-14 16:51:04', '3', '2', NULL, NULL, '1', '2026-03-14 16:06:16', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-14 16:06:12', '2026-03-16 10:10:26', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1394', 'INV-20260315-0001', '1', 'tester', '08990799960', NULL, '57500.00', '57500.00', '0.00', 'paid', '1', '2026-03-16 10:10:13', NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', '2', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-15 22:26:39', '2026-03-16 10:10:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1395', 'INV-20260315-0002', '1', 'tester', '08990799960', NULL, '57500.00', '57500.00', '0.00', 'paid', '1', '2026-03-17 03:15:15', NULL, 'proses_cetak', 'not_picked_up', NULL, '2026-05-01 11:46:39', NULL, '0', NULL, '2', '16', '2', NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-15 22:43:36', '2026-05-01 11:46:39', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1396', 'INV-20260316-0001', '516', 'aaa', '3131', 'asasa', '45000.00', '45000.00', '0.00', 'paid', '1', '2026-03-16 09:36:11', NULL, 'proses_cetak', 'not_picked_up', NULL, '2026-05-01 11:46:52', NULL, '0', NULL, '2', '2', '2', NULL, '1', '2026-03-16 19:34:10', '0.00', '45000.00', '1', '0.00', '0', NULL, '2026-03-16 09:35:23', '2026-05-01 11:46:52', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1397', 'INV-20260317-0001', '2', 'mas Bambang', '0899079996-0', NULL, '560000.00', '560000.00', '0.00', 'paid', '1', '2026-03-17 03:15:57', NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', '16', NULL, NULL, '1', '2026-03-17 02:26:30', '560000.00', '560000.00', '4', '560000.00', '0', NULL, '2026-03-17 02:26:28', '2026-03-17 03:15:57', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1398', 'INV-20260321-0001', '1', 'tester', '08990799960', NULL, '3450000.00', '3450000.00', '0.00', 'paid', '1', '2026-03-21 01:06:00', NULL, 'selesai', 'not_picked_up', NULL, '2026-03-21 01:06:34', '2026-03-21 01:07:07', '0', NULL, '2', '5', '6', '18', '1', '2026-03-21 01:04:04', '3450000.00', '3450000.00', '1', '3450000.00', '0', NULL, '2026-03-21 01:03:56', '2026-03-21 01:07:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1399', 'INV-20260328-0001', '1', 'tester', '08990799960', NULL, '115000.00', '115000.00', '0.00', 'paid', '1', '2026-03-28 18:39:40', NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', '2', NULL, NULL, '1', '2026-03-29 02:41:00', '0.00', '115000.00', '1', '0.00', '0', NULL, '2026-03-28 18:39:09', '2026-03-29 02:41:00', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1400', 'INV-20260329-0001', '2', 'mas Bambang', '0899079996-0', NULL, '22375000.00', '22375000.00', '0.00', 'paid', '1', '2026-03-29 03:56:53', NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', '2', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-29 03:56:26', '2026-03-29 03:56:53', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1401', 'INV-20260329-0002', '3', 'Livina', '085768038613', NULL, '37500000.00', '37550000.00', '50000.00', 'paid', '1', '2026-03-29 03:59:49', NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', '2', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-29 03:58:52', '2026-03-29 03:59:49', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1402', 'INV-20260329-0003', '4', 'RIZFAL', '+62 857-6807-2505', NULL, '250000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'selesai', 'picked_up', '2026-03-31 02:57:45', '2026-03-29 14:36:49', '2026-03-29 14:37:04', '0', '2026-03-31 02:44:08', '2', NULL, '2', '18', '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-29 14:30:06', '2026-03-31 02:57:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1403', 'INV-20260329-0004', '7', 'Soleh Assalam', '081351415060', NULL, '250000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-29 15:05:12', '2026-03-29 15:05:12', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1404', 'INV-20260329-0005', '10', 'Asrofi', '082181926820', NULL, '0.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '1', '2026-03-29 15:10:06', '2026-03-29 15:07:34', '2026-03-29 15:10:06', '2', 'batal order');
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1405', 'INV-20260329-0006', '19', 'Fajar ERKA', '087881734166', NULL, '1280000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', NULL, NULL, NULL, '1', '2026-04-23 22:33:07', '1280000.00', '1280000.00', '160', '1280000.00', '0', NULL, '2026-03-29 16:03:31', '2026-04-23 22:33:07', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1406', 'INV-20260329-0007', '1', 'tester', '08990799960', NULL, '1800.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-29 16:21:20', '2026-03-29 16:21:20', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1407', 'INV-20260330-0001', '21', 'Bintang One', '089693339490', NULL, '750000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', NULL, NULL, NULL, '1', '2026-03-30 16:30:13', '750000.00', '750000.00', '5', '750000.00', '0', NULL, '2026-03-30 16:30:07', '2026-03-30 16:30:13', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1408', 'INV-20260330-0002', '3', 'Livina', '085768038613', NULL, '150000.00', '150000.00', '0.00', 'paid', '1', '2026-03-30 18:03:32', NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', '2', NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-30 18:03:16', '2026-03-30 18:03:32', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1409', 'INV-20260330-0003', '3', 'Livina', '085768038613', NULL, '150000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-30 18:20:09', '2026-03-30 18:20:09', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1410', 'INV-20260330-0004', '3', 'Livina', '085768038613', NULL, '350000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'pending', 'not_picked_up', NULL, NULL, NULL, '0', NULL, '2', NULL, NULL, NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-30 18:22:35', '2026-03-30 18:22:35', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1411', 'INV-20260330-0005', '82', 'INDOMARET', '081379830275', NULL, '250000.00', '250000.00', '0.00', 'paid', '1', '2026-03-30 21:43:45', NULL, 'finishing', 'not_picked_up', NULL, '2026-03-30 18:57:41', NULL, '0', NULL, '2', '2', '2', NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-30 18:49:34', '2026-03-30 21:43:45', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1412', 'INV-20260330-0006', '82', 'INDOMARET', '081379830275', NULL, '250000.00', '250000.00', '0.00', 'paid', '1', '2026-03-30 21:43:37', NULL, 'finishing', 'not_picked_up', NULL, '2026-03-30 18:57:35', NULL, '0', NULL, '2', '2', '2', NULL, '0', NULL, '0.00', '0.00', '0', '0.00', '0', NULL, '2026-03-30 18:57:23', '2026-03-30 21:43:37', NULL, NULL);
INSERT INTO `orders` (`id`, `invoice_number`, `customer_id`, `customer_name`, `customer_phone`, `notes`, `total_price`, `paid_amount`, `change_amount`, `payment_status`, `is_credit`, `paid_at`, `due_date`, `production_status`, `pickup_status`, `picked_up_at`, `started_at`, `finished_at`, `wa_sent`, `wa_notified_at`, `designer_id`, `cashier_id`, `operator_id`, `finishing_operator_id`, `spk_printed`, `spk_printed_at`, `remaining_balance`, `report_total_price`, `report_total_qty`, `report_remaining_balance`, `is_cancelled`, `cancelled_at`, `created_at`, `updated_at`, `cancelled_by`, `cancel_reason`) VALUES ('1413', 'INV-20260426-0001', '1', 'tester', '08990799960', 'tunai', '45000.00', '0.00', '0.00', 'unpaid', '1', NULL, NULL, 'finishing', 'not_picked_up', NULL, '2026-05-01 11:49:41', NULL, '0', NULL, '3', NULL, '2', NULL, '1', '2026-04-26 22:01:06', '0.00', '0.00', '0', '0.00', '0', NULL, '2026-04-26 22:00:54', '2026-05-01 11:49:49', NULL, NULL);

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

DROP TABLE IF EXISTS `password_reset_tokens`;
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;

-- --------------------------------------------------------
-- Table structure for table `payment_accounts`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `payment_accounts`;
CREATE TABLE `payment_accounts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` enum('bank','ewallet') NOT NULL,
  `provider` varchar(255) NOT NULL,
  `account_number` varchar(255) NOT NULL,
  `account_holder` varchar(255) NOT NULL,
  `is_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=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `payment_accounts`

INSERT INTO `payment_accounts` (`id`, `name`, `type`, `provider`, `account_number`, `account_holder`, `is_active`, `created_at`, `updated_at`) VALUES ('8', 'BCA', 'bank', 'BCA', '123123144122', 'Budi Santoso', '1', '2026-02-12 18:17:51', '2026-03-28 22:29:05');
INSERT INTO `payment_accounts` (`id`, `name`, `type`, `provider`, `account_number`, `account_holder`, `is_active`, `created_at`, `updated_at`) VALUES ('10', 'Mandiri', 'bank', 'Mandiri', '123455551232', 'Budi Santoso', '1', '2026-02-27 13:36:18', '2026-03-28 22:28:58');
INSERT INTO `payment_accounts` (`id`, `name`, `type`, `provider`, `account_number`, `account_holder`, `is_active`, `created_at`, `updated_at`) VALUES ('11', 'BRI', 'bank', 'BRI', '12345675664534433', 'Budi Santoso', '1', '2026-03-02 13:17:08', '2026-03-28 22:28:49');

-- --------------------------------------------------------
-- Table structure for table `payments`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `payments`;
CREATE TABLE `payments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `payment_method` varchar(255) NOT NULL DEFAULT 'cash',
  `payment_account_id` bigint(20) unsigned DEFAULT NULL,
  `proof_path` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `cashier_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `payments_cashier_id_foreign` (`cashier_id`),
  KEY `payments_order_id_index` (`order_id`),
  KEY `payments_created_at_index` (`created_at`),
  KEY `payments_payment_account_id_foreign` (`payment_account_id`),
  CONSTRAINT `payments_cashier_id_foreign` FOREIGN KEY (`cashier_id`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `payments_order_id_foreign` FOREIGN KEY (`order_id`) REFERENCES `orders` (`id`) ON DELETE CASCADE,
  CONSTRAINT `payments_payment_account_id_foreign` FOREIGN KEY (`payment_account_id`) REFERENCES `payment_accounts` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=1095 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `payments`

INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('11', '33', '41700.00', 'transfer', '10', NULL, NULL, '16', '2026-03-02 11:45:34', '2026-03-02 11:45:34');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('12', '34', '1800.00', 'transfer', '10', NULL, NULL, '16', '2026-03-02 11:45:34', '2026-03-02 11:45:34');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('15', '56', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-02 13:35:23', '2026-03-02 13:35:23');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('17', '85', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-02 14:00:16', '2026-03-02 14:00:16');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('21', '50', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-02 14:16:44', '2026-03-02 14:16:44');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('32', '74', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-02 15:23:51', '2026-03-02 15:23:51');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('35', '59', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-02 16:14:42', '2026-03-02 16:14:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('39', '46', '90000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-02 16:24:32', '2026-03-02 16:24:32');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('40', '32', '42000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-02 16:29:00', '2026-03-02 16:29:00');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('42', '21', '630000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-02 16:35:22', '2026-03-02 16:35:22');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('54', '144', '155000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 10:49:59', '2026-03-03 10:49:59');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('59', '119', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 11:38:37', '2026-03-03 11:38:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('60', '127', '205000.00', 'cash', NULL, NULL, NULL, '5', '2026-03-03 11:44:49', '2026-03-03 11:44:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('63', '100', '189200.00', 'transfer', '11', NULL, NULL, '16', '2026-03-03 13:06:08', '2026-03-03 13:06:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('64', '110', '350000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 13:11:52', '2026-03-03 13:11:52');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('65', '173', '23750.00', 'transfer', '8', NULL, NULL, '16', '2026-03-03 13:15:40', '2026-03-03 13:15:40');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('66', '173', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 13:15:40', '2026-03-03 13:15:40');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('68', '80', '211650.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 13:20:47', '2026-03-03 13:20:47');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('69', '62', '2600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 13:28:19', '2026-03-03 13:28:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('70', '197', '34500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 13:28:19', '2026-03-03 13:28:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('83', '215', '52200.00', 'transfer', '10', NULL, NULL, '16', '2026-03-03 14:55:54', '2026-03-03 14:55:54');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('88', '205', '186900.00', 'transfer', '8', NULL, NULL, '16', '2026-03-03 15:00:21', '2026-03-03 15:00:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('94', '24', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 15:09:42', '2026-03-03 15:09:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('100', '222', '14400.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 15:12:05', '2026-03-03 15:12:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('107', '115', '32000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 15:48:12', '2026-03-03 15:48:12');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('109', '183', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 16:04:39', '2026-03-03 16:04:39');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('110', '185', '42400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-03 16:09:12', '2026-03-03 16:09:12');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('118', '131', '122400.00', 'transfer', '11', NULL, NULL, '16', '2026-03-03 16:18:32', '2026-03-03 16:18:32');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('124', '26', '310000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-03 16:34:14', '2026-03-03 16:34:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('128', '96', '11600.00', 'cash', NULL, NULL, NULL, '5', '2026-03-03 16:42:50', '2026-03-03 16:42:50');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('132', '134', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-03 16:58:37', '2026-03-03 16:58:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('136', '153', '120000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 10:22:52', '2026-03-04 10:22:52');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('138', '252', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 10:56:37', '2026-03-04 10:56:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('143', '157', '85000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 11:45:51', '2026-03-04 11:45:51');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('144', '162', '500000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 11:45:51', '2026-03-04 11:45:51');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('145', '233', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 11:49:15', '2026-03-04 11:49:15');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('147', '109', '50800.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 12:47:16', '2026-03-04 12:47:16');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('148', '191', '15000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 12:47:16', '2026-03-04 12:47:16');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('157', '240', '70000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-04 13:04:37', '2026-03-04 13:04:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('159', '256', '173600.00', 'transfer', '11', NULL, NULL, '16', '2026-03-04 13:06:36', '2026-03-04 13:06:36');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('162', '159', '200000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 13:17:48', '2026-03-04 13:17:48');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('163', '220', '65000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 13:20:37', '2026-03-04 13:20:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('170', '180', '59500.00', 'transfer', '10', NULL, NULL, '16', '2026-03-04 14:04:04', '2026-03-04 14:04:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('171', '307', '800000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 14:09:34', '2026-03-04 14:09:34');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('180', '235', '40800.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 14:47:01', '2026-03-04 14:47:01');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('181', '257', '13200.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 14:47:01', '2026-03-04 14:47:01');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('185', '344', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-04 15:03:17', '2026-03-04 15:03:17');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('196', '51', '30000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:04:14', '2026-03-04 16:04:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('197', '53', '60000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:04:14', '2026-03-04 16:04:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('198', '155', '60000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:04:14', '2026-03-04 16:04:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('199', '319', '8100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('200', '329', '8100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('201', '334', '8100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('202', '337', '8100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('203', '338', '113400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('204', '347', '8100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('205', '349', '8100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('206', '352', '395000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:06:05', '2026-03-04 16:06:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('210', '54', '592450.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:21:47', '2026-03-04 16:21:47');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('213', '265', '20000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-04 16:23:44', '2026-03-04 16:23:44');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('218', '178', '180000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:44:12', '2026-03-04 16:44:12');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('221', '309', '46500.00', 'transfer', '8', NULL, NULL, '16', '2026-03-04 16:54:44', '2026-03-04 16:54:44');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('227', '369', '150000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-05 09:28:21', '2026-03-05 09:28:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('232', '299', '125000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-05 10:17:04', '2026-03-05 10:17:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('234', '193', '112500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-05 10:23:19', '2026-03-05 10:23:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('239', '227', '130000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-05 11:07:26', '2026-03-05 11:07:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('241', '290', '52000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-05 11:08:11', '2026-03-05 11:08:11');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('246', '425', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-05 13:17:37', '2026-03-05 13:17:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('258', '380', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-05 15:29:00', '2026-03-05 15:29:00');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('263', '190', '5200.00', 'transfer', '11', NULL, NULL, '16', '2026-03-05 15:41:17', '2026-03-05 15:41:17');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('264', '251', '25000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-05 15:41:17', '2026-03-05 15:41:17');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('266', '430', '10400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-05 15:42:49', '2026-03-05 15:42:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('274', '440', '2900.00', 'transfer', '8', NULL, NULL, '16', '2026-03-05 15:47:28', '2026-03-05 15:47:28');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('282', '362', '12800.00', 'cash', NULL, NULL, NULL, '16', '2026-03-05 16:00:58', '2026-03-05 16:00:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('289', '287', '15000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-05 16:46:31', '2026-03-05 16:46:31');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('292', '387', '150000.00', 'cash', NULL, NULL, NULL, '5', '2026-03-06 09:17:07', '2026-03-06 09:17:07');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('298', '480', '360000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 10:51:56', '2026-03-06 10:51:56');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('299', '481', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 10:59:21', '2026-03-06 10:59:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('303', '405', '25000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 11:18:39', '2026-03-06 11:18:39');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('306', '542', '22000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 11:50:56', '2026-03-06 11:50:56');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('307', '48', '90000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 12:38:47', '2026-03-06 12:38:47');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('314', '261', '24200.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 12:50:40', '2026-03-06 12:50:40');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('315', '263', '170000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 12:50:40', '2026-03-06 12:50:40');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('318', '284', '480000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-06 12:52:49', '2026-03-06 12:52:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('319', '353', '42400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 12:53:36', '2026-03-06 12:53:36');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('320', '318', '80000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 12:54:36', '2026-03-06 12:54:36');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('322', '372', '190000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-06 13:16:43', '2026-03-06 13:16:43');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('325', '510', '25000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-06 13:21:49', '2026-03-06 13:21:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('327', '456', '160000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 13:25:41', '2026-03-06 13:25:41');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('328', '461', '25000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 13:25:41', '2026-03-06 13:25:41');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('332', '471', '33800.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 13:33:33', '2026-03-06 13:33:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('335', '236', '26000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 13:36:10', '2026-03-06 13:36:10');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('336', '246', '21600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 13:36:10', '2026-03-06 13:36:10');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('337', '381', '59400.00', 'transfer', '10', NULL, NULL, '16', '2026-03-06 13:38:19', '2026-03-06 13:38:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('338', '427', '150000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 13:42:15', '2026-03-06 13:42:15');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('339', '406', '9600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 13:42:35', '2026-03-06 13:42:35');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('340', '428', '300000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 13:45:21', '2026-03-06 13:45:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('344', '286', '158400.00', 'transfer', '10', NULL, NULL, '16', '2026-03-06 13:58:27', '2026-03-06 13:58:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('347', '458', '3600.00', 'transfer', '10', NULL, NULL, '16', '2026-03-06 14:02:02', '2026-03-06 14:02:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('352', '448', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 14:17:33', '2026-03-06 14:17:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('356', '61', '182400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 14:31:06', '2026-03-06 14:31:06');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('357', '87', '36300.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 14:31:06', '2026-03-06 14:31:06');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('358', '321', '26400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 14:31:06', '2026-03-06 14:31:06');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('359', '331', '9900.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 14:31:06', '2026-03-06 14:31:06');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('368', '584', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 15:30:46', '2026-03-06 15:30:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('376', '486', '20000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 16:52:08', '2026-03-06 16:52:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('377', '489', '6600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 16:52:08', '2026-03-06 16:52:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('378', '523', '5000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 16:52:08', '2026-03-06 16:52:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('379', '535', '5800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 16:52:08', '2026-03-06 16:52:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('380', '586', '8800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 16:52:08', '2026-03-06 16:52:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('383', '555', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 16:56:35', '2026-03-06 16:56:35');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('384', '476', '87550.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 17:06:30', '2026-03-06 17:06:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('385', '505', '113900.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 17:06:30', '2026-03-06 17:06:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('386', '565', '32400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 17:06:30', '2026-03-06 17:06:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('387', '572', '5800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 17:06:30', '2026-03-06 17:06:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('388', '600', '70200.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 17:06:30', '2026-03-06 17:06:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('389', '601', '140400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 17:06:30', '2026-03-06 17:06:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('392', '377', '28600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-06 17:13:27', '2026-03-06 17:13:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('393', '492', '165000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-06 17:16:06', '2026-03-06 17:16:06');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('397', '302', '200000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 10:01:47', '2026-03-07 10:01:47');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('399', '537', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 10:12:42', '2026-03-07 10:12:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('403', '443', '16500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 10:40:40', '2026-03-07 10:40:40');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('408', '571', '7000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 10:45:28', '2026-03-07 10:45:28');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('409', '501', '5000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 11:05:18', '2026-03-07 11:05:18');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('414', '639', '5000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 11:36:27', '2026-03-07 11:36:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('418', '497', '3300.00', 'transfer', '8', NULL, NULL, '8', '2026-03-07 11:52:55', '2026-03-07 11:52:55');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('419', '499', '30000.00', 'transfer', '8', NULL, NULL, '8', '2026-03-07 11:52:55', '2026-03-07 11:52:55');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('425', '585', '45000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 13:10:11', '2026-03-07 13:10:11');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('435', '627', '66000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 13:19:28', '2026-03-07 13:19:28');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('438', '604', '90000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-07 13:20:50', '2026-03-07 13:20:50');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('447', '446', '3000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 13:33:14', '2026-03-07 13:33:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('450', '663', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 13:34:37', '2026-03-07 13:34:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('451', '652', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 13:36:27', '2026-03-07 13:36:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('455', '608', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 13:46:13', '2026-03-07 13:46:13');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('456', '188', '30000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 14:06:35', '2026-03-07 14:06:35');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('457', '467', '150000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 14:15:42', '2026-03-07 14:15:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('462', '628', '50000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 14:37:36', '2026-03-07 14:37:36');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('466', '635', '5100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 14:39:46', '2026-03-07 14:39:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('467', '554', '74200.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 14:40:10', '2026-03-07 14:40:10');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('468', '615', '270400.00', 'transfer', '10', NULL, NULL, '16', '2026-03-07 14:40:30', '2026-03-07 14:40:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('469', '320', '3300.00', 'transfer', '10', NULL, NULL, '16', '2026-03-07 14:40:56', '2026-03-07 14:40:56');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('471', '661', '8100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 14:41:24', '2026-03-07 14:41:24');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('478', '364', '190000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 15:20:49', '2026-03-07 15:20:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('479', '634', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 15:21:34', '2026-03-07 15:21:34');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('480', '538', '42500.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 15:29:55', '2026-03-07 15:29:55');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('488', '679', '10400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 16:18:12', '2026-03-07 16:18:12');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('489', '684', '25000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 16:18:12', '2026-03-07 16:18:12');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('490', '683', '9900.00', 'transfer', '10', NULL, NULL, '16', '2026-03-07 16:18:45', '2026-03-07 16:18:45');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('491', '607', '11600.00', 'transfer', '8', NULL, NULL, '5', '2026-03-07 16:26:21', '2026-03-07 16:26:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('494', '613', '9600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 16:30:49', '2026-03-07 16:30:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('495', '614', '42500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 16:30:49', '2026-03-07 16:30:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('497', '582', '48000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-07 16:37:37', '2026-03-07 16:37:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('499', '655', '50000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-07 16:42:58', '2026-03-07 16:42:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('500', '473', '300000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 16:43:47', '2026-03-07 16:43:47');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('501', '496', '22000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 16:47:36', '2026-03-07 16:47:36');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('508', '187', '24000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-07 17:19:04', '2026-03-07 17:19:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('509', '701', '39700.00', 'cash', NULL, NULL, NULL, '5', '2026-03-09 09:37:42', '2026-03-09 09:37:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('514', '475', '70000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 10:07:50', '2026-03-09 10:07:50');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('516', '752', '2900.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 11:20:02', '2026-03-09 11:20:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('517', '747', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 11:25:56', '2026-03-09 11:25:56');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('519', '719', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 12:03:08', '2026-03-09 12:03:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('523', '633', '24600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 13:48:34', '2026-03-09 13:48:34');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('528', '749', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 14:47:31', '2026-03-09 14:47:31');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('531', '709', '48000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 14:54:34', '2026-03-09 14:54:34');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('532', '809', '20000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 14:55:19', '2026-03-09 14:55:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('534', '711', '57600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 15:02:46', '2026-03-09 15:02:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('536', '659', '95000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 15:04:21', '2026-03-09 15:04:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('539', '715', '124000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-09 15:05:33', '2026-03-09 15:05:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('543', '740', '25000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 15:07:26', '2026-03-09 15:07:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('552', '773', '5200.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 15:19:45', '2026-03-09 15:19:45');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('553', '777', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 15:28:15', '2026-03-09 15:28:15');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('567', '781', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 16:16:20', '2026-03-09 16:16:20');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('572', '785', '15400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 16:25:14', '2026-03-09 16:25:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('573', '704', '85000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-09 16:26:25', '2026-03-09 16:26:25');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('578', '760', '200000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 16:33:02', '2026-03-09 16:33:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('581', '772', '5000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 16:36:27', '2026-03-09 16:36:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('583', '815', '3300.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 16:36:27', '2026-03-09 16:36:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('584', '831', '108000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 16:36:27', '2026-03-09 16:36:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('585', '804', '22000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 16:47:05', '2026-03-09 16:47:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('586', '805', '20800.00', 'cash', NULL, NULL, NULL, '16', '2026-03-09 16:47:05', '2026-03-09 16:47:05');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('587', '802', '75000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 16:52:02', '2026-03-09 16:52:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('588', '811', '3300.00', 'transfer', '8', NULL, NULL, '16', '2026-03-09 16:52:02', '2026-03-09 16:52:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('594', '849', '6600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 09:32:39', '2026-03-10 09:32:39');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('595', '851', '524700.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 09:32:39', '2026-03-10 09:32:39');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('597', '148', '19800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 09:59:02', '2026-03-10 09:59:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('598', '150', '19800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 09:59:02', '2026-03-10 09:59:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('601', '223', '25000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 10:10:33', '2026-03-10 10:10:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('602', '224', '15000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 10:10:33', '2026-03-10 10:10:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('604', '358', '48000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 10:10:33', '2026-03-10 10:10:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('608', '647', '140000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 10:14:46', '2026-03-10 10:14:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('617', '511', '105000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 10:45:56', '2026-03-10 10:45:56');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('620', '512', '600000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-10 11:03:58', '2026-03-10 11:03:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('621', '845', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 11:05:49', '2026-03-10 11:05:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('627', '847', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 11:59:21', '2026-03-10 11:59:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('635', '832', '132500.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 13:34:55', '2026-03-10 13:34:55');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('638', '862', '227500.00', 'transfer', '10', NULL, NULL, '16', '2026-03-10 13:44:39', '2026-03-10 13:44:39');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('648', '909', '199200.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 13:50:18', '2026-03-10 13:50:18');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('649', '688', '60000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 13:51:18', '2026-03-10 13:51:18');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('651', '931', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 14:04:35', '2026-03-10 14:04:35');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('653', '892', '72699.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 14:10:57', '2026-03-10 14:10:57');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('656', '892', '6501.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 14:11:18', '2026-03-10 14:11:18');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('671', '946', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 15:00:28', '2026-03-10 15:00:28');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('673', '829', '93000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 15:06:20', '2026-03-10 15:06:20');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('675', '902', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 15:22:06', '2026-03-10 15:22:06');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('681', '536', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 15:45:50', '2026-03-10 15:45:50');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('683', '442', '15000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 15:57:26', '2026-03-10 15:57:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('686', '716', '135000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 16:03:29', '2026-03-10 16:03:29');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('688', '838', '60000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 16:03:29', '2026-03-10 16:03:29');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('692', '798', '239800.00', 'transfer', '11', NULL, NULL, '16', '2026-03-10 16:13:26', '2026-03-10 16:13:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('693', '943', '60000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-10 16:27:47', '2026-03-10 16:27:47');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('697', '928', '27000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 16:45:31', '2026-03-10 16:45:31');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('698', '860', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-10 16:50:53', '2026-03-10 16:50:53');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('709', '908', '310000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-11 10:48:49', '2026-03-11 10:48:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('713', '932', '82500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 11:26:42', '2026-03-11 11:26:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('714', '954', '82500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 11:26:42', '2026-03-11 11:26:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('718', '988', '6600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 13:14:18', '2026-03-11 13:14:18');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('720', '967', '10400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 13:27:49', '2026-03-11 13:27:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('721', '936', '26400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 13:28:11', '2026-03-11 13:28:11');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('729', '968', '49500.00', 'transfer', '11', NULL, NULL, '16', '2026-03-11 13:30:36', '2026-03-11 13:30:36');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('730', '998', '22000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-11 13:30:36', '2026-03-11 13:30:36');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('733', '1012', '120000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 13:40:26', '2026-03-11 13:40:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('734', '1013', '380000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 13:40:26', '2026-03-11 13:40:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('735', '1014', '49550.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 13:40:26', '2026-03-11 13:40:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('742', '987', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 14:06:25', '2026-03-11 14:06:25');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('748', '953', '157500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 14:23:14', '2026-03-11 14:23:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('749', '977', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 14:23:14', '2026-03-11 14:23:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('752', '1032', '35000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-11 14:33:26', '2026-03-11 14:33:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('759', '1045', '45000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 15:05:52', '2026-03-11 15:05:52');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('761', '1015', '23750.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 15:08:48', '2026-03-11 15:08:48');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('762', '1017', '7800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 15:08:48', '2026-03-11 15:08:48');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('763', '1047', '68400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 15:14:27', '2026-03-11 15:14:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('767', '1007', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 15:26:22', '2026-03-11 15:26:22');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('775', '901', '80000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 15:48:38', '2026-03-11 15:48:38');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('776', '879', '150000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-11 16:02:46', '2026-03-11 16:02:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('780', '1022', '85000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 16:12:14', '2026-03-11 16:12:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('781', '1033', '19800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 16:12:14', '2026-03-11 16:12:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('783', '779', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 16:27:03', '2026-03-11 16:27:03');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('784', '995', '68400.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 16:27:03', '2026-03-11 16:27:03');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('785', '969', '15000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 16:36:04', '2026-03-11 16:36:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('786', '984', '7350.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 16:36:04', '2026-03-11 16:36:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('787', '959', '190000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-11 16:37:25', '2026-03-11 16:37:25');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('789', '1050', '253800.00', 'transfer', '8', NULL, NULL, '16', '2026-03-11 16:48:50', '2026-03-11 16:48:50');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('793', '1059', '21600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 09:25:06', '2026-03-12 09:25:06');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('803', '1039', '19000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 10:16:30', '2026-03-12 10:16:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('806', '1008', '35200.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 10:26:59', '2026-03-12 10:26:59');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('807', '960', '60500.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 10:30:57', '2026-03-12 10:30:57');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('810', '1043', '135000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-12 10:37:53', '2026-03-12 10:37:53');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('818', '1073', '65000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 11:07:22', '2026-03-12 11:07:22');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('819', '914', '72250.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 11:13:54', '2026-03-12 11:13:54');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('820', '915', '5200.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 11:13:54', '2026-03-12 11:13:54');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('822', '1021', '5200.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 11:26:52', '2026-03-12 11:26:52');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('825', '925', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 11:58:24', '2026-03-12 11:58:24');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('826', '1079', '40000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 12:25:17', '2026-03-12 12:25:17');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('827', '1019', '5000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 13:37:29', '2026-03-12 13:37:29');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('830', '547', '67400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 13:50:55', '2026-03-12 13:50:55');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('831', '587', '17400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 13:50:55', '2026-03-12 13:50:55');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('832', '1159', '2300.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 14:16:15', '2026-03-12 14:16:15');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('833', '963', '75000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 14:22:07', '2026-03-12 14:22:07');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('834', '1040', '36400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 14:26:12', '2026-03-12 14:26:12');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('838', '1029', '93600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 14:30:31', '2026-03-12 14:30:31');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('840', '1089', '25300.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 14:36:26', '2026-03-12 14:36:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('846', '1088', '12000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 14:43:09', '2026-03-12 14:43:09');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('847', '1103', '12000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 14:44:58', '2026-03-12 14:44:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('848', '1123', '53000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-12 14:46:59', '2026-03-12 14:46:59');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('850', '1087', '15000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 15:00:44', '2026-03-12 15:00:44');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('853', '882', '85000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 16:16:28', '2026-03-12 16:16:28');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('854', '1190', '378000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 16:20:21', '2026-03-12 16:20:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('855', '1197', '13000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-12 16:20:21', '2026-03-12 16:20:21');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('859', '1122', '106000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-12 16:57:54', '2026-03-12 16:57:54');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('861', '1077', '25000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 16:59:02', '2026-03-12 16:59:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('862', '1202', '600000.00', 'transfer', '11', NULL, NULL, '16', '2026-03-12 17:03:50', '2026-03-12 17:03:50');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('863', '1135', '604500.00', 'transfer', '8', NULL, NULL, '16', '2026-03-12 17:06:25', '2026-03-12 17:06:25');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('868', '1181', '66000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 09:15:53', '2026-03-13 09:15:53');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('869', '1107', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 09:22:43', '2026-03-13 09:22:43');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('871', '1216', '20250.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 09:45:23', '2026-03-13 09:45:23');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('872', '1214', '28350.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 09:45:23', '2026-03-13 09:45:23');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('873', '1136', '40500.00', 'transfer', '10', NULL, NULL, '16', '2026-03-13 10:20:28', '2026-03-13 10:20:28');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('878', '1229', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 10:46:11', '2026-03-13 10:46:11');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('879', '1148', '100000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 10:58:41', '2026-03-13 10:58:41');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('881', '1192', '2600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 11:18:14', '2026-03-13 11:18:14');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('883', '1188', '75000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 11:19:20', '2026-03-13 11:19:20');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('886', '1218', '10600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 11:26:25', '2026-03-13 11:26:25');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('891', '1035', '66000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-13 13:19:11', '2026-03-13 13:19:11');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('903', '1263', '8100.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 13:57:58', '2026-03-13 13:57:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('904', '1097', '254100.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 14:03:53', '2026-03-13 14:03:53');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('907', '1245', '130000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-13 14:09:13', '2026-03-13 14:09:13');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('908', '1025', '112500.00', 'transfer', '10', NULL, NULL, '16', '2026-03-13 14:09:13', '2026-03-13 14:09:13');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('916', '1230', '50000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 14:35:52', '2026-03-13 14:35:52');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('918', '1117', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 14:48:34', '2026-03-13 14:48:34');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('920', '1254', '20000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 15:00:30', '2026-03-13 15:00:30');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('922', '1156', '59400.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 15:17:41', '2026-03-13 15:17:41');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('925', '1099', '2300.00', 'transfer', '8', NULL, NULL, '16', '2026-03-13 15:23:44', '2026-03-13 15:23:44');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('929', '1236', '982800.00', 'transfer', '10', NULL, NULL, '16', '2026-03-13 15:25:25', '2026-03-13 15:25:25');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('930', '1187', '68000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-13 15:26:19', '2026-03-13 15:26:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('936', '1289', '12100.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 15:45:10', '2026-03-13 15:45:10');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('938', '1184', '294000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-13 15:46:33', '2026-03-13 15:46:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('939', '1157', '35700.00', 'transfer', '8', NULL, NULL, '16', '2026-03-13 15:46:33', '2026-03-13 15:46:33');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('948', '1238', '124000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-13 16:10:16', '2026-03-13 16:10:16');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('951', '1301', '10000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 16:14:46', '2026-03-13 16:14:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('954', '1239', '15000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-13 16:30:15', '2026-03-13 16:30:15');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('972', '1189', '378000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 10:10:08', '2026-03-14 10:10:08');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('989', '466', '62400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 11:24:58', '2026-03-14 11:24:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('990', '455', '100000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 11:25:47', '2026-03-14 11:25:47');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('991', '1323', '35400.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 11:26:58', '2026-03-14 11:26:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('992', '1322', '10600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 11:26:58', '2026-03-14 11:26:58');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('994', '1233', '210000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 11:44:22', '2026-03-14 11:44:22');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('995', '1232', '50600.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 11:44:22', '2026-03-14 11:44:22');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('997', '1309', '95400.00', 'transfer', '10', NULL, NULL, '16', '2026-03-14 13:27:52', '2026-03-14 13:27:52');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('999', '1150', '190000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 13:43:18', '2026-03-14 13:43:18');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1000', '1310', '13500.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 13:43:55', '2026-03-14 13:43:55');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1002', '1317', '49600.00', 'transfer', '10', NULL, NULL, '16', '2026-03-14 13:58:32', '2026-03-14 13:58:32');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1008', '1114', '5100.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 14:27:19', '2026-03-14 14:27:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1010', '1110', '625000.00', 'cash', NULL, NULL, NULL, '5', '2026-03-14 14:39:23', '2026-03-14 14:39:23');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1012', '1252', '85000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 14:46:16', '2026-03-14 14:46:16');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1013', '1354', '23400.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 14:58:32', '2026-03-14 14:58:32');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1014', '1295', '42500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 14:58:32', '2026-03-14 14:58:32');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1016', '1377', '4800.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 15:09:19', '2026-03-14 15:09:19');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1020', '1161', '19800.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 15:53:23', '2026-03-14 15:53:23');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1021', '1272', '15000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 16:02:04', '2026-03-14 16:02:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1022', '923', '3300.00', 'cash', NULL, NULL, NULL, '16', '2026-03-14 16:02:04', '2026-03-14 16:02:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1031', '1298', '65000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-14 16:21:59', '2026-03-14 16:21:59');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1033', '1235', '6400.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 16:22:46', '2026-03-14 16:22:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1050', '1241', '154500.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 16:31:29', '2026-03-14 16:31:29');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1052', '1234', '120000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-14 16:34:42', '2026-03-14 16:34:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1053', '1203', '276000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-14 16:34:42', '2026-03-14 16:34:42');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1057', '1332', '80000.00', 'transfer', '10', NULL, NULL, '16', '2026-03-14 16:39:46', '2026-03-14 16:39:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1067', '1361', '250000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 16:50:46', '2026-03-14 16:50:46');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1069', '1351', '120000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 16:51:39', '2026-03-14 16:51:39');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1070', '583', '23100.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 16:52:04', '2026-03-14 16:52:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1071', '577', '39600.00', 'transfer', '8', NULL, NULL, '16', '2026-03-14 16:52:04', '2026-03-14 16:52:04');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1080', '1395', '50000.00', 'transfer', '8', NULL, NULL, '16', '2026-03-16 08:47:27', '2026-03-16 08:47:27');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1081', '1396', '45000.00', 'transfer', '8', NULL, NULL, '2', '2026-03-16 09:36:11', '2026-03-16 09:36:11');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1082', '1394', '57500.00', 'cash', NULL, NULL, NULL, '2', '2026-03-16 10:10:13', '2026-03-16 10:10:13');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1083', '1391', '65600.00', 'cash', NULL, NULL, NULL, '2', '2026-03-16 10:10:26', '2026-03-16 10:10:26');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1084', '1395', '7500.00', 'cash', NULL, NULL, NULL, '16', '2026-03-17 03:15:15', '2026-03-17 03:15:15');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1085', '1397', '560000.00', 'cash', NULL, NULL, NULL, '16', '2026-03-17 03:15:57', '2026-03-17 03:15:57');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1086', '1380', '71400.00', 'cash', NULL, NULL, NULL, '1', '2026-03-17 03:54:02', '2026-03-17 03:54:02');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1087', '1369', '16500.00', 'cash', NULL, NULL, NULL, '2', '2026-03-17 07:17:45', '2026-03-17 07:17:45');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1088', '1398', '3450000.00', 'cash', NULL, NULL, NULL, '5', '2026-03-21 01:06:00', '2026-03-21 01:06:00');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1089', '1399', '115000.00', 'cash', NULL, NULL, NULL, '2', '2026-03-28 18:39:40', '2026-03-28 18:39:40');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1090', '1400', '22375000.00', 'transfer', '8', NULL, NULL, '2', '2026-03-29 03:56:53', '2026-03-29 03:56:53');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1091', '1401', '37550000.00', 'transfer', '8', NULL, NULL, '2', '2026-03-29 03:59:49', '2026-03-29 03:59:49');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1092', '1408', '150000.00', 'cash', NULL, NULL, NULL, '2', '2026-03-30 18:03:32', '2026-03-30 18:03:32');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1093', '1412', '250000.00', 'cash', NULL, NULL, NULL, '2', '2026-03-30 21:43:37', '2026-03-30 21:43:37');
INSERT INTO `payments` (`id`, `order_id`, `amount`, `payment_method`, `payment_account_id`, `proof_path`, `notes`, `cashier_id`, `created_at`, `updated_at`) VALUES ('1094', '1411', '250000.00', 'cash', NULL, NULL, NULL, '2', '2026-03-30 21:43:45', '2026-03-30 21:43:45');

-- --------------------------------------------------------
-- Table structure for table `permissions`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `permissions`;
CREATE TABLE `permissions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `guard_name` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `permissions`

INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('1', 'manage users', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('2', 'create orders', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('3', 'process payments', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('4', 'update production', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('5', 'view reports', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('6', 'view click reports', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('7', 'print spk', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('8', 'management access', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('9', 'view customers', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('10', 'create customers', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('11', 'edit customers', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('12', 'delete customers', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('13', 'view products', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('14', 'create products', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('15', 'edit products', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('16', 'delete products', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('17', 'view units', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('18', 'manage units', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('19', 'view suppliers', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('20', 'manage suppliers', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('21', 'view finance', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('22', 'manage deposits', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('23', 'view stock', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('24', 'manage stock', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('25', 'view materials', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('26', 'manage materials', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('27', 'view expenses', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('28', 'manage expenses', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('29', 'view employees', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('30', 'create employees', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('31', 'edit employees', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('32', 'delete employees', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('33', 'view salaries', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('34', 'create salaries', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('35', 'edit salaries', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('36', 'delete salaries', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('37', 'manage backups', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('38', 'manage payment accounts', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('39', 'request cancellations', 'web', '2026-02-10 01:47:14', '2026-02-10 01:47:14');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('40', 'approve cancellations', 'web', '2026-02-10 01:47:14', '2026-02-10 01:47:14');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('41', 'view orders', 'web', '2026-02-10 08:23:29', '2026-02-10 08:23:29');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('42', 'view machines', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('43', 'manage machines', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('44', 'view ai', 'web', '2026-03-02 12:56:49', '2026-03-02 12:56:49');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('45', 'manage settings', 'web', '2026-03-02 12:56:49', '2026-03-02 12:56:49');
INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('46', 'manage customers', 'web', '2026-03-02 12:56:49', '2026-03-02 12:56:49');

-- --------------------------------------------------------
-- Table structure for table `product_material`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `product_material`;
CREATE TABLE `product_material` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) unsigned NOT NULL,
  `material_id` bigint(20) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `product_material_product_id_material_id_unique` (`product_id`,`material_id`),
  KEY `product_material_material_id_foreign` (`material_id`),
  CONSTRAINT `product_material_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `materials` (`id`) ON DELETE CASCADE,
  CONSTRAINT `product_material_product_id_foreign` FOREIGN KEY (`product_id`) REFERENCES `products` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `product_material`

INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('87', '21', '44', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('88', '21', '45', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('89', '21', '47', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('90', '21', '48', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('91', '21', '49', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('92', '21', '50', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('93', '21', '46', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('94', '21', '55', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('95', '21', '54', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('96', '21', '51', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('97', '21', '52', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('98', '21', '53', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('99', '21', '56', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('100', '21', '58', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('101', '21', '59', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('102', '21', '60', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('103', '21', '57', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('104', '23', '89', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('106', '23', '85', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('107', '23', '86', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('108', '23', '87', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('109', '23', '88', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('110', '22', '64', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('111', '22', '66', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('112', '22', '80', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('113', '22', '61', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('114', '22', '65', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('115', '22', '63', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('116', '22', '77', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('117', '23', '97', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('118', '22', '76', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('119', '22', '78', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('120', '22', '79', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('121', '22', '75', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('124', '22', '82', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('125', '22', '81', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('126', '22', '72', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('127', '22', '74', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('128', '22', '73', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('129', '22', '70', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('130', '22', '71', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('131', '21', '90', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('132', '21', '69', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('133', '21', '96', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('134', '21', '95', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('135', '21', '93', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('136', '21', '67', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('137', '21', '68', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('138', '21', '94', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('139', '22', '62', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('144', '22', '101', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('148', '25', '57', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('149', '22', '98', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('150', '22', '99', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('151', '21', '92', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('152', '21', '91', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('153', '22', '97', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('154', '24', '100', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('155', '21', '100', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('157', '25', '105', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('158', '21', '105', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('162', '23', '111', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('163', '22', '106', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('164', '22', '107', NULL, NULL);
INSERT INTO `product_material` (`id`, `product_id`, `material_id`, `created_at`, `updated_at`) VALUES ('165', '23', '112', NULL, NULL);

-- --------------------------------------------------------
-- Table structure for table `products`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `products`;
CREATE TABLE `products` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `code` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `unit_id` bigint(20) unsigned DEFAULT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `track_clicks` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `products_code_unique` (`code`),
  KEY `products_is_active_index` (`is_active`),
  KEY `products_unit_id_foreign` (`unit_id`),
  CONSTRAINT `products_unit_id_foreign` FOREIGN KEY (`unit_id`) REFERENCES `units` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `products`

INSERT INTO `products` (`id`, `name`, `code`, `description`, `unit_id`, `is_active`, `track_clicks`, `created_at`, `updated_at`) VALUES ('21', 'Versant', 'VR0001', NULL, NULL, '1', '1', '2026-02-17 11:16:10', '2026-02-17 11:16:10');
INSERT INTO `products` (`id`, `name`, `code`, `description`, `unit_id`, `is_active`, `track_clicks`, `created_at`, `updated_at`) VALUES ('22', 'Indoor', 'ID0001', NULL, NULL, '1', '0', '2026-02-17 11:16:29', '2026-02-17 11:16:29');
INSERT INTO `products` (`id`, `name`, `code`, `description`, `unit_id`, `is_active`, `track_clicks`, `created_at`, `updated_at`) VALUES ('23', 'Outdoor', 'OD0001', NULL, NULL, '1', '0', '2026-02-17 11:16:49', '2026-02-17 11:16:49');
INSERT INTO `products` (`id`, `name`, `code`, `description`, `unit_id`, `is_active`, `track_clicks`, `created_at`, `updated_at`) VALUES ('24', 'Jasa', 'CUTA3', NULL, NULL, '1', '0', '2026-02-27 13:44:32', '2026-03-07 10:30:35');
INSERT INTO `products` (`id`, `name`, `code`, `description`, `unit_id`, `is_active`, `track_clicks`, `created_at`, `updated_at`) VALUES ('25', 'Promo Kromo Ramadhan', 'PKR', NULL, NULL, '0', '1', '2026-03-02 15:48:26', '2026-03-11 13:17:12');

-- --------------------------------------------------------
-- Table structure for table `purchase_payments`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `purchase_payments`;
CREATE TABLE `purchase_payments` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `purchase_id` bigint(20) unsigned NOT NULL,
  `amount` decimal(15,2) NOT NULL,
  `payment_date` date NOT NULL,
  `proof` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `purchase_payments_purchase_id_foreign` (`purchase_id`),
  KEY `purchase_payments_created_by_foreign` (`created_by`),
  CONSTRAINT `purchase_payments_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `purchase_payments_purchase_id_foreign` FOREIGN KEY (`purchase_id`) REFERENCES `purchases` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `purchase_payments`

INSERT INTO `purchase_payments` (`id`, `purchase_id`, `amount`, `payment_date`, `proof`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('2', '10', '1100000.00', '2026-03-15', NULL, 'Metode: Bank Transfer', '2', '2026-03-15 22:25:17', '2026-03-15 22:25:17');
INSERT INTO `purchase_payments` (`id`, `purchase_id`, `amount`, `payment_date`, `proof`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('3', '9', '1460500.00', '2026-03-29', NULL, 'Metode: Bank Transfer', '1', '2026-03-29 04:02:21', '2026-03-29 04:02:21');
INSERT INTO `purchase_payments` (`id`, `purchase_id`, `amount`, `payment_date`, `proof`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('4', '12', '2180000.00', '2026-03-30', NULL, 'Pembayaran lunas', '2', '2026-03-30 16:28:53', '2026-03-30 16:28:53');
INSERT INTO `purchase_payments` (`id`, `purchase_id`, `amount`, `payment_date`, `proof`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('5', '13', '525000.00', '2026-03-30', NULL, 'Pembayaran lunas', '2', '2026-03-30 16:43:47', '2026-03-30 16:43:47');

-- --------------------------------------------------------
-- Table structure for table `purchases`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `purchases`;
CREATE TABLE `purchases` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `material_id` bigint(20) unsigned NOT NULL,
  `purchase_date` date NOT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `unit_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `paid_amount` decimal(15,2) NOT NULL DEFAULT 0.00,
  `payment_status` enum('unpaid','partial','paid') NOT NULL DEFAULT 'paid',
  `type` enum('satuan','meteran') NOT NULL DEFAULT 'satuan',
  `supplier` varchar(255) DEFAULT NULL,
  `supplier_id` bigint(20) unsigned DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `purchases_material_id_foreign` (`material_id`),
  KEY `purchases_created_by_foreign` (`created_by`),
  KEY `purchases_supplier_id_foreign` (`supplier_id`),
  CONSTRAINT `purchases_created_by_foreign` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`) ON DELETE SET NULL,
  CONSTRAINT `purchases_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `materials` (`id`) ON DELETE CASCADE,
  CONSTRAINT `purchases_supplier_id_foreign` FOREIGN KEY (`supplier_id`) REFERENCES `suppliers` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `purchases`

INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('2', '85', '2026-03-04', '3360.00', '5650.00', '18984000.00', '0.00', 'unpaid', 'meteran', NULL, '7', NULL, '8', '2026-03-04 11:12:44', '2026-03-04 11:12:44');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('3', '88', '2026-03-04', '160.00', '11500.00', '1840000.00', '0.00', 'unpaid', 'meteran', NULL, '7', NULL, '8', '2026-03-04 11:13:26', '2026-03-04 11:13:26');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('4', '76', '2026-03-07', '127.00', '12000.00', '1524000.00', '0.00', 'unpaid', 'meteran', NULL, '7', NULL, '8', '2026-03-09 13:39:38', '2026-03-09 13:39:38');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('5', '82', '2026-03-07', '127.00', '9800.00', '1244600.00', '0.00', 'unpaid', 'meteran', NULL, '7', NULL, '8', '2026-03-09 13:40:53', '2026-03-09 13:40:53');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('6', '82', '2026-03-07', '76.00', '10800.00', '820800.00', '0.00', 'unpaid', 'meteran', NULL, '7', NULL, '8', '2026-03-09 13:41:33', '2026-03-09 13:41:33');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('7', '47', '2026-03-06', '1600.00', '625.00', '1000000.00', '0.00', 'unpaid', 'satuan', NULL, '6', NULL, '8', '2026-03-09 13:45:59', '2026-03-09 13:45:59');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('8', '44', '2026-03-06', '1600.00', '350.00', '560000.00', '0.00', 'unpaid', 'satuan', NULL, '6', NULL, '8', '2026-03-09 13:46:46', '2026-03-09 13:46:46');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('9', '80', '2026-03-10', '127.00', '11500.00', '1460500.00', '1460500.00', 'paid', 'meteran', NULL, '7', NULL, '16', '2026-03-11 10:10:16', '2026-03-29 04:02:21');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('10', '72', '2026-03-13', '10.00', '110000.00', '1100000.00', '1100000.00', 'paid', 'satuan', NULL, '7', NULL, '8', '2026-03-13 13:52:09', '2026-03-15 22:25:17');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('11', '72', '2026-03-30', '20.00', '109000.00', '2180000.00', '2180000.00', 'paid', 'satuan', NULL, '7', NULL, '2', '2026-03-30 16:20:20', '2026-03-30 16:20:20');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('12', '72', '2026-03-30', '20.00', '109000.00', '2180000.00', '2180000.00', 'paid', 'satuan', NULL, '7', NULL, '2', '2026-03-30 16:28:53', '2026-03-30 16:28:53');
INSERT INTO `purchases` (`id`, `material_id`, `purchase_date`, `quantity`, `unit_price`, `total_price`, `paid_amount`, `payment_status`, `type`, `supplier`, `supplier_id`, `notes`, `created_by`, `created_at`, `updated_at`) VALUES ('13', '72', '2026-03-30', '5.00', '105000.00', '525000.00', '525000.00', 'paid', 'satuan', NULL, '7', NULL, '2', '2026-03-30 16:43:47', '2026-03-30 16:43:47');

-- --------------------------------------------------------
-- Table structure for table `role_has_permissions`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `role_has_permissions`;
CREATE TABLE `role_has_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL,
  `role_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`permission_id`,`role_id`),
  KEY `role_has_permissions_role_id_foreign` (`role_id`),
  CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE,
  CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `role_has_permissions`

INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('1', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('1', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('1', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('2', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('2', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('2', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('3', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('3', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('3', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('3', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('4', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('4', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('4', '5');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('4', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('4', '8');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('5', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('5', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('5', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('5', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('6', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('6', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('6', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('6', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('7', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('7', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('7', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('8', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('9', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('9', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('9', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('9', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('9', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('10', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('10', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('10', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('10', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('11', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('11', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('11', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('11', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('12', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('12', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('12', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('12', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('13', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('13', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('13', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('13', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('13', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('14', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('14', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('14', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('15', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('15', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('15', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('16', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('16', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('16', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('17', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('17', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('17', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('17', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('18', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('18', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('18', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('19', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('19', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('19', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('19', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('20', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('20', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('20', '5');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('20', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('21', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('21', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('21', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('21', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('21', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('22', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('22', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('22', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('22', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('23', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('23', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('23', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('23', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('24', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('24', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('24', '5');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('24', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('25', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('25', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('25', '5');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('25', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('25', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('26', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('26', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('26', '5');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('26', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('27', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('27', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('27', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('27', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('27', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('28', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('28', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('28', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('28', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('29', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('29', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('29', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('29', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('30', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('30', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('30', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('30', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('31', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('31', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('31', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('31', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('32', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('32', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('32', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('33', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('33', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('33', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('34', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('34', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('34', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('35', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('35', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('35', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('36', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('36', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('36', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('37', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('38', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('38', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('38', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('38', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('39', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('39', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('39', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('39', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('40', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('40', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('40', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('41', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('41', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('41', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('41', '4');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('41', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('42', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('42', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('42', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('42', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('43', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('44', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('44', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('44', '6');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('44', '7');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('45', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('46', '1');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('46', '2');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('46', '3');
INSERT INTO `role_has_permissions` (`permission_id`, `role_id`) VALUES ('46', '7');

-- --------------------------------------------------------
-- Table structure for table `roles`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `roles`;
CREATE TABLE `roles` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `guard_name` varchar(255) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `roles`

INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('1', 'developer', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('2', 'owner', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('3', 'designer', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('4', 'kasir', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('5', 'operator', 'web', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('6', 'spv', 'web', '2026-02-10 01:47:14', '2026-02-10 01:47:14');
INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('7', 'Administrasi', 'web', '2026-02-27 01:29:49', '2026-02-27 01:29:49');
INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES ('8', 'Finishing', 'web', '2026-03-05 21:43:26', '2026-03-05 21:43:26');

-- --------------------------------------------------------
-- Table structure for table `salaries`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `salaries`;
CREATE TABLE `salaries` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `employee_id` bigint(20) unsigned NOT NULL,
  `period` varchar(255) NOT NULL,
  `base_salary` decimal(12,2) NOT NULL DEFAULT 0.00,
  `allowance` decimal(12,2) NOT NULL DEFAULT 0.00,
  `overtime` decimal(12,2) NOT NULL DEFAULT 0.00,
  `bonus` decimal(12,2) NOT NULL DEFAULT 0.00,
  `deduction` decimal(12,2) NOT NULL DEFAULT 0.00,
  `total` decimal(12,2) NOT NULL DEFAULT 0.00,
  `notes` text DEFAULT NULL,
  `status` enum('draft','paid') NOT NULL DEFAULT 'draft',
  `paid_at` date DEFAULT NULL,
  `payment_method` varchar(20) DEFAULT NULL,
  `payment_source` varchar(20) DEFAULT NULL,
  `payment_account_id` bigint(20) unsigned DEFAULT NULL,
  `payment_notes` text DEFAULT NULL,
  `paid_by` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `salaries_employee_id_period_unique` (`employee_id`,`period`),
  CONSTRAINT `salaries_employee_id_foreign` FOREIGN KEY (`employee_id`) REFERENCES `employees` (`id`) ON DELETE CASCADE
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `salaries`

INSERT INTO `salaries` (`id`, `employee_id`, `period`, `base_salary`, `allowance`, `overtime`, `bonus`, `deduction`, `total`, `notes`, `status`, `paid_at`, `payment_method`, `payment_source`, `payment_account_id`, `payment_notes`, `paid_by`, `created_at`, `updated_at`) VALUES ('8', '3', '2026-02', '2700000.00', '1550000.00', '0.00', '0.00', '0.00', '4250000.00', NULL, 'paid', '2026-03-28', 'transfer', 'bank', '8', NULL, '1', '2026-03-28 23:48:42', '2026-03-28 23:48:50');

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

DROP TABLE IF EXISTS `sessions`;
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;

-- Dumping data for table `sessions`

INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('1qZNbrAXLdL5WeTxqWkk3SUQvPmdrvyOB58DMijW', NULL, '198.235.24.174', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiYks5VFFIdTh3WThmdU1OSE9HMWNlMzMxcjNQazlvZGFmVFZ2YnI2byI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozODoiaHR0cDovL3d3dy5kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czozODoiaHR0cDovL3d3dy5kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777830448');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('5c4cSXoRIzlbmndsBiyEOgdvmYg7w4RxTBnJWBH7', NULL, '182.3.44.122', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoibWxWWlpsWWxCSlZLbUswRkdVODFRVmhpYVJIc3hlVGJadFVIR1JjMiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', '1777710565');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('6CjvZoVvmT1OIyprno31BXwCQLekgChmzv9MpipO', NULL, '114.10.101.24', 'WhatsApp/2.23.20.0', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiVTVrRHVBcll2d1g0VWY2YWplMFFwemN3OWU4cnRVTXBMOUlLTFpUMSI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777952805');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('9CloSTsZRbwGKvLfPpJaC7k6Hzl95lIs1jyzJXAS', NULL, '159.203.35.40', 'Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiWVdXcTQ1Z2ZmMzZqc2k1RDZiY1hoQjQ3NnV4RVRlR0hPaURnN2I0UiI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozODoiaHR0cDovL3d3dy5kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo0NDoiaHR0cDovL3d3dy5kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20vbG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777839370');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('9TbS0aDOCa4QOIjmn5qtTCpTtS2BjGgKPpN5sEWt', '1', '103.87.231.226', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiREtMVmRMMjB3MjBnNTZ6MGJhc2tHOU1YeTRDWGw5Z1pqWDc3enZ1SyI7czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDM6Imh0dHBzOi8vZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2JhY2t1cHMiO31zOjUwOiJsb2dpbl93ZWJfNTliYTM2YWRkYzJiMmY5NDAxNTgwZjAxNGM3ZjU4ZWE0ZTMwOTg5ZCI7aToxO30=', '1777953317');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('cIhdIMes5Xsv1p3m0kNh0VpJwGeFkGgAUwhoBINC', NULL, '85.237.212.243', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiQlY0SnlEVFR5dmZ0bWVlUmgzem44bkVZWDVCaFZsZDJNV0VyMk9VciI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozOToiaHR0cHM6Ly93d3cuZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tIjt9czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDU6Imh0dHBzOi8vd3d3LmRlbW8uYXBsaWthc2lwZXJjZXRha2FuLmNvbS9sb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', '1777700869');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('Cilx0EIfPwFgdpXbbZpdVr8xtntfnca73DJLtNMe', NULL, '114.10.41.32', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.7.5 Mobile/15E148 Safari/604.1', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiTno0WTRuRWNodms4SjB0M2RlVlFxWXhuU3hlR2EzVzlITGZWNHdkZCI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo0MToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20vbG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777766075');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('dAauvLizryxcAaZ9ldf82AT9yuf1J3wByRUipMnp', NULL, '182.253.56.108', 'Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/147.0.7727.99 Mobile/15E148 Safari/604.1', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiYWF6QlNVYXphRkwwSHBoQzJlSGVaSVlyeFllVWNoRG1vTDBPc0p3SCI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo0MToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20vbG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777653083');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('IsLi14L21A0SNoKwjoGuej5pPX4QIj8DekGSSQ8r', NULL, '159.203.35.40', 'Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiNE12bWk5YkJkZldlaDhsM29aeUpmR2lacU9EdzlBNzBoc2g1cXlwTCI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozOToiaHR0cHM6Ly93d3cuZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tIjt9czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDU6Imh0dHBzOi8vd3d3LmRlbW8uYXBsaWthc2lwZXJjZXRha2FuLmNvbS9sb2dpbiI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fX0=', '1777839379');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('joobeLlwrwhJHzLyPC9wJmUoFCAbktNcdEO2us13', NULL, '57.141.2.52', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiV1I5SDFuODRCUm9CVGNkWURtd3NOZkJCeG9DWkVpSHlob0JRV3pVNCI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777678119');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('jRrq2LnSXHPcAitqN6BvGkJGbbycuQuE4p4evoCe', NULL, '52.167.144.145', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoidktWT1R5Q3o0bzBuMHl4N2ZRN0xucGdzc3dKVFBzYnVPVUdyeVlOcCI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', '1777772277');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('k6QhdkB6tNibxBbVRodG9yirUrP4vtnlJ3BA1n0d', NULL, '52.167.144.199', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/116.0.1938.76 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiUGlaV1p2Rld1M3pNWVg3dkNQWlVRVjlhbXdhZ0Z2NEE5Q00wTVZnZyI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', '1777896776');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('lGYlCBMdxWUaj1nmIr2Yk0ZeXBTUnpWprJGKLkWq', NULL, '114.10.101.24', 'WhatsApp/2.23.20.0', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiUWZZZzVENWdiMmNkMjJMTnAyZUY4NnVsZmQ3OGFQWmNnbk85Z1ZkcSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', '1777952805');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('McnWfNBkK8p7icRe7FWvpxIOHsnb4J2lhOmdLoO3', '2', '182.253.56.108', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoic0NDcWtudGtFanZwcEdrRXRzOEswYm5QcU01MVlpUVZHOEhxM3drMyI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjUwOiJodHRwczovL2RlbW8uYXBsaWthc2lwZXJjZXRha2FuLmNvbS9wcm9kdWN0cy91bml0cyI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjI7fQ==', '1777652438');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('NoYgUaQV2QbqB2AN8EyciV8eYorwPegaq9gT03Aj', NULL, '66.249.66.12', 'Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.7727.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoibjFqQ2ZDOEtaNHJveTVISzBkU3ZYc3RLbzBGU3JYNnlCZVgwa3RNWSI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo0MToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20vbG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777908679');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('nxZVAEyj0L5yRX0byxtNpmPrdR90gs7aRgnkFHFe', NULL, '147.139.129.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiejN6SDgyUGcwcW0zQkNpQWlCSjg5SEEzMUMyU0lEOElWQzMxeHVqSCI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777722804');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('o7k2c0ddCdnlgY9ax0GBGyrFNlsZGJqUevakFZYz', NULL, '147.139.129.160', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiam5kUnJ1UXlCRlZFZDBKY0dDYW5rbTh4bWRNZWtoOG91SWszZ3g2SiI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777722831');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('OCUTVNJOyhKFahQWDcBjDkSJ3B7BVHrjUhClpnxU', NULL, '117.103.171.4', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoiRnlwZXFMQVJFM25KaHZTTGdlalRQdlQ0UE5FblN6TjE1bmIxQXU4NSI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', '1777952294');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('p3FRhuOd4jcYDsfbLpjjld7Cc3Ld9PqZlhSY3EYy', NULL, '198.235.24.174', 'Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoidHpPODh1VkNlUjR6N1E0MWZKUUN3UjlodVNtc09TOFdxdzZBdE9hTiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDQ6Imh0dHA6Ly93d3cuZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', '1777830449');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('TDWlHXYeuoGAk5uhtzcUhM7EGrvjiGXopUe5kTVL', '5', '114.10.145.248', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 Edg/147.0.0.0', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiejlFcUJQeHpTbDRKaDhvcmNsWW11WXRPMmljSGtheHhOMlJCN2duNyI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjM1OiJodHRwczovL2RlbW8uYXBsaWthc2lwZXJjZXRha2FuLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjU7fQ==', '1777910012');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('UrfnlVzgHZk4rpvXBm4xtqY5vEPH5rGjdGFLhKj6', '5', '182.253.251.59', 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Mobile Safari/537.36', 'YTo1OntzOjY6Il90b2tlbiI7czo0MDoiNUdtcTdtSmlpVVVWbTJjZHM5TFVScklja0NZb1ZTa05vV2h1NTRzMiI7czozOiJ1cmwiO2E6MDp7fXM6OToiX3ByZXZpb3VzIjthOjE6e3M6MzoidXJsIjtzOjM1OiJodHRwczovL2RlbW8uYXBsaWthc2lwZXJjZXRha2FuLmNvbSI7fXM6NjoiX2ZsYXNoIjthOjI6e3M6Mzoib2xkIjthOjA6e31zOjM6Im5ldyI7YTowOnt9fXM6NTA6ImxvZ2luX3dlYl81OWJhMzZhZGRjMmIyZjk0MDE1ODBmMDE0YzdmNThlYTRlMzA5ODlkIjtpOjU7fQ==', '1777934079');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('vZhONJnHokkGqRbmUhBDFw62NYgsYy3wSTfupFW4', NULL, '104.164.126.240', 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiZ3lHVTRPSVpKTEJobjhFMDJjOHZwT2RrU2F2Yk9xZWU2Uk1XaTIwaSI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo0MToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20vbG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777662426');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('XICgs0PPtYR71uN58O1MzWl8wbplM6ndws0THzI1', NULL, '57.141.2.13', 'meta-externalagent/1.1 (+https://developers.facebook.com/docs/sharing/webmasters/crawler)', 'YTozOntzOjY6Il90b2tlbiI7czo0MDoialpXSDJHcjYzQ1FmYXJwV2pvWVZ5Mk51eENIVHUxa3BQVjMxQ0hHMiI7czo5OiJfcHJldmlvdXMiO2E6MTp7czozOiJ1cmwiO3M6NDE6Imh0dHBzOi8vZGVtby5hcGxpa2FzaXBlcmNldGFrYW4uY29tL2xvZ2luIjt9czo2OiJfZmxhc2giO2E6Mjp7czozOiJvbGQiO2E6MDp7fXM6MzoibmV3IjthOjA6e319fQ==', '1777678140');
INSERT INTO `sessions` (`id`, `user_id`, `ip_address`, `user_agent`, `payload`, `last_activity`) VALUES ('zLww9yQFOrgb6YIBmGGSUawbo3jQFdRLjezhHblb', NULL, '45.142.80.68', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36', 'YTo0OntzOjY6Il90b2tlbiI7czo0MDoiOWFXUWx5dEF6dkljN1RsMjAzdzZCd1pUbnlaN1o2T0duUUVrQjBnSyI7czozOiJ1cmwiO2E6MTp7czo4OiJpbnRlbmRlZCI7czozNToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20iO31zOjk6Il9wcmV2aW91cyI7YToxOntzOjM6InVybCI7czo0MToiaHR0cHM6Ly9kZW1vLmFwbGlrYXNpcGVyY2V0YWthbi5jb20vbG9naW4iO31zOjY6Il9mbGFzaCI7YToyOntzOjM6Im9sZCI7YTowOnt9czozOiJuZXciO2E6MDp7fX19', '1777662404');

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

DROP TABLE IF EXISTS `settings`;
CREATE TABLE `settings` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(255) NOT NULL,
  `value` text DEFAULT NULL,
  `group` varchar(255) NOT NULL DEFAULT 'general',
  `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=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `settings`

INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('1', 'shop_name', 'Nama Percetakan Anda', 'shop', '2026-02-09 13:27:05', '2026-03-29 04:04:10');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('2', 'shop_address', 'IKN - Indonesia', 'shop', '2026-02-09 13:27:05', '2026-03-29 04:04:10');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('3', 'shop_phone', '0823-1234-1234', 'shop', '2026-02-09 13:27:05', '2026-03-16 09:44:42');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('4', 'shop_whatsapp', '0812-3456-7890', 'shop', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('5', 'shop_email', 'order@posgraf.com', 'shop', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('6', 'shop_footer', 'Terima kasih atas kepercayaan Anda! Barang yang sudah dipesan tidak dapat dikembalikan dan jika anda ingin mengecek status pesanan anda silakan scan barcode nota ini.', 'shop', '2026-02-09 13:27:05', '2026-02-17 21:18:30');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('7', 'shop_instagram', '@posgraf_printing', 'social', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('8', 'shop_logo', 'uploads/settings/logo-full-20260315132201-8058bf1b.png', 'shop', '2026-02-12 18:16:25', '2026-03-15 13:22:01');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('9', 'shop_logo_icon', 'uploads/settings/logo-icon-20260315132201-7e4e9936.png', 'shop', '2026-02-12 18:16:25', '2026-03-15 13:22:01');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('10', 'wa_template', 'Halo Kak *{nama}*,\r\n\r\nKami ingin menginformasikan bahwa orderan Kakak sudah *selesai* dan *siap diambil* ya.\r\n\r\n*Detail Order:*\r\n- No. Invoice: *{invoice}*\r\n- Tanggal Order: {tanggal}\r\n- Item : {items}\r\n- Total :  {total}\r\n\r\nDitunggu kedatangannya, terima kasih!', 'wa', '2026-02-12 18:16:25', '2026-03-04 12:02:36');
INSERT INTO `settings` (`id`, `key`, `value`, `group`, `created_at`, `updated_at`) VALUES ('11', 'wa_template_piutang', 'Untuk total biaya silakan hubungi admin .\r\nMohon untuk dapat melunasi pembayaran saat pengambilan ya Kak.', 'wa', '2026-02-12 18:16:25', '2026-03-03 11:21:12');

-- --------------------------------------------------------
-- Table structure for table `stock_movements`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `stock_movements`;
CREATE TABLE `stock_movements` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `material_id` bigint(20) unsigned NOT NULL,
  `type` enum('in','out','damaged','adjustment') NOT NULL,
  `quantity` decimal(15,2) NOT NULL,
  `unit_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `total_price` decimal(15,2) NOT NULL DEFAULT 0.00,
  `reference_type` varchar(255) DEFAULT NULL,
  `reference_id` bigint(20) unsigned DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `stock_movements_user_id_foreign` (`user_id`),
  KEY `stock_movements_material_id_type_index` (`material_id`,`type`),
  KEY `stock_movements_reference_type_reference_id_index` (`reference_type`,`reference_id`),
  CONSTRAINT `stock_movements_material_id_foreign` FOREIGN KEY (`material_id`) REFERENCES `materials` (`id`) ON DELETE CASCADE,
  CONSTRAINT `stock_movements_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE SET NULL
) ENGINE=InnoDB AUTO_INCREMENT=2223 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `stock_movements`

INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('14', '62', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '9', 'Order #INV-20260227-0001 - kunyuk', '1', '2026-02-27 13:56:04', '2026-02-27 13:56:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('15', '62', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '10', 'Order #INV-20260227-0002 - Fajar rk', '1', '2026-02-27 14:17:50', '2026-02-27 14:17:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('16', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '11', 'Order #INV-20260228-0001 - xxx', '3', '2026-02-28 08:22:00', '2026-02-28 08:22:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('17', '47', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '12', 'Order #INV-20260228-0002 - aaa', '3', '2026-02-28 08:24:00', '2026-02-28 08:24:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('18', '62', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '13', 'Order #INV-20260228-0003 - asda', '3', '2026-02-28 08:28:34', '2026-02-28 08:28:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('19', '47', 'out', '111.00', '0.00', '0.00', 'App\\Models\\Order', '14', 'Order #INV-20260228-0004 - xx', '1', '2026-02-28 08:30:48', '2026-02-28 08:30:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('20', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '15', 'Order #INV-20260228-0005 - aaaa', '1', '2026-02-28 09:19:32', '2026-02-28 09:19:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('21', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '16', 'Order #INV-20260228-0006 - jhjh', '1', '2026-02-28 09:21:13', '2026-02-28 09:21:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('22', '61', 'in', '680.00', '18000.00', '12240000.00', NULL, NULL, 'prinmate', '8', '2026-02-28 16:36:25', '2026-02-28 16:36:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('23', '101', 'in', '60.00', '20000.00', '1200000.00', NULL, NULL, 'prinmate', '8', '2026-02-28 16:43:07', '2026-02-28 16:43:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('24', '64', 'in', '55.00', '45000.00', '2475000.00', NULL, NULL, 'prinmate', '8', '2026-02-28 16:43:37', '2026-02-28 16:43:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('25', '62', 'in', '150.00', '15000.00', '2250000.00', NULL, NULL, 'visi media', '8', '2026-02-28 16:44:25', '2026-02-28 16:44:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('26', '63', 'in', '180.00', '18000.00', '3240000.00', NULL, NULL, NULL, '8', '2026-02-28 16:45:11', '2026-02-28 16:45:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('27', '66', 'in', '40.00', '2600.00', '104000.00', NULL, NULL, 'visi media', '8', '2026-02-28 16:45:57', '2026-02-28 16:45:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('28', '82', 'in', '820.00', '8500.00', '6970000.00', NULL, NULL, 'prinmate', '8', '2026-02-28 16:47:11', '2026-02-28 16:47:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('29', '81', 'in', '490.00', '8500.00', '4165000.00', NULL, NULL, 'prinmate', '8', '2026-02-28 16:52:41', '2026-02-28 16:52:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('31', '65', 'in', '35.00', '45000.00', '1575000.00', NULL, NULL, 'visi media', '8', '2026-03-01 07:05:22', '2026-03-01 07:05:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('32', '70', 'in', '27.00', '21000.00', '567000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:10:32', '2026-03-01 07:10:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('33', '71', 'in', '21.00', '35000.00', '735000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:11:11', '2026-03-01 07:11:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('34', '74', 'in', '3.00', '75000.00', '225000.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 07:11:52', '2026-03-01 07:11:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('35', '76', 'in', '95.00', '12000.00', '1140000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:14:24', '2026-03-01 07:14:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('36', '77', 'in', '50.00', '35000.00', '1750000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:15:21', '2026-03-01 07:15:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('37', '79', 'in', '1.00', '130000.00', '130000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:16:12', '2026-03-01 07:16:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('38', '80', 'in', '120.00', '11000.00', '1320000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:27:57', '2026-03-01 07:27:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('39', '85', 'in', '722.00', '5700.00', '4115400.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:28:59', '2026-03-01 07:28:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('40', '86', 'in', '120.00', '7700.00', '924000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:29:33', '2026-03-01 07:29:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('41', '87', 'in', '265.00', '19000.00', '5035000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 07:30:51', '2026-03-01 07:30:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('42', '88', 'in', '95.00', '18000.00', '1710000.00', NULL, NULL, NULL, '8', '2026-03-01 07:31:35', '2026-03-01 07:31:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('43', '89', 'in', '160.00', '21500.00', '3440000.00', NULL, NULL, NULL, '8', '2026-03-01 07:32:15', '2026-03-01 07:32:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('44', '44', 'in', '700.00', '365.00', '255500.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:33:32', '2026-03-01 07:33:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('45', '45', 'in', '1395.00', '455.00', '634725.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:34:22', '2026-03-01 07:34:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('46', '46', 'in', '375.00', '575.00', '215625.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:34:57', '2026-03-01 07:34:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('47', '48', 'in', '750.00', '775.00', '581250.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:35:44', '2026-03-01 07:35:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('49', '49', 'in', '230.00', '889.00', '204470.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:42:54', '2026-03-01 07:42:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('50', '50', 'in', '300.00', '965.00', '289500.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:49:34', '2026-03-01 07:49:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('51', '51', 'in', '1000.00', '242.00', '242000.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:50:36', '2026-03-01 07:50:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('52', '53', 'in', '220.00', '1625.00', '357500.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:51:08', '2026-03-01 07:51:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('53', '55', 'in', '345.00', '1088.00', '375360.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:51:58', '2026-03-01 07:51:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('54', '56', 'in', '31.00', '3900.00', '120900.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:52:23', '2026-03-01 07:52:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('55', '57', 'in', '35535.00', '1018.00', '36174630.00', NULL, NULL, 'DSI', '8', '2026-03-01 07:53:22', '2026-03-01 07:53:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('56', '58', 'in', '2914.00', '1018.00', '2966452.00', NULL, NULL, 'DSI', '8', '2026-03-01 07:54:00', '2026-03-01 07:54:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('57', '59', 'in', '3250.00', '2477.00', '8050250.00', NULL, NULL, 'DSI', '8', '2026-03-01 07:55:22', '2026-03-01 07:55:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('58', '60', 'in', '1085.00', '2477.00', '2687545.00', NULL, NULL, 'DSI', '8', '2026-03-01 07:56:05', '2026-03-01 07:56:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('59', '69', 'in', '1.00', '10000.00', '10000.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 07:57:25', '2026-03-01 07:57:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('60', '68', 'in', '1250.00', '145.00', '181250.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 08:02:23', '2026-03-01 08:02:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('61', '67', 'in', '7500.00', '145.00', '1087500.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 08:02:59', '2026-03-01 08:02:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('62', '52', 'in', '225.00', '525.00', '118125.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 08:03:31', '2026-03-01 08:03:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('63', '93', 'in', '750.00', '250.00', '187500.00', NULL, NULL, 'BINTANG TERANG', '8', '2026-03-01 08:04:05', '2026-03-01 08:04:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('64', '54', 'in', '480.00', '1425.00', '684000.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-01 08:06:55', '2026-03-01 08:06:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('65', '102', 'in', '1.00', '460000.00', '460000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 08:07:50', '2026-03-01 08:07:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('66', '72', 'in', '1.00', '105000.00', '105000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 08:20:45', '2026-03-01 08:20:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('67', '73', 'in', '7.00', '130000.00', '910000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-01 08:22:44', '2026-03-01 08:22:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('68', '94', 'in', '50.00', '1000.00', '50000.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 08:23:39', '2026-03-01 08:23:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('69', '91', 'in', '100000000000.00', '0.00', '0.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 10:24:21', '2026-03-01 10:24:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('70', '92', 'in', '100000000000.00', '0.00', '0.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 10:25:30', '2026-03-01 10:25:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('71', '98', 'in', '10000000000.00', '0.00', '0.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 10:26:05', '2026-03-01 10:26:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('72', '99', 'in', '10000000000.00', '0.00', '0.00', NULL, NULL, 'ONLINE', '8', '2026-03-01 10:26:45', '2026-03-01 10:26:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('73', '59', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '17', 'Order #INV-20260302-0001 - relya kemiri', NULL, '2026-03-02 10:08:57', '2026-03-02 10:08:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('74', '68', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '17', 'Order #INV-20260302-0001 - relya kemiri', NULL, '2026-03-02 10:08:57', '2026-03-02 10:08:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('75', '60', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Order #INV-20260302-0002 - glow beauty', '3', '2026-03-02 10:10:46', '2026-03-02 10:10:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('76', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Order #INV-20260302-0002 - pipito', '3', '2026-03-02 10:10:46', '2026-03-02 10:10:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('77', '57', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Order #INV-20260302-0002 - pipito sedang', '3', '2026-03-02 10:10:46', '2026-03-02 10:10:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('78', '57', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Order #INV-20260302-0002 - azzae', '3', '2026-03-02 10:10:46', '2026-03-02 10:10:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('79', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Order #INV-20260302-0002 - cahaya rs', '3', '2026-03-02 10:10:46', '2026-03-02 10:10:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('80', '59', 'in', '20.00', '0.00', '0.00', 'App\\Models\\Order', '17', 'Stok dikembalikan - Edit Order #INV-20260302-0001', NULL, '2026-03-02 10:12:13', '2026-03-02 10:12:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('81', '68', 'in', '20.00', '0.00', '0.00', 'App\\Models\\Order', '17', 'Stok dikembalikan - Edit Order #INV-20260302-0001', NULL, '2026-03-02 10:12:13', '2026-03-02 10:12:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('82', '91', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '17', 'Order #INV-20260302-0001 - relya kemiri', NULL, '2026-03-02 10:12:13', '2026-03-02 10:12:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('83', '60', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Stok dikembalikan - Edit Order #INV-20260302-0002', '3', '2026-03-02 10:12:52', '2026-03-02 10:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('84', '57', 'in', '6.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Stok dikembalikan - Edit Order #INV-20260302-0002', '3', '2026-03-02 10:12:52', '2026-03-02 10:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('85', '57', 'in', '11.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Stok dikembalikan - Edit Order #INV-20260302-0002', '3', '2026-03-02 10:12:52', '2026-03-02 10:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('86', '57', 'in', '7.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Stok dikembalikan - Edit Order #INV-20260302-0002', '3', '2026-03-02 10:12:52', '2026-03-02 10:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('87', '57', 'in', '10.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Stok dikembalikan - Edit Order #INV-20260302-0002', '3', '2026-03-02 10:12:52', '2026-03-02 10:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('88', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Order #INV-20260302-0002 - ria zulian', '3', '2026-03-02 10:12:52', '2026-03-02 10:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('89', '48', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '18', 'Stok dikembalikan - Edit Order #INV-20260302-0002', '3', '2026-03-02 10:13:24', '2026-03-02 10:13:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('90', '51', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '19', 'Order #INV-20260302-0003 - dinamika 0302', NULL, '2026-03-02 10:18:14', '2026-03-02 10:18:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('91', '51', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '19', 'Order #INV-20260302-0003 - sekabar', NULL, '2026-03-02 10:18:14', '2026-03-02 10:18:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('92', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '20', 'Order #INV-20260302-0004 - maps sc', NULL, '2026-03-02 10:20:34', '2026-03-02 10:20:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('93', '91', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '20', 'Order #INV-20260302-0004 - maps sc', NULL, '2026-03-02 10:20:34', '2026-03-02 10:20:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('94', '85', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '21', 'Order #INV-20260302-0005 - PATRA NIAGA', '3', '2026-03-02 10:32:24', '2026-03-02 10:32:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('95', '85', 'out', '2.40', '0.00', '0.00', 'App\\Models\\Order', '21', 'Order #INV-20260302-0005 - PATRA NIAGA 2', '3', '2026-03-02 10:32:24', '2026-03-02 10:32:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('96', '85', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '21', 'Order #INV-20260302-0005 - PANGKALAN', '3', '2026-03-02 10:32:24', '2026-03-02 10:32:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('97', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '21', 'Order #INV-20260302-0005 - AGEN LPG', '3', '2026-03-02 10:32:24', '2026-03-02 10:32:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('98', '44', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '22', 'Order #INV-20260302-0006 - lalabelt', NULL, '2026-03-02 10:34:05', '2026-03-02 10:34:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('99', '44', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '23', 'Order #INV-20260302-0007 - argarian', NULL, '2026-03-02 10:35:30', '2026-03-02 10:35:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('100', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '24', 'Order #INV-20260302-0008 - vans', '3', '2026-03-02 10:37:42', '2026-03-02 10:37:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('101', '57', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '25', 'Order #INV-20260302-0009 - lk you', NULL, '2026-03-02 10:45:54', '2026-03-02 10:45:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('102', '68', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '25', 'Order #INV-20260302-0009 - lk you', NULL, '2026-03-02 10:45:54', '2026-03-02 10:45:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('103', '91', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '25', 'Order #INV-20260302-0009 - lk you', NULL, '2026-03-02 10:45:54', '2026-03-02 10:45:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('104', '57', 'in', '15.00', '0.00', '0.00', 'App\\Models\\Order', '25', 'Stok dikembalikan - Edit Order #INV-20260302-0009', NULL, '2026-03-02 10:46:31', '2026-03-02 10:46:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('105', '68', 'in', '15.00', '0.00', '0.00', 'App\\Models\\Order', '25', 'Stok dikembalikan - Edit Order #INV-20260302-0009', NULL, '2026-03-02 10:46:31', '2026-03-02 10:46:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('106', '91', 'in', '15.00', '0.00', '0.00', 'App\\Models\\Order', '25', 'Stok dikembalikan - Edit Order #INV-20260302-0009', NULL, '2026-03-02 10:46:31', '2026-03-02 10:46:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('107', '58', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '26', 'Order #INV-20260302-0010 - krenyess', '3', '2026-03-02 10:51:22', '2026-03-02 10:51:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('108', '58', 'in', '100.00', '0.00', '0.00', 'App\\Models\\Order', '26', 'Stok dikembalikan - Edit Order #INV-20260302-0010', '3', '2026-03-02 10:52:10', '2026-03-02 10:52:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('109', '57', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '26', 'Order #INV-20260302-0010 - krenyess', '3', '2026-03-02 10:52:10', '2026-03-02 10:52:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('110', '48', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '27', 'Order #INV-20260302-0011 - beny daryono', NULL, '2026-03-02 10:56:30', '2026-03-02 10:56:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('111', '57', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '28', 'Order #INV-20260302-0012 - si biru new x7 MUDIN', NULL, '2026-03-02 11:07:09', '2026-03-02 11:07:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('112', '48', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '28', 'Order #INV-20260302-0012 - enyong lure MUDIN', NULL, '2026-03-02 11:07:09', '2026-03-02 11:07:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('113', '53', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '29', 'Order #INV-20260302-0013 - yanvaldi', NULL, '2026-03-02 11:07:41', '2026-03-02 11:07:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('114', '48', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '30', 'Order #INV-20260302-0014 - balai busana', NULL, '2026-03-02 11:09:09', '2026-03-02 11:09:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('115', '57', 'in', '30.00', '0.00', '0.00', 'App\\Models\\Order', '28', 'Stok dikembalikan - Edit Order #INV-20260302-0012', NULL, '2026-03-02 11:11:28', '2026-03-02 11:11:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('116', '48', 'in', '40.00', '0.00', '0.00', 'App\\Models\\Order', '28', 'Stok dikembalikan - Edit Order #INV-20260302-0012', NULL, '2026-03-02 11:11:28', '2026-03-02 11:11:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('117', '44', 'in', '8.00', '0.00', '0.00', 'App\\Models\\Order', '23', 'Stok dikembalikan - Edit Order #INV-20260302-0007', NULL, '2026-03-02 11:11:58', '2026-03-02 11:11:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('118', '47', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '31', 'Order #INV-20260302-0015 - nonome', NULL, '2026-03-02 11:14:44', '2026-03-02 11:14:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('119', '61', 'out', '0.60', '0.00', '0.00', 'App\\Models\\Order', '32', 'Order #INV-20260302-0016 - foto anak kecil', '3', '2026-03-02 11:15:31', '2026-03-02 11:15:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('120', '90', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '33', 'Order #INV-20260302-0017 - fashionbie & ukong', '3', '2026-03-02 11:19:01', '2026-03-02 11:19:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('121', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '33', 'Order #INV-20260302-0017 - fashionbie & ukong', '3', '2026-03-02 11:19:01', '2026-03-02 11:19:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('122', '51', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '34', 'Order #INV-20260302-0018 - rs medika 1', '3', '2026-03-02 11:22:59', '2026-03-02 11:22:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('123', '87', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '35', 'Order #INV-20260302-0019 - MA FASION', NULL, '2026-03-02 11:23:12', '2026-03-02 11:23:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('124', '51', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '36', 'Order #INV-20260302-0020 - ny ririn', NULL, '2026-03-02 11:24:31', '2026-03-02 11:24:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('125', '45', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '37', 'Order #INV-20260302-0021 - eid mubarak', '3', '2026-03-02 11:26:02', '2026-03-02 11:26:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('126', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '38', 'Order #INV-20260302-0022 - PT HAIDA', NULL, '2026-03-02 11:27:14', '2026-03-02 11:27:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('127', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '39', 'Order #INV-20260302-0023 - bunda delicious', NULL, '2026-03-02 11:32:07', '2026-03-02 11:32:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('128', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '39', 'Order #INV-20260302-0023 - bunda delicious', NULL, '2026-03-02 11:32:07', '2026-03-02 11:32:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('129', '86', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '40', 'Order #INV-20260302-0024 - PT ANUGERAH 1', '3', '2026-03-02 11:32:25', '2026-03-02 11:32:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('130', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '41', 'Order #INV-20260302-0025 - zuhri farm', NULL, '2026-03-02 11:37:51', '2026-03-02 11:37:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('131', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '41', 'Order #INV-20260302-0025 - zuhri farm', NULL, '2026-03-02 11:37:51', '2026-03-02 11:37:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('132', '57', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '42', 'Order #INV-20260302-0026 - tisa cookies', NULL, '2026-03-02 11:39:37', '2026-03-02 11:39:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('133', '61', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '43', 'Order #INV-20260302-0027 - kopdeskel', '3', '2026-03-02 11:39:54', '2026-03-02 11:39:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('134', '82', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '43', 'Order #INV-20260302-0027 - kopdeskel', '3', '2026-03-02 11:39:54', '2026-03-02 11:39:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('135', '98', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '43', 'Order #INV-20260302-0027 - kopdeskel', '3', '2026-03-02 11:39:54', '2026-03-02 11:39:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('136', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '44', 'Order #INV-20260302-0028 - kejora 01', NULL, '2026-03-02 11:41:34', '2026-03-02 11:41:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('137', '85', 'out', '3.70', '0.00', '0.00', 'App\\Models\\Order', '44', 'Order #INV-20260302-0028 - kejora 02-03', NULL, '2026-03-02 11:41:34', '2026-03-02 11:41:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('138', '85', 'out', '1.46', '0.00', '0.00', 'App\\Models\\Order', '44', 'Order #INV-20260302-0028 - kejora 04', NULL, '2026-03-02 11:41:34', '2026-03-02 11:41:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('139', '61', 'in', '0.85', '0.00', '0.00', 'App\\Models\\Order', '43', 'Stok dikembalikan - Batal Order #INV-20260302-0027', '8', '2026-03-02 11:42:43', '2026-03-02 11:42:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('140', '82', 'in', '0.85', '0.00', '0.00', 'App\\Models\\Order', '43', 'Stok dikembalikan - Batal Order #INV-20260302-0027', '8', '2026-03-02 11:42:43', '2026-03-02 11:42:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('141', '98', 'in', '0.85', '0.00', '0.00', 'App\\Models\\Order', '43', 'Stok dikembalikan - Batal Order #INV-20260302-0027', '8', '2026-03-02 11:42:43', '2026-03-02 11:42:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('142', '44', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '45', 'Order #INV-20260302-0029 - BI INUK FOTO', NULL, '2026-03-02 11:45:32', '2026-03-02 11:45:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('143', '61', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '46', 'Order #INV-20260302-0030 - kopdeskel', '3', '2026-03-02 11:46:14', '2026-03-02 11:46:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('144', '82', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '46', 'Order #INV-20260302-0030 - kopdeskel', '3', '2026-03-02 11:46:14', '2026-03-02 11:46:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('145', '98', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '46', 'Order #INV-20260302-0030 - kopdeskel', '3', '2026-03-02 11:46:14', '2026-03-02 11:46:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('146', '85', 'out', '6.96', '0.00', '0.00', 'App\\Models\\Order', '47', 'Order #INV-20260302-0031 - cover gate sensor 84x138cm (1)', NULL, '2026-03-02 11:47:26', '2026-03-02 11:47:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('147', '61', 'out', '0.30', '0.00', '0.00', 'App\\Models\\Order', '47', 'Order #INV-20260302-0031 - pintu darurat exit', NULL, '2026-03-02 11:47:26', '2026-03-02 11:47:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('148', '85', 'in', '6.96', '0.00', '0.00', 'App\\Models\\Order', '47', 'Stok dikembalikan - Edit Order #INV-20260302-0031', NULL, '2026-03-02 11:47:49', '2026-03-02 11:47:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('149', '61', 'in', '0.30', '0.00', '0.00', 'App\\Models\\Order', '47', 'Stok dikembalikan - Edit Order #INV-20260302-0031', NULL, '2026-03-02 11:47:49', '2026-03-02 11:47:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('150', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '48', 'Order #INV-20260302-0032 - hmg', '3', '2026-03-02 11:50:11', '2026-03-02 11:50:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('151', '81', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '48', 'Order #INV-20260302-0032 - hmg', '3', '2026-03-02 11:50:11', '2026-03-02 11:50:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('152', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '48', 'Order #INV-20260302-0032 - hmg', '3', '2026-03-02 11:50:11', '2026-03-02 11:50:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('153', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '49', 'Order #INV-20260302-0033 - prz vanila', NULL, '2026-03-02 11:51:08', '2026-03-02 11:51:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('154', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '49', 'Order #INV-20260302-0033 - prz vanila', NULL, '2026-03-02 11:51:08', '2026-03-02 11:51:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('155', '47', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '50', 'Order #INV-20260302-0034 - RADIF', '3', '2026-03-02 11:52:25', '2026-03-02 11:52:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('156', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '51', 'Order #INV-20260302-0035 - TEMBESU', '3', '2026-03-02 11:55:56', '2026-03-02 11:55:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('157', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '52', 'Order #INV-20260302-0036 - es bubur sumsum', NULL, '2026-03-02 11:57:03', '2026-03-02 11:57:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('158', '91', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '52', 'Order #INV-20260302-0036 - es bubur sumsum', NULL, '2026-03-02 11:57:03', '2026-03-02 11:57:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('159', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '53', 'Order #INV-20260302-0037 - SPBU SIAGA 0302', '3', '2026-03-02 11:57:47', '2026-03-02 11:57:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('160', '61', 'out', '6.97', '0.00', '0.00', 'App\\Models\\Order', '54', 'Order #INV-20260302-0038 - STIKER JEFRAN 1', '3', '2026-03-02 12:00:54', '2026-03-02 12:00:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('161', '82', 'out', '6.97', '0.00', '0.00', 'App\\Models\\Order', '54', 'Order #INV-20260302-0038 - STIKER JEFRAN 1', '3', '2026-03-02 12:00:54', '2026-03-02 12:00:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('162', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '55', 'Order #INV-20260302-0039 - kripik n3', NULL, '2026-03-02 12:01:36', '2026-03-02 12:01:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('163', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '55', 'Order #INV-20260302-0039 - kripik n3', NULL, '2026-03-02 12:01:36', '2026-03-02 12:01:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('164', '47', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '56', 'Order #INV-20260302-0040 - jourell', '3', '2026-03-02 12:03:01', '2026-03-02 12:03:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('165', '57', 'out', '70.00', '0.00', '0.00', 'App\\Models\\Order', '57', 'Order #INV-20260302-0041 - BAGUS RAMADI ASPAL', NULL, '2026-03-02 12:04:00', '2026-03-02 12:04:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('166', '57', 'in', '70.00', '0.00', '0.00', 'App\\Models\\Order', '57', 'Stok dikembalikan - Edit Order #INV-20260302-0041', NULL, '2026-03-02 12:04:29', '2026-03-02 12:04:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('167', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '58', 'Order #INV-20260302-0042 - kunjungan', NULL, '2026-03-02 12:04:35', '2026-03-02 12:04:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('168', '47', 'out', '22.00', '0.00', '0.00', 'App\\Models\\Order', '59', 'Order #INV-20260302-0043 - kotrek 1', '3', '2026-03-02 12:06:25', '2026-03-02 12:06:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('169', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '59', 'Order #INV-20260302-0043 - dua putri 0203', '3', '2026-03-02 12:06:25', '2026-03-02 12:06:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('170', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '59', 'Order #INV-20260302-0043 - dua putri 0203', '3', '2026-03-02 12:06:25', '2026-03-02 12:06:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('171', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '60', 'Order #INV-20260302-0044 - tungku ikol kue', NULL, '2026-03-02 12:08:33', '2026-03-02 12:08:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('172', '91', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '60', 'Order #INV-20260302-0044 - tungku ikol kue', NULL, '2026-03-02 12:08:33', '2026-03-02 12:08:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('173', '59', 'out', '19.00', '0.00', '0.00', 'App\\Models\\Order', '61', 'Order #INV-20260302-0045 - from 0203', '3', '2026-03-02 12:08:53', '2026-03-02 12:08:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('174', '68', 'out', '19.00', '0.00', '0.00', 'App\\Models\\Order', '61', 'Order #INV-20260302-0045 - from 0203', '3', '2026-03-02 12:08:53', '2026-03-02 12:08:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('175', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '62', 'Order #INV-20260302-0046 - agz 0203', '3', '2026-03-02 12:10:33', '2026-03-02 12:10:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('176', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '63', 'Order #INV-20260302-0047 - wannagive campur', NULL, '2026-03-02 12:16:44', '2026-03-02 12:16:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('177', '47', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '63', 'Order #INV-20260302-0047 - wannagive campur', NULL, '2026-03-02 12:16:44', '2026-03-02 12:16:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('178', '87', 'out', '10.50', '0.00', '0.00', 'App\\Models\\Order', '64', 'Order #INV-20260302-0048 - KRAKOTA', NULL, '2026-03-02 12:50:33', '2026-03-02 12:50:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('179', '87', 'in', '10.50', '0.00', '0.00', 'App\\Models\\Order', '64', 'Stok dikembalikan - Edit Order #INV-20260302-0048', NULL, '2026-03-02 12:50:47', '2026-03-02 12:50:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('180', '54', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '65', 'Order #INV-20260302-0049 - xu ping ok', NULL, '2026-03-02 13:00:18', '2026-03-02 13:00:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('181', '54', 'in', '50.00', '0.00', '0.00', 'App\\Models\\Order', '65', 'Stok dikembalikan - Edit Order #INV-20260302-0049', NULL, '2026-03-02 13:01:21', '2026-03-02 13:01:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('182', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '66', 'Order #INV-20260302-0050 - warung snack', NULL, '2026-03-02 13:02:17', '2026-03-02 13:02:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('183', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '66', 'Order #INV-20260302-0050 - warung snack', NULL, '2026-03-02 13:02:17', '2026-03-02 13:02:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('184', '44', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '67', 'Order #INV-20260302-0051 - ABAH AING', NULL, '2026-03-02 13:04:06', '2026-03-02 13:04:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('185', '47', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '68', 'Order #INV-20260302-0052 - rizki steven', NULL, '2026-03-02 13:04:47', '2026-03-02 13:04:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('186', '47', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '69', 'Order #INV-20260302-0053 - idul fitri 0203', NULL, '2026-03-02 13:06:21', '2026-03-02 13:06:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('187', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '70', 'Order #INV-20260302-0054 - AL MUKMIN', NULL, '2026-03-02 13:07:38', '2026-03-02 13:07:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('188', '59', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '71', 'Order #INV-20260302-0055 - Glowing sunscreen', '3', '2026-03-02 13:07:53', '2026-03-02 13:07:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('189', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '71', 'Order #INV-20260302-0055 - new boosting white', '3', '2026-03-02 13:07:53', '2026-03-02 13:07:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('190', '85', 'out', '3.75', '0.00', '0.00', 'App\\Models\\Order', '72', 'Order #INV-20260302-0056 - HUT PWKI', NULL, '2026-03-02 13:10:09', '2026-03-02 13:10:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('191', '85', 'in', '3.75', '0.00', '0.00', 'App\\Models\\Order', '72', 'Stok dikembalikan - Edit Order #INV-20260302-0056', NULL, '2026-03-02 13:10:20', '2026-03-02 13:10:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('192', '57', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '73', 'Order #INV-20260302-0057 - mayang sari 0203', NULL, '2026-03-02 13:12:35', '2026-03-02 13:12:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('193', '91', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '73', 'Order #INV-20260302-0057 - mayang sari 0203', NULL, '2026-03-02 13:12:35', '2026-03-02 13:12:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('194', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '74', 'Order #INV-20260302-0058 - kementerian', '3', '2026-03-02 13:13:07', '2026-03-02 13:13:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('195', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '74', 'Order #INV-20260302-0058 - kementerian', '3', '2026-03-02 13:13:07', '2026-03-02 13:13:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('196', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '74', 'Order #INV-20260302-0058 - kementerian', '3', '2026-03-02 13:13:07', '2026-03-02 13:13:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('197', '47', 'out', '80.00', '0.00', '0.00', 'App\\Models\\Order', '75', 'Order #INV-20260302-0059 - restu siska 210', NULL, '2026-03-02 13:17:30', '2026-03-02 13:17:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('198', '47', 'in', '80.00', '0.00', '0.00', 'App\\Models\\Order', '75', 'Stok dikembalikan - Edit Order #INV-20260302-0059', NULL, '2026-03-02 13:18:02', '2026-03-02 13:18:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('199', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '76', 'Order #INV-20260302-0060 - symphony stiker', NULL, '2026-03-02 13:20:42', '2026-03-02 13:20:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('200', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '76', 'Order #INV-20260302-0060 - symphony stiker', NULL, '2026-03-02 13:20:42', '2026-03-02 13:20:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('201', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '76', 'Order #INV-20260302-0060 - symphony stiker', NULL, '2026-03-02 13:20:42', '2026-03-02 13:20:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('202', '85', 'out', '0.80', '0.00', '0.00', 'App\\Models\\Order', '77', 'Order #INV-20260302-0061 - STOP A- STOP B', NULL, '2026-03-02 13:24:06', '2026-03-02 13:24:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('203', '85', 'in', '0.80', '0.00', '0.00', 'App\\Models\\Order', '77', 'Stok dikembalikan - Edit Order #INV-20260302-0061', NULL, '2026-03-02 13:24:23', '2026-03-02 13:24:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('204', '50', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '78', 'Order #INV-20260302-0062 - SI MANIS 310', NULL, '2026-03-02 13:25:56', '2026-03-02 13:25:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('205', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '78', 'Order #INV-20260302-0062 - si manis hijau new', NULL, '2026-03-02 13:25:56', '2026-03-02 13:25:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('206', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '79', 'Order #INV-20260302-0063 - ngabubu thrift (@3 lembar)', NULL, '2026-03-02 13:30:08', '2026-03-02 13:30:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('207', '91', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '79', 'Order #INV-20260302-0063 - ngabubu thrift', NULL, '2026-03-02 13:30:08', '2026-03-02 13:30:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('208', '61', 'out', '1.48', '0.00', '0.00', 'App\\Models\\Order', '80', 'Order #INV-20260302-0064 - dilarang 1', '3', '2026-03-02 13:31:21', '2026-03-02 13:31:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('209', '81', 'out', '1.48', '0.00', '0.00', 'App\\Models\\Order', '80', 'Order #INV-20260302-0064 - dilarang 1', '3', '2026-03-02 13:31:21', '2026-03-02 13:31:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('210', '61', 'out', '1.01', '0.00', '0.00', 'App\\Models\\Order', '80', 'Order #INV-20260302-0064 - spbu 0203', '3', '2026-03-02 13:31:21', '2026-03-02 13:31:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('211', '81', 'out', '1.01', '0.00', '0.00', 'App\\Models\\Order', '80', 'Order #INV-20260302-0064 - spbu 0203', '3', '2026-03-02 13:31:21', '2026-03-02 13:31:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('212', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '81', 'Order #INV-20260302-0065 - bybels', NULL, '2026-03-02 13:39:18', '2026-03-02 13:39:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('213', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '81', 'Order #INV-20260302-0065 - bybels', NULL, '2026-03-02 13:39:18', '2026-03-02 13:39:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('214', '57', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '82', 'Order #INV-20260302-0066 - wanga 0203', NULL, '2026-03-02 13:41:20', '2026-03-02 13:41:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('215', '57', 'in', '8.00', '0.00', '0.00', 'App\\Models\\Order', '82', 'Stok dikembalikan - Edit Order #INV-20260302-0066', NULL, '2026-03-02 13:42:43', '2026-03-02 13:42:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('216', '57', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '82', 'Order #INV-20260302-0066 - wanga 0203', NULL, '2026-03-02 13:42:43', '2026-03-02 13:42:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('217', '91', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '82', 'Order #INV-20260302-0066 - wanga 0203', NULL, '2026-03-02 13:42:43', '2026-03-02 13:42:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('218', '47', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '83', 'Order #INV-20260302-0067 - bead sol', NULL, '2026-03-02 13:43:58', '2026-03-02 13:43:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('219', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '44', 'Stok dikembalikan - Edit Order #INV-20260302-0028', NULL, '2026-03-02 13:48:30', '2026-03-02 13:48:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('220', '85', 'in', '3.70', '0.00', '0.00', 'App\\Models\\Order', '44', 'Stok dikembalikan - Edit Order #INV-20260302-0028', NULL, '2026-03-02 13:48:30', '2026-03-02 13:48:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('221', '85', 'in', '1.46', '0.00', '0.00', 'App\\Models\\Order', '44', 'Stok dikembalikan - Edit Order #INV-20260302-0028', NULL, '2026-03-02 13:48:30', '2026-03-02 13:48:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('222', '46', 'out', '42.00', '0.00', '0.00', 'App\\Models\\Order', '84', 'Order #INV-20260302-0068 - launa cendikia', NULL, '2026-03-02 13:49:10', '2026-03-02 13:49:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('223', '90', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '85', 'Order #INV-20260302-0069 - tn chandra', '3', '2026-03-02 13:51:59', '2026-03-02 13:51:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('224', '61', 'in', '0.60', '0.00', '0.00', 'App\\Models\\Order', '32', 'Stok dikembalikan - Edit Order #INV-20260302-0016', '3', '2026-03-02 13:52:58', '2026-03-02 13:52:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('225', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '86', 'Order #INV-20260302-0070 - kychii', NULL, '2026-03-02 13:55:15', '2026-03-02 13:55:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('226', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '86', 'Order #INV-20260302-0070 - kychii', NULL, '2026-03-02 13:55:15', '2026-03-02 13:55:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('227', '50', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '87', 'Order #INV-20260302-0071 - tag sale 1', '3', '2026-03-02 13:58:19', '2026-03-02 13:58:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('228', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '88', 'Order #INV-20260302-0072 - parfum abu', NULL, '2026-03-02 14:03:17', '2026-03-02 14:03:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('229', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '88', 'Order #INV-20260302-0072 - parfum abu', NULL, '2026-03-02 14:03:17', '2026-03-02 14:03:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('230', '68', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '88', 'Order #INV-20260302-0072 - parfum abu', NULL, '2026-03-02 14:03:17', '2026-03-02 14:03:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('231', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '89', 'Order #INV-20260302-0073 - Undangan Hoki 6', NULL, '2026-03-02 14:04:47', '2026-03-02 14:04:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('232', '86', 'in', '25.00', '0.00', '0.00', 'App\\Models\\Order', '40', 'Stok dikembalikan - Batal Order #INV-20260302-0024', '16', '2026-03-02 14:08:24', '2026-03-02 14:08:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('233', '85', 'out', '16.00', '0.00', '0.00', 'App\\Models\\Order', '90', 'Order #INV-20260302-0074 - ngabubu 01-02', NULL, '2026-03-02 14:10:00', '2026-03-02 14:10:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('234', '85', 'out', '4.50', '0.00', '0.00', 'App\\Models\\Order', '90', 'Order #INV-20260302-0074 - ngabubu 03', NULL, '2026-03-02 14:10:00', '2026-03-02 14:10:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('235', '45', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '91', 'Order #INV-20260302-0075 - lamondo', NULL, '2026-03-02 14:10:26', '2026-03-02 14:10:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('236', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '92', 'Order #INV-20260302-0076 - kotak build', NULL, '2026-03-02 14:12:02', '2026-03-02 14:12:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('237', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '93', 'Order #INV-20260302-0077 - bazar jilbab', NULL, '2026-03-02 14:15:48', '2026-03-02 14:15:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('238', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '94', 'Order #INV-20260302-0078 - faris barokah', NULL, '2026-03-02 14:16:09', '2026-03-02 14:16:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('239', '59', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '95', 'Order #INV-20260302-0079 - royal queen 2026', NULL, '2026-03-02 14:20:43', '2026-03-02 14:20:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('240', '91', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '95', 'Order #INV-20260302-0079 - royal queen 2026', NULL, '2026-03-02 14:20:43', '2026-03-02 14:20:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('241', '48', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '89', 'Stok dikembalikan - Edit Order #INV-20260302-0073', NULL, '2026-03-02 14:23:23', '2026-03-02 14:23:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('242', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '96', 'Order #INV-20260302-0080 - kitchen rrr', '3', '2026-03-02 14:23:45', '2026-03-02 14:23:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('243', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '96', 'Order #INV-20260302-0080 - kitchen rrr', '3', '2026-03-02 14:23:45', '2026-03-02 14:23:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('244', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '97', 'Order #INV-20260302-0081 - akifa cakee', NULL, '2026-03-02 14:32:49', '2026-03-02 14:32:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('245', '91', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '97', 'Order #INV-20260302-0081 - akifa cakee', NULL, '2026-03-02 14:32:49', '2026-03-02 14:32:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('246', '48', 'out', '19.00', '0.00', '0.00', 'App\\Models\\Order', '98', 'Order #INV-20260302-0082 - briggs', '3', '2026-03-02 14:34:17', '2026-03-02 14:34:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('247', '47', 'out', '73.00', '0.00', '0.00', 'App\\Models\\Order', '99', 'Order #INV-20260302-0083 - weton 1= 7, won 2 =13, weton 3=53', NULL, '2026-03-02 14:35:56', '2026-03-02 14:35:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('248', '47', 'in', '73.00', '0.00', '0.00', 'App\\Models\\Order', '99', 'Stok dikembalikan - Edit Order #INV-20260302-0083', NULL, '2026-03-02 14:36:15', '2026-03-02 14:36:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('249', '44', 'out', '86.00', '0.00', '0.00', 'App\\Models\\Order', '100', 'Order #INV-20260302-0084 - negeri cinta', '3', '2026-03-02 14:43:02', '2026-03-02 14:43:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('250', '44', 'in', '86.00', '0.00', '0.00', 'App\\Models\\Order', '100', 'Stok dikembalikan - Edit Order #INV-20260302-0084', '3', '2026-03-02 14:43:34', '2026-03-02 14:43:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('251', '44', 'out', '86.00', '0.00', '0.00', 'App\\Models\\Order', '100', 'Order #INV-20260302-0084 - negeri cinta', '3', '2026-03-02 14:43:34', '2026-03-02 14:43:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('252', '59', 'in', '100.00', '0.00', '0.00', 'App\\Models\\Order', '95', 'Stok dikembalikan - Edit Order #INV-20260302-0079', NULL, '2026-03-02 14:43:43', '2026-03-02 14:43:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('253', '91', 'in', '100.00', '0.00', '0.00', 'App\\Models\\Order', '95', 'Stok dikembalikan - Edit Order #INV-20260302-0079', NULL, '2026-03-02 14:43:43', '2026-03-02 14:43:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('254', '44', 'in', '86.00', '0.00', '0.00', 'App\\Models\\Order', '100', 'Stok dikembalikan - Edit Order #INV-20260302-0084', '3', '2026-03-02 14:44:41', '2026-03-02 14:44:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('255', '44', 'out', '86.00', '0.00', '0.00', 'App\\Models\\Order', '100', 'Order #INV-20260302-0084 - negeri cinta', '3', '2026-03-02 14:44:41', '2026-03-02 14:44:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('256', '61', 'out', '0.80', '0.00', '0.00', 'App\\Models\\Order', '101', 'Order #INV-20260302-0085 - TDH FOOT', NULL, '2026-03-02 14:53:13', '2026-03-02 14:53:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('257', '61', 'out', '0.48', '0.00', '0.00', 'App\\Models\\Order', '101', 'Order #INV-20260302-0085 - HOUSE FOOT', NULL, '2026-03-02 14:53:13', '2026-03-02 14:53:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('258', '82', 'out', '0.80', '0.00', '0.00', 'App\\Models\\Order', '101', 'Order #INV-20260302-0085 - TDH FOOT', NULL, '2026-03-02 14:53:13', '2026-03-02 14:53:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('259', '82', 'out', '0.48', '0.00', '0.00', 'App\\Models\\Order', '101', 'Order #INV-20260302-0085 - HOUSEFOOT', NULL, '2026-03-02 14:53:13', '2026-03-02 14:53:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('260', '99', 'out', '1.28', '0.00', '0.00', 'App\\Models\\Order', '101', 'Order #INV-20260302-0085 - POTONGIN SEMUA', NULL, '2026-03-02 14:53:13', '2026-03-02 14:53:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('261', '57', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '102', 'Order #INV-20260302-0086 - boy fried 0203', NULL, '2026-03-02 14:53:57', '2026-03-02 14:53:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('262', '91', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '102', 'Order #INV-20260302-0086 - boy fried 0203', NULL, '2026-03-02 14:53:57', '2026-03-02 14:53:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('263', '61', 'in', '0.80', '0.00', '0.00', 'App\\Models\\Order', '101', 'Stok dikembalikan - Edit Order #INV-20260302-0085', NULL, '2026-03-02 14:55:37', '2026-03-02 14:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('264', '61', 'in', '0.48', '0.00', '0.00', 'App\\Models\\Order', '101', 'Stok dikembalikan - Edit Order #INV-20260302-0085', NULL, '2026-03-02 14:55:37', '2026-03-02 14:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('265', '82', 'in', '0.80', '0.00', '0.00', 'App\\Models\\Order', '101', 'Stok dikembalikan - Edit Order #INV-20260302-0085', NULL, '2026-03-02 14:55:37', '2026-03-02 14:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('266', '82', 'in', '0.48', '0.00', '0.00', 'App\\Models\\Order', '101', 'Stok dikembalikan - Edit Order #INV-20260302-0085', NULL, '2026-03-02 14:55:37', '2026-03-02 14:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('267', '99', 'in', '1.28', '0.00', '0.00', 'App\\Models\\Order', '101', 'Stok dikembalikan - Edit Order #INV-20260302-0085', NULL, '2026-03-02 14:55:37', '2026-03-02 14:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('268', '82', 'out', '1.28', '0.00', '0.00', 'App\\Models\\Order', '101', 'Order #INV-20260302-0085 - TDH FOOT', NULL, '2026-03-02 14:55:37', '2026-03-02 14:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('269', '82', 'in', '1.28', '0.00', '0.00', 'App\\Models\\Order', '101', 'Stok dikembalikan - Edit Order #INV-20260302-0085', NULL, '2026-03-02 14:56:32', '2026-03-02 14:56:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('270', '49', 'out', '135.00', '0.00', '0.00', 'App\\Models\\Order', '89', 'Order #INV-20260302-0073 - Undangan Hoki 6', NULL, '2026-03-02 14:58:13', '2026-03-02 14:58:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('271', '47', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '103', 'Order #INV-20260302-0087 - KUPON ZAKAT', NULL, '2026-03-02 15:02:24', '2026-03-02 15:02:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('272', '49', 'in', '720.00', '888.00', '639360.00', NULL, NULL, NULL, '8', '2026-03-02 15:12:40', '2026-03-02 15:12:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('273', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '104', 'Order #INV-20260302-0088 - cik ly', NULL, '2026-03-02 15:49:40', '2026-03-02 15:49:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('274', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '104', 'Order #INV-20260302-0088 - cik ly', NULL, '2026-03-02 15:49:40', '2026-03-02 15:49:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('276', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '105', 'Order #INV-20260302-0089 - DF PARFUME', NULL, '2026-03-02 15:54:09', '2026-03-02 15:54:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('277', '68', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '105', 'Order #INV-20260302-0089 - DF PARFUME', NULL, '2026-03-02 15:54:09', '2026-03-02 15:54:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('278', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '105', 'Order #INV-20260302-0089 - DF PARFUME', NULL, '2026-03-02 15:54:09', '2026-03-02 15:54:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('279', '59', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '106', 'Order #INV-20260302-0090 - zainal stiker', NULL, '2026-03-02 15:58:46', '2026-03-02 15:58:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('280', '91', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '106', 'Order #INV-20260302-0090 - zainal stiker', NULL, '2026-03-02 15:58:46', '2026-03-02 15:58:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('281', '61', 'out', '0.24', '0.00', '0.00', 'App\\Models\\Order', '107', 'Order #INV-20260302-0091 - stop bullying', '3', '2026-03-02 15:59:33', '2026-03-02 15:59:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('282', '50', 'out', '28.00', '0.00', '0.00', 'App\\Models\\Order', '108', 'Order #INV-20260302-0092 - shalinan', NULL, '2026-03-02 16:01:50', '2026-03-02 16:01:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('283', '44', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '109', 'Order #INV-20260302-0093 - voucher 1', '3', '2026-03-02 16:28:50', '2026-03-02 16:28:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('284', '44', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '109', 'Order #INV-20260302-0093 - special 0203', '3', '2026-03-02 16:28:50', '2026-03-02 16:28:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('285', '68', 'in', '9000.00', '150.00', '1350000.00', NULL, NULL, 'ONLINE', '8', '2026-03-02 16:29:25', '2026-03-02 16:29:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('286', '47', 'out', '81.00', '0.00', '0.00', 'App\\Models\\Order', '110', 'Order #INV-20260302-0094 - yasin musni', '3', '2026-03-02 16:32:54', '2026-03-02 16:32:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('287', '67', 'out', '81.00', '0.00', '0.00', 'App\\Models\\Order', '110', 'Order #INV-20260302-0094 - yasin musni', '3', '2026-03-02 16:32:54', '2026-03-02 16:32:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('289', '61', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '112', 'Order #INV-20260302-0096 - stiker', NULL, '2026-03-02 16:35:21', '2026-03-02 16:35:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('290', '61', 'in', '1.80', '0.00', '0.00', 'App\\Models\\Order', '112', 'Stok dikembalikan - Edit Order #INV-20260302-0096', NULL, '2026-03-02 16:35:41', '2026-03-02 16:35:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('291', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '113', 'Order #INV-20260302-0097 - hamperscake', NULL, '2026-03-02 16:37:56', '2026-03-02 16:37:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('292', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '113', 'Order #INV-20260302-0097 - hamperscake', NULL, '2026-03-02 16:37:56', '2026-03-02 16:37:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('293', '85', 'out', '5.90', '0.00', '0.00', 'App\\Models\\Order', '114', 'Order #INV-20260302-0098 - folder visual motif', NULL, '2026-03-02 16:40:32', '2026-03-02 16:40:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('294', '85', 'out', '2.36', '0.00', '0.00', 'App\\Models\\Order', '114', 'Order #INV-20260302-0098 - folder visual motif', NULL, '2026-03-02 16:40:32', '2026-03-02 16:40:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('295', '85', 'out', '2.08', '0.00', '0.00', 'App\\Models\\Order', '114', 'Order #INV-20260302-0098 - folder visual motif', NULL, '2026-03-02 16:40:32', '2026-03-02 16:40:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('296', '85', 'out', '4.16', '0.00', '0.00', 'App\\Models\\Order', '114', 'Order #INV-20260302-0098 - folder visual motif', NULL, '2026-03-02 16:40:32', '2026-03-02 16:40:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('297', '85', 'out', '5.76', '0.00', '0.00', 'App\\Models\\Order', '114', 'Order #INV-20260302-0098 - folder visual motif', NULL, '2026-03-02 16:40:32', '2026-03-02 16:40:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('298', '85', 'out', '2.75', '0.00', '0.00', 'App\\Models\\Order', '114', 'Order #INV-20260302-0098 - folder visual motif', NULL, '2026-03-02 16:40:32', '2026-03-02 16:40:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('299', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '115', 'Order #INV-20260302-0099 - MINI ONE 1', '3', '2026-03-02 16:43:56', '2026-03-02 16:43:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('300', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '115', 'Order #INV-20260302-0099 - MINI ONE 1', '3', '2026-03-02 16:43:56', '2026-03-02 16:43:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('301', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '116', 'Order #INV-20260302-0100 - M2REPAIR', NULL, '2026-03-02 16:51:14', '2026-03-02 16:51:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('302', '82', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '116', 'Order #INV-20260302-0100 - M2REPAIR', NULL, '2026-03-02 16:51:14', '2026-03-02 16:51:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('303', '61', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '116', 'Stok dikembalikan - Edit Order #INV-20260302-0100', NULL, '2026-03-02 16:51:45', '2026-03-02 16:51:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('304', '82', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '116', 'Stok dikembalikan - Edit Order #INV-20260302-0100', NULL, '2026-03-02 16:51:45', '2026-03-02 16:51:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('305', '61', 'out', '5.04', '0.00', '0.00', 'App\\Models\\Order', '117', 'Order #INV-20260302-0101 - HASIL BUMI', NULL, '2026-03-02 16:56:05', '2026-03-02 16:56:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('306', '82', 'out', '5.04', '0.00', '0.00', 'App\\Models\\Order', '117', 'Order #INV-20260302-0101 - HASIL BUMI', NULL, '2026-03-02 16:56:05', '2026-03-02 16:56:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('307', '61', 'in', '5.04', '0.00', '0.00', 'App\\Models\\Order', '117', 'Stok dikembalikan - Edit Order #INV-20260302-0101', NULL, '2026-03-02 16:56:53', '2026-03-02 16:56:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('308', '82', 'in', '5.04', '0.00', '0.00', 'App\\Models\\Order', '117', 'Stok dikembalikan - Edit Order #INV-20260302-0101', NULL, '2026-03-02 16:56:53', '2026-03-02 16:56:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('309', '61', 'out', '0.88', '0.00', '0.00', 'App\\Models\\Order', '118', 'Order #INV-20260302-0102 - LPG  SALIM', NULL, '2026-03-02 16:59:33', '2026-03-02 16:59:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('310', '82', 'out', '0.88', '0.00', '0.00', 'App\\Models\\Order', '118', 'Order #INV-20260302-0102 - LPG  SALIM', NULL, '2026-03-02 16:59:33', '2026-03-02 16:59:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('311', '85', 'out', '0.55', '0.00', '0.00', 'App\\Models\\Order', '119', 'Order #INV-20260302-0103 - 7 KEBIASAAN', '3', '2026-03-02 17:02:10', '2026-03-02 17:02:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('312', '61', 'out', '1.70', '0.00', '0.00', 'App\\Models\\Order', '120', 'Order #INV-20260302-0104 - SUMBER NIAGA', NULL, '2026-03-02 17:02:10', '2026-03-02 17:02:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('313', '82', 'out', '1.70', '0.00', '0.00', 'App\\Models\\Order', '120', 'Order #INV-20260302-0104 - SUMBER NIAGA', NULL, '2026-03-02 17:02:10', '2026-03-02 17:02:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('314', '61', 'out', '1.72', '0.00', '0.00', 'App\\Models\\Order', '121', 'Order #INV-20260302-0105 - ELPIGI SALIM', NULL, '2026-03-02 17:04:27', '2026-03-02 17:04:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('315', '82', 'out', '1.72', '0.00', '0.00', 'App\\Models\\Order', '121', 'Order #INV-20260302-0105 - ELPIGI SALIM', NULL, '2026-03-02 17:04:27', '2026-03-02 17:04:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('316', '85', 'in', '0.55', '0.00', '0.00', 'App\\Models\\Order', '119', 'Stok dikembalikan - Edit Order #INV-20260302-0103', '3', '2026-03-02 17:04:33', '2026-03-02 17:04:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('317', '85', 'out', '0.55', '0.00', '0.00', 'App\\Models\\Order', '119', 'Order #INV-20260302-0103 - 7 KEBIASAAN', '3', '2026-03-02 17:04:33', '2026-03-02 17:04:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('318', '57', 'out', '21.00', '0.00', '0.00', 'App\\Models\\Order', '122', 'Order #INV-20260302-0106 - sogon', NULL, '2026-03-02 17:11:01', '2026-03-02 17:11:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('319', '57', 'in', '21.00', '0.00', '0.00', 'App\\Models\\Order', '122', 'Stok dikembalikan - Edit Order #INV-20260302-0106', NULL, '2026-03-02 17:11:39', '2026-03-02 17:11:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('320', '61', 'in', '1.72', '0.00', '0.00', 'App\\Models\\Order', '121', 'Stok dikembalikan - Edit Order #INV-20260302-0105', '1', '2026-03-03 02:23:52', '2026-03-03 02:23:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('321', '82', 'in', '1.72', '0.00', '0.00', 'App\\Models\\Order', '121', 'Stok dikembalikan - Edit Order #INV-20260302-0105', '1', '2026-03-03 02:23:52', '2026-03-03 02:23:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('322', '45', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '123', 'Order #INV-20260303-0001 - Belt Idul Fitri', NULL, '2026-03-03 09:22:38', '2026-03-03 09:22:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('323', '47', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '124', 'Order #INV-20260303-0002 - ucapan lebaran', NULL, '2026-03-03 09:22:48', '2026-03-03 09:22:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('324', '68', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '124', 'Order #INV-20260303-0002 - ucapan lebaran', NULL, '2026-03-03 09:22:48', '2026-03-03 09:22:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('325', '49', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '125', 'Order #INV-20260303-0003 - Card Lebaran', NULL, '2026-03-03 09:24:01', '2026-03-03 09:24:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('326', '59', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '126', 'Order #INV-20260303-0004 - cupten=10, arem= 5, lemper=5', NULL, '2026-03-03 09:27:48', '2026-03-03 09:27:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('327', '51', 'out', '72.00', '0.00', '0.00', 'App\\Models\\Order', '127', 'Order #INV-20260303-0005 - HAIKAL (1) - HAIKAL ( 18 )', '3', '2026-03-03 09:29:44', '2026-03-03 09:29:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('328', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '128', 'Order #INV-20260303-0006 - Hana MAt=5 Peony =5', NULL, '2026-03-03 09:29:53', '2026-03-03 09:29:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('329', '49', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '129', 'Order #INV-20260303-0007 - elty card', NULL, '2026-03-03 09:32:55', '2026-03-03 09:32:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('330', '67', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '129', 'Order #INV-20260303-0007 - elty card', NULL, '2026-03-03 09:32:55', '2026-03-03 09:32:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('331', '47', 'out', '34.00', '0.00', '0.00', 'App\\Models\\Order', '130', 'Order #INV-20260303-0008 - shafin', NULL, '2026-03-03 09:33:34', '2026-03-03 09:33:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('332', '47', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '131', 'Order #INV-20260303-0009 - menu oliv 0303', '3', '2026-03-03 09:35:11', '2026-03-03 09:35:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('333', '67', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '131', 'Order #INV-20260303-0009 - menu oliv 0303', '3', '2026-03-03 09:35:11', '2026-03-03 09:35:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('334', '53', 'out', '37.00', '0.00', '0.00', 'App\\Models\\Order', '132', 'Order #INV-20260303-0010 - sertif nur khozin', NULL, '2026-03-03 09:37:22', '2026-03-03 09:37:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('335', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '133', 'Order #INV-20260303-0011 - crown heart', NULL, '2026-03-03 09:38:06', '2026-03-03 09:38:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('336', '44', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '134', 'Order #INV-20260303-0012 - planet 0303', '3', '2026-03-03 09:41:27', '2026-03-03 09:41:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('337', '47', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '135', 'Order #INV-20260303-0013 - ari kurniawan', NULL, '2026-03-03 09:44:42', '2026-03-03 09:44:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('338', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '136', 'Order #INV-20260303-0014 - pesantren ramadan', NULL, '2026-03-03 09:45:23', '2026-03-03 09:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('339', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '137', 'Order #INV-20260303-0015 - KURMA BEBEK', NULL, '2026-03-03 09:45:39', '2026-03-03 09:45:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('340', '57', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '137', 'Stok dikembalikan - Edit Order #INV-20260303-0015', NULL, '2026-03-03 09:46:52', '2026-03-03 09:46:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('341', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '137', 'Order #INV-20260303-0015 - KURMA BEBEK', NULL, '2026-03-03 09:46:52', '2026-03-03 09:46:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('342', '86', 'out', '4.50', '0.00', '0.00', 'App\\Models\\Order', '138', 'Order #INV-20260303-0016 - setia nada 01', NULL, '2026-03-03 09:48:46', '2026-03-03 09:48:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('343', '86', 'out', '1.20', '0.00', '0.00', 'App\\Models\\Order', '138', 'Order #INV-20260303-0016 - setia nada 02', NULL, '2026-03-03 09:48:46', '2026-03-03 09:48:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('344', '86', 'in', '4.50', '0.00', '0.00', 'App\\Models\\Order', '138', 'Stok dikembalikan - Edit Order #INV-20260303-0016', NULL, '2026-03-03 09:49:11', '2026-03-03 09:49:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('345', '86', 'in', '1.20', '0.00', '0.00', 'App\\Models\\Order', '138', 'Stok dikembalikan - Edit Order #INV-20260303-0016', NULL, '2026-03-03 09:49:11', '2026-03-03 09:49:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('347', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '140', 'Order #INV-20260303-0018 - TENDA 2026 BIRU', NULL, '2026-03-03 09:52:48', '2026-03-03 09:52:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('348', '47', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '140', 'Stok dikembalikan - Edit Order #INV-20260303-0018', NULL, '2026-03-03 09:53:16', '2026-03-03 09:53:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('350', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '142', 'Order #INV-20260303-0020 - ienoeycake 1', '3', '2026-03-03 10:00:56', '2026-03-03 10:00:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('351', '68', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '142', 'Order #INV-20260303-0020 - ienoeycake 1', '3', '2026-03-03 10:00:56', '2026-03-03 10:00:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('352', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '142', 'Order #INV-20260303-0020 - ienoeycake 1', '3', '2026-03-03 10:00:56', '2026-03-03 10:00:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('354', '57', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '144', 'Order #INV-20260303-0022 - razha 0303', '3', '2026-03-03 10:02:54', '2026-03-03 10:02:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('355', '60', 'out', '19.00', '0.00', '0.00', 'App\\Models\\Order', '145', 'Order #INV-20260303-0023 - OTAK ZOMBIE', NULL, '2026-03-03 10:07:36', '2026-03-03 10:07:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('356', '54', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Order #INV-20260303-0024 - himbarsi', NULL, '2026-03-03 10:09:15', '2026-03-03 10:09:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('357', '54', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Order #INV-20260303-0024 - himbarsi', NULL, '2026-03-03 10:09:15', '2026-03-03 10:09:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('358', '92', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Order #INV-20260303-0024 - himbarsi', NULL, '2026-03-03 10:09:16', '2026-03-03 10:09:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('359', '54', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Stok dikembalikan - Edit Order #INV-20260303-0024', NULL, '2026-03-03 10:10:38', '2026-03-03 10:10:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('360', '54', 'in', '15.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Stok dikembalikan - Edit Order #INV-20260303-0024', NULL, '2026-03-03 10:10:38', '2026-03-03 10:10:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('361', '92', 'in', '15.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Stok dikembalikan - Edit Order #INV-20260303-0024', NULL, '2026-03-03 10:10:38', '2026-03-03 10:10:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('362', '48', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Order #INV-20260303-0024 - himbarsi', NULL, '2026-03-03 10:10:38', '2026-03-03 10:10:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('363', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '147', 'Order #INV-20260303-0025 - joan coffe stk', NULL, '2026-03-03 10:11:04', '2026-03-03 10:11:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('364', '50', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '148', 'Order #INV-20260303-0026 - green 1', '3', '2026-03-03 10:12:29', '2026-03-03 10:12:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('365', '50', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '149', 'Order #INV-20260303-0027 - green 1', '3', '2026-03-03 10:12:31', '2026-03-03 10:12:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('366', '50', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '150', 'Order #INV-20260303-0028 - green 1', '3', '2026-03-03 10:12:34', '2026-03-03 10:12:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('367', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '151', 'Order #INV-20260303-0029 - TANTOWI 1, TANTOWI 2', NULL, '2026-03-03 10:15:42', '2026-03-03 10:15:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('368', '85', 'out', '2.70', '0.00', '0.00', 'App\\Models\\Order', '152', 'Order #INV-20260303-0030 - STR PSW', NULL, '2026-03-03 10:18:27', '2026-03-03 10:18:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('369', '87', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '153', 'Order #INV-20260303-0031 - SINGGAH PANJI', '3', '2026-03-03 10:19:24', '2026-03-03 10:19:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('370', '85', 'out', '3.50', '0.00', '0.00', 'App\\Models\\Order', '154', 'Order #INV-20260303-0032 - DINAS UPTD', NULL, '2026-03-03 10:21:23', '2026-03-03 10:21:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('371', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '155', 'Order #INV-20260303-0033 - SINGGAH LIUBERTY', '3', '2026-03-03 10:22:43', '2026-03-03 10:22:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('372', '85', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '156', 'Order #INV-20260303-0034 - monitoring 01-02', NULL, '2026-03-03 10:23:40', '2026-03-03 10:23:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('373', '85', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '156', 'Order #INV-20260303-0034 - monitoring 03-07', NULL, '2026-03-03 10:23:40', '2026-03-03 10:23:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('374', '85', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '156', 'Order #INV-20260303-0034 - gpib 01', NULL, '2026-03-03 10:23:40', '2026-03-03 10:23:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('375', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '156', 'Order #INV-20260303-0034 - gpib 02', NULL, '2026-03-03 10:23:40', '2026-03-03 10:23:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('376', '61', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '157', 'Order #INV-20260303-0035 - licht 1', '3', '2026-03-03 10:24:28', '2026-03-03 10:24:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('377', '82', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '157', 'Order #INV-20260303-0035 - licht 1', '3', '2026-03-03 10:24:28', '2026-03-03 10:24:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('379', '85', 'in', '3.50', '0.00', '0.00', 'App\\Models\\Order', '154', 'Stok dikembalikan - Edit Order #INV-20260303-0032', NULL, '2026-03-03 10:42:36', '2026-03-03 10:42:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('380', '88', 'out', '3.50', '0.00', '0.00', 'App\\Models\\Order', '154', 'Order #INV-20260303-0032 - DINAS UPTD', NULL, '2026-03-03 10:42:36', '2026-03-03 10:42:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('381', '50', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '159', 'Order #INV-20260303-0037 - sun 0303', '3', '2026-03-03 10:43:38', '2026-03-03 10:43:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('382', '47', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '160', 'Order #INV-20260303-0038 - kadiso', NULL, '2026-03-03 10:50:39', '2026-03-03 10:50:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('383', '44', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '161', 'Order #INV-20260303-0039 - kinenjoy', NULL, '2026-03-03 10:54:03', '2026-03-03 10:54:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('384', '86', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '162', 'Order #INV-20260303-0040 - PT ANUGERAH 1', '3', '2026-03-03 10:55:35', '2026-03-03 10:55:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('385', '47', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '163', 'Order #INV-20260303-0041 - kotak 10ml', NULL, '2026-03-03 10:59:14', '2026-03-03 10:59:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('386', '85', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '164', 'Order #INV-20260303-0042 - LOKA 1 DAN 2', '3', '2026-03-03 10:59:34', '2026-03-03 10:59:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('387', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '164', 'Order #INV-20260303-0042 - LOKAWISATA', '3', '2026-03-03 10:59:34', '2026-03-03 10:59:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('389', '48', 'in', '15.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Stok dikembalikan - Edit Order #INV-20260303-0024', NULL, '2026-03-03 11:00:49', '2026-03-03 11:00:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('390', '48', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '146', 'Order #INV-20260303-0024 - himbarsi', NULL, '2026-03-03 11:00:49', '2026-03-03 11:00:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('391', '44', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '166', 'Order #INV-20260303-0044 - BELT ANGEL', NULL, '2026-03-03 11:01:29', '2026-03-03 11:01:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('392', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '167', 'Order #INV-20260303-0045 - DAVIN ASKA', NULL, '2026-03-03 11:04:05', '2026-03-03 11:04:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('393', '57', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '168', 'Order #INV-20260303-0046 - cetakan livina', NULL, '2026-03-03 11:05:15', '2026-03-03 11:05:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('395', '50', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '169', 'Order #INV-20260303-0047 - hetix print', NULL, '2026-03-03 11:06:56', '2026-03-03 11:06:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('397', '61', 'out', '4.20', '0.00', '0.00', 'App\\Models\\Order', '171', 'Order #INV-20260303-0049 - RAMADHAN KAREEM', NULL, '2026-03-03 11:11:08', '2026-03-03 11:11:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('398', '82', 'out', '4.20', '0.00', '0.00', 'App\\Models\\Order', '171', 'Order #INV-20260303-0049 - RAMADHAN KAREEM', NULL, '2026-03-03 11:11:08', '2026-03-03 11:11:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('399', '57', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '172', 'Order #INV-20260303-0050 - keyna flo 0303', NULL, '2026-03-03 11:15:39', '2026-03-03 11:15:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('400', '61', 'out', '1.65', '0.00', '0.00', 'App\\Models\\Order', '173', 'Order #INV-20260303-0051 - Gallery revisi', '3', '2026-03-03 11:15:52', '2026-03-03 11:15:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('401', '82', 'out', '1.65', '0.00', '0.00', 'App\\Models\\Order', '173', 'Order #INV-20260303-0051 - Gallery revisi', '3', '2026-03-03 11:15:52', '2026-03-03 11:15:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('402', '98', 'out', '1.65', '0.00', '0.00', 'App\\Models\\Order', '173', 'Order #INV-20260303-0051 - Gallery revisi', '3', '2026-03-03 11:15:52', '2026-03-03 11:15:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('403', '86', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '174', 'Order #INV-20260303-0052 - bimbel kasih bangsa', NULL, '2026-03-03 11:23:32', '2026-03-03 11:23:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('404', '53', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '175', 'Order #INV-20260303-0053 - CELINE JASMINE', NULL, '2026-03-03 11:23:43', '2026-03-03 11:23:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('405', '47', 'in', '40.00', '0.00', '0.00', 'App\\Models\\Order', '163', 'Stok dikembalikan - Edit Order #INV-20260303-0041', NULL, '2026-03-03 11:26:32', '2026-03-03 11:26:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('406', '49', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '176', 'Order #INV-20260303-0054 - keyna card', NULL, '2026-03-03 11:32:52', '2026-03-03 11:32:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('407', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '177', 'Order #INV-20260303-0055 - deshop', NULL, '2026-03-03 11:34:12', '2026-03-03 11:34:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('408', '95', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '178', 'Order #INV-20260303-0056 - ID VIQI 1', '3', '2026-03-03 11:37:26', '2026-03-03 11:37:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('410', '75', 'out', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Order #INV-20260303-0058 - PROMO SPESIAL', '3', '2026-03-03 11:41:05', '2026-03-03 11:41:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('411', '61', 'out', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Order #INV-20260303-0058 - PROMO SPESIAL', '3', '2026-03-03 11:41:05', '2026-03-03 11:41:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('412', '75', 'in', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Stok dikembalikan - Edit Order #INV-20260303-0058', '3', '2026-03-03 11:42:32', '2026-03-03 11:42:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('413', '61', 'in', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Stok dikembalikan - Edit Order #INV-20260303-0058', '3', '2026-03-03 11:42:32', '2026-03-03 11:42:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('414', '75', 'out', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Order #INV-20260303-0058 - PROMO SPESIAL', '3', '2026-03-03 11:42:32', '2026-03-03 11:42:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('415', '61', 'out', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Order #INV-20260303-0058 - PROMO SPESIAL', '3', '2026-03-03 11:42:32', '2026-03-03 11:42:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('417', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '182', 'Order #INV-20260303-0060 - capcin gemoy', NULL, '2026-03-03 11:50:11', '2026-03-03 11:50:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('418', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '182', 'Order #INV-20260303-0060 - capcin gemoy', NULL, '2026-03-03 11:50:11', '2026-03-03 11:50:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('421', '59', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '185', 'Order #INV-20260303-0063 - wongsolo 1', '3', '2026-03-03 11:56:06', '2026-03-03 11:56:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('422', '91', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '185', 'Order #INV-20260303-0063 - wongsolo 1', '3', '2026-03-03 11:56:06', '2026-03-03 11:56:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('424', '54', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '187', 'Order #INV-20260303-0065 - aqifah 1', '3', '2026-03-03 12:05:04', '2026-03-03 12:05:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('425', '54', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '188', 'Order #INV-20260303-0066 - aqifah 1', '3', '2026-03-03 12:05:05', '2026-03-03 12:05:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('426', '47', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '189', 'Order #INV-20260303-0067 - sensus ekonomi', NULL, '2026-03-03 12:07:27', '2026-03-03 12:07:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('427', '92', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '189', 'Order #INV-20260303-0067 - sensus ekonomi', NULL, '2026-03-03 12:07:27', '2026-03-03 12:07:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('428', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '190', 'Order #INV-20260303-0068 - idul fitri 0303', '3', '2026-03-03 12:08:49', '2026-03-03 12:08:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('429', '50', 'in', '6.00', '0.00', '0.00', 'App\\Models\\Order', '149', 'Stok dikembalikan - Batal Order #INV-20260303-0027', '8', '2026-03-03 13:03:38', '2026-03-03 13:03:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('430', '100', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '191', 'Order #INV-20260303-0069 - KUPON', '8', '2026-03-03 13:05:50', '2026-03-03 13:05:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('431', '57', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '192', 'Order #INV-20260303-0070 - vercing0329', NULL, '2026-03-03 13:11:03', '2026-03-03 13:11:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('432', '82', 'in', '1.65', '0.00', '0.00', 'App\\Models\\Order', '173', 'Stok dikembalikan - Batal Item Order #INV-20260303-0051', '8', '2026-03-03 13:13:51', '2026-03-03 13:13:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('433', '85', 'out', '7.50', '0.00', '0.00', 'App\\Models\\Order', '193', 'Order #INV-20260303-0071 - SMA MAARIF', '3', '2026-03-03 13:20:16', '2026-03-03 13:20:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('435', '48', 'out', '27.00', '0.00', '0.00', 'App\\Models\\Order', '195', 'Order #INV-20260303-0073 - dinda veru', NULL, '2026-03-03 13:20:47', '2026-03-03 13:20:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('436', '45', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '196', 'Order #INV-20260303-0074 - vapeco', NULL, '2026-03-03 13:23:34', '2026-03-03 13:23:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('437', '45', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '196', 'Stok dikembalikan - Edit Order #INV-20260303-0074', NULL, '2026-03-03 13:24:09', '2026-03-03 13:24:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('438', '45', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '197', 'Order #INV-20260303-0075 - amplop thr', '3', '2026-03-03 13:24:52', '2026-03-03 13:24:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('439', '49', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '198', 'Order #INV-20260303-0076 - kh 0303 A', NULL, '2026-03-03 13:26:54', '2026-03-03 13:26:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('440', '49', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '198', 'Order #INV-20260303-0076 - kh 0303 B', NULL, '2026-03-03 13:26:54', '2026-03-03 13:26:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('441', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '198', 'Order #INV-20260303-0076 - kh 0303 C', NULL, '2026-03-03 13:26:54', '2026-03-03 13:26:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('442', '59', 'out', '75.00', '0.00', '0.00', 'App\\Models\\Order', '198', 'Order #INV-20260303-0076 - kh 0303 D = 30, kh 0303 E = 42, kh 0303 F = 3', NULL, '2026-03-03 13:26:54', '2026-03-03 13:26:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('443', '57', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '198', 'Order #INV-20260303-0076 - kh 0303 G', NULL, '2026-03-03 13:26:54', '2026-03-03 13:26:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('444', '59', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '199', 'Order #INV-20260303-0077 - teman lauk', '3', '2026-03-03 13:27:15', '2026-03-03 13:27:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('445', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '200', 'Order #INV-20260303-0078 - griya mix', NULL, '2026-03-03 13:32:58', '2026-03-03 13:32:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('446', '47', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '201', 'Order #INV-20260303-0079 - global media kotak', NULL, '2026-03-03 13:36:56', '2026-03-03 13:36:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('447', '92', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '201', 'Order #INV-20260303-0079 - global media kotak', NULL, '2026-03-03 13:36:56', '2026-03-03 13:36:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('448', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '202', 'Order #INV-20260303-0080 - she fglowing revisi', '3', '2026-03-03 13:40:08', '2026-03-03 13:40:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('449', '59', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '202', 'Stok dikembalikan - Edit Order #INV-20260303-0080', '3', '2026-03-03 13:40:28', '2026-03-03 13:40:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('450', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '202', 'Order #INV-20260303-0080 - she glowing revisi', '3', '2026-03-03 13:40:28', '2026-03-03 13:40:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('452', '53', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '204', 'Order #INV-20260303-0082 - webinar', NULL, '2026-03-03 13:42:46', '2026-03-03 13:42:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('453', '45', 'out', '89.00', '0.00', '0.00', 'App\\Models\\Order', '205', 'Order #INV-20260303-0083 - hari raya 0303', '3', '2026-03-03 13:43:28', '2026-03-03 13:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('454', '48', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '206', 'Order #INV-20260303-0084 - PKS KERJA', NULL, '2026-03-03 13:45:09', '2026-03-03 13:45:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('455', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '207', 'Order #INV-20260303-0085 - pojok baca', NULL, '2026-03-03 13:46:06', '2026-03-03 13:46:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('456', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '207', 'Order #INV-20260303-0085 - pojok baca', NULL, '2026-03-03 13:46:06', '2026-03-03 13:46:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('457', '99', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '207', 'Order #INV-20260303-0085 - pojok baca', NULL, '2026-03-03 13:46:06', '2026-03-03 13:46:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('458', '86', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '208', 'Order #INV-20260303-0086 - PR FAREL', NULL, '2026-03-03 13:49:05', '2026-03-03 13:49:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('459', '58', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '209', 'Order #INV-20260303-0087 - havvla 0303', NULL, '2026-03-03 13:54:52', '2026-03-03 13:54:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('460', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '209', 'Order #INV-20260303-0087 - havvla 0303', NULL, '2026-03-03 13:54:52', '2026-03-03 13:54:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('461', '47', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '210', 'Order #INV-20260303-0088 - NASTY BAKE', NULL, '2026-03-03 14:02:17', '2026-03-03 14:02:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('462', '47', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '177', 'Stok dikembalikan - Edit Order #INV-20260303-0055', NULL, '2026-03-03 14:29:38', '2026-03-03 14:29:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('463', '54', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '211', 'Order #INV-20260303-0089 - motif foto', NULL, '2026-03-03 14:31:43', '2026-03-03 14:31:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('464', '53', 'in', '37.00', '0.00', '0.00', 'App\\Models\\Order', '132', 'Stok dikembalikan - Edit Order #INV-20260303-0010', NULL, '2026-03-03 14:33:20', '2026-03-03 14:33:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('465', '62', 'out', '4.08', '0.00', '0.00', 'App\\Models\\Order', '212', 'Order #INV-20260303-0090 - petunjuk pengisian', NULL, '2026-03-03 14:36:00', '2026-03-03 14:36:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('466', '47', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '213', 'Order #INV-20260303-0091 - NGABUTRIF', NULL, '2026-03-03 14:40:40', '2026-03-03 14:40:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('467', '85', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '214', 'Order #INV-20260303-0092 - nuzulul quran 01', NULL, '2026-03-03 14:54:06', '2026-03-03 14:54:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('468', '85', 'out', '3.20', '0.00', '0.00', 'App\\Models\\Order', '214', 'Order #INV-20260303-0092 - nuzulul quran 02', NULL, '2026-03-03 14:54:06', '2026-03-03 14:54:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('469', '50', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '215', 'Order #INV-20260303-0093 - pop chain', '3', '2026-03-03 14:54:12', '2026-03-03 14:54:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('470', '92', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '215', 'Order #INV-20260303-0093 - pop chain', '3', '2026-03-03 14:54:12', '2026-03-03 14:54:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('471', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '216', 'Order #INV-20260303-0094 - adit eid', NULL, '2026-03-03 14:56:01', '2026-03-03 14:56:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('472', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '216', 'Order #INV-20260303-0094 - adit eid', NULL, '2026-03-03 14:56:01', '2026-03-03 14:56:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('473', '60', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '217', 'Order #INV-20260303-0095 - RAJA RIZAR', NULL, '2026-03-03 14:59:07', '2026-03-03 14:59:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('474', '86', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '218', 'Order #INV-20260303-0096 - madani trans', NULL, '2026-03-03 15:06:16', '2026-03-03 15:06:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('475', '47', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '219', 'Order #INV-20260303-0097 - EID ERCIA', NULL, '2026-03-03 15:06:54', '2026-03-03 15:06:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('476', '65', 'out', '0.25', '0.00', '0.00', 'App\\Models\\Order', '220', 'Order #INV-20260303-0098 - charm', '3', '2026-03-03 15:08:05', '2026-03-03 15:08:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('477', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '221', 'Order #INV-20260303-0099 - FROM YANTI', NULL, '2026-03-03 15:08:35', '2026-03-03 15:08:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('478', '51', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '222', 'Order #INV-20260303-0100 - bakso anak', '3', '2026-03-03 15:09:56', '2026-03-03 15:09:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('479', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '223', 'Order #INV-20260303-0101 - semoga 1', '3', '2026-03-03 15:15:14', '2026-03-03 15:15:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('480', '57', 'in', '5.00', '0.00', '0.00', 'App\\Models\\Order', '223', 'Stok dikembalikan - Edit Order #INV-20260303-0101', '3', '2026-03-03 15:16:12', '2026-03-03 15:16:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('481', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '223', 'Order #INV-20260303-0101 - semoga 1', '3', '2026-03-03 15:16:12', '2026-03-03 15:16:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('482', '95', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '224', 'Order #INV-20260303-0102 - MY PERTAMINA', '3', '2026-03-03 15:18:24', '2026-03-03 15:18:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('483', '44', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '225', 'Order #INV-20260303-0103 - belt 0303', NULL, '2026-03-03 15:19:50', '2026-03-03 15:19:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('484', '45', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '226', 'Order #INV-20260303-0104 - lamondo', NULL, '2026-03-03 15:21:33', '2026-03-03 15:21:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('485', '57', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '227', 'Order #INV-20260303-0105 - super clean 0303', '3', '2026-03-03 15:23:21', '2026-03-03 15:23:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('486', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '228', 'Order #INV-20260303-0106 - ingvena 6', NULL, '2026-03-03 15:26:12', '2026-03-03 15:26:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('487', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '207', 'Stok dikembalikan - Edit Order #INV-20260303-0085', NULL, '2026-03-03 15:42:17', '2026-03-03 15:42:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('488', '82', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '207', 'Stok dikembalikan - Edit Order #INV-20260303-0085', NULL, '2026-03-03 15:42:17', '2026-03-03 15:42:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('489', '99', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '207', 'Stok dikembalikan - Edit Order #INV-20260303-0085', NULL, '2026-03-03 15:42:17', '2026-03-03 15:42:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('490', '101', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '207', 'Order #INV-20260303-0085 - pojok baca', NULL, '2026-03-03 15:42:17', '2026-03-03 15:42:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('491', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '229', 'Order #INV-20260303-0107 - pisal 1', '3', '2026-03-03 15:46:13', '2026-03-03 15:46:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('492', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '230', 'Order #INV-20260303-0108 - pisal 1', '3', '2026-03-03 15:46:14', '2026-03-03 15:46:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('493', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '231', 'Order #INV-20260303-0109 - jp drink', NULL, '2026-03-03 15:46:39', '2026-03-03 15:46:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('494', '57', 'in', '5.00', '0.00', '0.00', 'App\\Models\\Order', '231', 'Stok dikembalikan - Edit Order #INV-20260303-0109', NULL, '2026-03-03 15:47:25', '2026-03-03 15:47:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('495', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '231', 'Order #INV-20260303-0109 - jp drink', NULL, '2026-03-03 15:47:25', '2026-03-03 15:47:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('496', '59', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '232', 'Order #INV-20260303-0110 - she glowing revisi', '3', '2026-03-03 15:48:35', '2026-03-03 15:48:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('497', '45', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '233', 'Order #INV-20260303-0111 - umroh lampung', '3', '2026-03-03 15:52:23', '2026-03-03 15:52:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('498', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '234', 'Order #INV-20260303-0112 - dapoer ibun', NULL, '2026-03-03 15:53:34', '2026-03-03 15:53:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('499', '45', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '235', 'Order #INV-20260303-0113 - negeri cinta', '3', '2026-03-03 15:55:13', '2026-03-03 15:55:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('500', '47', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '236', 'Order #INV-20260303-0114 - sibin 1', '3', '2026-03-03 15:58:50', '2026-03-03 15:58:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('501', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '237', 'Order #INV-20260303-0115 - stiker eid', NULL, '2026-03-03 16:04:57', '2026-03-03 16:04:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('502', '57', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '237', 'Stok dikembalikan - Edit Order #INV-20260303-0115', NULL, '2026-03-03 16:05:29', '2026-03-03 16:05:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('503', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '238', 'Order #INV-20260303-0116 - mie ayam 21', NULL, '2026-03-03 16:07:10', '2026-03-03 16:07:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('504', '47', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '239', 'Order #INV-20260303-0117 - PAPER1=13@1, ATIRE2=2', NULL, '2026-03-03 16:08:21', '2026-03-03 16:08:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('505', '57', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '240', 'Order #INV-20260303-0118 - wip bakery', '3', '2026-03-03 16:13:47', '2026-03-03 16:13:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('506', '59', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '241', 'Order #INV-20260303-0119 - MIE BAGAS', NULL, '2026-03-03 16:22:02', '2026-03-03 16:22:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('507', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '242', 'Order #INV-20260303-0120 - KLD IMAM', NULL, '2026-03-03 16:26:31', '2026-03-03 16:26:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('508', '47', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '243', 'Order #INV-20260303-0121 - ns cetak', NULL, '2026-03-03 16:31:26', '2026-03-03 16:31:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('509', '92', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '243', 'Order #INV-20260303-0121 - ns cetak', NULL, '2026-03-03 16:31:26', '2026-03-03 16:31:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('510', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '244', 'Order #INV-20260303-0122 - ns cetak', NULL, '2026-03-03 16:32:03', '2026-03-03 16:32:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('511', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '244', 'Order #INV-20260303-0122 - ns cetak', NULL, '2026-03-03 16:32:03', '2026-03-03 16:32:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('512', '100', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '245', 'Order #INV-20260303-0123 - ongkir', '16', '2026-03-03 16:33:01', '2026-03-03 16:33:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('513', '51', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '246', 'Order #INV-20260303-0124 - isi yasin sibin', '3', '2026-03-03 16:55:08', '2026-03-03 16:55:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('514', '59', 'damaged', '7.00', '0.00', '0.00', NULL, NULL, 'cuttingannya lari', NULL, '2026-03-03 17:02:17', '2026-03-03 17:02:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('518', '85', 'out', '2.88', '0.00', '0.00', 'App\\Models\\Order', '247', 'Order #INV-20260304-0001 - sdn ojolali', NULL, '2026-03-04 09:26:56', '2026-03-04 09:26:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('519', '51', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '248', 'Order #INV-20260304-0002 - sdn ojolali', NULL, '2026-03-04 09:29:46', '2026-03-04 09:29:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('520', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '249', 'Order #INV-20260304-0003 - premium 1', '3', '2026-03-04 09:31:27', '2026-03-04 09:31:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('521', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '250', 'Order #INV-20260304-0004 - SAMBAL ENMAS', NULL, '2026-03-04 09:33:41', '2026-03-04 09:33:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('522', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '251', 'Order #INV-20260304-0005 - hari raya 0403', '3', '2026-03-04 09:35:24', '2026-03-04 09:35:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('523', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '252', 'Order #INV-20260304-0006 - UPTD SDN 1', '3', '2026-03-04 09:38:18', '2026-03-04 09:38:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('524', '57', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '253', 'Order #INV-20260304-0007 - sambelan pipito', '3', '2026-03-04 09:40:23', '2026-03-04 09:40:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('525', '85', 'out', '0.84', '0.00', '0.00', 'App\\Models\\Order', '254', 'Order #INV-20260304-0008 - rekan media 01-03', NULL, '2026-03-04 09:41:56', '2026-03-04 09:41:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('526', '48', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '255', 'Order #INV-20260304-0009 - arcelio', NULL, '2026-03-04 09:42:02', '2026-03-04 09:42:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('527', '57', 'out', '56.00', '0.00', '0.00', 'App\\Models\\Order', '256', 'Order #INV-20260304-0010 - krenyess', '3', '2026-03-04 09:43:08', '2026-03-04 09:43:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('528', '57', 'in', '10.00', '0.00', '0.00', 'App\\Models\\Order', '229', 'Stok dikembalikan - Batal Order #INV-20260303-0107', '8', '2026-03-04 09:46:38', '2026-03-04 09:46:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('529', '45', 'in', '12.00', '0.00', '0.00', 'App\\Models\\Order', '235', 'Stok dikembalikan - Edit Order #INV-20260303-0113', '3', '2026-03-04 09:50:01', '2026-03-04 09:50:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('530', '44', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '235', 'Order #INV-20260303-0113 - negeri cinta', '3', '2026-03-04 09:50:01', '2026-03-04 09:50:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('531', '44', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '257', 'Order #INV-20260304-0011 - negeri cinta', '3', '2026-03-04 09:51:28', '2026-03-04 09:51:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('532', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '258', 'Order #INV-20260304-0012 - geprek lina', NULL, '2026-03-04 09:51:57', '2026-03-04 09:51:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('533', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '259', 'Order #INV-20260304-0013 - RUANG JEMUR', NULL, '2026-03-04 09:54:04', '2026-03-04 09:54:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('534', '67', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '259', 'Order #INV-20260304-0013 - RAUANG JEMUR', NULL, '2026-03-04 09:54:04', '2026-03-04 09:54:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('535', '85', 'out', '2.25', '0.00', '0.00', 'App\\Models\\Order', '260', 'Order #INV-20260304-0014 - HEJ NAIL', NULL, '2026-03-04 09:58:08', '2026-03-04 09:58:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('536', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '261', 'Order #INV-20260304-0015 - link 1', '3', '2026-03-04 09:59:03', '2026-03-04 09:59:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('537', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '261', 'Order #INV-20260304-0015 - link 1', '3', '2026-03-04 09:59:03', '2026-03-04 09:59:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('538', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '261', 'Order #INV-20260304-0015 - link 1', '3', '2026-03-04 09:59:03', '2026-03-04 09:59:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('539', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '262', 'Order #INV-20260304-0016 - logo lampung', NULL, '2026-03-04 09:59:25', '2026-03-04 09:59:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('540', '67', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '262', 'Order #INV-20260304-0016 - logo lampung', NULL, '2026-03-04 09:59:25', '2026-03-04 09:59:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('541', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '262', 'Order #INV-20260304-0016 - logo lampung', NULL, '2026-03-04 09:59:25', '2026-03-04 09:59:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('542', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '263', 'Order #INV-20260304-0017 - bank bni 0403', '3', '2026-03-04 10:00:08', '2026-03-04 10:00:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('543', '61', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '263', 'Stok dikembalikan - Edit Order #INV-20260304-0017', '3', '2026-03-04 10:01:08', '2026-03-04 10:01:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('544', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '263', 'Order #INV-20260304-0017 - bank bni 0403', '3', '2026-03-04 10:01:08', '2026-03-04 10:01:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('545', '82', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '263', 'Order #INV-20260304-0017 - bank bni 0403', '3', '2026-03-04 10:01:08', '2026-03-04 10:01:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('546', '85', 'out', '712.80', '0.00', '0.00', 'App\\Models\\Order', '264', 'Order #INV-20260304-0018 - spanduk 270 x 60  12-18 Maret SUMATRA 440 Pcs', NULL, '2026-03-04 10:03:40', '2026-03-04 10:03:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('547', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '265', 'Order #INV-20260304-0019 - surprise cake', '3', '2026-03-04 10:06:05', '2026-03-04 10:06:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('548', '48', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '266', 'Order #INV-20260304-0020 - rri karnam', NULL, '2026-03-04 10:07:36', '2026-03-04 10:07:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('549', '57', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '267', 'Order #INV-20260304-0021 - barcode iyan', NULL, '2026-03-04 10:09:09', '2026-03-04 10:09:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('550', '48', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '268', 'Order #INV-20260304-0022 - kartu akar', NULL, '2026-03-04 10:09:53', '2026-03-04 10:09:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('551', '44', 'out', '27.00', '0.00', '0.00', 'App\\Models\\Order', '269', 'Order #INV-20260304-0023 - promo maret', NULL, '2026-03-04 10:10:06', '2026-03-04 10:10:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('552', '47', 'out', '51.00', '0.00', '0.00', 'App\\Models\\Order', '270', 'Order #INV-20260304-0024 - psb cetak', NULL, '2026-03-04 10:11:12', '2026-03-04 10:11:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('553', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '271', 'Order #INV-20260304-0025 - parkir gratis', NULL, '2026-03-04 10:12:44', '2026-03-04 10:12:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('554', '57', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '272', 'Order #INV-20260304-0026 - la kita 0403', NULL, '2026-03-04 10:18:35', '2026-03-04 10:18:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('555', '68', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '272', 'Order #INV-20260304-0026 - la kita 0403', NULL, '2026-03-04 10:18:35', '2026-03-04 10:18:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('556', '91', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '272', 'Order #INV-20260304-0026 - la kita 0403', NULL, '2026-03-04 10:18:35', '2026-03-04 10:18:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('557', '47', 'out', '33.00', '0.00', '0.00', 'App\\Models\\Order', '273', 'Order #INV-20260304-0027 - 33 lbr KS 210 (SHOPEE BAKULPRINTING)', NULL, '2026-03-04 10:21:28', '2026-03-04 10:21:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('558', '61', 'out', '1.50', '0.00', '0.00', 'App\\Models\\Order', '274', 'Order #INV-20260304-0028 - lanal bhakti', NULL, '2026-03-04 10:26:06', '2026-03-04 10:26:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('559', '82', 'out', '1.50', '0.00', '0.00', 'App\\Models\\Order', '274', 'Order #INV-20260304-0028 - lanal bhakti', NULL, '2026-03-04 10:26:06', '2026-03-04 10:26:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('560', '98', 'out', '1.50', '0.00', '0.00', 'App\\Models\\Order', '274', 'Order #INV-20260304-0028 - lanal bhakti', NULL, '2026-03-04 10:26:06', '2026-03-04 10:26:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('561', '85', 'out', '4.50', '0.00', '0.00', 'App\\Models\\Order', '275', 'Order #INV-20260304-0029 - zakat 2026', NULL, '2026-03-04 10:29:42', '2026-03-04 10:29:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('562', '47', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '276', 'Order #INV-20260304-0030 - lando shop', NULL, '2026-03-04 10:33:04', '2026-03-04 10:33:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('563', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '277', 'Order #INV-20260304-0031 - pempek comel', NULL, '2026-03-04 10:35:35', '2026-03-04 10:35:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('564', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '277', 'Order #INV-20260304-0031 - pempek comel', NULL, '2026-03-04 10:35:35', '2026-03-04 10:35:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('565', '44', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '278', 'Order #INV-20260304-0032 - amplop 0403', '3', '2026-03-04 10:36:23', '2026-03-04 10:36:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('566', '47', 'out', '33.00', '0.00', '0.00', 'App\\Models\\Order', '279', 'Order #INV-20260304-0033 - selamat idul fitri', NULL, '2026-03-04 10:36:51', '2026-03-04 10:36:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('567', '47', 'in', '33.00', '0.00', '0.00', 'App\\Models\\Order', '279', 'Stok dikembalikan - Edit Order #INV-20260304-0033', NULL, '2026-03-04 10:37:00', '2026-03-04 10:37:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('568', '59', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '280', 'Order #INV-20260304-0034 - peringkat', '3', '2026-03-04 10:37:42', '2026-03-04 10:37:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('569', '68', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '280', 'Order #INV-20260304-0034 - peringkat', '3', '2026-03-04 10:37:42', '2026-03-04 10:37:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('570', '44', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '281', 'Order #INV-20260304-0035 - master ban corsa', NULL, '2026-03-04 10:38:52', '2026-03-04 10:38:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('571', '47', 'out', '33.00', '0.00', '0.00', 'App\\Models\\Order', '279', 'Order #INV-20260304-0033 - selamat idul fitri', NULL, '2026-03-04 10:40:27', '2026-03-04 10:40:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('572', '48', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '282', 'Order #INV-20260304-0036 - bank syariah wk', NULL, '2026-03-04 10:41:40', '2026-03-04 10:41:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('573', '86', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '283', 'Order #INV-20260304-0037 - FRAKSI PDI', '3', '2026-03-04 10:43:28', '2026-03-04 10:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('574', '85', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '283', 'Order #INV-20260304-0037 - PEMBINAAN DAN PEMBINAAN KEDUA', '3', '2026-03-04 10:43:28', '2026-03-04 10:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('575', '86', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '284', 'Order #INV-20260304-0038 - FRAKSI PDI', '3', '2026-03-04 10:43:28', '2026-03-04 10:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('576', '85', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '284', 'Order #INV-20260304-0038 - PEMBINAAN DAN PEMBINAAN KEDUA', '3', '2026-03-04 10:43:28', '2026-03-04 10:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('577', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '285', 'Order #INV-20260304-0039 - amri zamani', NULL, '2026-03-04 10:45:07', '2026-03-04 10:45:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('578', '67', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '285', 'Order #INV-20260304-0039 - amri zamani', NULL, '2026-03-04 10:45:07', '2026-03-04 10:45:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('579', '47', 'out', '66.00', '0.00', '0.00', 'App\\Models\\Order', '286', 'Order #INV-20260304-0040 - piagam magnet (1) - (3)', '3', '2026-03-04 10:49:24', '2026-03-04 10:49:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('580', '85', 'out', '0.80', '0.00', '0.00', 'App\\Models\\Order', '287', 'Order #INV-20260304-0041 - ads audio', '3', '2026-03-04 10:53:15', '2026-03-04 10:53:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('581', '59', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '280', 'Stok dikembalikan - Edit Order #INV-20260304-0034', '3', '2026-03-04 10:55:11', '2026-03-04 10:55:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('582', '68', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '280', 'Stok dikembalikan - Edit Order #INV-20260304-0034', '3', '2026-03-04 10:55:11', '2026-03-04 10:55:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('583', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '280', 'Order #INV-20260304-0034 - SUNAN MURIA', '3', '2026-03-04 10:55:11', '2026-03-04 10:55:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('584', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '280', 'Order #INV-20260304-0034 - SUNAN MURIA', '3', '2026-03-04 10:55:11', '2026-03-04 10:55:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('585', '57', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '288', 'Order #INV-20260304-0042 - kallista 0403', NULL, '2026-03-04 11:03:41', '2026-03-04 11:03:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('586', '46', 'out', '53.00', '0.00', '0.00', 'App\\Models\\Order', '289', 'Order #INV-20260304-0043 - listi rizal', NULL, '2026-03-04 11:07:48', '2026-03-04 11:07:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('587', '44', 'in', '20.00', '0.00', '0.00', 'App\\Models\\Order', '278', 'Stok dikembalikan - Edit Order #INV-20260304-0032', '3', '2026-03-04 11:08:00', '2026-03-04 11:08:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('588', '45', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '278', 'Order #INV-20260304-0032 - amplop 0403', '3', '2026-03-04 11:08:00', '2026-03-04 11:08:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('589', '57', 'in', '14.00', '0.00', '0.00', 'App\\Models\\Order', '240', 'Stok dikembalikan - Edit Order #INV-20260303-0118', '3', '2026-03-04 11:10:51', '2026-03-04 11:10:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('590', '47', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '290', 'Order #INV-20260304-0044 - akadia', '3', '2026-03-04 11:11:57', '2026-03-04 11:11:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('591', '50', 'out', '17.00', '0.00', '0.00', 'App\\Models\\Order', '291', 'Order #INV-20260304-0045 - ramadhan sale', NULL, '2026-03-04 11:12:19', '2026-03-04 11:12:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('592', '85', 'in', '3360.00', '5650.00', '18984000.00', 'App\\Models\\Purchase', '2', 'Pembelian: Pembelian bahan', '8', '2026-03-04 11:12:44', '2026-03-04 11:12:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('593', '88', 'in', '160.00', '11500.00', '1840000.00', 'App\\Models\\Purchase', '3', 'Pembelian: Pembelian bahan', '8', '2026-03-04 11:13:26', '2026-03-04 11:13:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('594', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '292', 'Order #INV-20260304-0046 - IDUL FITRI 0403', '3', '2026-03-04 11:13:27', '2026-03-04 11:13:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('595', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '293', 'Order #INV-20260304-0047 - sarapan pagi', NULL, '2026-03-04 11:14:24', '2026-03-04 11:14:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('596', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '294', 'Order #INV-20260304-0048 - titik nol', NULL, '2026-03-04 11:14:53', '2026-03-04 11:14:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('597', '47', 'out', '19.00', '0.00', '0.00', 'App\\Models\\Order', '295', 'Order #INV-20260304-0049 - dewi all new', NULL, '2026-03-04 11:21:21', '2026-03-04 11:21:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('598', '57', 'out', '23.00', '0.00', '0.00', 'App\\Models\\Order', '295', 'Order #INV-20260304-0049 - dewi all new', NULL, '2026-03-04 11:21:21', '2026-03-04 11:21:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('599', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '296', 'Order #INV-20260304-0050 - better fly', NULL, '2026-03-04 11:27:29', '2026-03-04 11:27:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('600', '101', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '207', 'Stok dikembalikan - Edit Order #INV-20260303-0085', NULL, '2026-03-04 11:31:34', '2026-03-04 11:31:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('601', '84', 'out', '0.28', '0.00', '0.00', 'App\\Models\\Order', '297', 'Order #INV-20260304-0051 - 14.KC Lampung - Laksamana Malayati (1)', NULL, '2026-03-04 11:39:15', '2026-03-04 11:39:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('602', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '298', 'Order #INV-20260304-0052 - dapur andung', NULL, '2026-03-04 11:42:56', '2026-03-04 11:42:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('603', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '298', 'Order #INV-20260304-0052 - dapur andung', NULL, '2026-03-04 11:42:56', '2026-03-04 11:42:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('604', '86', 'in', '25.00', '0.00', '0.00', 'App\\Models\\Order', '162', 'Stok dikembalikan - Edit Order #INV-20260303-0040', '3', '2026-03-04 11:45:22', '2026-03-04 11:45:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('605', '86', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '299', 'Order #INV-20260304-0053 - PT ANUGERAH 1', '3', '2026-03-04 11:46:06', '2026-03-04 11:46:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('606', '55', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '300', 'Order #INV-20260304-0054 - TRU FINANACE', NULL, '2026-03-04 11:46:13', '2026-03-04 11:46:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('607', '61', 'out', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 01-02', NULL, '2026-03-04 11:50:19', '2026-03-04 11:50:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('608', '82', 'out', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 01-02', NULL, '2026-03-04 11:50:19', '2026-03-04 11:50:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('609', '61', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 03', NULL, '2026-03-04 11:50:19', '2026-03-04 11:50:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('610', '82', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 03', NULL, '2026-03-04 11:50:19', '2026-03-04 11:50:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('611', '61', 'out', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 04', NULL, '2026-03-04 11:50:19', '2026-03-04 11:50:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('612', '82', 'out', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 04', NULL, '2026-03-04 11:50:19', '2026-03-04 11:50:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('613', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '302', 'Order #INV-20260304-0056 - trusty 0403', '3', '2026-03-04 11:51:47', '2026-03-04 11:51:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('614', '81', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '302', 'Order #INV-20260304-0056 - trusty 0403', '3', '2026-03-04 11:51:47', '2026-03-04 11:51:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('615', '99', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '302', 'Order #INV-20260304-0056 - trusty 0403', '3', '2026-03-04 11:51:47', '2026-03-04 11:51:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('616', '50', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '303', 'Order #INV-20260304-0057 - map lju', NULL, '2026-03-04 11:52:10', '2026-03-04 11:52:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('617', '67', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '303', 'Order #INV-20260304-0057 - map lju', NULL, '2026-03-04 11:52:10', '2026-03-04 11:52:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('618', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '304', 'Order #INV-20260304-0058 - instalasi gizi', NULL, '2026-03-04 11:55:49', '2026-03-04 11:55:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('619', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '304', 'Order #INV-20260304-0058 - instalasi gizi', NULL, '2026-03-04 11:55:49', '2026-03-04 11:55:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('620', '61', 'out', '0.48', '0.00', '0.00', 'App\\Models\\Order', '305', 'Order #INV-20260304-0059 - ISI BBM', NULL, '2026-03-04 12:05:49', '2026-03-04 12:05:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('621', '81', 'out', '0.48', '0.00', '0.00', 'App\\Models\\Order', '305', 'Order #INV-20260304-0059 - ISI BBM', NULL, '2026-03-04 12:05:49', '2026-03-04 12:05:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('622', '44', 'out', '250.00', '0.00', '0.00', 'App\\Models\\Order', '306', 'Order #INV-20260304-0060 - khalila food nasi', NULL, '2026-03-04 12:06:22', '2026-03-04 12:06:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('623', '51', 'out', '500.00', '0.00', '0.00', 'App\\Models\\Order', '307', 'Order #INV-20260304-0061 - giveaway faste', '3', '2026-03-04 12:07:58', '2026-03-04 12:07:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('624', '58', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '308', 'Order #INV-20260304-0062 - pks rajabasa', NULL, '2026-03-04 12:12:03', '2026-03-04 12:12:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('625', '58', 'in', '13.00', '0.00', '0.00', 'App\\Models\\Order', '308', 'Stok dikembalikan - Edit Order #INV-20260304-0062', NULL, '2026-03-04 12:12:54', '2026-03-04 12:12:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('626', '57', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '308', 'Order #INV-20260304-0062 - pks rajabasa', NULL, '2026-03-04 12:12:54', '2026-03-04 12:12:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('627', '85', 'out', '3.10', '0.00', '0.00', 'App\\Models\\Order', '309', 'Order #INV-20260304-0063 - RAID 1', '3', '2026-03-04 12:14:09', '2026-03-04 12:14:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('628', '85', 'in', '3.10', '0.00', '0.00', 'App\\Models\\Order', '309', 'Stok dikembalikan - Edit Order #INV-20260304-0063', '3', '2026-03-04 12:14:22', '2026-03-04 12:14:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('629', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '310', 'Order #INV-20260304-0064 - legit makcik', NULL, '2026-03-04 12:57:30', '2026-03-04 12:57:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('630', '48', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '311', 'Order #INV-20260304-0065 - kenali potensi', NULL, '2026-03-04 13:00:59', '2026-03-04 13:00:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('631', '67', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '311', 'Order #INV-20260304-0065 - kenali potensi', NULL, '2026-03-04 13:00:59', '2026-03-04 13:00:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('632', '62', 'out', '0.20', '0.00', '0.00', 'App\\Models\\Order', '312', 'Order #INV-20260304-0066 - riri room', NULL, '2026-03-04 13:01:07', '2026-03-04 13:01:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('633', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '313', 'Order #INV-20260304-0067 - nai cookies', NULL, '2026-03-04 13:02:32', '2026-03-04 13:02:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('634', '75', 'in', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Stok dikembalikan - Edit Order #INV-20260303-0058', '3', '2026-03-04 13:07:04', '2026-03-04 13:07:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('635', '61', 'in', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Stok dikembalikan - Edit Order #INV-20260303-0058', '3', '2026-03-04 13:07:04', '2026-03-04 13:07:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('636', '75', 'out', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Order #INV-20260303-0058 - PROMO SPESIAL', '3', '2026-03-04 13:07:04', '2026-03-04 13:07:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('637', '61', 'out', '0.35', '0.00', '0.00', 'App\\Models\\Order', '180', 'Order #INV-20260303-0058 - PROMO SPESIAL', '3', '2026-03-04 13:07:04', '2026-03-04 13:07:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('638', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '314', 'Order #INV-20260304-0068 - bakes sist', NULL, '2026-03-04 13:10:29', '2026-03-04 13:10:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('639', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '314', 'Order #INV-20260304-0068 - bakes sist', NULL, '2026-03-04 13:10:29', '2026-03-04 13:10:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('640', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '314', 'Order #INV-20260304-0068 - bakes sist', NULL, '2026-03-04 13:10:29', '2026-03-04 13:10:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('641', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '315', 'Order #INV-20260304-0069 - pecel lele 0403', NULL, '2026-03-04 13:15:00', '2026-03-04 13:15:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('642', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '316', 'Order #INV-20260304-0070 - adit eid', NULL, '2026-03-04 13:15:02', '2026-03-04 13:15:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('643', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '316', 'Order #INV-20260304-0070 - adit eid', NULL, '2026-03-04 13:15:02', '2026-03-04 13:15:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('644', '53', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '317', 'Order #INV-20260304-0071 - sertif web', NULL, '2026-03-04 13:17:26', '2026-03-04 13:17:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('645', '65', 'in', '0.25', '0.00', '0.00', 'App\\Models\\Order', '220', 'Stok dikembalikan - Edit Order #INV-20260303-0098', '3', '2026-03-04 13:20:07', '2026-03-04 13:20:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('646', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '318', 'Order #INV-20260304-0072 - pawone', '3', '2026-03-04 13:23:17', '2026-03-04 13:23:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('647', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '318', 'Order #INV-20260304-0072 - pawone', '3', '2026-03-04 13:23:17', '2026-03-04 13:23:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('648', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '319', 'Order #INV-20260304-0073 - flex melasma', '3', '2026-03-04 13:30:49', '2026-03-04 13:30:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('649', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '320', 'Order #INV-20260304-0074 - kita bakery', '3', '2026-03-04 13:31:37', '2026-03-04 13:31:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('650', '50', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '321', 'Order #INV-20260304-0075 - tag sale 0403', '3', '2026-03-04 13:33:06', '2026-03-04 13:33:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('651', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '322', 'Order #INV-20260304-0076 - kue kertas', NULL, '2026-03-04 13:34:05', '2026-03-04 13:34:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('652', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '323', 'Order #INV-20260304-0077 - sablon cup', NULL, '2026-03-04 13:36:33', '2026-03-04 13:36:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('653', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '324', 'Order #INV-20260304-0078 - kurma golden', NULL, '2026-03-04 13:38:16', '2026-03-04 13:38:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('654', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '325', 'Order #INV-20260304-0079 - pempek kusuka', NULL, '2026-03-04 13:38:56', '2026-03-04 13:38:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('655', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '326', 'Order #INV-20260304-0080 - dipi kromo', NULL, '2026-03-04 13:39:50', '2026-03-04 13:39:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('656', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '327', 'Order #INV-20260304-0081 - logo lampung 3cm', NULL, '2026-03-04 13:41:06', '2026-03-04 13:41:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('657', '67', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '327', 'Order #INV-20260304-0081 - logo lampung 3cm', NULL, '2026-03-04 13:41:06', '2026-03-04 13:41:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('658', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '327', 'Order #INV-20260304-0081 - logo lampung 3cm', NULL, '2026-03-04 13:41:06', '2026-03-04 13:41:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('659', '44', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '328', 'Order #INV-20260304-0082 - amp 0403', NULL, '2026-03-04 13:43:45', '2026-03-04 13:43:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('660', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '329', 'Order #INV-20260304-0083 - flex melasma revisi', '3', '2026-03-04 13:49:57', '2026-03-04 13:49:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('661', '45', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '330', 'Order #INV-20260304-0084 - kaos bokap', NULL, '2026-03-04 13:51:51', '2026-03-04 13:51:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('662', '50', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '331', 'Order #INV-20260304-0085 - oversize 1', '3', '2026-03-04 13:54:30', '2026-03-04 13:54:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('663', '47', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '332', 'Order #INV-20260304-0086 - warna sam', NULL, '2026-03-04 14:08:18', '2026-03-04 14:08:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('664', '47', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '333', 'Order #INV-20260304-0087 - katru donasi alquds', NULL, '2026-03-04 14:09:49', '2026-03-04 14:09:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('665', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '334', 'Order #INV-20260304-0088 - flex melasma revisi kedua', '3', '2026-03-04 14:13:18', '2026-03-04 14:13:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('666', '57', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '335', 'Order #INV-20260304-0089 - garnier', NULL, '2026-03-04 14:18:17', '2026-03-04 14:18:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('667', '61', 'out', '0.44', '0.00', '0.00', 'App\\Models\\Order', '336', 'Order #INV-20260304-0090 - BURYAM', NULL, '2026-03-04 14:23:41', '2026-03-04 14:23:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('668', '82', 'out', '0.44', '0.00', '0.00', 'App\\Models\\Order', '336', 'Order #INV-20260304-0090 - BURYAM', NULL, '2026-03-04 14:23:41', '2026-03-04 14:23:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('669', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '337', 'Order #INV-20260304-0091 - flex melasma revisi ketiga', '3', '2026-03-04 14:32:35', '2026-03-04 14:32:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('670', '60', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '338', 'Order #INV-20260304-0092 - flex melasma revisi ketiga', '3', '2026-03-04 14:37:51', '2026-03-04 14:37:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('671', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '339', 'Order #INV-20260304-0093 - HAPPY IM3', NULL, '2026-03-04 14:38:08', '2026-03-04 14:38:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('672', '47', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '340', 'Order #INV-20260304-0094 - 1 syawal', NULL, '2026-03-04 14:38:09', '2026-03-04 14:38:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('673', '48', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '341', 'Order #INV-20260304-0095 - brenda new', NULL, '2026-03-04 14:39:44', '2026-03-04 14:39:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('674', '48', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '342', 'Order #INV-20260304-0096 - sekeluarga', '3', '2026-03-04 14:41:37', '2026-03-04 14:41:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('675', '57', 'out', '150.00', '0.00', '0.00', 'App\\Models\\Order', '343', 'Order #INV-20260304-0097 - syafa 0403', NULL, '2026-03-04 14:52:26', '2026-03-04 14:52:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('676', '44', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '344', 'Order #INV-20260304-0098 - negeri cinta', '3', '2026-03-04 14:58:51', '2026-03-04 14:58:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('677', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '345', 'Order #INV-20260304-0099 - legit makcik', NULL, '2026-03-04 14:59:37', '2026-03-04 14:59:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('678', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '346', 'Order #INV-20260304-0100 - temore', NULL, '2026-03-04 15:05:44', '2026-03-04 15:05:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('679', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '347', 'Order #INV-20260304-0101 - flex test', '3', '2026-03-04 15:08:53', '2026-03-04 15:08:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('680', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '348', 'Order #INV-20260304-0102 - tiga rasa', NULL, '2026-03-04 15:18:04', '2026-03-04 15:18:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('681', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '271', 'Stok dikembalikan - Edit Order #INV-20260304-0025', NULL, '2026-03-04 15:24:12', '2026-03-04 15:24:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('682', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '349', 'Order #INV-20260304-0103 - flex melasma 0403', '3', '2026-03-04 15:36:20', '2026-03-04 15:36:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('683', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '350', 'Order #INV-20260304-0104 - havvla 0403', NULL, '2026-03-04 15:37:29', '2026-03-04 15:37:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('684', '57', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '351', 'Order #INV-20260304-0105 - eid 0403', NULL, '2026-03-04 15:42:28', '2026-03-04 15:42:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('685', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '352', 'Order #INV-20260304-0106 - flex melasma fix', '3', '2026-03-04 15:50:41', '2026-03-04 15:50:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('686', '60', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '353', 'Order #INV-20260304-0107 - padel 0403', '3', '2026-03-04 15:54:48', '2026-03-04 15:54:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('687', '91', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '353', 'Order #INV-20260304-0107 - padel 0403', '3', '2026-03-04 15:54:48', '2026-03-04 15:54:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('688', '60', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '353', 'Stok dikembalikan - Edit Order #INV-20260304-0107', '3', '2026-03-04 15:55:11', '2026-03-04 15:55:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('689', '91', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '353', 'Stok dikembalikan - Edit Order #INV-20260304-0107', '3', '2026-03-04 15:55:11', '2026-03-04 15:55:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('690', '85', 'out', '2.50', '0.00', '0.00', 'App\\Models\\Order', '354', 'Order #INV-20260304-0108 - smp 28 A', NULL, '2026-03-04 15:59:31', '2026-03-04 15:59:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('691', '85', 'out', '3.50', '0.00', '0.00', 'App\\Models\\Order', '354', 'Order #INV-20260304-0108 - smp 28 B', NULL, '2026-03-04 15:59:31', '2026-03-04 15:59:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('692', '60', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '352', 'Stok dikembalikan - Edit Order #INV-20260304-0106', '3', '2026-03-04 16:03:49', '2026-03-04 16:03:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('693', '47', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '355', 'Order #INV-20260304-0109 - chaca AMPLOP', NULL, '2026-03-04 16:06:25', '2026-03-04 16:06:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('694', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '356', 'Order #INV-20260304-0110 - idul atama', NULL, '2026-03-04 16:08:30', '2026-03-04 16:08:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('695', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '357', 'Order #INV-20260304-0111 - idul atama', NULL, '2026-03-04 16:08:40', '2026-03-04 16:08:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('696', '53', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '358', 'Order #INV-20260304-0112 - sertif arab new', '3', '2026-03-04 16:09:57', '2026-03-04 16:09:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('697', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '359', 'Order #INV-20260304-0113 - almarhumah sri', NULL, '2026-03-04 16:27:41', '2026-03-04 16:27:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('698', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '359', 'Order #INV-20260304-0113 - almarhumah sri', NULL, '2026-03-04 16:27:41', '2026-03-04 16:27:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('699', '57', 'damaged', '21.00', '0.00', '0.00', NULL, NULL, 'LAMINATING & CUTTING', NULL, '2026-03-04 16:28:12', '2026-03-04 16:28:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('700', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '360', 'Order #INV-20260304-0114 - CARD TAMA', NULL, '2026-03-04 16:28:44', '2026-03-04 16:28:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('701', '45', 'damaged', '8.00', '0.00', '0.00', NULL, NULL, 'SALAH FILE', NULL, '2026-03-04 16:30:59', '2026-03-04 16:30:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('702', '50', 'damaged', '8.00', '0.00', '0.00', NULL, NULL, 'CUTTING PUTUS MELESET', NULL, '2026-03-04 16:31:34', '2026-03-04 16:31:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('703', '59', 'damaged', '4.00', '0.00', '0.00', NULL, NULL, 'DESIGN BELUM TERSUSUN', NULL, '2026-03-04 16:32:40', '2026-03-04 16:32:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('704', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '323', 'Stok dikembalikan - Edit Order #INV-20260304-0077', NULL, '2026-03-04 16:35:40', '2026-03-04 16:35:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('705', '47', 'damaged', '3.00', '0.00', '0.00', NULL, NULL, 'CUTTING PUTUS', NULL, '2026-03-04 16:38:08', '2026-03-04 16:38:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('706', '57', 'in', '5.00', '0.00', '0.00', 'App\\Models\\Order', '356', 'Stok dikembalikan - Batal Order #INV-20260304-0110', '16', '2026-03-04 16:42:04', '2026-03-04 16:42:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('707', '44', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '361', 'Order #INV-20260304-0115 - la lunna', '3', '2026-03-04 16:42:42', '2026-03-04 16:42:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('708', '53', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '362', 'Order #INV-20260304-0116 - guardian 1', '3', '2026-03-04 16:54:35', '2026-03-04 16:54:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('709', '47', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '363', 'Order #INV-20260305-0001 - innerlight revisi 1', '3', '2026-03-05 09:13:28', '2026-03-05 09:13:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('710', '57', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '294', 'Stok dikembalikan - Edit Order #INV-20260304-0048', NULL, '2026-03-05 09:17:13', '2026-03-05 09:17:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('711', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '364', 'Order #INV-20260305-0002 - amba parfume 0503', '3', '2026-03-05 09:19:23', '2026-03-05 09:19:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('712', '82', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '364', 'Order #INV-20260305-0002 - amba parfume 0503', '3', '2026-03-05 09:19:23', '2026-03-05 09:19:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('713', '99', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '364', 'Order #INV-20260305-0002 - amba parfume 0503', '3', '2026-03-05 09:19:23', '2026-03-05 09:19:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('714', '57', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '365', 'Order #INV-20260305-0003 - wishaka 0503', NULL, '2026-03-05 09:19:35', '2026-03-05 09:19:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('715', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '366', 'Order #INV-20260305-0004 - parcel via', NULL, '2026-03-05 09:20:36', '2026-03-05 09:20:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('716', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '367', 'Order #INV-20260305-0005 - kopi legox 0503', NULL, '2026-03-05 09:23:58', '2026-03-05 09:23:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('717', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '368', 'Order #INV-20260305-0006 - mie ayam 21', NULL, '2026-03-05 09:25:21', '2026-03-05 09:25:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('718', '57', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '369', 'Order #INV-20260305-0007 - keripik akmal juni', '3', '2026-03-05 09:25:32', '2026-03-05 09:25:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('719', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '370', 'Order #INV-20260305-0008 - ORIN CAKE', NULL, '2026-03-05 09:25:41', '2026-03-05 09:25:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('720', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '371', 'Order #INV-20260305-0009 - KANTOR WILAYAH', NULL, '2026-03-05 09:28:55', '2026-03-05 09:28:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('721', '57', 'out', '38.00', '0.00', '0.00', 'App\\Models\\Order', '372', 'Order #INV-20260305-0010 - BERKESAN 1', '3', '2026-03-05 09:30:07', '2026-03-05 09:30:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('722', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '373', 'Order #INV-20260305-0011 - yuk singgah', NULL, '2026-03-05 09:30:22', '2026-03-05 09:30:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('723', '57', 'in', '38.00', '0.00', '0.00', 'App\\Models\\Order', '372', 'Stok dikembalikan - Edit Order #INV-20260305-0010', '3', '2026-03-05 09:30:26', '2026-03-05 09:30:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('724', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '374', 'Order #INV-20260305-0012 - rama cathring', NULL, '2026-03-05 09:31:54', '2026-03-05 09:31:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('725', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '375', 'Order #INV-20260305-0013 - parcel vian', NULL, '2026-03-05 09:36:08', '2026-03-05 09:36:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('726', '61', 'out', '0.48', '0.00', '0.00', 'App\\Models\\Order', '376', 'Order #INV-20260305-0014 - stand pop uk 60x80', NULL, '2026-03-05 09:36:59', '2026-03-05 09:36:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('727', '61', 'in', '0.48', '0.00', '0.00', 'App\\Models\\Order', '376', 'Stok dikembalikan - Edit Order #INV-20260305-0014', NULL, '2026-03-05 09:37:19', '2026-03-05 09:37:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('728', '44', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '377', 'Order #INV-20260305-0015 - danger 1', '3', '2026-03-05 09:37:39', '2026-03-05 09:37:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('729', '59', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '76', 'Stok dikembalikan - Edit Order #INV-20260302-0060', NULL, '2026-03-05 09:38:48', '2026-03-05 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('730', '68', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '76', 'Stok dikembalikan - Edit Order #INV-20260302-0060', NULL, '2026-03-05 09:38:48', '2026-03-05 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('731', '91', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '76', 'Stok dikembalikan - Edit Order #INV-20260302-0060', NULL, '2026-03-05 09:38:48', '2026-03-05 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('732', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '76', 'Order #INV-20260302-0060 - symphony stiker', NULL, '2026-03-05 09:38:48', '2026-03-05 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('733', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '378', 'Order #INV-20260305-0016 - PARAGAME', NULL, '2026-03-05 09:38:50', '2026-03-05 09:38:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('734', '44', 'in', '13.00', '0.00', '0.00', 'App\\Models\\Order', '377', 'Stok dikembalikan - Edit Order #INV-20260305-0015', '3', '2026-03-05 09:39:27', '2026-03-05 09:39:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('735', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '379', 'Order #INV-20260305-0017 - damake 0503', NULL, '2026-03-05 09:44:19', '2026-03-05 09:44:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('736', '57', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '380', 'Order #INV-20260305-0018 - sale baru 1 DAN shayna 1', '3', '2026-03-05 09:47:32', '2026-03-05 09:47:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('737', '61', 'in', '0.48', '0.00', '0.00', 'App\\Models\\Order', '305', 'Stok dikembalikan - Edit Order #INV-20260304-0059', NULL, '2026-03-05 09:47:36', '2026-03-05 09:47:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('738', '81', 'in', '0.48', '0.00', '0.00', 'App\\Models\\Order', '305', 'Stok dikembalikan - Edit Order #INV-20260304-0059', NULL, '2026-03-05 09:47:36', '2026-03-05 09:47:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('739', '49', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '381', 'Order #INV-20260305-0019 - beri golden', '3', '2026-03-05 09:55:12', '2026-03-05 09:55:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('740', '92', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '381', 'Order #INV-20260305-0019 - beri golden', '3', '2026-03-05 09:55:12', '2026-03-05 09:55:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('741', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '382', 'Order #INV-20260305-0020 - yayasan bukber', NULL, '2026-03-05 09:59:09', '2026-03-05 09:59:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('742', '47', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '383', 'Order #INV-20260305-0021 - dewi n baru', NULL, '2026-03-05 09:59:41', '2026-03-05 09:59:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('743', '87', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '384', 'Order #INV-20260305-0022 - DONI DON', NULL, '2026-03-05 09:59:47', '2026-03-05 09:59:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('744', '87', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '385', 'Order #INV-20260305-0023 - IRAWAN', NULL, '2026-03-05 10:00:41', '2026-03-05 10:00:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('745', '59', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '386', 'Order #INV-20260305-0024 - parfum 0503', NULL, '2026-03-05 10:00:48', '2026-03-05 10:00:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('746', '61', 'out', '1.76', '0.00', '0.00', 'App\\Models\\Order', '387', 'Order #INV-20260305-0025 - ruma quran', '3', '2026-03-05 10:03:42', '2026-03-05 10:03:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('747', '82', 'out', '1.76', '0.00', '0.00', 'App\\Models\\Order', '387', 'Order #INV-20260305-0025 - ruma quran', '3', '2026-03-05 10:03:42', '2026-03-05 10:03:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('748', '48', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '388', 'Order #INV-20260305-0026 - Nde Lutan', NULL, '2026-03-05 10:03:47', '2026-03-05 10:03:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('749', '57', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '389', 'Order #INV-20260305-0027 - FLOWERNISA', NULL, '2026-03-05 10:05:06', '2026-03-05 10:05:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('750', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '390', 'Order #INV-20260305-0028 - keripik bu yaya', '3', '2026-03-05 10:05:21', '2026-03-05 10:05:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('751', '47', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '391', 'Order #INV-20260305-0029 - TIRTA', NULL, '2026-03-05 10:08:11', '2026-03-05 10:08:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('752', '57', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '392', 'Order #INV-20260305-0030 - alma arem 0503', NULL, '2026-03-05 10:09:37', '2026-03-05 10:09:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('753', '100', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '393', 'Order #INV-20260305-0031 - potong', NULL, '2026-03-05 10:12:15', '2026-03-05 10:12:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('754', '47', 'out', '45.00', '0.00', '0.00', 'App\\Models\\Order', '394', 'Order #INV-20260305-0032 - rs jiwa daerah', NULL, '2026-03-05 10:12:43', '2026-03-05 10:12:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('755', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '395', 'Order #INV-20260305-0033 - brandong', NULL, '2026-03-05 10:13:47', '2026-03-05 10:13:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('756', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '395', 'Order #INV-20260305-0033 - brandong', NULL, '2026-03-05 10:13:47', '2026-03-05 10:13:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('757', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '395', 'Order #INV-20260305-0033 - brandong', NULL, '2026-03-05 10:13:47', '2026-03-05 10:13:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('758', '86', 'in', '12.00', '0.00', '0.00', 'App\\Models\\Order', '283', 'Stok dikembalikan - Batal Order #INV-20260304-0037', '8', '2026-03-05 10:23:41', '2026-03-05 10:23:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('759', '85', 'in', '12.00', '0.00', '0.00', 'App\\Models\\Order', '283', 'Stok dikembalikan - Batal Order #INV-20260304-0037', '8', '2026-03-05 10:23:41', '2026-03-05 10:23:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('760', '57', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '396', 'Order #INV-20260305-0034 - sinta cromo', NULL, '2026-03-05 10:27:30', '2026-03-05 10:27:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('761', '61', 'out', '1.57', '0.00', '0.00', 'App\\Models\\Order', '397', 'Order #INV-20260305-0035 - PARAGAME', NULL, '2026-03-05 10:27:54', '2026-03-05 10:27:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('762', '82', 'out', '1.57', '0.00', '0.00', 'App\\Models\\Order', '397', 'Order #INV-20260305-0035 - PARAGAME', NULL, '2026-03-05 10:27:54', '2026-03-05 10:27:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('763', '61', 'in', '1.57', '0.00', '0.00', 'App\\Models\\Order', '397', 'Stok dikembalikan - Edit Order #INV-20260305-0035', NULL, '2026-03-05 10:28:50', '2026-03-05 10:28:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('764', '82', 'in', '1.57', '0.00', '0.00', 'App\\Models\\Order', '397', 'Stok dikembalikan - Edit Order #INV-20260305-0035', NULL, '2026-03-05 10:28:50', '2026-03-05 10:28:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('765', '81', 'out', '1.57', '0.00', '0.00', 'App\\Models\\Order', '397', 'Order #INV-20260305-0035 - PARAGAME', NULL, '2026-03-05 10:28:50', '2026-03-05 10:28:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('766', '48', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '398', 'Order #INV-20260305-0036 - julaiha yasin', NULL, '2026-03-05 10:31:03', '2026-03-05 10:31:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('767', '68', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '398', 'Order #INV-20260305-0036 - julaiha yasin', NULL, '2026-03-05 10:31:03', '2026-03-05 10:31:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('768', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '399', 'Order #INV-20260305-0037 - indie cake', NULL, '2026-03-05 10:34:26', '2026-03-05 10:34:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('769', '57', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '249', 'Stok dikembalikan - Edit Order #INV-20260304-0003', '16', '2026-03-05 10:37:44', '2026-03-05 10:37:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('770', '85', 'in', '0.84', '0.00', '0.00', 'App\\Models\\Order', '254', 'Stok dikembalikan - Edit Order #INV-20260304-0008', NULL, '2026-03-05 10:40:15', '2026-03-05 10:40:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('771', '45', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '400', 'Order #INV-20260305-0038 - eid mubarak amplop', '3', '2026-03-05 10:41:50', '2026-03-05 10:41:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('772', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '401', 'Order #INV-20260305-0039 - wawan stiekr merah', NULL, '2026-03-05 10:46:53', '2026-03-05 10:46:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('773', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '402', 'Order #INV-20260305-0040 - BG ARDI', NULL, '2026-03-05 10:51:00', '2026-03-05 10:51:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('774', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '402', 'Order #INV-20260305-0040 - BG ARDI', NULL, '2026-03-05 10:51:00', '2026-03-05 10:51:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('775', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '402', 'Order #INV-20260305-0040 - BG ARDI', NULL, '2026-03-05 10:51:00', '2026-03-05 10:51:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('776', '57', 'out', '60.00', '0.00', '0.00', 'App\\Models\\Order', '403', 'Order #INV-20260305-0041 - restu ucapan fitri', NULL, '2026-03-05 10:51:07', '2026-03-05 10:51:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('777', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '404', 'Order #INV-20260305-0042 - fiyyu', NULL, '2026-03-05 10:51:23', '2026-03-05 10:51:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('778', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '405', 'Order #INV-20260305-0043 - hari raya 0503', '3', '2026-03-05 10:57:36', '2026-03-05 10:57:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('779', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '406', 'Order #INV-20260305-0044 - bumd lampung', '3', '2026-03-05 10:58:45', '2026-03-05 10:58:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('780', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '406', 'Order #INV-20260305-0044 - bumd lampung', '3', '2026-03-05 10:58:45', '2026-03-05 10:58:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('781', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '407', 'Order #INV-20260305-0045 - ADLI 310', NULL, '2026-03-05 10:59:11', '2026-03-05 10:59:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('782', '61', 'out', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Order #INV-20260305-0046 - ida butik', NULL, '2026-03-05 11:04:02', '2026-03-05 11:04:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('783', '82', 'out', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Order #INV-20260305-0046 - ida butik', NULL, '2026-03-05 11:04:02', '2026-03-05 11:04:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('784', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '409', 'Order #INV-20260305-0047 - MY FRIEND', NULL, '2026-03-05 11:05:10', '2026-03-05 11:05:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('785', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '409', 'Order #INV-20260305-0047 - MY FRIEND', NULL, '2026-03-05 11:05:10', '2026-03-05 11:05:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('786', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '410', 'Order #INV-20260305-0048 - king parfume', NULL, '2026-03-05 11:07:48', '2026-03-05 11:07:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('787', '47', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '383', 'Stok dikembalikan - Edit Order #INV-20260305-0021', '3', '2026-03-05 11:08:14', '2026-03-05 11:08:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('788', '85', 'out', '0.30', '0.00', '0.00', 'App\\Models\\Order', '411', 'Order #INV-20260305-0049 - kosan 01', NULL, '2026-03-05 11:15:27', '2026-03-05 11:15:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('789', '85', 'out', '2.50', '0.00', '0.00', 'App\\Models\\Order', '411', 'Order #INV-20260305-0049 - kosan 02', NULL, '2026-03-05 11:15:27', '2026-03-05 11:15:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('790', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '412', 'Order #INV-20260305-0050 - kld wedding', NULL, '2026-03-05 11:24:27', '2026-03-05 11:24:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('791', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '413', 'Order #INV-20260305-0051 - kuein lpg', NULL, '2026-03-05 11:30:06', '2026-03-05 11:30:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('792', '45', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '414', 'Order #INV-20260305-0052 - kartu pink =3,slyer pink=2', NULL, '2026-03-05 11:33:25', '2026-03-05 11:33:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('793', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '415', 'Order #INV-20260305-0053 - kaka we=1,hantag pink=1', NULL, '2026-03-05 11:34:55', '2026-03-05 11:34:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('794', '44', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '416', 'Order #INV-20260305-0054 - zellyn', NULL, '2026-03-05 11:51:34', '2026-03-05 11:51:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('795', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '417', 'Order #INV-20260305-0055 - zellyn', NULL, '2026-03-05 11:52:00', '2026-03-05 11:52:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('796', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '418', 'Order #INV-20260305-0056 - coffee agus', NULL, '2026-03-05 11:57:24', '2026-03-05 11:57:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('797', '61', 'in', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Stok dikembalikan - Edit Order #INV-20260305-0046', NULL, '2026-03-05 11:59:35', '2026-03-05 11:59:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('798', '82', 'in', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Stok dikembalikan - Edit Order #INV-20260305-0046', NULL, '2026-03-05 11:59:35', '2026-03-05 11:59:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('799', '61', 'out', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Order #INV-20260305-0046 - ida butik', NULL, '2026-03-05 11:59:35', '2026-03-05 11:59:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('800', '82', 'out', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Order #INV-20260305-0046 - ida butik', NULL, '2026-03-05 11:59:35', '2026-03-05 11:59:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('801', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '419', 'Order #INV-20260305-0057 - StikerTakjil', NULL, '2026-03-05 12:01:26', '2026-03-05 12:01:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('802', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '420', 'Order #INV-20260305-0058 - keripik 0503', '3', '2026-03-05 12:56:41', '2026-03-05 12:56:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('803', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '421', 'Order #INV-20260305-0059 - keripik 0503', '3', '2026-03-05 12:56:42', '2026-03-05 12:56:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('804', '57', 'in', '60.00', '0.00', '0.00', 'App\\Models\\Order', '403', 'Stok dikembalikan - Edit Order #INV-20260305-0041', NULL, '2026-03-05 13:02:29', '2026-03-05 13:02:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('805', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '422', 'Order #INV-20260305-0060 - ALADIN', NULL, '2026-03-05 13:09:58', '2026-03-05 13:09:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('806', '47', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '423', 'Order #INV-20260305-0061 - undangan soft', NULL, '2026-03-05 13:12:03', '2026-03-05 13:12:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('807', '51', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '424', 'Order #INV-20260305-0062 - fastev sani', NULL, '2026-03-05 13:14:26', '2026-03-05 13:14:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('808', '59', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '425', 'Order #INV-20260305-0063 - peyek berkah', '3', '2026-03-05 13:16:50', '2026-03-05 13:16:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('809', '91', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '425', 'Order #INV-20260305-0063 - peyek berkah', '3', '2026-03-05 13:16:50', '2026-03-05 13:16:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('810', '95', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '426', 'Order #INV-20260305-0064 - bpjs 0503', NULL, '2026-03-05 13:19:00', '2026-03-05 13:19:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('811', '57', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '427', 'Order #INV-20260305-0065 - selamat idul revisi', '3', '2026-03-05 13:20:57', '2026-03-05 13:20:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('812', '61', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '428', 'Order #INV-20260305-0066 - chalx', '3', '2026-03-05 13:26:26', '2026-03-05 13:26:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('813', '98', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '428', 'Order #INV-20260305-0066 - chalx', '3', '2026-03-05 13:26:26', '2026-03-05 13:26:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('814', '47', 'in', '12400.00', '715.00', '8866000.00', NULL, NULL, 'indah sari', '1', '2026-03-05 13:27:49', '2026-03-05 13:27:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('815', '44', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '429', 'Order #INV-20260305-0067 - kld suji', NULL, '2026-03-05 13:30:33', '2026-03-05 13:30:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('816', '47', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '430', 'Order #INV-20260305-0068 - ngabubu 1', '3', '2026-03-05 13:31:57', '2026-03-05 13:31:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('817', '44', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '429', 'Stok dikembalikan - Edit Order #INV-20260305-0067', NULL, '2026-03-05 13:32:12', '2026-03-05 13:32:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('818', '44', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '429', 'Order #INV-20260305-0067 - kld suji', NULL, '2026-03-05 13:32:12', '2026-03-05 13:32:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('819', '93', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '429', 'Order #INV-20260305-0067 - kld suji', NULL, '2026-03-05 13:32:12', '2026-03-05 13:32:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('820', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '431', 'Order #INV-20260305-0069 - rapat koordinasi 0503', NULL, '2026-03-05 13:37:22', '2026-03-05 13:37:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('821', '85', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '431', 'Stok dikembalikan - Edit Order #INV-20260305-0069', NULL, '2026-03-05 13:37:35', '2026-03-05 13:37:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('822', '51', 'out', '110.00', '0.00', '0.00', 'App\\Models\\Order', '432', 'Order #INV-20260305-0070 - isi jurnal', NULL, '2026-03-05 13:44:39', '2026-03-05 13:44:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('823', '51', 'in', '110.00', '0.00', '0.00', 'App\\Models\\Order', '432', 'Stok dikembalikan - Edit Order #INV-20260305-0070', NULL, '2026-03-05 13:44:49', '2026-03-05 13:44:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('824', '51', 'out', '610.00', '0.00', '0.00', 'App\\Models\\Order', '433', 'Order #INV-20260305-0071 - isi Buku Journal', NULL, '2026-03-05 13:47:15', '2026-03-05 13:47:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('825', '47', 'out', '102.00', '0.00', '0.00', 'App\\Models\\Order', '434', 'Order #INV-20260305-0072 - cover journal', NULL, '2026-03-05 13:50:30', '2026-03-05 13:50:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('826', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '435', 'Order #INV-20260305-0073 - rama catering', NULL, '2026-03-05 13:55:12', '2026-03-05 13:55:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('827', '57', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '421', 'Stok dikembalikan - Batal Order #INV-20260305-0059', '8', '2026-03-05 13:56:24', '2026-03-05 13:56:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('828', '57', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '435', 'Stok dikembalikan - Edit Order #INV-20260305-0073', NULL, '2026-03-05 14:06:55', '2026-03-05 14:06:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('829', '85', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '435', 'Order #INV-20260305-0073 - bukber diamond', NULL, '2026-03-05 14:06:55', '2026-03-05 14:06:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('830', '57', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '436', 'Order #INV-20260305-0074 - maryam 1', '3', '2026-03-05 14:17:23', '2026-03-05 14:17:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('831', '62', 'out', '0.70', '0.00', '0.00', 'App\\Models\\Order', '437', 'Order #INV-20260305-0075 - DIAN SUKINI', NULL, '2026-03-05 14:23:00', '2026-03-05 14:23:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('832', '85', 'out', '4.90', '0.00', '0.00', 'App\\Models\\Order', '438', 'Order #INV-20260305-0076 - gemilang sejahtera', NULL, '2026-03-05 14:30:43', '2026-03-05 14:30:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('833', '57', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '439', 'Order #INV-20260305-0077 - reza dhea', '3', '2026-03-05 14:40:17', '2026-03-05 14:40:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('834', '61', 'in', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Stok dikembalikan - Edit Order #INV-20260305-0046', NULL, '2026-03-05 14:55:18', '2026-03-05 14:55:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('835', '82', 'in', '0.60', '0.00', '0.00', 'App\\Models\\Order', '408', 'Stok dikembalikan - Edit Order #INV-20260305-0046', NULL, '2026-03-05 14:55:18', '2026-03-05 14:55:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('836', '47', 'in', '102.00', '0.00', '0.00', 'App\\Models\\Order', '434', 'Stok dikembalikan - Edit Order #INV-20260305-0072', NULL, '2026-03-05 14:55:58', '2026-03-05 14:55:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('837', '51', 'in', '610.00', '0.00', '0.00', 'App\\Models\\Order', '433', 'Stok dikembalikan - Edit Order #INV-20260305-0071', NULL, '2026-03-05 14:56:21', '2026-03-05 14:56:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('838', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '440', 'Order #INV-20260305-0078 - maklumat 1', '3', '2026-03-05 14:56:48', '2026-03-05 14:56:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('839', '50', 'out', '250.00', '0.00', '0.00', 'App\\Models\\Order', '441', 'Order #INV-20260305-0079 - sahila', NULL, '2026-03-05 15:01:39', '2026-03-05 15:01:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('840', '57', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '442', 'Order #INV-20260305-0080 - marhaban new 1', '3', '2026-03-05 15:02:36', '2026-03-05 15:02:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('841', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '443', 'Order #INV-20260305-0081 - pooch 1', '3', '2026-03-05 15:18:55', '2026-03-05 15:18:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('842', '45', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '444', 'Order #INV-20260305-0082 - signature', NULL, '2026-03-05 15:20:18', '2026-03-05 15:20:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('843', '85', 'out', '2.25', '0.00', '0.00', 'App\\Models\\Order', '445', 'Order #INV-20260305-0083 - fida afriana', NULL, '2026-03-05 15:32:53', '2026-03-05 15:32:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('844', '85', 'in', '2.25', '0.00', '0.00', 'App\\Models\\Order', '445', 'Stok dikembalikan - Edit Order #INV-20260305-0083', NULL, '2026-03-05 15:33:11', '2026-03-05 15:33:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('845', '55', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '446', 'Order #INV-20260305-0084 - guardian susulan', '3', '2026-03-05 15:37:28', '2026-03-05 15:37:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('846', '47', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '447', 'Order #INV-20260305-0085 - DWIKY', NULL, '2026-03-05 15:45:34', '2026-03-05 15:45:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('847', '44', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '448', 'Order #INV-20260305-0086 - 3000 tizo', '3', '2026-03-05 15:47:36', '2026-03-05 15:47:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('848', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '449', 'Order #INV-20260305-0087 - KUKI', NULL, '2026-03-05 15:48:44', '2026-03-05 15:48:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('849', '85', 'out', '8.10', '0.00', '0.00', 'App\\Models\\Order', '450', 'Order #INV-20260305-0088 - ENVIRO', NULL, '2026-03-05 15:55:58', '2026-03-05 15:55:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('850', '46', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '451', 'Order #INV-20260305-0089 - Amplop 1, Amplop 2=@13', NULL, '2026-03-05 16:00:28', '2026-03-05 16:00:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('851', '47', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '452', 'Order #INV-20260305-0090 - card padang', NULL, '2026-03-05 16:01:48', '2026-03-05 16:01:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('852', '85', 'in', '0.30', '0.00', '0.00', 'App\\Models\\Order', '411', 'Stok dikembalikan - Edit Order #INV-20260305-0049', NULL, '2026-03-05 16:06:15', '2026-03-05 16:06:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('853', '85', 'in', '2.50', '0.00', '0.00', 'App\\Models\\Order', '411', 'Stok dikembalikan - Edit Order #INV-20260305-0049', NULL, '2026-03-05 16:06:15', '2026-03-05 16:06:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('854', '46', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '453', 'Order #INV-20260305-0091 - DIANA', NULL, '2026-03-05 16:06:44', '2026-03-05 16:06:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('855', '54', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '454', 'Order #INV-20260305-0092 - SOFT MOIST', NULL, '2026-03-05 16:09:18', '2026-03-05 16:09:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('856', '57', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '455', 'Order #INV-20260305-0093 - almers cakery 1 revisi', '3', '2026-03-05 16:09:49', '2026-03-05 16:09:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('857', '51', 'out', '1000.00', '0.00', '0.00', 'App\\Models\\Order', '456', 'Order #INV-20260305-0094 - 3000 tizo', '3', '2026-03-05 16:10:54', '2026-03-05 16:10:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('858', '57', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '457', 'Order #INV-20260305-0095 - nirwana tour', NULL, '2026-03-05 16:11:08', '2026-03-05 16:11:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('859', '51', 'in', '1000.00', '0.00', '0.00', 'App\\Models\\Order', '456', 'Stok dikembalikan - Edit Order #INV-20260305-0094', '3', '2026-03-05 16:12:13', '2026-03-05 16:12:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('860', '90', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '458', 'Order #INV-20260305-0096 - jasa cetak', '3', '2026-03-05 16:13:05', '2026-03-05 16:13:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('861', '47', 'out', '102.00', '0.00', '0.00', 'App\\Models\\Order', '434', 'Order #INV-20260305-0072 - cover journal', NULL, '2026-03-05 16:14:29', '2026-03-05 16:14:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('862', '87', 'out', '14.56', '0.00', '0.00', 'App\\Models\\Order', '459', 'Order #INV-20260305-0097 - rumah makan mpm', NULL, '2026-03-05 16:29:21', '2026-03-05 16:29:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('863', '100', 'in', '10000000.00', '15000.00', '150000000000.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-05 16:35:14', '2026-03-05 16:35:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('864', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '460', 'Order #INV-20260305-0098 - benda hampers', NULL, '2026-03-05 16:35:38', '2026-03-05 16:35:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('865', '100', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '461', 'Order #INV-20260305-0099 - KUPON TIZO', '8', '2026-03-05 16:36:02', '2026-03-05 16:36:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('866', '48', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '462', 'Order #INV-20260305-0100 - brenda new', NULL, '2026-03-05 16:37:14', '2026-03-05 16:37:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('867', '48', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '463', 'Order #INV-20260305-0101 - kartu penukaran', NULL, '2026-03-05 16:38:01', '2026-03-05 16:38:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('868', '51', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '464', 'Order #INV-20260305-0102 - tester warna', NULL, '2026-03-05 16:38:33', '2026-03-05 16:38:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('869', '47', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '465', 'Order #INV-20260305-0103 - amplop ringgit', '3', '2026-03-05 16:39:22', '2026-03-05 16:39:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('870', '47', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '466', 'Order #INV-20260305-0104 - amplop ringgit', '3', '2026-03-05 16:39:23', '2026-03-05 16:39:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('871', '85', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '467', 'Order #INV-20260305-0105 - bahan kosong', '3', '2026-03-05 16:59:13', '2026-03-05 16:59:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('872', '85', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '468', 'Order #INV-20260306-0001 - PESAWAHAN', NULL, '2026-03-06 09:18:05', '2026-03-06 09:18:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('873', '44', 'out', '35.00', '0.00', '0.00', 'App\\Models\\Order', '469', 'Order #INV-20260306-0002 - putra pelangi', NULL, '2026-03-06 09:21:09', '2026-03-06 09:21:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('874', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '470', 'Order #INV-20260306-0003 - AS COFFE', NULL, '2026-03-06 09:21:44', '2026-03-06 09:21:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('875', '47', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '471', 'Order #INV-20260306-0004 - radisf sea,', '3', '2026-03-06 09:23:08', '2026-03-06 09:23:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('876', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '304', 'Stok dikembalikan - Edit Order #INV-20260304-0058', NULL, '2026-03-06 09:25:20', '2026-03-06 09:25:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('877', '82', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '304', 'Stok dikembalikan - Edit Order #INV-20260304-0058', NULL, '2026-03-06 09:25:20', '2026-03-06 09:25:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('878', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '304', 'Order #INV-20260304-0058 - instalasi gizi', NULL, '2026-03-06 09:25:20', '2026-03-06 09:25:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('879', '81', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '304', 'Order #INV-20260304-0058 - instalasi gizi', NULL, '2026-03-06 09:25:20', '2026-03-06 09:25:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('880', '85', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '472', 'Order #INV-20260306-0005 - HAMDI', NULL, '2026-03-06 09:25:30', '2026-03-06 09:25:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('882', '85', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '474', 'Order #INV-20260306-0007 - BAITUL ZAKAT', NULL, '2026-03-06 09:27:53', '2026-03-06 09:27:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('883', '101', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '475', 'Order #INV-20260306-0008 - ZTE 0603', '3', '2026-03-06 09:29:07', '2026-03-06 09:29:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('884', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '476', 'Order #INV-20260306-0009 - DRINK SERIES', '3', '2026-03-06 09:31:32', '2026-03-06 09:31:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('886', '61', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '476', 'Stok dikembalikan - Edit Order #INV-20260306-0009', '3', '2026-03-06 09:32:16', '2026-03-06 09:32:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('887', '81', 'out', '1.03', '0.00', '0.00', 'App\\Models\\Order', '476', 'Order #INV-20260306-0009 - DRINK SERIES', '3', '2026-03-06 09:32:16', '2026-03-06 09:32:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('888', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '478', 'Order #INV-20260306-0011 - damake 0603', NULL, '2026-03-06 09:33:33', '2026-03-06 09:33:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('890', '47', 'out', '150.00', '0.00', '0.00', 'App\\Models\\Order', '480', 'Order #INV-20260306-0013 - SAPTAWA', '3', '2026-03-06 09:35:26', '2026-03-06 09:35:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('891', '47', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '481', 'Order #INV-20260306-0014 - layanan perizinan', '3', '2026-03-06 09:36:56', '2026-03-06 09:36:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('893', '57', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '483', 'Order #INV-20260306-0016 - nutrimix 0603', NULL, '2026-03-06 09:41:09', '2026-03-06 09:41:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('894', '48', 'out', '36.00', '0.00', '0.00', 'App\\Models\\Order', '484', 'Order #INV-20260306-0017 - nutrimix 0603', NULL, '2026-03-06 09:41:32', '2026-03-06 09:41:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('897', '44', 'out', '150.00', '0.00', '0.00', 'App\\Models\\Order', '487', 'Order #INV-20260306-0020 - brosur satya cendikia', NULL, '2026-03-06 09:46:14', '2026-03-06 09:46:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('898', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '488', 'Order #INV-20260306-0021 - HAFIZ STORE', NULL, '2026-03-06 09:47:15', '2026-03-06 09:47:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('899', '44', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '489', 'Order #INV-20260306-0022 - eyang new', '3', '2026-03-06 09:47:53', '2026-03-06 09:47:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('900', '85', 'out', '1.40', '0.00', '0.00', 'App\\Models\\Order', '490', 'Order #INV-20260306-0023 - satya cendikia', NULL, '2026-03-06 09:47:54', '2026-03-06 09:47:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('901', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '491', 'Order #INV-20260306-0024 - rich stiker', NULL, '2026-03-06 09:51:07', '2026-03-06 09:51:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('902', '87', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Order #INV-20260306-0025 - gratis parkir', '3', '2026-03-06 09:51:12', '2026-03-06 09:51:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('903', '87', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Order #INV-20260306-0025 - cake dori 1', '3', '2026-03-06 09:51:12', '2026-03-06 09:51:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('904', '87', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Stok dikembalikan - Edit Order #INV-20260306-0025', '3', '2026-03-06 09:51:57', '2026-03-06 09:51:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('905', '87', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Stok dikembalikan - Edit Order #INV-20260306-0025', '3', '2026-03-06 09:51:57', '2026-03-06 09:51:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('906', '87', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Order #INV-20260306-0025 - gratis parkir', '3', '2026-03-06 09:51:57', '2026-03-06 09:51:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('907', '87', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Order #INV-20260306-0025 - cake dori 1', '3', '2026-03-06 09:51:57', '2026-03-06 09:51:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('908', '59', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '493', 'Order #INV-20260306-0026 - ERDILA CASTOR', NULL, '2026-03-06 09:52:17', '2026-03-06 09:52:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('909', '91', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '493', 'Order #INV-20260306-0026 - ERDILA CASTOR', NULL, '2026-03-06 09:52:17', '2026-03-06 09:52:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('910', '68', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '493', 'Order #INV-20260306-0026 - ERDILA CASTOR', NULL, '2026-03-06 09:52:17', '2026-03-06 09:52:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('911', '87', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Stok dikembalikan - Edit Order #INV-20260306-0025', '3', '2026-03-06 09:52:39', '2026-03-06 09:52:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('912', '87', 'in', '5.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Stok dikembalikan - Edit Order #INV-20260306-0025', '3', '2026-03-06 09:52:39', '2026-03-06 09:52:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('913', '87', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '492', 'Order #INV-20260306-0025 - gratis parkir', '3', '2026-03-06 09:52:39', '2026-03-06 09:52:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('914', '87', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Order #INV-20260306-0025 - cake dori 1', '3', '2026-03-06 09:52:39', '2026-03-06 09:52:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('915', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '494', 'Order #INV-20260306-0027 - a toe cut', NULL, '2026-03-06 09:54:17', '2026-03-06 09:54:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('916', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '494', 'Order #INV-20260306-0027 - a toe cut', NULL, '2026-03-06 09:54:17', '2026-03-06 09:54:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('917', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '495', 'Order #INV-20260306-0028 - satu aksi', NULL, '2026-03-06 09:56:05', '2026-03-06 09:56:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('918', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '496', 'Order #INV-20260306-0029 - panah 1', '3', '2026-03-06 09:56:19', '2026-03-06 09:56:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('919', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '496', 'Order #INV-20260306-0029 - panah 1', '3', '2026-03-06 09:56:19', '2026-03-06 09:56:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('920', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '496', 'Order #INV-20260306-0029 - panah 1', '3', '2026-03-06 09:56:19', '2026-03-06 09:56:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('923', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '497', 'Order #INV-20260306-0030 - parkir 1', '3', '2026-03-06 09:59:20', '2026-03-06 09:59:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('924', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '498', 'Order #INV-20260306-0031 - ubi ungu 01-02', NULL, '2026-03-06 10:01:08', '2026-03-06 10:01:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('925', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '498', 'Order #INV-20260306-0031 - ubi ungu 03-04', NULL, '2026-03-06 10:01:08', '2026-03-06 10:01:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('926', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '499', 'Order #INV-20260306-0032 - FERBALLS', '3', '2026-03-06 10:01:58', '2026-03-06 10:01:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('929', '47', 'out', '48.00', '0.00', '0.00', 'App\\Models\\Order', '502', 'Order #INV-20260306-0035 - tria 0603', NULL, '2026-03-06 10:06:51', '2026-03-06 10:06:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('930', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '503', 'Order #INV-20260306-0036 - wesible', NULL, '2026-03-06 10:07:52', '2026-03-06 10:07:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('931', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '504', 'Order #INV-20260306-0037 - UNGU 1- UNGU 2 @2PCS', NULL, '2026-03-06 10:08:34', '2026-03-06 10:08:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('932', '65', 'out', '1.62', '0.00', '0.00', 'App\\Models\\Order', '505', 'Order #INV-20260306-0038 - pastry 1 - 3', '3', '2026-03-06 10:09:17', '2026-03-06 10:09:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('933', '61', 'out', '1.34', '0.00', '0.00', 'App\\Models\\Order', '505', 'Order #INV-20260306-0038 - ice cream 1', '3', '2026-03-06 10:09:17', '2026-03-06 10:09:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('935', '44', 'out', '188.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Order #INV-20260306-0040 - aid mubarak new 2026', NULL, '2026-03-06 10:11:17', '2026-03-06 10:11:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('936', '47', 'out', '92.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Order #INV-20260306-0040 - aid mubarak new 2026', NULL, '2026-03-06 10:11:17', '2026-03-06 10:11:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('937', '47', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Order #INV-20260306-0040 - restu siska revisi', NULL, '2026-03-06 10:11:17', '2026-03-06 10:11:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('938', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '508', 'Order #INV-20260306-0041 - GUMA1-GUMA 2 @1', NULL, '2026-03-06 10:12:52', '2026-03-06 10:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('939', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '509', 'Order #INV-20260306-0042 - kwong moy', NULL, '2026-03-06 10:14:42', '2026-03-06 10:14:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('940', '65', 'in', '1.62', '0.00', '0.00', 'App\\Models\\Order', '505', 'Stok dikembalikan - Edit Order #INV-20260306-0038', '3', '2026-03-06 10:15:17', '2026-03-06 10:15:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('941', '61', 'in', '1.34', '0.00', '0.00', 'App\\Models\\Order', '505', 'Stok dikembalikan - Edit Order #INV-20260306-0038', '3', '2026-03-06 10:15:17', '2026-03-06 10:15:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('942', '81', 'out', '1.34', '0.00', '0.00', 'App\\Models\\Order', '505', 'Order #INV-20260306-0038 - ice cream 1', '3', '2026-03-06 10:15:17', '2026-03-06 10:15:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('945', '87', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '512', 'Order #INV-20260306-0045 - bahan polos', '3', '2026-03-06 10:22:41', '2026-03-06 10:22:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('947', '85', 'out', '2.50', '0.00', '0.00', 'App\\Models\\Order', '514', 'Order #INV-20260306-0047 - peserta qurban', NULL, '2026-03-06 10:24:31', '2026-03-06 10:24:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('948', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '515', 'Order #INV-20260306-0048 - ayam bakar madu', NULL, '2026-03-06 10:26:18', '2026-03-06 10:26:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('949', '61', 'out', '0.82', '0.00', '0.00', 'App\\Models\\Order', '516', 'Order #INV-20260306-0049 - YUKUFU', NULL, '2026-03-06 10:27:07', '2026-03-06 10:27:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('950', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '517', 'Order #INV-20260306-0050 - ANDE DES', NULL, '2026-03-06 10:30:13', '2026-03-06 10:30:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('951', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '518', 'Order #INV-20260306-0051 - bantuan btn', NULL, '2026-03-06 10:35:00', '2026-03-06 10:35:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('952', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '519', 'Order #INV-20260306-0052 - kripik ande 30des', NULL, '2026-03-06 10:36:27', '2026-03-06 10:36:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('954', '44', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '520', 'Order #INV-20260306-0053 - asgarindo', NULL, '2026-03-06 10:37:21', '2026-03-06 10:37:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('955', '44', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '521', 'Order #INV-20260306-0054 - MENU BARCODE', NULL, '2026-03-06 10:38:24', '2026-03-06 10:38:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('956', '61', 'damaged', '0.56', '0.00', '0.00', NULL, NULL, 'UKURAN BERUBAH KETIKA PROSES EKSPORT', '16', '2026-03-06 10:39:28', '2026-03-06 10:39:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('957', '50', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '522', 'Order #INV-20260306-0055 - piagam tadarus', NULL, '2026-03-06 10:43:35', '2026-03-06 10:43:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('959', '85', 'out', '6.46', '0.00', '0.00', 'App\\Models\\Order', '524', 'Order #INV-20260306-0057 - aspirasi', '3', '2026-03-06 10:48:00', '2026-03-06 10:48:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('961', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '526', 'Order #INV-20260306-0059 - TRACE ORDER', NULL, '2026-03-06 11:01:17', '2026-03-06 11:01:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('962', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '527', 'Order #INV-20260306-0060 - SUTAN 1', '3', '2026-03-06 11:02:10', '2026-03-06 11:02:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('964', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '529', 'Order #INV-20260306-0062 - idul fitri 0603', NULL, '2026-03-06 11:07:37', '2026-03-06 11:07:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('965', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '530', 'Order #INV-20260306-0063 - idul fitri 0603', NULL, '2026-03-06 11:07:59', '2026-03-06 11:07:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('966', '85', 'out', '2.94', '0.00', '0.00', 'App\\Models\\Order', '531', 'Order #INV-20260306-0064 - JAMI IKHLAS', NULL, '2026-03-06 11:09:56', '2026-03-06 11:09:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('967', '86', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '532', 'Order #INV-20260306-0065 - rm musik', NULL, '2026-03-06 11:10:41', '2026-03-06 11:10:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('969', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '533', 'Order #INV-20260306-0066 - akira', NULL, '2026-03-06 11:13:47', '2026-03-06 11:13:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('970', '60', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '534', 'Order #INV-20260306-0067 - teknik mesin', NULL, '2026-03-06 11:23:26', '2026-03-06 11:23:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('971', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '534', 'Order #INV-20260306-0067 - teknik mesin', NULL, '2026-03-06 11:23:26', '2026-03-06 11:23:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('972', '57', 'in', '30.00', '0.00', '0.00', 'App\\Models\\Order', '442', 'Stok dikembalikan - Edit Order #INV-20260305-0080', '3', '2026-03-06 11:23:55', '2026-03-06 11:23:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('974', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '535', 'Order #INV-20260306-0068 - eid mubarak 0603', '3', '2026-03-06 11:24:37', '2026-03-06 11:24:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('975', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '536', 'Order #INV-20260306-0069 - mixed oil', '3', '2026-03-06 11:26:17', '2026-03-06 11:26:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('976', '86', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '537', 'Order #INV-20260306-0070 - NANA 1', '3', '2026-03-06 11:30:19', '2026-03-06 11:30:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('977', '86', 'out', '0.63', '0.00', '0.00', 'App\\Models\\Order', '537', 'Order #INV-20260306-0070 - NANA 2', '3', '2026-03-06 11:30:19', '2026-03-06 11:30:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('978', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '538', 'Order #INV-20260306-0071 - FRANSISKA', '3', '2026-03-06 11:32:05', '2026-03-06 11:32:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('979', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '538', 'Order #INV-20260306-0071 - FRANSISKA', '3', '2026-03-06 11:32:05', '2026-03-06 11:32:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('980', '57', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '539', 'Order #INV-20260306-0072 - BRI DEBITUR NUNGGAK', NULL, '2026-03-06 11:32:25', '2026-03-06 11:32:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('981', '57', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '540', 'Order #INV-20260306-0073 - AFTERBEAUTE', NULL, '2026-03-06 11:33:45', '2026-03-06 11:33:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('982', '44', 'out', '16.00', '0.00', '0.00', 'App\\Models\\Order', '541', 'Order #INV-20260306-0074 - samsaidi', '3', '2026-03-06 11:38:10', '2026-03-06 11:38:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('983', '44', 'out', '32.00', '0.00', '0.00', 'App\\Models\\Order', '541', 'Order #INV-20260306-0074 - isma riana', '3', '2026-03-06 11:38:10', '2026-03-06 11:38:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('986', '49', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '542', 'Order #INV-20260306-0075 - stepwgn', '3', '2026-03-06 11:49:51', '2026-03-06 11:49:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('987', '67', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '542', 'Order #INV-20260306-0075 - stepwgn', '3', '2026-03-06 11:49:51', '2026-03-06 11:49:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('988', '92', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '542', 'Order #INV-20260306-0075 - stepwgn', '3', '2026-03-06 11:49:51', '2026-03-06 11:49:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('990', '62', 'damaged', '4.08', '0.00', '0.00', NULL, NULL, 'KONSUMEN MINTA KONFIRMASI BISA CETAK SEGERA/TIDAK, DIJAWAB \" BELUM\", FILE SUDAH DITERUSKAN KE TIM SETTING DAN TIDAK ADA KONFIRMASI PENDING ATAU CANCEL JADI TETAP DIPROSES DENGAN TIM SETTING KARENA DIANGGAP TETAP LANJUT CETAK', '16', '2026-03-06 12:12:42', '2026-03-06 12:12:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('991', '47', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '543', 'Order #INV-20260306-0076 - bank tara', NULL, '2026-03-06 12:56:13', '2026-03-06 12:56:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('992', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '544', 'Order #INV-20260306-0077 - magnum', NULL, '2026-03-06 13:01:50', '2026-03-06 13:01:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('993', '44', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '544', 'Order #INV-20260306-0077 - magnum', NULL, '2026-03-06 13:01:50', '2026-03-06 13:01:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('994', '45', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '545', 'Order #INV-20260306-0078 - thr bokap', NULL, '2026-03-06 13:20:02', '2026-03-06 13:20:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('995', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '546', 'Order #INV-20260306-0079 - taleeta', NULL, '2026-03-06 13:21:37', '2026-03-06 13:21:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('996', '50', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '547', 'Order #INV-20260306-0080 - kabek 0603', '3', '2026-03-06 13:22:24', '2026-03-06 13:22:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('997', '92', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '547', 'Order #INV-20260306-0080 - kabek 0603', '3', '2026-03-06 13:22:24', '2026-03-06 13:22:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('999', '85', 'out', '1.50', '0.00', '0.00', 'App\\Models\\Order', '548', 'Order #INV-20260306-0081 - LAUNDRY', '3', '2026-03-06 13:25:35', '2026-03-06 13:25:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1000', '85', 'out', '1.40', '0.00', '0.00', 'App\\Models\\Order', '548', 'Order #INV-20260306-0081 - LAUNDRY PENDEK', '3', '2026-03-06 13:25:35', '2026-03-06 13:25:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1001', '47', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '549', 'Order #INV-20260306-0082 - tips hidup', NULL, '2026-03-06 13:28:14', '2026-03-06 13:28:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1002', '61', 'damaged', '0.50', '0.00', '0.00', NULL, NULL, 'AGUNG SALAH INPUT JENIS BAHAN', '16', '2026-03-06 13:32:16', '2026-03-06 13:32:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1003', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '550', 'Order #INV-20260306-0083 - mitra maju 1', '3', '2026-03-06 13:35:22', '2026-03-06 13:35:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1004', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '551', 'Order #INV-20260306-0084 - foto 0603', '3', '2026-03-06 13:35:46', '2026-03-06 13:35:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1005', '60', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '552', 'Order #INV-20260306-0085 - adam 0603 A-B', NULL, '2026-03-06 13:40:15', '2026-03-06 13:40:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1007', '59', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '554', 'Order #INV-20260306-0087 - dapur ara 1', '3', '2026-03-06 13:47:01', '2026-03-06 13:47:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1008', '91', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '554', 'Order #INV-20260306-0087 - dapur ara 1', '3', '2026-03-06 13:47:01', '2026-03-06 13:47:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1010', '61', 'out', '3.05', '0.00', '0.00', 'App\\Models\\Order', '556', 'Order #INV-20260306-0089 - TANGGA 1', NULL, '2026-03-06 13:49:52', '2026-03-06 13:49:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1011', '81', 'out', '3.05', '0.00', '0.00', 'App\\Models\\Order', '556', 'Order #INV-20260306-0089 - TANGGA 1', NULL, '2026-03-06 13:49:52', '2026-03-06 13:49:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1012', '61', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '557', 'Order #INV-20260306-0090 - TANGGA 2', NULL, '2026-03-06 13:51:11', '2026-03-06 13:51:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1013', '81', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '557', 'Order #INV-20260306-0090 - TANGGA 2', NULL, '2026-03-06 13:51:11', '2026-03-06 13:51:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1014', '48', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '558', 'Order #INV-20260306-0091 - bukber 0603', NULL, '2026-03-06 13:52:02', '2026-03-06 13:52:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1015', '61', 'out', '2.56', '0.00', '0.00', 'App\\Models\\Order', '559', 'Order #INV-20260306-0092 - TAPIS 1', NULL, '2026-03-06 13:52:54', '2026-03-06 13:52:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1016', '81', 'out', '2.56', '0.00', '0.00', 'App\\Models\\Order', '559', 'Order #INV-20260306-0092 - TAPIS 1', NULL, '2026-03-06 13:52:54', '2026-03-06 13:52:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1017', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '560', 'Order #INV-20260306-0093 - doa ibu florist', NULL, '2026-03-06 13:53:29', '2026-03-06 13:53:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1018', '61', 'out', '1.77', '0.00', '0.00', 'App\\Models\\Order', '561', 'Order #INV-20260306-0094 - TAPIS 2', NULL, '2026-03-06 13:54:14', '2026-03-06 13:54:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1019', '81', 'out', '1.77', '0.00', '0.00', 'App\\Models\\Order', '561', 'Order #INV-20260306-0094 - TAPIS 2', NULL, '2026-03-06 13:54:14', '2026-03-06 13:54:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1020', '47', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '562', 'Order #INV-20260306-0095 - kartu lebaran 0603', NULL, '2026-03-06 13:54:32', '2026-03-06 13:54:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1021', '68', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '562', 'Order #INV-20260306-0095 - kartu lebaran 0603', NULL, '2026-03-06 13:54:32', '2026-03-06 13:54:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1022', '61', 'out', '2.61', '0.00', '0.00', 'App\\Models\\Order', '563', 'Order #INV-20260306-0096 - TAPIS 3', NULL, '2026-03-06 13:55:37', '2026-03-06 13:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1023', '81', 'out', '2.61', '0.00', '0.00', 'App\\Models\\Order', '563', 'Order #INV-20260306-0096 - TAPIS 3', NULL, '2026-03-06 13:55:37', '2026-03-06 13:55:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1024', '85', 'out', '10.08', '0.00', '0.00', 'App\\Models\\Order', '564', 'Order #INV-20260306-0097 - banner disewakan', NULL, '2026-03-06 13:55:45', '2026-03-06 13:55:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1025', '59', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '565', 'Order #INV-20260306-0098 - sebastian 1', '3', '2026-03-06 13:57:15', '2026-03-06 13:57:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1026', '61', 'out', '1.90', '0.00', '0.00', 'App\\Models\\Order', '566', 'Order #INV-20260306-0099 - TAPIS 4', NULL, '2026-03-06 13:57:23', '2026-03-06 13:57:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1027', '81', 'out', '1.90', '0.00', '0.00', 'App\\Models\\Order', '566', 'Order #INV-20260306-0099 - TAPIS 4', NULL, '2026-03-06 13:57:23', '2026-03-06 13:57:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1028', '61', 'out', '1.02', '0.00', '0.00', 'App\\Models\\Order', '567', 'Order #INV-20260306-0100 - TAPIS 5', NULL, '2026-03-06 13:58:49', '2026-03-06 13:58:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1029', '81', 'out', '1.02', '0.00', '0.00', 'App\\Models\\Order', '567', 'Order #INV-20260306-0100 - TAPIS 5', NULL, '2026-03-06 13:58:49', '2026-03-06 13:58:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1030', '44', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '568', 'Order #INV-20260306-0101 - vocer sedekah', NULL, '2026-03-06 14:01:31', '2026-03-06 14:01:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1031', '48', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '569', 'Order #INV-20260306-0102 - sovenir 0603', NULL, '2026-03-06 14:05:10', '2026-03-06 14:05:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1032', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '570', 'Order #INV-20260306-0103 - titipan kalian 1', '3', '2026-03-06 14:05:31', '2026-03-06 14:05:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1033', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '570', 'Order #INV-20260306-0103 - titipan kalian 1', '3', '2026-03-06 14:05:31', '2026-03-06 14:05:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1034', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '571', 'Order #INV-20260306-0104 - cap panda dan  cap kaki', '3', '2026-03-06 14:09:21', '2026-03-06 14:09:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1035', '85', 'in', '8.10', '0.00', '0.00', 'App\\Models\\Order', '450', 'Stok dikembalikan - Edit Order #INV-20260305-0088', NULL, '2026-03-06 14:09:56', '2026-03-06 14:09:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1036', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '572', 'Order #INV-20260306-0105 - rotiolovers', '3', '2026-03-06 14:13:03', '2026-03-06 14:13:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1038', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '574', 'Order #INV-20260306-0107 - rajawali', NULL, '2026-03-06 14:21:48', '2026-03-06 14:21:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1039', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '575', 'Order #INV-20260306-0108 - cover buku hukum', NULL, '2026-03-06 14:21:49', '2026-03-06 14:21:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1040', '69', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '575', 'Order #INV-20260306-0108 - kartu 2026', NULL, '2026-03-06 14:21:49', '2026-03-06 14:21:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1041', '95', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '576', 'Order #INV-20260306-0109 - food festival', NULL, '2026-03-06 14:25:10', '2026-03-06 14:25:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1042', '57', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '577', 'Order #INV-20260306-0110 - akbp', '3', '2026-03-06 14:38:42', '2026-03-06 14:38:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1043', '47', 'out', '19.00', '0.00', '0.00', 'App\\Models\\Order', '578', 'Order #INV-20260306-0111 - inodmaret a3', NULL, '2026-03-06 14:43:31', '2026-03-06 14:43:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1044', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '578', 'Order #INV-20260306-0111 - inodmaret a3', NULL, '2026-03-06 14:43:31', '2026-03-06 14:43:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1045', '50', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '579', 'Order #INV-20260306-0112 - YUGIOH BB', NULL, '2026-03-06 14:46:58', '2026-03-06 14:46:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1046', '45', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '580', 'Order #INV-20260306-0113 - murah jaya', NULL, '2026-03-06 14:47:01', '2026-03-06 14:47:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1047', '50', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '579', 'Stok dikembalikan - Edit Order #INV-20260306-0112', NULL, '2026-03-06 14:47:30', '2026-03-06 14:47:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1048', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '581', 'Order #INV-20260306-0114 - MULYA KITCHENN', NULL, '2026-03-06 14:47:58', '2026-03-06 14:47:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1049', '45', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '582', 'Order #INV-20260306-0115 - kiyay 1', '3', '2026-03-06 14:56:27', '2026-03-06 14:56:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1050', '92', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '582', 'Order #INV-20260306-0115 - kiyay 1', '3', '2026-03-06 14:56:28', '2026-03-06 14:56:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1051', '57', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '583', 'Order #INV-20260306-0116 - ny rani', '3', '2026-03-06 15:01:28', '2026-03-06 15:01:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1053', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '585', 'Order #INV-20260306-0118 - MASJID NURUL 1', '3', '2026-03-06 15:14:23', '2026-03-06 15:14:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1054', '44', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '586', 'Order #INV-20260306-0119 - hampers 1', '3', '2026-03-06 15:21:45', '2026-03-06 15:21:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1055', '50', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '587', 'Order #INV-20260306-0120 - kabek 0603', '3', '2026-03-06 15:26:49', '2026-03-06 15:26:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1056', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '587', 'Order #INV-20260306-0120 - kabek 0603', '3', '2026-03-06 15:26:49', '2026-03-06 15:26:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1057', '59', 'out', '34.00', '0.00', '0.00', 'App\\Models\\Order', '588', 'Order #INV-20260306-0121 - sabun rofiq', NULL, '2026-03-06 15:34:05', '2026-03-06 15:34:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1058', '68', 'out', '34.00', '0.00', '0.00', 'App\\Models\\Order', '588', 'Order #INV-20260306-0121 - sabun rofiq', NULL, '2026-03-06 15:34:05', '2026-03-06 15:34:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1059', '91', 'out', '34.00', '0.00', '0.00', 'App\\Models\\Order', '588', 'Order #INV-20260306-0121 - sabun rofiq', NULL, '2026-03-06 15:34:05', '2026-03-06 15:34:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1060', '57', 'out', '17.00', '0.00', '0.00', 'App\\Models\\Order', '589', 'Order #INV-20260306-0122 - susi wash 2026', NULL, '2026-03-06 15:36:33', '2026-03-06 15:36:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1061', '87', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '590', 'Order #INV-20260306-0123 - cake dori 01', NULL, '2026-03-06 15:40:36', '2026-03-06 15:40:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1062', '87', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '590', 'Order #INV-20260306-0123 - cake dori 02', NULL, '2026-03-06 15:40:36', '2026-03-06 15:40:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1063', '59', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '591', 'Order #INV-20260306-0124 - NEW YOGS', NULL, '2026-03-06 15:42:12', '2026-03-06 15:42:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1064', '68', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '591', 'Order #INV-20260306-0124 - NEW YOGS', NULL, '2026-03-06 15:42:12', '2026-03-06 15:42:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1065', '91', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '591', 'Order #INV-20260306-0124 - NEW YOGS', NULL, '2026-03-06 15:42:12', '2026-03-06 15:42:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1066', '59', 'in', '8.00', '0.00', '0.00', 'App\\Models\\Order', '591', 'Stok dikembalikan - Edit Order #INV-20260306-0124', NULL, '2026-03-06 15:43:24', '2026-03-06 15:43:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1067', '68', 'in', '8.00', '0.00', '0.00', 'App\\Models\\Order', '591', 'Stok dikembalikan - Edit Order #INV-20260306-0124', NULL, '2026-03-06 15:43:24', '2026-03-06 15:43:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1068', '91', 'in', '8.00', '0.00', '0.00', 'App\\Models\\Order', '591', 'Stok dikembalikan - Edit Order #INV-20260306-0124', NULL, '2026-03-06 15:43:24', '2026-03-06 15:43:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1069', '44', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '592', 'Order #INV-20260306-0125 - yusuf thr', NULL, '2026-03-06 15:51:09', '2026-03-06 15:51:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1070', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '592', 'Order #INV-20260306-0125 - yusuf thr', NULL, '2026-03-06 15:51:09', '2026-03-06 15:51:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1071', '44', 'in', '20.00', '0.00', '0.00', 'App\\Models\\Order', '592', 'Stok dikembalikan - Edit Order #INV-20260306-0125', NULL, '2026-03-06 15:51:46', '2026-03-06 15:51:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1072', '50', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '592', 'Stok dikembalikan - Edit Order #INV-20260306-0125', NULL, '2026-03-06 15:51:46', '2026-03-06 15:51:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1073', '59', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '593', 'Order #INV-20260306-0126 - serli stiker putus', NULL, '2026-03-06 15:52:46', '2026-03-06 15:52:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1074', '92', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '593', 'Order #INV-20260306-0126 - serli stiker putus', NULL, '2026-03-06 15:52:46', '2026-03-06 15:52:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1075', '59', 'in', '14.00', '0.00', '0.00', 'App\\Models\\Order', '593', 'Stok dikembalikan - Edit Order #INV-20260306-0126', NULL, '2026-03-06 15:54:05', '2026-03-06 15:54:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1076', '92', 'in', '14.00', '0.00', '0.00', 'App\\Models\\Order', '593', 'Stok dikembalikan - Edit Order #INV-20260306-0126', NULL, '2026-03-06 15:54:05', '2026-03-06 15:54:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1077', '59', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '594', 'Order #INV-20260306-0127 - higlow 25 LAMA', '3', '2026-03-06 16:05:52', '2026-03-06 16:05:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1078', '47', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '595', 'Order #INV-20260306-0128 - a. sani ok', NULL, '2026-03-06 16:12:52', '2026-03-06 16:12:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1080', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '597', 'Order #INV-20260306-0130 - jatim', NULL, '2026-03-06 16:23:30', '2026-03-06 16:23:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1081', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '597', 'Order #INV-20260306-0130 - jatim', NULL, '2026-03-06 16:23:30', '2026-03-06 16:23:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1082', '51', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '598', 'Order #INV-20260306-0131 - doni 0603', NULL, '2026-03-06 16:23:45', '2026-03-06 16:23:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1083', '50', 'in', '1200.00', '965.00', '1158000.00', NULL, NULL, NULL, '8', '2026-03-06 16:24:52', '2026-03-06 16:24:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1084', '44', 'in', '1300.00', '350.00', '455000.00', NULL, NULL, NULL, '8', '2026-03-06 16:25:48', '2026-03-06 16:25:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1085', '69', 'in', '1000000.00', '800.00', '800000000.00', NULL, NULL, NULL, '8', '2026-03-06 16:26:58', '2026-03-06 16:26:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1086', '47', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '599', 'Order #INV-20260306-0132 - happy grd', NULL, '2026-03-06 16:27:11', '2026-03-06 16:27:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1087', '95', 'in', '500.00', '1100.00', '550000.00', NULL, NULL, NULL, '8', '2026-03-06 16:28:07', '2026-03-06 16:28:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1088', '84', 'in', '10000.00', '9000.00', '90000000.00', NULL, NULL, NULL, '8', '2026-03-06 16:28:54', '2026-03-06 16:28:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1089', '47', 'in', '1600.00', '625.00', '1000000.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-06 16:30:05', '2026-03-06 16:30:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1090', '44', 'in', '1600.00', '350.00', '560000.00', NULL, NULL, 'INDAH SARI ABADI', '8', '2026-03-06 16:31:06', '2026-03-06 16:31:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1091', '81', 'in', '1.34', '0.00', '0.00', 'App\\Models\\Order', '505', 'Stok dikembalikan - Edit Order #INV-20260306-0038', '3', '2026-03-06 16:41:05', '2026-03-06 16:41:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1092', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '538', 'Stok dikembalikan - Edit Order #INV-20260306-0071', '3', '2026-03-06 16:56:24', '2026-03-06 16:56:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1093', '82', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '538', 'Stok dikembalikan - Edit Order #INV-20260306-0071', '3', '2026-03-06 16:56:24', '2026-03-06 16:56:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1094', '65', 'out', '0.54', '0.00', '0.00', 'App\\Models\\Order', '600', 'Order #INV-20260306-0133 - pastry 1', '3', '2026-03-06 17:02:56', '2026-03-06 17:02:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1095', '65', 'in', '0.54', '0.00', '0.00', 'App\\Models\\Order', '600', 'Stok dikembalikan - Edit Order #INV-20260306-0133', '3', '2026-03-06 17:03:04', '2026-03-06 17:03:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1096', '65', 'out', '1.08', '0.00', '0.00', 'App\\Models\\Order', '601', 'Order #INV-20260306-0134 - pastry 2 dan 3', '3', '2026-03-06 17:03:30', '2026-03-06 17:03:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1097', '65', 'in', '1.08', '0.00', '0.00', 'App\\Models\\Order', '601', 'Stok dikembalikan - Edit Order #INV-20260306-0134', '3', '2026-03-06 17:03:37', '2026-03-06 17:03:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1098', '87', 'in', '5.00', '0.00', '0.00', 'App\\Models\\Order', '590', 'Stok dikembalikan - Edit Order #INV-20260306-0123', NULL, '2026-03-06 17:11:54', '2026-03-06 17:11:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1099', '87', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '590', 'Stok dikembalikan - Edit Order #INV-20260306-0123', NULL, '2026-03-06 17:11:54', '2026-03-06 17:11:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1100', '87', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '492', 'Stok dikembalikan - Edit Order #INV-20260306-0025', NULL, '2026-03-06 17:12:14', '2026-03-06 17:12:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1101', '87', 'in', '5.00', '0.00', '0.00', 'App\\Models\\Order', '492', 'Stok dikembalikan - Edit Order #INV-20260306-0025', NULL, '2026-03-06 17:12:14', '2026-03-06 17:12:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1102', '47', 'damaged', '9.00', '0.00', '0.00', NULL, NULL, 'paperjam dan ketika laminasi dan cutting putus', NULL, '2026-03-06 17:15:04', '2026-03-06 17:15:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1103', '44', 'damaged', '8.00', '0.00', '0.00', NULL, NULL, 'paperjam', NULL, '2026-03-06 17:15:34', '2026-03-06 17:15:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1104', '45', 'damaged', '2.00', '0.00', '0.00', NULL, NULL, 'paperjam mesin', NULL, '2026-03-06 17:15:53', '2026-03-06 17:15:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1105', '57', 'damaged', '11.00', '0.00', '0.00', NULL, NULL, 'cuttingan lari dan laminasi', NULL, '2026-03-06 17:16:58', '2026-03-06 17:16:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1106', '59', 'damaged', '3.00', '0.00', '0.00', NULL, NULL, 'cuttingan lari', NULL, '2026-03-06 17:17:58', '2026-03-06 17:17:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1107', '51', 'damaged', '4.00', '0.00', '0.00', NULL, NULL, 'paperjam mesin', NULL, '2026-03-06 17:18:33', '2026-03-06 17:18:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1108', '44', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '602', 'Order #INV-20260307-0001 - tania 7 maret', NULL, '2026-03-07 09:14:59', '2026-03-07 09:14:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1109', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '602', 'Order #INV-20260307-0001 - tania 7 maret', NULL, '2026-03-07 09:14:59', '2026-03-07 09:14:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1110', '44', 'out', '250.00', '0.00', '0.00', 'App\\Models\\Order', '603', 'Order #INV-20260307-0002 - aid mubarak new 2026', NULL, '2026-03-07 09:16:58', '2026-03-07 09:16:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1114', '45', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '605', 'Order #INV-20260307-0004 - pocari', NULL, '2026-03-07 09:19:10', '2026-03-07 09:19:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1115', '57', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '606', 'Order #INV-20260307-0005 - kepok 0703', NULL, '2026-03-07 09:24:14', '2026-03-07 09:24:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1116', '44', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '607', 'Order #INV-20260307-0006 - eyang tji new', '3', '2026-03-07 09:28:42', '2026-03-07 09:28:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1118', '57', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '608', 'Order #INV-20260307-0007 - pelangi 0703', '3', '2026-03-07 09:29:38', '2026-03-07 09:29:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1119', '44', 'in', '188.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Stok dikembalikan - Edit Order #INV-20260306-0040', NULL, '2026-03-07 09:30:51', '2026-03-07 09:30:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1120', '47', 'in', '92.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Stok dikembalikan - Edit Order #INV-20260306-0040', NULL, '2026-03-07 09:30:51', '2026-03-07 09:30:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1121', '47', 'in', '50.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Stok dikembalikan - Edit Order #INV-20260306-0040', NULL, '2026-03-07 09:30:51', '2026-03-07 09:30:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1122', '44', 'out', '150.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Order #INV-20260306-0040 - aid mubarak new 2026', NULL, '2026-03-07 09:30:51', '2026-03-07 09:30:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1123', '44', 'in', '150.00', '0.00', '0.00', 'App\\Models\\Order', '507', 'Stok dikembalikan - Edit Order #INV-20260306-0040', NULL, '2026-03-07 09:31:27', '2026-03-07 09:31:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1124', '85', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '609', 'Order #INV-20260307-0008 - bukber sound', NULL, '2026-03-07 09:32:06', '2026-03-07 09:32:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1125', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '610', 'Order #INV-20260307-0009 - kode 1408', '3', '2026-03-07 09:32:08', '2026-03-07 09:32:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1127', '45', 'out', '22.00', '0.00', '0.00', 'App\\Models\\Order', '612', 'Order #INV-20260307-0011 - agung suryo', NULL, '2026-03-07 09:35:23', '2026-03-07 09:35:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1128', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '613', 'Order #INV-20260307-0012 - 1000 tizo', '3', '2026-03-07 09:37:30', '2026-03-07 09:37:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1129', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '613', 'Order #INV-20260307-0012 - 1000 tizo', '3', '2026-03-07 09:37:30', '2026-03-07 09:37:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1130', '61', 'out', '0.25', '0.00', '0.00', 'App\\Models\\Order', '614', 'Order #INV-20260307-0013 - 1000 tizo stiker', '3', '2026-03-07 09:39:54', '2026-03-07 09:39:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1131', '82', 'out', '0.25', '0.00', '0.00', 'App\\Models\\Order', '614', 'Order #INV-20260307-0013 - 1000 tizo stiker', '3', '2026-03-07 09:39:54', '2026-03-07 09:39:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1132', '61', 'in', '0.25', '0.00', '0.00', 'App\\Models\\Order', '614', 'Stok dikembalikan - Edit Order #INV-20260307-0013', '3', '2026-03-07 09:40:03', '2026-03-07 09:40:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1133', '82', 'in', '0.25', '0.00', '0.00', 'App\\Models\\Order', '614', 'Stok dikembalikan - Edit Order #INV-20260307-0013', '3', '2026-03-07 09:40:03', '2026-03-07 09:40:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1134', '59', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '613', 'Stok dikembalikan - Edit Order #INV-20260307-0012', '3', '2026-03-07 09:42:30', '2026-03-07 09:42:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1135', '68', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '613', 'Stok dikembalikan - Edit Order #INV-20260307-0012', '3', '2026-03-07 09:42:30', '2026-03-07 09:42:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1136', '49', 'out', '59.00', '0.00', '0.00', 'App\\Models\\Order', '615', 'Order #INV-20260307-0014 - rangkul 1', '3', '2026-03-07 09:48:39', '2026-03-07 09:48:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1137', '92', 'out', '52.00', '0.00', '0.00', 'App\\Models\\Order', '615', 'Order #INV-20260307-0014 - rangkul 1', '3', '2026-03-07 09:48:39', '2026-03-07 09:48:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1138', '58', 'out', '158.00', '0.00', '0.00', 'App\\Models\\Order', '616', 'Order #INV-20260307-0015 - bidan fisca p1-6=@20 p7-8=@9 p10=20', NULL, '2026-03-07 09:48:44', '2026-03-07 09:48:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1139', '59', 'in', '25.00', '0.00', '0.00', 'App\\Models\\Order', '594', 'Stok dikembalikan - Edit Order #INV-20260306-0127', '3', '2026-03-07 09:49:55', '2026-03-07 09:49:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1140', '52', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '617', 'Order #INV-20260307-0016 - kb novi', NULL, '2026-03-07 09:50:00', '2026-03-07 09:50:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1142', '54', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '619', 'Order #INV-20260307-0018 - STIMO KIDS', NULL, '2026-03-07 09:52:45', '2026-03-07 09:52:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1143', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '620', 'Order #INV-20260307-0019 - IBU IMEL', NULL, '2026-03-07 09:55:32', '2026-03-07 09:55:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1144', '45', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '621', 'Order #INV-20260307-0020 - agung suryo 2', NULL, '2026-03-07 09:57:12', '2026-03-07 09:57:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1145', '48', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '622', 'Order #INV-20260307-0021 - XA =5, XB=7', NULL, '2026-03-07 09:59:41', '2026-03-07 09:59:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1146', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '498', 'Stok dikembalikan - Edit Order #INV-20260306-0031', NULL, '2026-03-07 10:00:57', '2026-03-07 10:00:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1147', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '498', 'Stok dikembalikan - Edit Order #INV-20260306-0031', NULL, '2026-03-07 10:00:57', '2026-03-07 10:00:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1148', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '623', 'Order #INV-20260307-0022 - graviele menu hitam', NULL, '2026-03-07 10:06:53', '2026-03-07 10:06:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1149', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '623', 'Order #INV-20260307-0022 - graviele menu hitam', NULL, '2026-03-07 10:06:53', '2026-03-07 10:06:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1150', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '624', 'Order #INV-20260307-0023 - GABUX0129', NULL, '2026-03-07 10:08:33', '2026-03-07 10:08:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1151', '44', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '625', 'Order #INV-20260307-0024 - yasin samsaidi', NULL, '2026-03-07 10:12:15', '2026-03-07 10:12:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1152', '86', 'in', '1.80', '0.00', '0.00', 'App\\Models\\Order', '537', 'Stok dikembalikan - Edit Order #INV-20260306-0070', '3', '2026-03-07 10:12:17', '2026-03-07 10:12:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1153', '86', 'in', '0.63', '0.00', '0.00', 'App\\Models\\Order', '537', 'Stok dikembalikan - Edit Order #INV-20260306-0070', '3', '2026-03-07 10:12:17', '2026-03-07 10:12:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1154', '61', 'out', '2.10', '0.00', '0.00', 'App\\Models\\Order', '626', 'Order #INV-20260307-0025 - SERAMBI PERTA', NULL, '2026-03-07 10:17:01', '2026-03-07 10:17:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1155', '61', 'out', '0.22', '0.00', '0.00', 'App\\Models\\Order', '626', 'Order #INV-20260307-0025 - GREETING', NULL, '2026-03-07 10:17:01', '2026-03-07 10:17:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1156', '57', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '627', 'Order #INV-20260307-0026 - stiker tisa 1', '3', '2026-03-07 10:19:05', '2026-03-07 10:19:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1158', '85', 'damaged', '1.00', '0.00', '0.00', NULL, NULL, 'cetakan double order..', '16', '2026-03-07 10:24:49', '2026-03-07 10:24:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1161', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '504', 'Stok dikembalikan - Batal Order #INV-20260306-0037', '16', '2026-03-07 10:26:46', '2026-03-07 10:26:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1162', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '508', 'Stok dikembalikan - Batal Order #INV-20260306-0041', '16', '2026-03-07 10:26:58', '2026-03-07 10:26:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1163', '49', 'in', '59.00', '0.00', '0.00', 'App\\Models\\Order', '615', 'Stok dikembalikan - Edit Order #INV-20260307-0014', '3', '2026-03-07 10:28:37', '2026-03-07 10:28:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1164', '92', 'in', '52.00', '0.00', '0.00', 'App\\Models\\Order', '615', 'Stok dikembalikan - Edit Order #INV-20260307-0014', '3', '2026-03-07 10:28:37', '2026-03-07 10:28:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1166', '61', 'in', '0.82', '0.00', '0.00', 'App\\Models\\Order', '516', 'Stok dikembalikan - Edit Order #INV-20260306-0049', NULL, '2026-03-07 10:32:33', '2026-03-07 10:32:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1167', '83', 'out', '3.30', '0.00', '0.00', 'App\\Models\\Order', '630', 'Order #INV-20260307-0029 - jasa', NULL, '2026-03-07 10:33:51', '2026-03-07 10:33:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1168', '57', 'in', '24.00', '0.00', '0.00', 'App\\Models\\Order', '396', 'Stok dikembalikan - Edit Order #INV-20260305-0034', '3', '2026-03-07 10:34:46', '2026-03-07 10:34:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1169', '57', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '396', 'Order #INV-20260305-0034 - sinta cromo', '3', '2026-03-07 10:34:46', '2026-03-07 10:34:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1170', '57', 'in', '24.00', '0.00', '0.00', 'App\\Models\\Order', '396', 'Stok dikembalikan - Edit Order #INV-20260305-0034', NULL, '2026-03-07 10:35:36', '2026-03-07 10:35:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1171', '57', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '396', 'Order #INV-20260305-0034 - sinta cromo', NULL, '2026-03-07 10:35:36', '2026-03-07 10:35:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1172', '57', 'out', '180.00', '0.00', '0.00', 'App\\Models\\Order', '631', 'Order #INV-20260307-0030 - EID NW', NULL, '2026-03-07 10:37:20', '2026-03-07 10:37:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1173', '46', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '632', 'Order #INV-20260307-0031 - eid card', NULL, '2026-03-07 10:41:44', '2026-03-07 10:41:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1174', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '633', 'Order #INV-20260307-0032 - florist 1', '3', '2026-03-07 10:41:54', '2026-03-07 10:41:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1175', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '633', 'Order #INV-20260307-0032 - idul fitri 0703', '3', '2026-03-07 10:41:54', '2026-03-07 10:41:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1176', '46', 'in', '25.00', '0.00', '0.00', 'App\\Models\\Order', '632', 'Stok dikembalikan - Edit Order #INV-20260307-0031', NULL, '2026-03-07 10:41:58', '2026-03-07 10:41:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1177', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '634', 'Order #INV-20260307-0033 - korlantas', '3', '2026-03-07 10:52:18', '2026-03-07 10:52:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1178', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '634', 'Order #INV-20260307-0033 - korlantas', '3', '2026-03-07 10:52:18', '2026-03-07 10:52:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1179', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '635', 'Order #INV-20260307-0034 - stiker koper', '3', '2026-03-07 10:59:21', '2026-03-07 10:59:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1180', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '635', 'Order #INV-20260307-0034 - stiker koper', '3', '2026-03-07 10:59:21', '2026-03-07 10:59:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1181', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '636', 'Order #INV-20260307-0035 - dapur aura', NULL, '2026-03-07 11:01:14', '2026-03-07 11:01:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1182', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '637', 'Order #INV-20260307-0036 - kue luckup', NULL, '2026-03-07 11:04:25', '2026-03-07 11:04:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1183', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '638', 'Order #INV-20260307-0037 - kue luckup', NULL, '2026-03-07 11:08:42', '2026-03-07 11:08:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1184', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '639', 'Order #INV-20260307-0038 - TOPPER', '3', '2026-03-07 11:08:59', '2026-03-07 11:08:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1185', '57', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '640', 'Order #INV-20260307-0039 - keripik akmal juni', NULL, '2026-03-07 11:10:06', '2026-03-07 11:10:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1186', '49', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '641', 'Order #INV-20260307-0040 - Ibu Mulyo', NULL, '2026-03-07 11:11:21', '2026-03-07 11:11:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1187', '44', 'out', '52.00', '0.00', '0.00', 'App\\Models\\Order', '642', 'Order #INV-20260307-0041 - Ibu Mulyo isi', NULL, '2026-03-07 11:14:29', '2026-03-07 11:14:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1188', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '643', 'Order #INV-20260307-0042 - glow serum nov', '3', '2026-03-07 11:14:30', '2026-03-07 11:14:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1189', '95', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '644', 'Order #INV-20260307-0043 - DKD 81', NULL, '2026-03-07 11:15:23', '2026-03-07 11:15:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1190', '44', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '645', 'Order #INV-20260307-0044 - isma riana', NULL, '2026-03-07 11:15:37', '2026-03-07 11:15:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1191', '57', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '646', 'Order #INV-20260307-0045 - kaspro', NULL, '2026-03-07 11:23:58', '2026-03-07 11:23:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1192', '95', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '644', 'Stok dikembalikan - Edit Order #INV-20260307-0043', NULL, '2026-03-07 11:30:13', '2026-03-07 11:30:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1193', '101', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '647', 'Order #INV-20260307-0046 - koperasi 0703', '3', '2026-03-07 11:40:13', '2026-03-07 11:40:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1194', '101', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '647', 'Stok dikembalikan - Edit Order #INV-20260307-0046', '3', '2026-03-07 11:40:47', '2026-03-07 11:40:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1195', '61', 'out', '1.58', '0.00', '0.00', 'App\\Models\\Order', '648', 'Order #INV-20260307-0047 - pesona ikan', NULL, '2026-03-07 11:43:28', '2026-03-07 11:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1196', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '649', 'Order #INV-20260307-0048 - adon eyang', NULL, '2026-03-07 11:49:07', '2026-03-07 11:49:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1197', '87', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '650', 'Order #INV-20260307-0049 - potongan cashback', NULL, '2026-03-07 11:50:00', '2026-03-07 11:50:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1198', '58', 'in', '158.00', '0.00', '0.00', 'App\\Models\\Order', '616', 'Stok dikembalikan - Edit Order #INV-20260307-0015', NULL, '2026-03-07 11:51:38', '2026-03-07 11:51:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1199', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '651', 'Order #INV-20260307-0050 - muda quran', NULL, '2026-03-07 11:51:42', '2026-03-07 11:51:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1200', '44', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '652', 'Order #INV-20260307-0051 - magnum 1', '3', '2026-03-07 11:58:28', '2026-03-07 11:58:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1201', '44', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '653', 'Order #INV-20260307-0052 - hetix 0703', NULL, '2026-03-07 11:59:44', '2026-03-07 11:59:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1202', '47', 'in', '26.00', '0.00', '0.00', 'App\\Models\\Order', '465', 'Stok dikembalikan - Batal Order #INV-20260305-0103', '8', '2026-03-07 12:00:02', '2026-03-07 12:00:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1203', '44', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '654', 'Order #INV-20260307-0053 - amp revisi', NULL, '2026-03-07 12:02:02', '2026-03-07 12:02:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1204', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '655', 'Order #INV-20260307-0054 - rempah mamak new', '3', '2026-03-07 12:03:16', '2026-03-07 12:03:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1205', '48', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '656', 'Order #INV-20260307-0055 - magika', NULL, '2026-03-07 12:04:47', '2026-03-07 12:04:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1206', '85', 'out', '2.22', '0.00', '0.00', 'App\\Models\\Order', '657', 'Order #INV-20260307-0056 - MAKAN MBG', NULL, '2026-03-07 12:13:48', '2026-03-07 12:13:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1207', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '658', 'Order #INV-20260307-0057 - yogs minum', NULL, '2026-03-07 12:18:01', '2026-03-07 12:18:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1208', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '659', 'Order #INV-20260307-0058 - bcs 0703', '3', '2026-03-07 12:58:46', '2026-03-07 12:58:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1209', '61', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '659', 'Stok dikembalikan - Edit Order #INV-20260307-0058', '3', '2026-03-07 12:59:26', '2026-03-07 12:59:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1210', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '659', 'Order #INV-20260307-0058 - bcs 0703', '3', '2026-03-07 12:59:26', '2026-03-07 12:59:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1211', '81', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '659', 'Order #INV-20260307-0058 - bcs 0703', '3', '2026-03-07 12:59:26', '2026-03-07 12:59:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1212', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '659', 'Order #INV-20260307-0058 - bcs 0703', '3', '2026-03-07 12:59:26', '2026-03-07 12:59:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1213', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '660', 'Order #INV-20260307-0059 - kosong', NULL, '2026-03-07 13:06:50', '2026-03-07 13:06:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1214', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '661', 'Order #INV-20260307-0060 - adam 0307', '3', '2026-03-07 13:12:12', '2026-03-07 13:12:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1215', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '662', 'Order #INV-20260307-0061 - marisa', NULL, '2026-03-07 13:15:52', '2026-03-07 13:15:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1216', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '663', 'Order #INV-20260307-0062 - cookies resha', '3', '2026-03-07 13:18:17', '2026-03-07 13:18:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1217', '85', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '664', 'Order #INV-20260307-0063 - JAMBORE', NULL, '2026-03-07 13:21:54', '2026-03-07 13:21:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1218', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '665', 'Order #INV-20260307-0064 - risoles mami 07', NULL, '2026-03-07 13:22:14', '2026-03-07 13:22:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1219', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '665', 'Order #INV-20260307-0064 - risoles mami 07', NULL, '2026-03-07 13:22:14', '2026-03-07 13:22:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1220', '105', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '666', 'Order #INV-20260307-0065 - eid mubarak 0703', NULL, '2026-03-07 13:25:46', '2026-03-07 13:25:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1221', '44', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '667', 'Order #INV-20260307-0066 - belt uti', NULL, '2026-03-07 13:26:11', '2026-03-07 13:26:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1222', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '668', 'Order #INV-20260307-0067 - silat piza', NULL, '2026-03-07 13:28:08', '2026-03-07 13:28:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1223', '69', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '669', 'Order #INV-20260307-0068 - s2 id card', NULL, '2026-03-07 13:30:07', '2026-03-07 13:30:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1224', '58', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '670', 'Order #INV-20260307-0069 - pmb dedi', NULL, '2026-03-07 13:30:41', '2026-03-07 13:30:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1225', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '671', 'Order #INV-20260307-0070 - ANDE 400GR', NULL, '2026-03-07 13:52:05', '2026-03-07 13:52:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1226', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '672', 'Order #INV-20260307-0071 - renscar', NULL, '2026-03-07 13:54:33', '2026-03-07 13:54:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1227', '87', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '650', 'Stok dikembalikan - Edit Order #INV-20260307-0049', NULL, '2026-03-07 13:55:55', '2026-03-07 13:55:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1228', '87', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '650', 'Order #INV-20260307-0049 - potongan cashback', NULL, '2026-03-07 13:55:55', '2026-03-07 13:55:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1229', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '673', 'Order #INV-20260307-0072 - mufazzal', NULL, '2026-03-07 13:57:34', '2026-03-07 13:57:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1230', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - SAFARI 1', '3', '2026-03-07 14:02:31', '2026-03-07 14:02:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1231', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - BULOG 1', '3', '2026-03-07 14:02:31', '2026-03-07 14:02:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1232', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - BANJIT 1', '3', '2026-03-07 14:02:31', '2026-03-07 14:02:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1233', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - RAMADAN CERIA', '3', '2026-03-07 14:02:31', '2026-03-07 14:02:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1234', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Stok dikembalikan - Edit Order #INV-20260307-0073', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1235', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Stok dikembalikan - Edit Order #INV-20260307-0073', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1236', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Stok dikembalikan - Edit Order #INV-20260307-0073', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1237', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Stok dikembalikan - Edit Order #INV-20260307-0073', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1238', '85', 'out', '4.50', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - SAFARI 1', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1239', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - BULOG 1', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1240', '85', 'out', '1.50', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - BANJIT 1', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1241', '85', 'out', '4.50', '0.00', '0.00', 'App\\Models\\Order', '674', 'Order #INV-20260307-0073 - RAMADAN CERIA', '3', '2026-03-07 14:03:03', '2026-03-07 14:03:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1242', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '675', 'Order #INV-20260307-0074 - bubund que', NULL, '2026-03-07 14:05:06', '2026-03-07 14:05:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1243', '54', 'in', '8.00', '0.00', '0.00', 'App\\Models\\Order', '188', 'Stok dikembalikan - Batal Order #INV-20260303-0066', '16', '2026-03-07 14:07:20', '2026-03-07 14:07:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1244', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '676', 'Order #INV-20260307-0075 - mubel', NULL, '2026-03-07 14:21:26', '2026-03-07 14:21:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1245', '76', 'in', '63.00', '12000.00', '756000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-07 14:26:39', '2026-03-07 14:26:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1246', '82', 'in', '120.00', '9800.00', '1176000.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-07 14:27:50', '2026-03-07 14:27:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1247', '82', 'in', '76.00', '10800.00', '820800.00', NULL, NULL, 'VISI MEDIA', '8', '2026-03-07 14:28:21', '2026-03-07 14:28:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1248', '85', 'out', '3.75', '0.00', '0.00', 'App\\Models\\Order', '677', 'Order #INV-20260307-0076 - hima bisnis', NULL, '2026-03-07 14:40:28', '2026-03-07 14:40:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1249', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '678', 'Order #INV-20260307-0077 - yunacookies', NULL, '2026-03-07 14:52:55', '2026-03-07 14:52:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1250', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '679', 'Order #INV-20260307-0078 - daffa 1', '3', '2026-03-07 14:55:41', '2026-03-07 14:55:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1251', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '679', 'Order #INV-20260307-0078 - daffa 1', '3', '2026-03-07 14:55:41', '2026-03-07 14:55:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1252', '47', 'out', '16.00', '0.00', '0.00', 'App\\Models\\Order', '680', 'Order #INV-20260307-0079 - supari 1', '3', '2026-03-07 14:56:41', '2026-03-07 14:56:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1253', '47', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '681', 'Order #INV-20260307-0080 - zakhy', NULL, '2026-03-07 14:56:51', '2026-03-07 14:56:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1254', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '682', 'Order #INV-20260307-0081 - SHEBA', NULL, '2026-03-07 15:06:28', '2026-03-07 15:06:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1255', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '683', 'Order #INV-20260307-0082 - label kembang 1', '3', '2026-03-07 15:10:32', '2026-03-07 15:10:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1256', '105', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '684', 'Order #INV-20260307-0083 - ivory 1', '3', '2026-03-07 15:11:48', '2026-03-07 15:11:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1257', '44', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '685', 'Order #INV-20260307-0084 - mubarak new', '3', '2026-03-07 15:16:26', '2026-03-07 15:16:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1258', '44', 'in', '24.00', '0.00', '0.00', 'App\\Models\\Order', '685', 'Stok dikembalikan - Edit Order #INV-20260307-0084', '3', '2026-03-07 15:16:53', '2026-03-07 15:16:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1259', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '686', 'Order #INV-20260307-0085 - Berkelana', NULL, '2026-03-07 15:17:53', '2026-03-07 15:17:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1260', '59', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '687', 'Order #INV-20260307-0086 - serli stiker putus', NULL, '2026-03-07 15:20:51', '2026-03-07 15:20:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1261', '59', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '687', 'Stok dikembalikan - Edit Order #INV-20260307-0086', NULL, '2026-03-07 15:21:48', '2026-03-07 15:21:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1262', '91', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '687', 'Order #INV-20260307-0086 - serli stiker putus', NULL, '2026-03-07 15:23:16', '2026-03-07 15:23:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1263', '105', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '688', 'Order #INV-20260307-0087 - semoga 1', '3', '2026-03-07 15:30:38', '2026-03-07 15:30:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1264', '47', 'out', '63.00', '0.00', '0.00', 'App\\Models\\Order', '689', 'Order #INV-20260307-0088 - reza ahmad', NULL, '2026-03-07 15:31:22', '2026-03-07 15:31:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1265', '57', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '683', 'Stok dikembalikan - Edit Order #INV-20260307-0082', '3', '2026-03-07 15:32:37', '2026-03-07 15:32:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1266', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '690', 'Order #INV-20260307-0089 - gatronado 01-02', NULL, '2026-03-07 15:34:46', '2026-03-07 15:34:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1267', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '691', 'Order #INV-20260307-0090 - amba akustik', '3', '2026-03-07 15:34:53', '2026-03-07 15:34:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1268', '82', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '691', 'Order #INV-20260307-0090 - amba akustik', '3', '2026-03-07 15:34:53', '2026-03-07 15:34:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1269', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '691', 'Order #INV-20260307-0090 - amba akustik', '3', '2026-03-07 15:34:53', '2026-03-07 15:34:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1270', '105', 'in', '12.00', '0.00', '0.00', 'App\\Models\\Order', '688', 'Stok dikembalikan - Edit Order #INV-20260307-0087', '3', '2026-03-07 15:38:41', '2026-03-07 15:38:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1271', '60', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '692', 'Order #INV-20260307-0091 - yofc 0703', NULL, '2026-03-07 15:38:47', '2026-03-07 15:38:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1272', '59', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '693', 'Order #INV-20260307-0092 - emi stiker cream', NULL, '2026-03-07 15:45:13', '2026-03-07 15:45:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1273', '91', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '693', 'Order #INV-20260307-0092 - emi stiker cream', NULL, '2026-03-07 15:45:13', '2026-03-07 15:45:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1274', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '694', 'Order #INV-20260307-0093 - TAKJIL GRATIS', NULL, '2026-03-07 16:03:49', '2026-03-07 16:03:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1275', '101', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '695', 'Order #INV-20260307-0094 - masuk pekarangan', NULL, '2026-03-07 16:04:22', '2026-03-07 16:04:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1276', '45', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '696', 'Order #INV-20260307-0095 - amplop 0307', '3', '2026-03-07 16:31:41', '2026-03-07 16:31:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1277', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '697', 'Order #INV-20260307-0096 - thr abdul', NULL, '2026-03-07 16:34:22', '2026-03-07 16:34:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1278', '44', 'in', '10.00', '0.00', '0.00', 'App\\Models\\Order', '697', 'Stok dikembalikan - Edit Order #INV-20260307-0096', NULL, '2026-03-07 16:34:42', '2026-03-07 16:34:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1279', '44', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '697', 'Order #INV-20260307-0096 - thr abdul', NULL, '2026-03-07 16:34:42', '2026-03-07 16:34:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1280', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '698', 'Order #INV-20260307-0097 - akustik amba', NULL, '2026-03-07 16:39:17', '2026-03-07 16:39:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1281', '82', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '698', 'Order #INV-20260307-0097 - akustik amba', NULL, '2026-03-07 16:39:17', '2026-03-07 16:39:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1282', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '698', 'Order #INV-20260307-0097 - akustik amba', NULL, '2026-03-07 16:39:17', '2026-03-07 16:39:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1283', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '699', 'Order #INV-20260307-0098 - st kusuma', NULL, '2026-03-07 16:39:22', '2026-03-07 16:39:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1284', '59', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '699', 'Stok dikembalikan - Edit Order #INV-20260307-0098', NULL, '2026-03-07 16:40:24', '2026-03-07 16:40:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1285', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '700', 'Order #INV-20260307-0099 - dipi new3', NULL, '2026-03-07 16:59:04', '2026-03-07 16:59:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1286', '61', 'in', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1287', '82', 'in', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1288', '61', 'in', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1289', '82', 'in', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1290', '61', 'in', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1291', '82', 'in', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1292', '61', 'out', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 01-02', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1293', '61', 'out', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 01-02', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1294', '61', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 03', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1295', '61', 'out', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 03', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1296', '61', 'out', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 04', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1297', '61', 'out', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Order #INV-20260304-0055 - tunas honda 04', NULL, '2026-03-07 17:00:50', '2026-03-07 17:00:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1298', '61', 'in', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:03:30', '2026-03-07 17:03:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1299', '61', 'in', '3.36', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:03:30', '2026-03-07 17:03:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1300', '61', 'in', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:03:30', '2026-03-07 17:03:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1301', '61', 'in', '1.80', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:03:30', '2026-03-07 17:03:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1302', '61', 'in', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:03:30', '2026-03-07 17:03:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1303', '61', 'in', '1.41', '0.00', '0.00', 'App\\Models\\Order', '301', 'Stok dikembalikan - Edit Order #INV-20260304-0055', NULL, '2026-03-07 17:03:30', '2026-03-07 17:03:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1304', '57', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '701', 'Order #INV-20260309-0001 - sahabat rumah', '3', '2026-03-09 09:20:36', '2026-03-09 09:20:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1305', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '701', 'Order #INV-20260309-0001 - sahabat rumah', '3', '2026-03-09 09:20:36', '2026-03-09 09:20:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1306', '57', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '702', 'Order #INV-20260309-0002 - buak tat 0903', NULL, '2026-03-09 09:21:00', '2026-03-09 09:21:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1307', '91', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '702', 'Order #INV-20260309-0002 - buak tat 0903', NULL, '2026-03-09 09:21:00', '2026-03-09 09:21:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1308', '68', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '702', 'Order #INV-20260309-0002 - buak tat 0903', NULL, '2026-03-09 09:21:00', '2026-03-09 09:21:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1309', '48', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '703', 'Order #INV-20260309-0003 - qosam denim', NULL, '2026-03-09 09:25:33', '2026-03-09 09:25:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1310', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '704', 'Order #INV-20260309-0004 - mandiri atm', '3', '2026-03-09 09:27:09', '2026-03-09 09:27:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1311', '82', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '704', 'Order #INV-20260309-0004 - mandiri atm', '3', '2026-03-09 09:27:09', '2026-03-09 09:27:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1312', '57', 'out', '110.00', '0.00', '0.00', 'App\\Models\\Order', '705', 'Order #INV-20260309-0005 - sambel goreng tempe', NULL, '2026-03-09 09:28:32', '2026-03-09 09:28:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1313', '59', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '706', 'Order #INV-20260309-0006 - goodness die cut', '3', '2026-03-09 09:31:56', '2026-03-09 09:31:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1314', '51', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '707', 'Order #INV-20260309-0007 - jangan rusak', NULL, '2026-03-09 09:32:12', '2026-03-09 09:32:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1315', '59', 'in', '8.00', '0.00', '0.00', 'App\\Models\\Order', '706', 'Stok dikembalikan - Edit Order #INV-20260309-0006', '3', '2026-03-09 09:32:22', '2026-03-09 09:32:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1316', '59', 'damaged', '6.00', '0.00', '0.00', NULL, NULL, 'CS SALAH KASIH KETERANGAN  BAHAN', '16', '2026-03-09 09:34:25', '2026-03-09 09:34:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1317', '68', 'damaged', '6.00', '0.00', '0.00', NULL, NULL, 'ADAM  , SALAH KASIH KETERANGAN BAHAN', '16', '2026-03-09 09:35:24', '2026-03-09 09:35:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1319', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '708', 'Order #INV-20260309-0008 - bus ziarah 01-02', NULL, '2026-03-09 09:36:27', '2026-03-09 09:36:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1320', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '709', 'Order #INV-20260309-0009 - eid mubarak 0903', '3', '2026-03-09 09:37:17', '2026-03-09 09:37:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1321', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '709', 'Order #INV-20260309-0009 - sticker telur', '3', '2026-03-09 09:37:17', '2026-03-09 09:37:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1322', '48', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '710', 'Order #INV-20260309-0010 - salvesege', NULL, '2026-03-09 09:37:51', '2026-03-09 09:37:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1323', '59', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '711', 'Order #INV-20260309-0011 - stiker adam 0903', '3', '2026-03-09 09:38:34', '2026-03-09 09:38:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1324', '68', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '711', 'Order #INV-20260309-0011 - stiker adam 0903', '3', '2026-03-09 09:38:34', '2026-03-09 09:38:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1325', '105', 'out', '29.00', '0.00', '0.00', 'App\\Models\\Order', '712', 'Order #INV-20260309-0012 - diva snack', NULL, '2026-03-09 09:41:00', '2026-03-09 09:41:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1326', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '713', 'Order #INV-20260309-0013 - dapur aura cut', NULL, '2026-03-09 09:41:45', '2026-03-09 09:41:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1327', '61', 'out', '1.30', '0.00', '0.00', 'App\\Models\\Order', '714', 'Order #INV-20260309-0014 - TOKO TIARA', NULL, '2026-03-09 09:43:26', '2026-03-09 09:43:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1328', '57', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '715', 'Order #INV-20260309-0015 - dang lupa 0903', '3', '2026-03-09 09:43:50', '2026-03-09 09:43:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1329', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '716', 'Order #INV-20260309-0016 - SOSIS BAKAR 1', '3', '2026-03-09 09:47:52', '2026-03-09 09:47:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1330', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '716', 'Order #INV-20260309-0016 - ANDI MOTOR', '3', '2026-03-09 09:47:52', '2026-03-09 09:47:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1331', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '716', 'Stok dikembalikan - Edit Order #INV-20260309-0016', '3', '2026-03-09 09:48:12', '2026-03-09 09:48:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1332', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '716', 'Stok dikembalikan - Edit Order #INV-20260309-0016', '3', '2026-03-09 09:48:12', '2026-03-09 09:48:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1333', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '716', 'Order #INV-20260309-0016 - SOSIS0 BAKAR 1', '3', '2026-03-09 09:48:12', '2026-03-09 09:48:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1334', '85', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '716', 'Order #INV-20260309-0016 - ANDI MOTOR', '3', '2026-03-09 09:48:12', '2026-03-09 09:48:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1335', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '717', 'Order #INV-20260309-0017 - KEBEB CRISPY', NULL, '2026-03-09 09:50:46', '2026-03-09 09:50:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1336', '105', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '718', 'Order #INV-20260309-0018 - puding buah rahma', NULL, '2026-03-09 09:51:27', '2026-03-09 09:51:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1337', '57', 'out', '22.00', '0.00', '0.00', 'App\\Models\\Order', '719', 'Order #INV-20260309-0019 - KEYNA FLORIST', '3', '2026-03-09 09:52:35', '2026-03-09 09:52:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1338', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '720', 'Order #INV-20260309-0020 - hasil', NULL, '2026-03-09 09:53:27', '2026-03-09 09:53:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1339', '85', 'out', '9.60', '0.00', '0.00', 'App\\Models\\Order', '721', 'Order #INV-20260309-0021 - mbok jum', NULL, '2026-03-09 09:57:53', '2026-03-09 09:57:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1340', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '722', 'Order #INV-20260309-0022 - kedai fiby', NULL, '2026-03-09 09:58:33', '2026-03-09 09:58:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1341', '47', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '723', 'Order #INV-20260309-0023 - shafin', NULL, '2026-03-09 10:00:18', '2026-03-09 10:00:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1342', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '724', 'Order #INV-20260309-0024 - damar cake', NULL, '2026-03-09 10:03:15', '2026-03-09 10:03:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1343', '49', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '725', 'Order #INV-20260309-0025 - lebaran hitam', NULL, '2026-03-09 10:05:06', '2026-03-09 10:05:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1344', '68', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '725', 'Order #INV-20260309-0025 - lebaran hitam', NULL, '2026-03-09 10:05:06', '2026-03-09 10:05:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1345', '105', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '637', 'Stok dikembalikan - Batal Order #INV-20260307-0036', '8', '2026-03-09 10:09:28', '2026-03-09 10:09:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1346', '57', 'out', '60.00', '0.00', '0.00', 'App\\Models\\Order', '726', 'Order #INV-20260309-0026 - sedop 0903', '3', '2026-03-09 10:15:17', '2026-03-09 10:15:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1347', '59', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '727', 'Order #INV-20260309-0027 - pt mega', NULL, '2026-03-09 10:15:43', '2026-03-09 10:15:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1348', '91', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '727', 'Order #INV-20260309-0027 - pt mega', NULL, '2026-03-09 10:15:43', '2026-03-09 10:15:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1349', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '728', 'Order #INV-20260309-0028 - titip sampah', NULL, '2026-03-09 10:17:00', '2026-03-09 10:17:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1350', '48', 'out', '63.00', '0.00', '0.00', 'App\\Models\\Order', '729', 'Order #INV-20260309-0029 - kartu 0903', NULL, '2026-03-09 10:17:02', '2026-03-09 10:17:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1351', '68', 'out', '63.00', '0.00', '0.00', 'App\\Models\\Order', '729', 'Order #INV-20260309-0029 - kartu 0903', NULL, '2026-03-09 10:17:02', '2026-03-09 10:17:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1352', '60', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '730', 'Order #INV-20260309-0030 - eightone', NULL, '2026-03-09 10:25:10', '2026-03-09 10:25:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1353', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '730', 'Order #INV-20260309-0030 - eightone', NULL, '2026-03-09 10:25:10', '2026-03-09 10:25:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1354', '85', 'out', '2.50', '0.00', '0.00', 'App\\Models\\Order', '731', 'Order #INV-20260309-0031 - AN NAHL', NULL, '2026-03-09 10:28:40', '2026-03-09 10:28:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1355', '49', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '732', 'Order #INV-20260309-0032 - kotak jastra', NULL, '2026-03-09 10:31:11', '2026-03-09 10:31:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1356', '92', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '732', 'Order #INV-20260309-0032 - kotak jastra', NULL, '2026-03-09 10:31:11', '2026-03-09 10:31:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1357', '44', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '733', 'Order #INV-20260309-0033 - SAJADAH', NULL, '2026-03-09 10:33:06', '2026-03-09 10:33:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1358', '85', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '734', 'Order #INV-20260309-0034 - wnw store', NULL, '2026-03-09 10:33:58', '2026-03-09 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1359', '85', 'out', '3.75', '0.00', '0.00', 'App\\Models\\Order', '735', 'Order #INV-20260309-0035 - live kelas', NULL, '2026-03-09 10:35:58', '2026-03-09 10:35:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1360', '86', 'out', '0.80', '0.00', '0.00', 'App\\Models\\Order', '736', 'Order #INV-20260309-0036 - YON 1-YON 2 @1', NULL, '2026-03-09 10:37:15', '2026-03-09 10:37:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1361', '48', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '737', 'Order #INV-20260309-0037 - CATRIGEE', NULL, '2026-03-09 10:40:44', '2026-03-09 10:40:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1362', '105', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '738', 'Order #INV-20260309-0038 - kue ku', NULL, '2026-03-09 10:41:19', '2026-03-09 10:41:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1363', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '739', 'Order #INV-20260309-0039 - pempek somay 27', NULL, '2026-03-09 10:44:02', '2026-03-09 10:44:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1364', '105', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '740', 'Order #INV-20260309-0040 - clover 1', '3', '2026-03-09 10:51:12', '2026-03-09 10:51:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1365', '85', 'out', '4.50', '0.00', '0.00', 'App\\Models\\Order', '741', 'Order #INV-20260309-0041 - KASA', NULL, '2026-03-09 10:52:25', '2026-03-09 10:52:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1366', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '742', 'Order #INV-20260309-0042 - apple lpg', '3', '2026-03-09 10:52:59', '2026-03-09 10:52:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1367', '48', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '743', 'Order #INV-20260309-0043 - iftar wuling', NULL, '2026-03-09 10:54:54', '2026-03-09 10:54:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1368', '57', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '744', 'Order #INV-20260309-0044 - PEMPEK WARNA', NULL, '2026-03-09 10:55:55', '2026-03-09 10:55:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1369', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '745', 'Order #INV-20260309-0045 - VISI MISI 1 SAMPE 3', '3', '2026-03-09 10:57:12', '2026-03-09 10:57:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1370', '85', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '745', 'Stok dikembalikan - Edit Order #INV-20260309-0045', '3', '2026-03-09 10:57:28', '2026-03-09 10:57:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1371', '51', 'out', '76.00', '0.00', '0.00', 'App\\Models\\Order', '746', 'Order #INV-20260309-0046 - Khaer Studio', NULL, '2026-03-09 11:02:52', '2026-03-09 11:02:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1372', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '747', 'Order #INV-20260309-0047 - BAKTI SOSIAL 1', '3', '2026-03-09 11:05:30', '2026-03-09 11:05:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1373', '68', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '747', 'Order #INV-20260309-0047 - BAKTI SOSIAL 1', '3', '2026-03-09 11:05:30', '2026-03-09 11:05:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1374', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '748', 'Order #INV-20260309-0048 - PELITAAIR', NULL, '2026-03-09 11:07:50', '2026-03-09 11:07:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1375', '51', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '749', 'Order #INV-20260309-0049 - MEGA (1) SAMPE (6)', '3', '2026-03-09 11:07:56', '2026-03-09 11:07:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1376', '51', 'in', '24.00', '0.00', '0.00', 'App\\Models\\Order', '749', 'Stok dikembalikan - Edit Order #INV-20260309-0049', '3', '2026-03-09 11:08:04', '2026-03-09 11:08:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1377', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '750', 'Order #INV-20260309-0050 - tk adhyaksa', NULL, '2026-03-09 11:09:28', '2026-03-09 11:09:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1378', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '751', 'Order #INV-20260309-0051 - bpk bima', NULL, '2026-03-09 11:11:43', '2026-03-09 11:11:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1379', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '752', 'Order #INV-20260309-0052 - apple lpg', '3', '2026-03-09 11:18:09', '2026-03-09 11:18:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1380', '60', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '753', 'Order #INV-20260309-0053 - PLATFORM BUNGSU', NULL, '2026-03-09 11:22:24', '2026-03-09 11:22:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1381', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '754', 'Order #INV-20260309-0054 - enca craft', '3', '2026-03-09 11:23:09', '2026-03-09 11:23:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1382', '46', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '755', 'Order #INV-20260309-0055 - apple lpg', '3', '2026-03-09 11:24:35', '2026-03-09 11:24:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1383', '105', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '756', 'Order #INV-20260309-0056 - dimsum seceng', NULL, '2026-03-09 11:27:11', '2026-03-09 11:27:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1384', '47', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '757', 'Order #INV-20260309-0057 - torch', NULL, '2026-03-09 11:28:03', '2026-03-09 11:28:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1385', '45', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '758', 'Order #INV-20260309-0058 - hotel santika 0903', NULL, '2026-03-09 11:29:37', '2026-03-09 11:29:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1386', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '759', 'Order #INV-20260309-0059 - BERBAGI', NULL, '2026-03-09 11:30:28', '2026-03-09 11:30:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1387', '59', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '760', 'Order #INV-20260309-0060 - orang orang', '3', '2026-03-09 11:31:15', '2026-03-09 11:31:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1388', '91', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '760', 'Order #INV-20260309-0060 - orang orang', '3', '2026-03-09 11:31:15', '2026-03-09 11:31:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1389', '47', 'out', '60.00', '0.00', '0.00', 'App\\Models\\Order', '761', 'Order #INV-20260309-0061 - Wayan & I Luh siap cetak', NULL, '2026-03-09 11:32:43', '2026-03-09 11:32:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1390', '59', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '762', 'Order #INV-20260309-0062 - mulang khatai', NULL, '2026-03-09 11:40:47', '2026-03-09 11:40:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1391', '91', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '762', 'Order #INV-20260309-0062 - mulang khatai', NULL, '2026-03-09 11:40:47', '2026-03-09 11:40:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1392', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '763', 'Order #INV-20260309-0063 - menu sarapan', '3', '2026-03-09 11:41:26', '2026-03-09 11:41:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1393', '105', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '764', 'Order #INV-20260309-0064 - dewi 93', NULL, '2026-03-09 11:43:28', '2026-03-09 11:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1394', '47', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '764', 'Order #INV-20260309-0064 - dewi 93', NULL, '2026-03-09 11:43:28', '2026-03-09 11:43:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1395', '105', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '765', 'Order #INV-20260309-0065 - dtisha', NULL, '2026-03-09 11:43:30', '2026-03-09 11:43:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1396', '49', 'out', '65.00', '0.00', '0.00', 'App\\Models\\Order', '766', 'Order #INV-20260309-0066 - byan cetakan', NULL, '2026-03-09 11:50:08', '2026-03-09 11:50:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1397', '59', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '767', 'Order #INV-20260309-0067 - sejalan coffee 0903', NULL, '2026-03-09 11:55:44', '2026-03-09 11:55:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1398', '91', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '767', 'Order #INV-20260309-0067 - sejalan coffee 0903', NULL, '2026-03-09 11:55:44', '2026-03-09 11:55:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1399', '46', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '768', 'Order #INV-20260309-0068 - Amplop agus', NULL, '2026-03-09 11:56:50', '2026-03-09 11:56:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1400', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '769', 'Order #INV-20260309-0069 - kopibli', NULL, '2026-03-09 12:05:39', '2026-03-09 12:05:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1401', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '770', 'Order #INV-20260309-0070 - manis si', NULL, '2026-03-09 12:10:02', '2026-03-09 12:10:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1402', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '770', 'Order #INV-20260309-0070 - manis si', NULL, '2026-03-09 12:10:02', '2026-03-09 12:10:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1403', '47', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '771', 'Order #INV-20260309-0071 - bupati lamsel', NULL, '2026-03-09 13:09:34', '2026-03-09 13:09:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1404', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '772', 'Order #INV-20260309-0072 - algina snack', '3', '2026-03-09 13:10:59', '2026-03-09 13:10:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1405', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '773', 'Order #INV-20260309-0073 - eid new 0903', '3', '2026-03-09 13:12:10', '2026-03-09 13:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1406', '105', 'out', '67.00', '0.00', '0.00', 'App\\Models\\Order', '774', 'Order #INV-20260309-0074 - tasu 0903', NULL, '2026-03-09 13:12:16', '2026-03-09 13:12:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1407', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '775', 'Order #INV-20260309-0075 - BAITUNJIN', NULL, '2026-03-09 13:13:15', '2026-03-09 13:13:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1408', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '775', 'Order #INV-20260309-0075 - BAITUNJIN', NULL, '2026-03-09 13:13:15', '2026-03-09 13:13:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1409', '62', 'out', '1.72', '0.00', '0.00', 'App\\Models\\Order', '776', 'Order #INV-20260309-0076 - KANTOR API', NULL, '2026-03-09 13:16:38', '2026-03-09 13:16:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1410', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '777', 'Order #INV-20260309-0077 - prewed 1 sampe 4', '3', '2026-03-09 13:19:07', '2026-03-09 13:19:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1411', '85', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '777', 'Stok dikembalikan - Edit Order #INV-20260309-0077', '3', '2026-03-09 13:19:18', '2026-03-09 13:19:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1412', '85', 'out', '4.80', '0.00', '0.00', 'App\\Models\\Order', '777', 'Order #INV-20260309-0077 - prewed 1 sampe 4', '3', '2026-03-09 13:19:18', '2026-03-09 13:19:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1413', '47', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '778', 'Order #INV-20260309-0078 - sppg eid', NULL, '2026-03-09 13:21:31', '2026-03-09 13:21:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1414', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '779', 'Order #INV-20260309-0079 - ticket 1', '3', '2026-03-09 13:24:40', '2026-03-09 13:24:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1415', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '780', 'Order #INV-20260309-0080 - murni 3x1 a', NULL, '2026-03-09 13:27:53', '2026-03-09 13:27:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1416', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '780', 'Order #INV-20260309-0080 - murni 2x1 a', NULL, '2026-03-09 13:27:53', '2026-03-09 13:27:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1417', '46', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '781', 'Order #INV-20260309-0081 - parcel royal', '3', '2026-03-09 13:28:11', '2026-03-09 13:28:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1418', '61', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '782', 'Order #INV-20260309-0082 - file stiker penyajian', NULL, '2026-03-09 13:38:12', '2026-03-09 13:38:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1419', '61', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '783', 'Order #INV-20260309-0083 - file stiker penyajian', NULL, '2026-03-09 13:38:12', '2026-03-09 13:38:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1420', '61', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '784', 'Order #INV-20260309-0084 - BRAIN 1-2-3 @1 METER', NULL, '2026-03-09 13:39:34', '2026-03-09 13:39:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1421', '82', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '784', 'Order #INV-20260309-0084 - BRAIN1-2-3', NULL, '2026-03-09 13:39:34', '2026-03-09 13:39:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1422', '99', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '784', 'Order #INV-20260309-0084 - BRAIN1-2-3', NULL, '2026-03-09 13:39:34', '2026-03-09 13:39:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1423', '76', 'in', '127.00', '12000.00', '1524000.00', 'App\\Models\\Purchase', '4', 'Pembelian: Pembelian bahan', '8', '2026-03-09 13:39:38', '2026-03-09 13:39:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1424', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '785', 'Order #INV-20260309-0085 - lakita bakery', '3', '2026-03-09 13:40:05', '2026-03-09 13:40:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1425', '44', 'in', '10.00', '0.00', '0.00', 'App\\Models\\Order', '785', 'Stok dikembalikan - Edit Order #INV-20260309-0085', '3', '2026-03-09 13:40:14', '2026-03-09 13:40:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1426', '82', 'in', '127.00', '9800.00', '1244600.00', 'App\\Models\\Purchase', '5', 'Pembelian: Pembelian bahan', '8', '2026-03-09 13:40:53', '2026-03-09 13:40:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1427', '82', 'in', '76.00', '10800.00', '820800.00', 'App\\Models\\Purchase', '6', 'Pembelian: Pembelian bahan', '8', '2026-03-09 13:41:33', '2026-03-09 13:41:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1428', '105', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '786', 'Order #INV-20260309-0086 - berbagi 1000', NULL, '2026-03-09 13:42:29', '2026-03-09 13:42:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1429', '47', 'in', '1600.00', '625.00', '1000000.00', 'App\\Models\\Purchase', '7', 'Pembelian: Pembelian bahan', '8', '2026-03-09 13:45:59', '2026-03-09 13:45:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1430', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '787', 'Order #INV-20260309-0087 - BEJO BE', NULL, '2026-03-09 13:46:39', '2026-03-09 13:46:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1431', '44', 'in', '1600.00', '350.00', '560000.00', 'App\\Models\\Purchase', '8', 'Pembelian: Pembelian bahan', '8', '2026-03-09 13:46:46', '2026-03-09 13:46:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1432', '47', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '788', 'Order #INV-20260309-0088 - hj rita', NULL, '2026-03-09 13:47:27', '2026-03-09 13:47:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1433', '47', 'in', '25.00', '0.00', '0.00', 'App\\Models\\Order', '788', 'Stok dikembalikan - Edit Order #INV-20260309-0088', NULL, '2026-03-09 13:48:17', '2026-03-09 13:48:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1434', '47', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '788', 'Order #INV-20260309-0088 - hj rita', NULL, '2026-03-09 13:48:17', '2026-03-09 13:48:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1435', '100', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '788', 'Order #INV-20260309-0088 - hj rita', NULL, '2026-03-09 13:48:17', '2026-03-09 13:48:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1436', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '789', 'Order #INV-20260309-0089 - dipi jam 2', NULL, '2026-03-09 13:49:44', '2026-03-09 13:49:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1437', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '790', 'Order #INV-20260309-0090 - eid cut', NULL, '2026-03-09 13:51:51', '2026-03-09 13:51:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1438', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '790', 'Order #INV-20260309-0090 - eid cut', NULL, '2026-03-09 13:51:51', '2026-03-09 13:51:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1439', '50', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '791', 'Order #INV-20260309-0091 - treatment card', NULL, '2026-03-09 13:54:33', '2026-03-09 13:54:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1440', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '792', 'Order #INV-20260309-0092 - ns snack', NULL, '2026-03-09 13:59:26', '2026-03-09 13:59:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1441', '105', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '793', 'Order #INV-20260309-0093 - ichi cookie', NULL, '2026-03-09 14:01:28', '2026-03-09 14:01:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1442', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '794', 'Order #INV-20260309-0094 - foto 0903', NULL, '2026-03-09 14:02:46', '2026-03-09 14:02:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1443', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '795', 'Order #INV-20260309-0095 - wc pak jaya', NULL, '2026-03-09 14:03:15', '2026-03-09 14:03:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1444', '46', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '796', 'Order #INV-20260309-0096 - amplop 0903', NULL, '2026-03-09 14:03:51', '2026-03-09 14:03:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1445', '46', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '796', 'Stok dikembalikan - Edit Order #INV-20260309-0096', NULL, '2026-03-09 14:04:16', '2026-03-09 14:04:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1446', '46', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '796', 'Order #INV-20260309-0096 - amplop 0903', NULL, '2026-03-09 14:04:16', '2026-03-09 14:04:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1447', '105', 'damaged', '18.00', '0.00', '0.00', NULL, NULL, '(SIMANIS) OPERATOR SALAH CETAK, JUMLAH CETAK 2 LEMBAR  DICETAK 20 LEMBAR', '16', '2026-03-09 14:12:11', '2026-03-09 14:12:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1448', '61', 'out', '2.40', '0.00', '0.00', 'App\\Models\\Order', '797', 'Order #INV-20260309-0097 - MIHRAB', NULL, '2026-03-09 14:13:49', '2026-03-09 14:13:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1449', '82', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '797', 'Order #INV-20260309-0097 - MIHRAB', NULL, '2026-03-09 14:13:49', '2026-03-09 14:13:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1450', '50', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '798', 'Order #INV-20260309-0098 - lapkoi 1', '3', '2026-03-09 14:27:40', '2026-03-09 14:27:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1451', '48', 'out', '55.00', '0.00', '0.00', 'App\\Models\\Order', '798', 'Order #INV-20260309-0098 - kartu pendaftaran', '3', '2026-03-09 14:27:40', '2026-03-09 14:27:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1452', '50', 'in', '11.00', '0.00', '0.00', 'App\\Models\\Order', '798', 'Stok dikembalikan - Edit Order #INV-20260309-0098', '3', '2026-03-09 14:28:08', '2026-03-09 14:28:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1453', '48', 'in', '55.00', '0.00', '0.00', 'App\\Models\\Order', '798', 'Stok dikembalikan - Edit Order #INV-20260309-0098', '3', '2026-03-09 14:28:08', '2026-03-09 14:28:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1454', '105', 'out', '35.00', '0.00', '0.00', 'App\\Models\\Order', '799', 'Order #INV-20260309-0099 - brownies afandi', NULL, '2026-03-09 14:32:28', '2026-03-09 14:32:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1455', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '800', 'Order #INV-20260309-0100 - adzkiya bd', NULL, '2026-03-09 14:34:07', '2026-03-09 14:34:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1456', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '800', 'Order #INV-20260309-0100 - adzkiya bd', NULL, '2026-03-09 14:34:07', '2026-03-09 14:34:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1457', '48', 'out', '54.00', '0.00', '0.00', 'App\\Models\\Order', '801', 'Order #INV-20260309-0101 - jurnal guru', NULL, '2026-03-09 14:35:41', '2026-03-09 14:35:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1458', '105', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '802', 'Order #INV-20260309-0102 - garnier 0903', '3', '2026-03-09 14:41:10', '2026-03-09 14:41:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1459', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '803', 'Order #INV-20260309-0103 - Winda Kalya stiker', NULL, '2026-03-09 14:43:12', '2026-03-09 14:43:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1460', '105', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '803', 'Stok dikembalikan - Edit Order #INV-20260309-0103', NULL, '2026-03-09 14:43:46', '2026-03-09 14:43:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1461', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '804', 'Order #INV-20260309-0104 - hari raya 0903', '3', '2026-03-09 14:43:48', '2026-03-09 14:43:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1462', '47', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '805', 'Order #INV-20260309-0105 - toko alin', '3', '2026-03-09 14:45:18', '2026-03-09 14:45:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1463', '61', 'out', '1.14', '0.00', '0.00', 'App\\Models\\Order', '806', 'Order #INV-20260309-0106 - sticker gondola', NULL, '2026-03-09 14:49:17', '2026-03-09 14:49:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1464', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '807', 'Order #INV-20260309-0107 - dapur prama', NULL, '2026-03-09 14:50:53', '2026-03-09 14:50:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1465', '57', 'out', '33.00', '0.00', '0.00', 'App\\Models\\Order', '808', 'Order #INV-20260309-0108 - kopi jip', NULL, '2026-03-09 14:52:22', '2026-03-09 14:52:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1466', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '809', 'Order #INV-20260309-0109 - hair cut 1', '3', '2026-03-09 14:53:34', '2026-03-09 14:53:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1467', '87', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '810', 'Order #INV-20260309-0110 - menerima permak', NULL, '2026-03-09 14:55:25', '2026-03-09 14:55:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1468', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '811', 'Order #INV-20260309-0111 - garnier rev', '3', '2026-03-09 14:57:38', '2026-03-09 14:57:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1469', '57', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '812', 'Order #INV-20260309-0112 - calvin lorenzo', NULL, '2026-03-09 14:58:15', '2026-03-09 14:58:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1470', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '813', 'Order #INV-20260309-0113 - petalof new file lama CUTTING PUTUS', NULL, '2026-03-09 14:59:03', '2026-03-09 14:59:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1471', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '813', 'Order #INV-20260309-0113 - petalof new', NULL, '2026-03-09 14:59:03', '2026-03-09 14:59:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1472', '85', 'out', '1.50', '0.00', '0.00', 'App\\Models\\Order', '745', 'Order #INV-20260309-0045 - VISI MISI 1 SAMPE 3', '3', '2026-03-09 14:59:11', '2026-03-09 14:59:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1473', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '814', 'Order #INV-20260309-0114 - pop up jempol', NULL, '2026-03-09 14:59:28', '2026-03-09 14:59:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1474', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '814', 'Order #INV-20260309-0114 - pop up jempol', NULL, '2026-03-09 14:59:28', '2026-03-09 14:59:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1475', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '815', 'Order #INV-20260309-0115 - timbul joyo', '3', '2026-03-09 15:03:25', '2026-03-09 15:03:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1476', '59', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '800', 'Stok dikembalikan - Edit Order #INV-20260309-0100', NULL, '2026-03-09 15:04:54', '2026-03-09 15:04:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1477', '91', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '800', 'Stok dikembalikan - Edit Order #INV-20260309-0100', NULL, '2026-03-09 15:04:54', '2026-03-09 15:04:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1478', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '800', 'Order #INV-20260309-0100 - adzkiya bd', NULL, '2026-03-09 15:04:54', '2026-03-09 15:04:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1479', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '800', 'Order #INV-20260309-0100 - adzkiya bd', NULL, '2026-03-09 15:04:54', '2026-03-09 15:04:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1480', '61', 'in', '1.14', '0.00', '0.00', 'App\\Models\\Order', '806', 'Stok dikembalikan - Edit Order #INV-20260309-0106', NULL, '2026-03-09 15:09:26', '2026-03-09 15:09:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1481', '81', 'out', '1.14', '0.00', '0.00', 'App\\Models\\Order', '806', 'Order #INV-20260309-0106 - sticker gondola', NULL, '2026-03-09 15:09:26', '2026-03-09 15:09:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1482', '61', 'out', '1.90', '0.00', '0.00', 'App\\Models\\Order', '816', 'Order #INV-20260309-0116 - sticker banner 190x100cm-02', NULL, '2026-03-09 15:10:29', '2026-03-09 15:10:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1483', '83', 'out', '1.90', '0.00', '0.00', 'App\\Models\\Order', '816', 'Order #INV-20260309-0116 - sticker banner 190x100cm-02', NULL, '2026-03-09 15:10:29', '2026-03-09 15:10:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1484', '61', 'in', '1.90', '0.00', '0.00', 'App\\Models\\Order', '816', 'Stok dikembalikan - Edit Order #INV-20260309-0116', NULL, '2026-03-09 15:10:42', '2026-03-09 15:10:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1485', '83', 'in', '1.90', '0.00', '0.00', 'App\\Models\\Order', '816', 'Stok dikembalikan - Edit Order #INV-20260309-0116', NULL, '2026-03-09 15:10:42', '2026-03-09 15:10:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1486', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '817', 'Order #INV-20260309-0117 - GULAKU 5x5', NULL, '2026-03-09 15:18:53', '2026-03-09 15:18:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1488', '49', 'damaged', '1.00', '0.00', '0.00', NULL, NULL, 'HAMARISH  SALAH INPUT JENIS BAHAN', '16', '2026-03-09 15:23:19', '2026-03-09 15:23:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1489', '76', 'out', '8.50', '0.00', '0.00', 'App\\Models\\Order', '818', 'Order #INV-20260309-0118 - bgn cloth 01-03', NULL, '2026-03-09 15:27:30', '2026-03-09 15:27:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1490', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '819', 'Order #INV-20260309-0119 - idul fitri bedug', NULL, '2026-03-09 15:29:15', '2026-03-09 15:29:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1491', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '775', 'Stok dikembalikan - Edit Order #INV-20260309-0075', NULL, '2026-03-09 15:30:07', '2026-03-09 15:30:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1492', '82', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '775', 'Stok dikembalikan - Edit Order #INV-20260309-0075', NULL, '2026-03-09 15:30:07', '2026-03-09 15:30:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1493', '101', 'out', '0.65', '0.00', '0.00', 'App\\Models\\Order', '820', 'Order #INV-20260309-0120 - lamtim logo', NULL, '2026-03-09 15:45:10', '2026-03-09 15:45:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1494', '105', 'out', '21.00', '0.00', '0.00', 'App\\Models\\Order', '821', 'Order #INV-20260309-0121 - el kitcehn', NULL, '2026-03-09 15:48:39', '2026-03-09 15:48:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1495', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '822', 'Order #INV-20260309-0122 - markitak', '3', '2026-03-09 15:50:29', '2026-03-09 15:50:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1496', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '823', 'Order #INV-20260309-0123 - danantara retina', NULL, '2026-03-09 15:54:10', '2026-03-09 15:54:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1497', '105', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '824', 'Order #INV-20260309-0124 - dapur emak l', NULL, '2026-03-09 15:55:03', '2026-03-09 15:55:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1498', '105', 'in', '6.00', '0.00', '0.00', 'App\\Models\\Order', '824', 'Stok dikembalikan - Edit Order #INV-20260309-0124', NULL, '2026-03-09 15:55:17', '2026-03-09 15:55:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1499', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '825', 'Order #INV-20260309-0125 - Idul Fitri grafika', NULL, '2026-03-09 15:55:42', '2026-03-09 15:55:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1500', '48', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '826', 'Order #INV-20260309-0126 - mermaid 0903', '3', '2026-03-09 15:57:28', '2026-03-09 15:57:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1501', '92', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '826', 'Order #INV-20260309-0126 - mermaid 0903', '3', '2026-03-09 15:57:28', '2026-03-09 15:57:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1502', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '827', 'Order #INV-20260309-0127 - ikol eid', NULL, '2026-03-09 15:59:38', '2026-03-09 15:59:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1503', '51', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '828', 'Order #INV-20260309-0128 - abil1 -2-3 @1 rangkap bb', NULL, '2026-03-09 16:02:44', '2026-03-09 16:02:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1504', '50', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '829', 'Order #INV-20260309-0129 - parfum sajadah', '3', '2026-03-09 16:05:08', '2026-03-09 16:05:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1505', '44', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '830', 'Order #INV-20260309-0130 - hari raya 0903', NULL, '2026-03-09 16:07:25', '2026-03-09 16:07:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1506', '47', 'out', '45.00', '0.00', '0.00', 'App\\Models\\Order', '831', 'Order #INV-20260309-0131 - lusi komala', '3', '2026-03-09 16:10:48', '2026-03-09 16:10:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1507', '48', 'out', '53.00', '0.00', '0.00', 'App\\Models\\Order', '832', 'Order #INV-20260309-0132 - buku nilai 1', '3', '2026-03-09 16:13:21', '2026-03-09 16:13:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1508', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '833', 'Order #INV-20260309-0133 - beri golden', NULL, '2026-03-09 16:15:20', '2026-03-09 16:15:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1509', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '833', 'Order #INV-20260309-0133 - beri golden', NULL, '2026-03-09 16:15:20', '2026-03-09 16:15:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1510', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '834', 'Order #INV-20260309-0134 - terima kasih', NULL, '2026-03-09 16:17:15', '2026-03-09 16:17:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1511', '87', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '835', 'Order #INV-20260309-0135 - PPTS', NULL, '2026-03-09 16:20:01', '2026-03-09 16:20:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1512', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '836', 'Order #INV-20260309-0136 - bungsu', NULL, '2026-03-09 16:22:29', '2026-03-09 16:22:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1513', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '837', 'Order #INV-20260309-0137 - WARLOK 1 DAN 2', '3', '2026-03-09 16:23:08', '2026-03-09 16:23:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1514', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '837', 'Order #INV-20260309-0137 - WARLOK 3', '3', '2026-03-09 16:23:08', '2026-03-09 16:23:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1515', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '838', 'Order #INV-20260309-0138 - WARLOK 1 DAN 2', '3', '2026-03-09 16:23:08', '2026-03-09 16:23:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1516', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '838', 'Order #INV-20260309-0138 - WARLOK 3', '3', '2026-03-09 16:23:08', '2026-03-09 16:23:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1517', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '838', 'Stok dikembalikan - Edit Order #INV-20260309-0138', '3', '2026-03-09 16:23:27', '2026-03-09 16:23:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1518', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '838', 'Stok dikembalikan - Edit Order #INV-20260309-0138', '3', '2026-03-09 16:23:27', '2026-03-09 16:23:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1519', '47', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '839', 'Order #INV-20260309-0139 - warjok 0903', NULL, '2026-03-09 16:28:10', '2026-03-09 16:28:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1520', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '837', 'Stok dikembalikan - Batal Order #INV-20260309-0137', '16', '2026-03-09 16:28:12', '2026-03-09 16:28:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1521', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '837', 'Stok dikembalikan - Batal Order #INV-20260309-0137', '16', '2026-03-09 16:28:12', '2026-03-09 16:28:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1522', '85', 'out', '2.40', '0.00', '0.00', 'App\\Models\\Order', '840', 'Order #INV-20260309-0140 - warjok', NULL, '2026-03-09 16:30:17', '2026-03-09 16:30:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1523', '48', 'out', '51.00', '0.00', '0.00', 'App\\Models\\Order', '841', 'Order #INV-20260309-0141 - anjas lisna', NULL, '2026-03-09 16:32:12', '2026-03-09 16:32:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1524', '61', 'out', '1.18', '0.00', '0.00', 'App\\Models\\Order', '842', 'Order #INV-20260309-0142 - depot air 0903', NULL, '2026-03-09 16:34:03', '2026-03-09 16:34:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1525', '76', 'in', '8.50', '0.00', '0.00', 'App\\Models\\Order', '818', 'Stok dikembalikan - Edit Order #INV-20260309-0118', NULL, '2026-03-09 16:39:33', '2026-03-09 16:39:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1526', '48', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '843', 'Order #INV-20260309-0143 - menu baru lebudia', NULL, '2026-03-09 16:41:47', '2026-03-09 16:41:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1527', '57', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '811', 'Stok dikembalikan - Edit Order #INV-20260309-0111', '3', '2026-03-09 16:50:26', '2026-03-09 16:50:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1528', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '844', 'Order #INV-20260309-0144 - ice black', NULL, '2026-03-09 16:51:25', '2026-03-09 16:51:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1529', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '845', 'Order #INV-20260309-0145 - jo fish new', '3', '2026-03-09 16:56:29', '2026-03-09 16:56:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1530', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '845', 'Order #INV-20260309-0145 - jo fish new', '3', '2026-03-09 16:56:29', '2026-03-09 16:56:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1531', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '846', 'Order #INV-20260309-0146 - raft kitchen', NULL, '2026-03-09 16:59:26', '2026-03-09 16:59:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1532', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '847', 'Order #INV-20260309-0147 - tarari 1', '3', '2026-03-09 17:01:34', '2026-03-09 17:01:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1533', '61', 'out', '8.50', '0.00', '0.00', 'App\\Models\\Order', '818', 'Order #INV-20260309-0118 - bgn cloth 01-03', NULL, '2026-03-09 17:03:10', '2026-03-09 17:03:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1534', '44', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '848', 'Order #INV-20260310-0001 - gift set', NULL, '2026-03-10 09:20:58', '2026-03-10 09:20:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1535', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '849', 'Order #INV-20260310-0002 - idda farida', '3', '2026-03-10 09:22:05', '2026-03-10 09:22:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1536', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '850', 'Order #INV-20260310-0003 - benda hampers', NULL, '2026-03-10 09:22:43', '2026-03-10 09:22:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1537', '85', 'out', '22.50', '0.00', '0.00', 'App\\Models\\Order', '851', 'Order #INV-20260310-0004 - kiswah', '3', '2026-03-10 09:28:08', '2026-03-10 09:28:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1538', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '851', 'Order #INV-20260310-0004 - MASJID NURUN', '3', '2026-03-10 09:28:08', '2026-03-10 09:28:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1539', '89', 'out', '0.96', '0.00', '0.00', 'App\\Models\\Order', '851', 'Order #INV-20260310-0004 - MASJID MISBAH', '3', '2026-03-10 09:28:08', '2026-03-10 09:28:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1540', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '851', 'Order #INV-20260310-0004 - MASJID NURUN BESAR', '3', '2026-03-10 09:28:08', '2026-03-10 09:28:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1541', '85', 'in', '22.50', '0.00', '0.00', 'App\\Models\\Order', '851', 'Stok dikembalikan - Edit Order #INV-20260310-0004', '3', '2026-03-10 09:28:42', '2026-03-10 09:28:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1542', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '851', 'Stok dikembalikan - Edit Order #INV-20260310-0004', '3', '2026-03-10 09:28:42', '2026-03-10 09:28:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1543', '89', 'in', '0.96', '0.00', '0.00', 'App\\Models\\Order', '851', 'Stok dikembalikan - Edit Order #INV-20260310-0004', '3', '2026-03-10 09:28:42', '2026-03-10 09:28:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1544', '85', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '851', 'Stok dikembalikan - Edit Order #INV-20260310-0004', '3', '2026-03-10 09:28:42', '2026-03-10 09:28:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1545', '88', 'out', '2.80', '0.00', '0.00', 'App\\Models\\Order', '852', 'Order #INV-20260310-0005 - MIE BAKSO', NULL, '2026-03-10 09:31:55', '2026-03-10 09:31:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1546', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '853', 'Order #INV-20260310-0006 - hmps', NULL, '2026-03-10 09:33:26', '2026-03-10 09:33:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1547', '67', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '853', 'Order #INV-20260310-0006 - hmps', NULL, '2026-03-10 09:33:26', '2026-03-10 09:33:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1548', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '853', 'Order #INV-20260310-0006 - hmps', NULL, '2026-03-10 09:33:26', '2026-03-10 09:33:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1549', '45', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '854', 'Order #INV-20260310-0007 - pinkcard', NULL, '2026-03-10 09:33:53', '2026-03-10 09:33:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1550', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '855', 'Order #INV-20260310-0008 - dapur omah', NULL, '2026-03-10 09:34:54', '2026-03-10 09:34:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1551', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '856', 'Order #INV-20260310-0009 - small bisnis', NULL, '2026-03-10 09:36:01', '2026-03-10 09:36:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1552', '48', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '857', 'Order #INV-20260310-0010 - zul a=7, zul b=5', NULL, '2026-03-10 09:36:28', '2026-03-10 09:36:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1553', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '858', 'Order #INV-20260310-0011 - NANANG STIKER NEW', NULL, '2026-03-10 09:38:48', '2026-03-10 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1554', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '858', 'Order #INV-20260310-0011 - NANANG STIKER NEW', NULL, '2026-03-10 09:38:48', '2026-03-10 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1555', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '858', 'Order #INV-20260310-0011 - NANANG STIKER NEW', NULL, '2026-03-10 09:38:48', '2026-03-10 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1556', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '858', 'Order #INV-20260310-0011 - NANANG STIKER NEW', NULL, '2026-03-10 09:38:48', '2026-03-10 09:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1557', '105', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '859', 'Order #INV-20260310-0012 - idul fitri 1003', NULL, '2026-03-10 09:39:22', '2026-03-10 09:39:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1558', '44', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '860', 'Order #INV-20260310-0013 - wrecking 1', '3', '2026-03-10 09:43:14', '2026-03-10 09:43:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1559', '57', 'out', '195.00', '0.00', '0.00', 'App\\Models\\Order', '861', 'Order #INV-20260310-0014 - alwin 10 maret A-C', NULL, '2026-03-10 09:43:31', '2026-03-10 09:43:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1560', '59', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '862', 'Order #INV-20260310-0015 - keripik usus', '3', '2026-03-10 09:48:24', '2026-03-10 09:48:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1561', '59', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '862', 'Order #INV-20260310-0015 - sma pupuan', '3', '2026-03-10 09:48:24', '2026-03-10 09:48:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1562', '91', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '862', 'Order #INV-20260310-0015 - sma pupuan', '3', '2026-03-10 09:48:24', '2026-03-10 09:48:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1563', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '863', 'Order #INV-20260310-0016 - cetakan wm 30', NULL, '2026-03-10 09:50:41', '2026-03-10 09:50:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1564', '68', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '863', 'Order #INV-20260310-0016 - cetakan wm 30', NULL, '2026-03-10 09:50:41', '2026-03-10 09:50:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1565', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '863', 'Order #INV-20260310-0016 - cetakan wm 30', NULL, '2026-03-10 09:50:41', '2026-03-10 09:50:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1566', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '864', 'Order #INV-20260310-0017 - cetakan wm 30', NULL, '2026-03-10 09:51:34', '2026-03-10 09:51:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1567', '68', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '864', 'Order #INV-20260310-0017 - cetakan wm 30', NULL, '2026-03-10 09:51:34', '2026-03-10 09:51:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1568', '101', 'out', '2.88', '0.00', '0.00', 'App\\Models\\Order', '865', 'Order #INV-20260310-0018 - bpjs kesehatan', '3', '2026-03-10 09:51:55', '2026-03-10 09:51:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1569', '82', 'out', '2.88', '0.00', '0.00', 'App\\Models\\Order', '865', 'Order #INV-20260310-0018 - bpjs kesehatan', '3', '2026-03-10 09:51:55', '2026-03-10 09:51:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1570', '98', 'out', '2.88', '0.00', '0.00', 'App\\Models\\Order', '865', 'Order #INV-20260310-0018 - bpjs kesehatan', '3', '2026-03-10 09:51:55', '2026-03-10 09:51:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1571', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '866', 'Order #INV-20260310-0019 - cetakan wm 30', NULL, '2026-03-10 09:51:59', '2026-03-10 09:51:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1572', '45', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '867', 'Order #INV-20260310-0020 - arsy shoppee', NULL, '2026-03-10 09:52:02', '2026-03-10 09:52:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1573', '101', 'in', '2.88', '0.00', '0.00', 'App\\Models\\Order', '865', 'Stok dikembalikan - Edit Order #INV-20260310-0018', '3', '2026-03-10 09:52:02', '2026-03-10 09:52:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1574', '48', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '867', 'Order #INV-20260310-0020 - arsy shoppee', NULL, '2026-03-10 09:52:02', '2026-03-10 09:52:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1575', '82', 'in', '2.88', '0.00', '0.00', 'App\\Models\\Order', '865', 'Stok dikembalikan - Edit Order #INV-20260310-0018', '3', '2026-03-10 09:52:02', '2026-03-10 09:52:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1576', '98', 'in', '2.88', '0.00', '0.00', 'App\\Models\\Order', '865', 'Stok dikembalikan - Edit Order #INV-20260310-0018', '3', '2026-03-10 09:52:02', '2026-03-10 09:52:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1577', '105', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '868', 'Order #INV-20260310-0021 - dimsum 2026', NULL, '2026-03-10 09:54:31', '2026-03-10 09:54:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1578', '59', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '869', 'Order #INV-20260310-0022 - galeri 30 A-D', NULL, '2026-03-10 09:54:50', '2026-03-10 09:54:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1579', '68', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '869', 'Order #INV-20260310-0022 - galeri 30 A-D', NULL, '2026-03-10 09:54:50', '2026-03-10 09:54:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1580', '105', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '870', 'Order #INV-20260310-0023 - bdr parfume', NULL, '2026-03-10 09:56:50', '2026-03-10 09:56:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1581', '68', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '870', 'Order #INV-20260310-0023 - bdr parfume', NULL, '2026-03-10 09:56:50', '2026-03-10 09:56:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1582', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '871', 'Order #INV-20260310-0024 - RAMADHAN SETO', NULL, '2026-03-10 09:59:02', '2026-03-10 09:59:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1583', '57', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '872', 'Order #INV-20260310-0025 - madu likam', NULL, '2026-03-10 09:59:38', '2026-03-10 09:59:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1584', '61', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '871', 'Stok dikembalikan - Edit Order #INV-20260310-0024', NULL, '2026-03-10 10:00:03', '2026-03-10 10:00:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1585', '98', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '871', 'Order #INV-20260310-0024 - RAMADHAN SETO', NULL, '2026-03-10 10:00:03', '2026-03-10 10:00:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1586', '98', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '871', 'Stok dikembalikan - Edit Order #INV-20260310-0024', NULL, '2026-03-10 10:00:21', '2026-03-10 10:00:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1587', '98', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '871', 'Order #INV-20260310-0024 - RAMADHAN SETO', NULL, '2026-03-10 10:00:21', '2026-03-10 10:00:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1588', '47', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '873', 'Order #INV-20260310-0026 - preswak', NULL, '2026-03-10 10:01:28', '2026-03-10 10:01:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1589', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '874', 'Order #INV-20260310-0027 - seteguk rasa', NULL, '2026-03-10 10:01:49', '2026-03-10 10:01:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1590', '85', 'out', '1.20', '0.00', '0.00', 'App\\Models\\Order', '875', 'Order #INV-20260310-0028 - apindo 1 dan apindo kecil', '3', '2026-03-10 10:03:59', '2026-03-10 10:03:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1591', '48', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '876', 'Order #INV-20260310-0029 - catering dua putri', NULL, '2026-03-10 10:07:27', '2026-03-10 10:07:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1592', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '877', 'Order #INV-20260310-0030 - engine itera', NULL, '2026-03-10 10:07:50', '2026-03-10 10:07:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1593', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '877', 'Order #INV-20260310-0030 - engine itera', NULL, '2026-03-10 10:07:50', '2026-03-10 10:07:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1594', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '878', 'Order #INV-20260310-0031 - sugar gluten', NULL, '2026-03-10 10:13:00', '2026-03-10 10:13:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1595', '105', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '879', 'Order #INV-20260310-0032 - glamz 1202', '3', '2026-03-10 10:14:35', '2026-03-10 10:14:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1596', '69', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '880', 'Order #INV-20260310-0033 - peserta didik', NULL, '2026-03-10 10:16:06', '2026-03-10 10:16:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1597', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '881', 'Order #INV-20260310-0034 - meri cake', NULL, '2026-03-10 10:17:24', '2026-03-10 10:17:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1598', '101', 'in', '0.65', '0.00', '0.00', 'App\\Models\\Order', '820', 'Stok dikembalikan - Edit Order #INV-20260309-0120', NULL, '2026-03-10 10:17:34', '2026-03-10 10:17:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1599', '61', 'out', '0.87', '0.00', '0.00', 'App\\Models\\Order', '882', 'Order #INV-20260310-0035 - rotio coffee', '3', '2026-03-10 10:17:41', '2026-03-10 10:17:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1600', '81', 'out', '0.87', '0.00', '0.00', 'App\\Models\\Order', '882', 'Order #INV-20260310-0035 - rotio coffee', '3', '2026-03-10 10:17:41', '2026-03-10 10:17:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1601', '61', 'in', '0.87', '0.00', '0.00', 'App\\Models\\Order', '882', 'Stok dikembalikan - Edit Order #INV-20260310-0035', '3', '2026-03-10 10:17:49', '2026-03-10 10:17:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1602', '81', 'in', '0.87', '0.00', '0.00', 'App\\Models\\Order', '882', 'Stok dikembalikan - Edit Order #INV-20260310-0035', '3', '2026-03-10 10:17:49', '2026-03-10 10:17:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1603', '105', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '883', 'Order #INV-20260310-0036 - mayang cake', NULL, '2026-03-10 10:25:10', '2026-03-10 10:25:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1604', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '884', 'Order #INV-20260310-0037 - chery matcha', NULL, '2026-03-10 10:29:46', '2026-03-10 10:29:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1605', '57', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '885', 'Order #INV-20260310-0038 - akarupa', '3', '2026-03-10 10:30:35', '2026-03-10 10:30:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1606', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '886', 'Order #INV-20260310-0039 - gohyong dayat dimsum', NULL, '2026-03-10 10:33:05', '2026-03-10 10:33:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1607', '44', 'out', '56.00', '0.00', '0.00', 'App\\Models\\Order', '887', 'Order #INV-20260310-0040 - eid amp 1003', NULL, '2026-03-10 10:39:29', '2026-03-10 10:39:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1608', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '888', 'Order #INV-20260310-0041 - fyd', '3', '2026-03-10 10:44:59', '2026-03-10 10:44:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1609', '49', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '888', 'Order #INV-20260310-0041 - ucapan 1003', '3', '2026-03-10 10:44:59', '2026-03-10 10:44:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1610', '51', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '889', 'Order #INV-20260310-0042 - UANG SERATUS', NULL, '2026-03-10 10:46:58', '2026-03-10 10:46:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1611', '57', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '890', 'Order #INV-20260310-0043 - mr orex 10', NULL, '2026-03-10 10:47:27', '2026-03-10 10:47:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1612', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '891', 'Order #INV-20260310-0044 - adreena', NULL, '2026-03-10 10:52:13', '2026-03-10 10:52:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1613', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '891', 'Order #INV-20260310-0044 - adreena', NULL, '2026-03-10 10:52:13', '2026-03-10 10:52:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1614', '47', 'out', '31.00', '0.00', '0.00', 'App\\Models\\Order', '892', 'Order #INV-20260310-0045 - Vio & Reza, Card Vema, Vema Fix, Pandu,', '3', '2026-03-10 10:54:49', '2026-03-10 10:54:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1615', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '892', 'Order #INV-20260310-0045 - Card 2', '3', '2026-03-10 10:54:49', '2026-03-10 10:54:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1616', '85', 'out', '4.50', '0.00', '0.00', 'App\\Models\\Order', '893', 'Order #INV-20260310-0046 - bukber kantin ubl', NULL, '2026-03-10 10:55:07', '2026-03-10 10:55:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1617', '47', 'out', '22.00', '0.00', '0.00', 'App\\Models\\Order', '894', 'Order #INV-20260310-0047 - box 10 A-C', NULL, '2026-03-10 10:57:24', '2026-03-10 10:57:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1618', '53', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '895', 'Order #INV-20260310-0048 - big bos', NULL, '2026-03-10 11:09:53', '2026-03-10 11:09:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1619', '54', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '896', 'Order #INV-20260310-0049 - big bos', NULL, '2026-03-10 11:10:37', '2026-03-10 11:10:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1620', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '897', 'Order #INV-20260310-0050 - johany 10', NULL, '2026-03-10 11:16:04', '2026-03-10 11:16:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1621', '67', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '897', 'Order #INV-20260310-0050 - johany 10', NULL, '2026-03-10 11:16:04', '2026-03-10 11:16:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1622', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '897', 'Order #INV-20260310-0050 - johany 10', NULL, '2026-03-10 11:16:04', '2026-03-10 11:16:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1623', '57', 'out', '80.00', '0.00', '0.00', 'App\\Models\\Order', '898', 'Order #INV-20260310-0051 - PONDOK HIJAU', NULL, '2026-03-10 11:17:22', '2026-03-10 11:17:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1624', '76', 'out', '16.00', '0.00', '0.00', 'App\\Models\\Order', '899', 'Order #INV-20260310-0052 - kementrian PU', NULL, '2026-03-10 11:18:09', '2026-03-10 11:18:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1625', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '900', 'Order #INV-20260310-0053 - ptlfrm', NULL, '2026-03-10 11:21:55', '2026-03-10 11:21:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1626', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '901', 'Order #INV-20260310-0054 - ns has style', '3', '2026-03-10 11:23:41', '2026-03-10 11:23:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1627', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '901', 'Order #INV-20260310-0054 - ns has style', '3', '2026-03-10 11:23:41', '2026-03-10 11:23:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1628', '48', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '902', 'Order #INV-20260310-0055 - cetakan nina isa', '3', '2026-03-10 11:25:21', '2026-03-10 11:25:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1629', '62', 'in', '0.20', '0.00', '0.00', 'App\\Models\\Order', '312', 'Stok dikembalikan - Edit Order #INV-20260304-0066', NULL, '2026-03-10 11:27:38', '2026-03-10 11:27:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1630', '50', 'out', '81.00', '0.00', '0.00', 'App\\Models\\Order', '903', 'Order #INV-20260310-0056 - FILE A B DAN C', '3', '2026-03-10 11:29:19', '2026-03-10 11:29:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1631', '105', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '904', 'Order #INV-20260310-0057 - wanga 1003', NULL, '2026-03-10 11:34:59', '2026-03-10 11:34:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1632', '84', 'in', '0.28', '0.00', '0.00', 'App\\Models\\Order', '297', 'Stok dikembalikan - Edit Order #INV-20260304-0051', NULL, '2026-03-10 11:39:45', '2026-03-10 11:39:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1633', '82', 'out', '0.28', '0.00', '0.00', 'App\\Models\\Order', '297', 'Order #INV-20260304-0051 - 14.KC Lampung - Laksamana Malayati (1)', NULL, '2026-03-10 11:39:45', '2026-03-10 11:39:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1634', '47', 'out', '34.00', '0.00', '0.00', 'App\\Models\\Order', '905', 'Order #INV-20260310-0058 - eka purwanti', NULL, '2026-03-10 11:48:42', '2026-03-10 11:48:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1635', '68', 'out', '34.00', '0.00', '0.00', 'App\\Models\\Order', '905', 'Order #INV-20260310-0058 - eka purwanti', NULL, '2026-03-10 11:48:42', '2026-03-10 11:48:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1636', '51', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '906', 'Order #INV-20260310-0059 - eka purwanti', NULL, '2026-03-10 11:49:13', '2026-03-10 11:49:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1637', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '907', 'Order #INV-20260310-0060 - discover koper', NULL, '2026-03-10 11:49:46', '2026-03-10 11:49:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1638', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '907', 'Order #INV-20260310-0060 - discover koper', NULL, '2026-03-10 11:49:46', '2026-03-10 11:49:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1639', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '907', 'Order #INV-20260310-0060 - discover koper', NULL, '2026-03-10 11:49:46', '2026-03-10 11:49:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1640', '57', 'out', '100.00', '0.00', '0.00', 'App\\Models\\Order', '908', 'Order #INV-20260310-0061 - basement', '3', '2026-03-10 11:50:04', '2026-03-10 11:50:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1641', '45', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '909', 'Order #INV-20260310-0062 - wasingah', '3', '2026-03-10 11:53:32', '2026-03-10 11:53:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1642', '47', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '909', 'Order #INV-20260310-0062 - dewi ahmad', '3', '2026-03-10 11:53:32', '2026-03-10 11:53:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1643', '47', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '910', 'Order #INV-20260310-0063 - dewi angkori', NULL, '2026-03-10 11:53:47', '2026-03-10 11:53:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1644', '47', 'in', '4.00', '0.00', '0.00', 'App\\Models\\Order', '910', 'Stok dikembalikan - Edit Order #INV-20260310-0063', NULL, '2026-03-10 11:54:16', '2026-03-10 11:54:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1645', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '911', 'Order #INV-20260310-0064 - djrgn kacg', NULL, '2026-03-10 11:54:38', '2026-03-10 11:54:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1646', '49', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '912', 'Order #INV-20260310-0065 - byan cetakan', NULL, '2026-03-10 11:55:27', '2026-03-10 11:55:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1647', '62', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '823', 'Stok dikembalikan - Edit Order #INV-20260309-0123', NULL, '2026-03-10 11:56:25', '2026-03-10 11:56:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1648', '48', 'out', '28.00', '0.00', '0.00', 'App\\Models\\Order', '913', 'Order #INV-20260310-0066 - bukber mpc', NULL, '2026-03-10 12:06:02', '2026-03-10 12:06:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1649', '45', 'in', '24.00', '0.00', '0.00', 'App\\Models\\Order', '909', 'Stok dikembalikan - Edit Order #INV-20260310-0062', '3', '2026-03-10 12:09:03', '2026-03-10 12:09:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1650', '47', 'in', '40.00', '0.00', '0.00', 'App\\Models\\Order', '909', 'Stok dikembalikan - Edit Order #INV-20260310-0062', '3', '2026-03-10 12:09:03', '2026-03-10 12:09:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1651', '61', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '914', 'Order #INV-20260310-0067 - next level', '3', '2026-03-10 13:03:45', '2026-03-10 13:03:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1652', '82', 'out', '0.85', '0.00', '0.00', 'App\\Models\\Order', '914', 'Order #INV-20260310-0067 - next level', '3', '2026-03-10 13:03:46', '2026-03-10 13:03:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1653', '61', 'in', '0.85', '0.00', '0.00', 'App\\Models\\Order', '914', 'Stok dikembalikan - Edit Order #INV-20260310-0067', '3', '2026-03-10 13:03:57', '2026-03-10 13:03:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1654', '82', 'in', '0.85', '0.00', '0.00', 'App\\Models\\Order', '914', 'Stok dikembalikan - Edit Order #INV-20260310-0067', '3', '2026-03-10 13:03:57', '2026-03-10 13:03:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1655', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '915', 'Order #INV-20260310-0068 - play learn', '3', '2026-03-10 13:04:58', '2026-03-10 13:04:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1656', '85', 'out', '7.50', '0.00', '0.00', 'App\\Models\\Order', '916', 'Order #INV-20260310-0069 - RAIH', NULL, '2026-03-10 13:10:25', '2026-03-10 13:10:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1657', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '916', 'Order #INV-20260310-0069 - AYO1-2-3-4@1', NULL, '2026-03-10 13:10:25', '2026-03-10 13:10:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1658', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '917', 'Order #INV-20260310-0070 - ajl 1003', '3', '2026-03-10 13:10:49', '2026-03-10 13:10:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1659', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '917', 'Order #INV-20260310-0070 - ajl 1003', '3', '2026-03-10 13:10:49', '2026-03-10 13:10:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1660', '99', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '917', 'Order #INV-20260310-0070 - ajl 1003', '3', '2026-03-10 13:10:49', '2026-03-10 13:10:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1661', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '918', 'Order #INV-20260310-0071 - foto 10 maret', NULL, '2026-03-10 13:12:17', '2026-03-10 13:12:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1662', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '919', 'Order #INV-20260310-0072 - DUA PUTRI', NULL, '2026-03-10 13:13:49', '2026-03-10 13:13:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1663', '85', 'out', '1.50', '0.00', '0.00', 'App\\Models\\Order', '920', 'Order #INV-20260310-0073 - AL BAROKAH', '3', '2026-03-10 13:14:44', '2026-03-10 13:14:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1664', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '920', 'Order #INV-20260310-0073 - PPZ', '3', '2026-03-10 13:14:44', '2026-03-10 13:14:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1665', '85', 'out', '3.75', '0.00', '0.00', 'App\\Models\\Order', '920', 'Order #INV-20260310-0073 - SHOLAT EID', '3', '2026-03-10 13:14:44', '2026-03-10 13:14:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1666', '85', 'in', '1.50', '0.00', '0.00', 'App\\Models\\Order', '920', 'Stok dikembalikan - Edit Order #INV-20260310-0073', '3', '2026-03-10 13:14:49', '2026-03-10 13:14:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1667', '85', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '920', 'Stok dikembalikan - Edit Order #INV-20260310-0073', '3', '2026-03-10 13:14:49', '2026-03-10 13:14:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1668', '85', 'in', '3.75', '0.00', '0.00', 'App\\Models\\Order', '920', 'Stok dikembalikan - Edit Order #INV-20260310-0073', '3', '2026-03-10 13:14:49', '2026-03-10 13:14:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1669', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '921', 'Order #INV-20260310-0074 - HARIZAL', NULL, '2026-03-10 13:15:21', '2026-03-10 13:15:21');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1670', '85', 'out', '12.50', '0.00', '0.00', 'App\\Models\\Order', '922', 'Order #INV-20260310-0075 - bukber mpc', NULL, '2026-03-10 13:17:24', '2026-03-10 13:17:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1671', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '923', 'Order #INV-20260310-0076 - murah meriah', '3', '2026-03-10 13:21:07', '2026-03-10 13:21:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1672', '86', 'in', '0.80', '0.00', '0.00', 'App\\Models\\Order', '736', 'Stok dikembalikan - Edit Order #INV-20260309-0036', NULL, '2026-03-10 13:25:29', '2026-03-10 13:25:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1673', '59', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '924', 'Order #INV-20260310-0077 - latber octo', '3', '2026-03-10 13:31:16', '2026-03-10 13:31:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1674', '67', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '924', 'Order #INV-20260310-0077 - latber octo', '3', '2026-03-10 13:31:16', '2026-03-10 13:31:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1675', '92', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '924', 'Order #INV-20260310-0077 - latber octo', '3', '2026-03-10 13:31:16', '2026-03-10 13:31:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1676', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '925', 'Order #INV-20260310-0078 - pangkas 1003', '3', '2026-03-10 13:34:29', '2026-03-10 13:34:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1677', '67', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '925', 'Order #INV-20260310-0078 - pangkas 1003', '3', '2026-03-10 13:34:29', '2026-03-10 13:34:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1678', '105', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '926', 'Order #INV-20260310-0079 - lili cake', NULL, '2026-03-10 13:44:18', '2026-03-10 13:44:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1679', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '927', 'Order #INV-20260310-0080 - food menu', NULL, '2026-03-10 13:45:42', '2026-03-10 13:45:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1680', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '927', 'Stok dikembalikan - Edit Order #INV-20260310-0080', NULL, '2026-03-10 13:46:03', '2026-03-10 13:46:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1681', '57', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '928', 'Order #INV-20260310-0081 - kripik 1003', '3', '2026-03-10 13:46:32', '2026-03-10 13:46:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1682', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '929', 'Order #INV-20260310-0082 - es bubur', NULL, '2026-03-10 13:49:43', '2026-03-10 13:49:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1683', '86', 'out', '7.50', '0.00', '0.00', 'App\\Models\\Order', '930', 'Order #INV-20260310-0083 - TOKO SURYA', NULL, '2026-03-10 13:57:28', '2026-03-10 13:57:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1684', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '931', 'Order #INV-20260310-0084 - jr snack 1003', '3', '2026-03-10 14:03:24', '2026-03-10 14:03:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1685', '57', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '932', 'Order #INV-20260310-0085 - kasat reskrim', '3', '2026-03-10 14:07:18', '2026-03-10 14:07:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1686', '62', 'out', '0.28', '0.00', '0.00', 'App\\Models\\Order', '933', 'Order #INV-20260310-0086 - abdul qadir', NULL, '2026-03-10 14:07:29', '2026-03-10 14:07:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1687', '62', 'in', '0.28', '0.00', '0.00', 'App\\Models\\Order', '933', 'Stok dikembalikan - Edit Order #INV-20260310-0086', NULL, '2026-03-10 14:08:10', '2026-03-10 14:08:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1688', '82', 'out', '0.28', '0.00', '0.00', 'App\\Models\\Order', '933', 'Order #INV-20260310-0086 - abdul qadir', NULL, '2026-03-10 14:08:10', '2026-03-10 14:08:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1689', '44', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '934', 'Order #INV-20260310-0087 - samsu refill', NULL, '2026-03-10 14:08:36', '2026-03-10 14:08:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1690', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '935', 'Order #INV-20260310-0088 - POLWAN', NULL, '2026-03-10 14:14:03', '2026-03-10 14:14:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1691', '85', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '935', 'Order #INV-20260310-0088 - BAZIS', NULL, '2026-03-10 14:14:03', '2026-03-10 14:14:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1692', '57', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '936', 'Order #INV-20260310-0089 - YBM BRILIAN', '3', '2026-03-10 14:15:30', '2026-03-10 14:15:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1693', '45', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '937', 'Order #INV-20260310-0090 - samsu revisi', NULL, '2026-03-10 14:17:25', '2026-03-10 14:17:25');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1694', '61', 'out', '1.32', '0.00', '0.00', 'App\\Models\\Order', '938', 'Order #INV-20260310-0091 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:19:59', '2026-03-10 14:19:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1695', '81', 'out', '0.33', '0.00', '0.00', 'App\\Models\\Order', '938', 'Order #INV-20260310-0091 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:19:59', '2026-03-10 14:19:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1696', '61', 'out', '1.32', '0.00', '0.00', 'App\\Models\\Order', '939', 'Order #INV-20260310-0092 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:20:27', '2026-03-10 14:20:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1697', '81', 'out', '0.33', '0.00', '0.00', 'App\\Models\\Order', '939', 'Order #INV-20260310-0092 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:20:27', '2026-03-10 14:20:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1698', '61', 'out', '1.32', '0.00', '0.00', 'App\\Models\\Order', '940', 'Order #INV-20260310-0093 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:20:27', '2026-03-10 14:20:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1699', '81', 'out', '0.33', '0.00', '0.00', 'App\\Models\\Order', '940', 'Order #INV-20260310-0093 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:20:27', '2026-03-10 14:20:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1700', '61', 'out', '1.32', '0.00', '0.00', 'App\\Models\\Order', '941', 'Order #INV-20260310-0094 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:20:46', '2026-03-10 14:20:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1701', '81', 'out', '0.33', '0.00', '0.00', 'App\\Models\\Order', '941', 'Order #INV-20260310-0094 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:20:46', '2026-03-10 14:20:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1702', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '942', 'Order #INV-20260310-0095 - mama nanda', NULL, '2026-03-10 14:23:48', '2026-03-10 14:23:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1703', '54', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '943', 'Order #INV-20260310-0096 - baca tulis 1', '3', '2026-03-10 14:24:07', '2026-03-10 14:24:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1704', '45', 'out', '42.00', '0.00', '0.00', 'App\\Models\\Order', '944', 'Order #INV-20260310-0097 - samsu refill fix', NULL, '2026-03-10 14:25:27', '2026-03-10 14:25:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1705', '53', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '945', 'Order #INV-20260310-0098 - enah', NULL, '2026-03-10 14:25:28', '2026-03-10 14:25:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1706', '105', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '946', 'Order #INV-20260310-0099 - pempek gemoy', '3', '2026-03-10 14:29:58', '2026-03-10 14:29:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1707', '57', 'out', '88.00', '0.00', '0.00', 'App\\Models\\Order', '947', 'Order #INV-20260310-0100 - Baksos sosial', NULL, '2026-03-10 14:30:00', '2026-03-10 14:30:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1708', '61', 'in', '1.32', '0.00', '0.00', 'App\\Models\\Order', '941', 'Stok dikembalikan - Edit Order #INV-20260310-0094', NULL, '2026-03-10 14:30:43', '2026-03-10 14:30:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1709', '81', 'in', '0.33', '0.00', '0.00', 'App\\Models\\Order', '941', 'Stok dikembalikan - Edit Order #INV-20260310-0094', NULL, '2026-03-10 14:30:43', '2026-03-10 14:30:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1710', '61', 'out', '1.32', '0.00', '0.00', 'App\\Models\\Order', '941', 'Order #INV-20260310-0094 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:30:43', '2026-03-10 14:30:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1711', '81', 'out', '0.33', '0.00', '0.00', 'App\\Models\\Order', '941', 'Order #INV-20260310-0094 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:30:43', '2026-03-10 14:30:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1712', '81', 'in', '1.14', '0.00', '0.00', 'App\\Models\\Order', '806', 'Stok dikembalikan - Edit Order #INV-20260309-0106', NULL, '2026-03-10 14:33:03', '2026-03-10 14:33:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1713', '61', 'out', '1.14', '0.00', '0.00', 'App\\Models\\Order', '806', 'Order #INV-20260309-0106 - sticker gondola', NULL, '2026-03-10 14:33:03', '2026-03-10 14:33:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1714', '81', 'out', '1.14', '0.00', '0.00', 'App\\Models\\Order', '806', 'Order #INV-20260309-0106 - sticker gondola', NULL, '2026-03-10 14:33:03', '2026-03-10 14:33:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1715', '61', 'in', '1.32', '0.00', '0.00', 'App\\Models\\Order', '940', 'Stok dikembalikan - Batal Order #INV-20260310-0093', '16', '2026-03-10 14:33:53', '2026-03-10 14:33:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1716', '81', 'in', '0.33', '0.00', '0.00', 'App\\Models\\Order', '940', 'Stok dikembalikan - Batal Order #INV-20260310-0093', '16', '2026-03-10 14:33:53', '2026-03-10 14:33:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1717', '61', 'in', '1.32', '0.00', '0.00', 'App\\Models\\Order', '939', 'Stok dikembalikan - Batal Order #INV-20260310-0092', '16', '2026-03-10 14:34:09', '2026-03-10 14:34:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1718', '81', 'in', '0.33', '0.00', '0.00', 'App\\Models\\Order', '939', 'Stok dikembalikan - Batal Order #INV-20260310-0092', '16', '2026-03-10 14:34:09', '2026-03-10 14:34:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1719', '61', 'in', '1.32', '0.00', '0.00', 'App\\Models\\Order', '938', 'Stok dikembalikan - Batal Order #INV-20260310-0091', '16', '2026-03-10 14:34:20', '2026-03-10 14:34:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1720', '81', 'in', '0.33', '0.00', '0.00', 'App\\Models\\Order', '938', 'Stok dikembalikan - Batal Order #INV-20260310-0091', '16', '2026-03-10 14:34:20', '2026-03-10 14:34:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1721', '61', 'in', '1.32', '0.00', '0.00', 'App\\Models\\Order', '941', 'Stok dikembalikan - Edit Order #INV-20260310-0094', NULL, '2026-03-10 14:35:53', '2026-03-10 14:35:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1722', '81', 'in', '0.33', '0.00', '0.00', 'App\\Models\\Order', '941', 'Stok dikembalikan - Edit Order #INV-20260310-0094', NULL, '2026-03-10 14:35:53', '2026-03-10 14:35:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1723', '61', 'out', '1.32', '0.00', '0.00', 'App\\Models\\Order', '941', 'Order #INV-20260310-0094 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:35:53', '2026-03-10 14:35:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1724', '81', 'out', '0.33', '0.00', '0.00', 'App\\Models\\Order', '941', 'Order #INV-20260310-0094 - aneka snack curah 122x27cm-02', NULL, '2026-03-10 14:35:53', '2026-03-10 14:35:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1725', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '948', 'Order #INV-20260310-0101 - hantag pink', NULL, '2026-03-10 14:37:00', '2026-03-10 14:37:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1726', '45', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '948', 'Order #INV-20260310-0101 - kartu pink', NULL, '2026-03-10 14:37:00', '2026-03-10 14:37:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1727', '45', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '948', 'Order #INV-20260310-0101 - slyer pink', NULL, '2026-03-10 14:37:00', '2026-03-10 14:37:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1728', '44', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '949', 'Order #INV-20260310-0102 - smp islam', NULL, '2026-03-10 14:38:43', '2026-03-10 14:38:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1729', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '950', 'Order #INV-20260310-0103 - toko kosmetik', NULL, '2026-03-10 14:40:55', '2026-03-10 14:40:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1730', '85', 'in', '12.50', '0.00', '0.00', 'App\\Models\\Order', '922', 'Stok dikembalikan - Edit Order #INV-20260310-0075', NULL, '2026-03-10 14:44:10', '2026-03-10 14:44:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1731', '48', 'in', '28.00', '0.00', '0.00', 'App\\Models\\Order', '913', 'Stok dikembalikan - Edit Order #INV-20260310-0066', NULL, '2026-03-10 14:45:13', '2026-03-10 14:45:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1732', '48', 'out', '16.00', '0.00', '0.00', 'App\\Models\\Order', '913', 'Order #INV-20260310-0066 - bukber mpc', NULL, '2026-03-10 14:45:13', '2026-03-10 14:45:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1733', '68', 'out', '16.00', '0.00', '0.00', 'App\\Models\\Order', '913', 'Order #INV-20260310-0066 - bukber mpc', NULL, '2026-03-10 14:45:13', '2026-03-10 14:45:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1734', '47', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '951', 'Order #INV-20260310-0104 - putihkan hati', NULL, '2026-03-10 14:54:48', '2026-03-10 14:54:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1735', '46', 'out', '63.00', '0.00', '0.00', 'App\\Models\\Order', '952', 'Order #INV-20260310-0105 - aidil', NULL, '2026-03-10 15:05:07', '2026-03-10 15:05:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1736', '85', 'out', '7.50', '0.00', '0.00', 'App\\Models\\Order', '953', 'Order #INV-20260310-0106 - satlantas', '3', '2026-03-10 15:43:13', '2026-03-10 15:43:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1737', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '953', 'Order #INV-20260310-0106 - satlantas 2', '3', '2026-03-10 15:43:13', '2026-03-10 15:43:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1738', '85', 'in', '7.50', '0.00', '0.00', 'App\\Models\\Order', '953', 'Stok dikembalikan - Edit Order #INV-20260310-0106', '3', '2026-03-10 15:43:19', '2026-03-10 15:43:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1739', '85', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '953', 'Stok dikembalikan - Edit Order #INV-20260310-0106', '3', '2026-03-10 15:43:19', '2026-03-10 15:43:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1740', '57', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '954', 'Order #INV-20260310-0107 - polres 1003', '3', '2026-03-10 15:45:18', '2026-03-10 15:45:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1741', '105', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '955', 'Order #INV-20260310-0108 - import', NULL, '2026-03-10 15:47:02', '2026-03-10 15:47:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1742', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '956', 'Order #INV-20260310-0109 - yasa house', NULL, '2026-03-10 15:49:59', '2026-03-10 15:49:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1743', '62', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '956', 'Stok dikembalikan - Edit Order #INV-20260310-0109', NULL, '2026-03-10 15:50:17', '2026-03-10 15:50:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1744', '52', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '957', 'Order #INV-20260310-0110 - aini musika', NULL, '2026-03-10 15:53:08', '2026-03-10 15:53:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1745', '58', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '958', 'Order #INV-20260310-0111 - novi gustri', NULL, '2026-03-10 15:54:40', '2026-03-10 15:54:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1746', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '959', 'Order #INV-20260310-0112 - qosam club', '3', '2026-03-10 16:00:07', '2026-03-10 16:00:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1747', '81', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '959', 'Order #INV-20260310-0112 - qosam club', '3', '2026-03-10 16:00:07', '2026-03-10 16:00:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1748', '99', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '959', 'Order #INV-20260310-0112 - qosam club', '3', '2026-03-10 16:00:07', '2026-03-10 16:00:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1749', '50', 'in', '81.00', '0.00', '0.00', 'App\\Models\\Order', '903', 'Stok dikembalikan - Edit Order #INV-20260310-0056', '3', '2026-03-10 16:24:03', '2026-03-10 16:24:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1750', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '960', 'Order #INV-20260310-0113 - classy 1003', '3', '2026-03-10 16:34:20', '2026-03-10 16:34:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1751', '67', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '960', 'Order #INV-20260310-0113 - classy 1003', '3', '2026-03-10 16:34:20', '2026-03-10 16:34:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1752', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '960', 'Order #INV-20260310-0113 - classy 1003', '3', '2026-03-10 16:34:20', '2026-03-10 16:34:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1753', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '961', 'Order #INV-20260310-0114 - ponier', NULL, '2026-03-10 16:42:38', '2026-03-10 16:42:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1754', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '961', 'Order #INV-20260310-0114 - ponier', NULL, '2026-03-10 16:42:38', '2026-03-10 16:42:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1755', '48', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '962', 'Order #INV-20260310-0115 - ar batik', NULL, '2026-03-10 16:43:05', '2026-03-10 16:43:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1756', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '963', 'Order #INV-20260311-0001 - PANITIA AMIL ZAKAT', '3', '2026-03-11 09:16:33', '2026-03-11 09:16:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1757', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '963', 'Order #INV-20260311-0001 - 1 SYAWAL', '3', '2026-03-11 09:16:33', '2026-03-11 09:16:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1758', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '964', 'Order #INV-20260311-0002 - iptu lebaran', NULL, '2026-03-11 09:19:16', '2026-03-11 09:19:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1759', '48', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '965', 'Order #INV-20260311-0003 - asamba bimbel', NULL, '2026-03-11 09:23:37', '2026-03-11 09:23:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1760', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '966', 'Order #INV-20260311-0004 - bunda nila', NULL, '2026-03-11 09:25:13', '2026-03-11 09:25:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1761', '44', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '967', 'Order #INV-20260311-0005 - eid fitr', '3', '2026-03-11 09:25:54', '2026-03-11 09:25:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1762', '55', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '967', 'Order #INV-20260311-0005 - eyang tie', '3', '2026-03-11 09:25:54', '2026-03-11 09:25:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1763', '57', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '968', 'Order #INV-20260311-0006 - mi ypi 1', '3', '2026-03-11 09:27:07', '2026-03-11 09:27:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1764', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '969', 'Order #INV-20260311-0007 - KAWASAN STETIL', '3', '2026-03-11 09:30:17', '2026-03-11 09:30:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1765', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '970', 'Order #INV-20260311-0008 - pt mega', NULL, '2026-03-11 09:30:43', '2026-03-11 09:30:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1766', '105', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '971', 'Order #INV-20260311-0009 - gelael 1103', NULL, '2026-03-11 09:33:22', '2026-03-11 09:33:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1767', '69', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '972', 'Order #INV-20260311-0010 - id card auteticity', NULL, '2026-03-11 09:35:01', '2026-03-11 09:35:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1768', '48', 'out', '19.00', '0.00', '0.00', 'App\\Models\\Order', '973', 'Order #INV-20260311-0011 - jejak kebaikan', NULL, '2026-03-11 09:36:03', '2026-03-11 09:36:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1769', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '974', 'Order #INV-20260311-0012 - dua jagoan 2021', NULL, '2026-03-11 09:37:19', '2026-03-11 09:37:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1770', '82', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '974', 'Order #INV-20260311-0012 - dua jagoan 2021', NULL, '2026-03-11 09:37:19', '2026-03-11 09:37:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1771', '98', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '974', 'Order #INV-20260311-0012 - dua jagoan 2021', NULL, '2026-03-11 09:37:19', '2026-03-11 09:37:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1772', '57', 'out', '60.00', '0.00', '0.00', 'App\\Models\\Order', '975', 'Order #INV-20260311-0013 - sale madu', NULL, '2026-03-11 09:39:17', '2026-03-11 09:39:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1773', '48', 'in', '19.00', '0.00', '0.00', 'App\\Models\\Order', '973', 'Stok dikembalikan - Edit Order #INV-20260311-0011', NULL, '2026-03-11 09:40:02', '2026-03-11 09:40:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1774', '44', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '976', 'Order #INV-20260311-0014 - jajal 11', NULL, '2026-03-11 09:40:37', '2026-03-11 09:40:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1775', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '977', 'Order #INV-20260311-0015 - kripik pengantin', '3', '2026-03-11 09:41:44', '2026-03-11 09:41:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1776', '48', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '978', 'Order #INV-20260311-0016 - Cokelat dan Hijau Ilustrasi Hampers Idul Fitri Card', NULL, '2026-03-11 09:53:50', '2026-03-11 09:53:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1777', '67', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '978', 'Order #INV-20260311-0016 - Cokelat dan Hijau Ilustrasi Hampers Idul Fitri Card', NULL, '2026-03-11 09:53:50', '2026-03-11 09:53:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1778', '44', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '976', 'Stok dikembalikan - Edit Order #INV-20260311-0014', NULL, '2026-03-11 09:54:29', '2026-03-11 09:54:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1779', '44', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '976', 'Order #INV-20260311-0014 - jajal 11', NULL, '2026-03-11 09:54:29', '2026-03-11 09:54:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1780', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '979', 'Order #INV-20260311-0017 - dprd 1103', '3', '2026-03-11 09:54:47', '2026-03-11 09:54:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1781', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '979', 'Order #INV-20260311-0017 - dprd 1103', '3', '2026-03-11 09:54:47', '2026-03-11 09:54:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1782', '57', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '980', 'Order #INV-20260311-0018 - gumuk', NULL, '2026-03-11 09:56:16', '2026-03-11 09:56:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1783', '57', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '981', 'Order #INV-20260311-0019 - bri unit mandala', NULL, '2026-03-11 09:56:55', '2026-03-11 09:56:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1784', '105', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '982', 'Order #INV-20260311-0020 - gie 1103', NULL, '2026-03-11 10:01:03', '2026-03-11 10:01:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1785', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '983', 'Order #INV-20260311-0021 - gie 1103', NULL, '2026-03-11 10:01:53', '2026-03-11 10:01:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1786', '67', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '983', 'Order #INV-20260311-0021 - gie 1103', NULL, '2026-03-11 10:01:53', '2026-03-11 10:01:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1787', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '983', 'Order #INV-20260311-0021 - gie 1103', NULL, '2026-03-11 10:01:53', '2026-03-11 10:01:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1788', '85', 'out', '0.49', '0.00', '0.00', 'App\\Models\\Order', '984', 'Order #INV-20260311-0022 - AREA DAPUR', '3', '2026-03-11 10:02:40', '2026-03-11 10:02:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1789', '105', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '970', 'Stok dikembalikan - Edit Order #INV-20260311-0008', NULL, '2026-03-11 10:05:53', '2026-03-11 10:05:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1790', '59', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '970', 'Order #INV-20260311-0008 - pt mega', NULL, '2026-03-11 10:05:53', '2026-03-11 10:05:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1791', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '970', 'Order #INV-20260311-0008 - pt mega', NULL, '2026-03-11 10:05:53', '2026-03-11 10:05:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1792', '80', 'in', '127.00', '11500.00', '1460500.00', 'App\\Models\\Purchase', '9', 'Pembelian: Pembelian bahan', '16', '2026-03-11 10:10:16', '2026-03-11 10:10:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1793', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '985', 'Order #INV-20260311-0023 - public thrif', NULL, '2026-03-11 10:16:38', '2026-03-11 10:16:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1794', '81', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '985', 'Order #INV-20260311-0023 - public thrif', NULL, '2026-03-11 10:16:38', '2026-03-11 10:16:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1795', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '985', 'Order #INV-20260311-0023 - public thrif', NULL, '2026-03-11 10:16:38', '2026-03-11 10:16:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1796', '105', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '986', 'Order #INV-20260311-0024 - la kita1103', NULL, '2026-03-11 10:18:10', '2026-03-11 10:18:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1797', '68', 'out', '40.00', '0.00', '0.00', 'App\\Models\\Order', '986', 'Order #INV-20260311-0024 - la kita1103', NULL, '2026-03-11 10:18:10', '2026-03-11 10:18:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1798', '56', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Order #INV-20260311-0025 - TOKO ARI', '3', '2026-03-11 10:18:45', '2026-03-11 10:18:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1799', '59', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Order #INV-20260311-0025 - macan sakti', '3', '2026-03-11 10:18:45', '2026-03-11 10:18:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1800', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Order #INV-20260311-0025 - macan sakti', '3', '2026-03-11 10:18:45', '2026-03-11 10:18:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1801', '91', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Order #INV-20260311-0025 - macan sakti', '3', '2026-03-11 10:18:45', '2026-03-11 10:18:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1802', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '988', 'Order #INV-20260311-0026 - minal aidzin 1103', '3', '2026-03-11 10:20:43', '2026-03-11 10:20:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1803', '105', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '989', 'Order #INV-20260311-0027 - gelael daging', NULL, '2026-03-11 10:24:23', '2026-03-11 10:24:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1804', '105', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '990', 'Order #INV-20260311-0028 - angkasa co', NULL, '2026-03-11 10:25:52', '2026-03-11 10:25:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1805', '67', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '990', 'Order #INV-20260311-0028 - angkasa co', NULL, '2026-03-11 10:25:52', '2026-03-11 10:25:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1806', '48', 'in', '12.00', '0.00', '0.00', 'App\\Models\\Order', '978', 'Stok dikembalikan - Edit Order #INV-20260311-0016', NULL, '2026-03-11 10:27:08', '2026-03-11 10:27:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1807', '67', 'in', '12.00', '0.00', '0.00', 'App\\Models\\Order', '978', 'Stok dikembalikan - Edit Order #INV-20260311-0016', NULL, '2026-03-11 10:27:08', '2026-03-11 10:27:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1808', '48', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '978', 'Order #INV-20260311-0016 - Cokelat dan Hijau Ilustrasi Hampers Idul Fitri Card', NULL, '2026-03-11 10:27:08', '2026-03-11 10:27:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1809', '47', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '991', 'Order #INV-20260311-0029 - SPPG SUKAJADI', NULL, '2026-03-11 10:29:05', '2026-03-11 10:29:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1810', '47', 'out', '24.00', '0.00', '0.00', 'App\\Models\\Order', '992', 'Order #INV-20260311-0030 - AMPLOP PPG', NULL, '2026-03-11 10:31:20', '2026-03-11 10:31:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1811', '85', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '993', 'Order #INV-20260311-0031 - HUTAGAOL', NULL, '2026-03-11 10:34:39', '2026-03-11 10:34:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1812', '85', 'out', '1.60', '0.00', '0.00', 'App\\Models\\Order', '994', 'Order #INV-20260311-0032 - KESELAMATAN DAN MELINTAS', '3', '2026-03-11 10:35:03', '2026-03-11 10:35:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1813', '101', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '995', 'Order #INV-20260311-0033 - ZTE 1103', '3', '2026-03-11 10:40:29', '2026-03-11 10:40:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1814', '105', 'out', '35.00', '0.00', '0.00', 'App\\Models\\Order', '996', 'Order #INV-20260311-0034 - keripik atma', NULL, '2026-03-11 10:42:59', '2026-03-11 10:42:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1815', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '997', 'Order #INV-20260311-0035 - maxinus', NULL, '2026-03-11 10:55:39', '2026-03-11 10:55:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1816', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '997', 'Order #INV-20260311-0035 - maxinus', NULL, '2026-03-11 10:55:39', '2026-03-11 10:55:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1817', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '997', 'Order #INV-20260311-0035 - maxinus', NULL, '2026-03-11 10:55:39', '2026-03-11 10:55:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1818', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '998', 'Order #INV-20260311-0036 - angpao 1103', '3', '2026-03-11 10:55:55', '2026-03-11 10:55:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1819', '60', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '999', 'Order #INV-20260311-0037 - ypoc', NULL, '2026-03-11 10:58:28', '2026-03-11 10:58:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1820', '60', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '999', 'Stok dikembalikan - Edit Order #INV-20260311-0037', NULL, '2026-03-11 10:58:56', '2026-03-11 10:58:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1821', '91', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '999', 'Order #INV-20260311-0037 - ypoc', NULL, '2026-03-11 10:58:56', '2026-03-11 10:58:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1822', '85', 'out', '3.80', '0.00', '0.00', 'App\\Models\\Order', '1000', 'Order #INV-20260311-0038 - BG QOSAM', NULL, '2026-03-11 11:00:43', '2026-03-11 11:00:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1823', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1001', 'Order #INV-20260311-0039 - teknik itera', NULL, '2026-03-11 11:18:02', '2026-03-11 11:18:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1824', '48', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1002', 'Order #INV-20260311-0040 - idul 1103', '3', '2026-03-11 11:22:43', '2026-03-11 11:22:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1825', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1002', 'Order #INV-20260311-0040 - idul 1103', '3', '2026-03-11 11:22:43', '2026-03-11 11:22:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1826', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1002', 'Order #INV-20260311-0040 - kosu 1', '3', '2026-03-11 11:22:43', '2026-03-11 11:22:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1827', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1003', 'Order #INV-20260311-0041 - cireng si', NULL, '2026-03-11 11:24:38', '2026-03-11 11:24:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1828', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1004', 'Order #INV-20260311-0042 - pawon bunda 11', NULL, '2026-03-11 11:36:23', '2026-03-11 11:36:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1829', '48', 'out', '17.00', '0.00', '0.00', 'App\\Models\\Order', '1005', 'Order #INV-20260311-0043 - kupon livin', NULL, '2026-03-11 11:45:13', '2026-03-11 11:45:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1830', '57', 'in', '110.00', '0.00', '0.00', 'App\\Models\\Order', '705', 'Stok dikembalikan - Edit Order #INV-20260309-0005', NULL, '2026-03-11 11:53:32', '2026-03-11 11:53:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1831', '57', 'out', '105.00', '0.00', '0.00', 'App\\Models\\Order', '705', 'Order #INV-20260309-0005 - sambel goreng tempe', NULL, '2026-03-11 11:53:32', '2026-03-11 11:53:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1832', '57', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1006', 'Order #INV-20260311-0044 - stiker kromo 3 lembar taniaa', NULL, '2026-03-11 13:07:01', '2026-03-11 13:07:01');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1833', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1007', 'Order #INV-20260311-0045 - SKANPANCER', '3', '2026-03-11 13:11:27', '2026-03-11 13:11:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1834', '45', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '1008', 'Order #INV-20260311-0046 - tea time', '3', '2026-03-11 13:12:33', '2026-03-11 13:12:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1835', '57', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '1009', 'Order #INV-20260311-0047 - ANDE DES', NULL, '2026-03-11 13:24:14', '2026-03-11 13:24:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1836', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1010', 'Order #INV-20260311-0048 - melkaza', NULL, '2026-03-11 13:24:52', '2026-03-11 13:24:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1837', '61', 'out', '1.20', '0.00', '0.00', 'App\\Models\\Order', '1011', 'Order #INV-20260311-0049 - agree', NULL, '2026-03-11 13:25:35', '2026-03-11 13:25:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1838', '85', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '1012', 'Order #INV-20260311-0050 - SAN LAUNDRY BANNER', '3', '2026-03-11 13:27:30', '2026-03-11 13:27:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1839', '61', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1013', 'Order #INV-20260311-0051 - SAN LAUNDRY BESAR', '3', '2026-03-11 13:28:26', '2026-03-11 13:28:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1840', '82', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1013', 'Order #INV-20260311-0051 - SAN LAUNDRY BESAR', '3', '2026-03-11 13:28:26', '2026-03-11 13:28:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1841', '99', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1013', 'Order #INV-20260311-0051 - SAN LAUNDRY BESAR', '3', '2026-03-11 13:28:26', '2026-03-11 13:28:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1842', '61', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Order #INV-20260311-0052 - DAFTAR HARGA', '3', '2026-03-11 13:29:09', '2026-03-11 13:29:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1843', '61', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Order #INV-20260311-0052 - DAFTAR HARGA', '3', '2026-03-11 13:29:09', '2026-03-11 13:29:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1844', '82', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Order #INV-20260311-0052 - DAFTAR HARGA', '3', '2026-03-11 13:29:09', '2026-03-11 13:29:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1845', '61', 'out', '0.25', '0.00', '0.00', 'App\\Models\\Order', '1015', 'Order #INV-20260311-0053 - san laundry cut', '3', '2026-03-11 13:29:56', '2026-03-11 13:29:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1846', '82', 'out', '0.25', '0.00', '0.00', 'App\\Models\\Order', '1015', 'Order #INV-20260311-0053 - san laundry cut', '3', '2026-03-11 13:29:56', '2026-03-11 13:29:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1847', '98', 'out', '0.25', '0.00', '0.00', 'App\\Models\\Order', '1015', 'Order #INV-20260311-0053 - san laundry cut', '3', '2026-03-11 13:29:56', '2026-03-11 13:29:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1848', '59', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1016', 'Order #INV-20260311-0054 - logo N', NULL, '2026-03-11 13:31:42', '2026-03-11 13:31:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1849', '47', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1017', 'Order #INV-20260311-0055 - nyusul', '3', '2026-03-11 13:31:51', '2026-03-11 13:31:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1850', '61', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Stok dikembalikan - Edit Order #INV-20260311-0052', '3', '2026-03-11 13:34:14', '2026-03-11 13:34:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1851', '61', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Stok dikembalikan - Edit Order #INV-20260311-0052', '3', '2026-03-11 13:34:14', '2026-03-11 13:34:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1852', '82', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Stok dikembalikan - Edit Order #INV-20260311-0052', '3', '2026-03-11 13:34:14', '2026-03-11 13:34:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1853', '98', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Order #INV-20260311-0052 - DAFTAR HARGA', '3', '2026-03-11 13:35:40', '2026-03-11 13:35:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1854', '82', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Order #INV-20260311-0052 - DAFTAR HARGA', '3', '2026-03-11 13:35:40', '2026-03-11 13:35:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1855', '98', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Stok dikembalikan - Edit Order #INV-20260311-0052', '3', '2026-03-11 13:35:47', '2026-03-11 13:35:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1856', '82', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Stok dikembalikan - Edit Order #INV-20260311-0052', '3', '2026-03-11 13:35:47', '2026-03-11 13:35:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1857', '61', 'in', '0.25', '0.00', '0.00', 'App\\Models\\Order', '1015', 'Stok dikembalikan - Edit Order #INV-20260311-0053', '3', '2026-03-11 13:36:41', '2026-03-11 13:36:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1858', '82', 'in', '0.25', '0.00', '0.00', 'App\\Models\\Order', '1015', 'Stok dikembalikan - Edit Order #INV-20260311-0053', '3', '2026-03-11 13:36:41', '2026-03-11 13:36:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1859', '98', 'in', '0.25', '0.00', '0.00', 'App\\Models\\Order', '1015', 'Stok dikembalikan - Edit Order #INV-20260311-0053', '3', '2026-03-11 13:36:41', '2026-03-11 13:36:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1860', '61', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Order #INV-20260311-0052 - DAFTAR HARGA', '3', '2026-03-11 13:38:38', '2026-03-11 13:38:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1861', '61', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1014', 'Stok dikembalikan - Edit Order #INV-20260311-0052', '3', '2026-03-11 13:38:47', '2026-03-11 13:38:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1862', '48', 'out', '42.00', '0.00', '0.00', 'App\\Models\\Order', '1018', 'Order #INV-20260311-0056 - sigerail', NULL, '2026-03-11 13:43:20', '2026-03-11 13:43:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1863', '67', 'out', '42.00', '0.00', '0.00', 'App\\Models\\Order', '1018', 'Order #INV-20260311-0056 - sigerail', NULL, '2026-03-11 13:43:20', '2026-03-11 13:43:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1864', '92', 'out', '42.00', '0.00', '0.00', 'App\\Models\\Order', '1018', 'Order #INV-20260311-0056 - sigerail', NULL, '2026-03-11 13:43:20', '2026-03-11 13:43:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1865', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1019', 'Order #INV-20260311-0057 - eyang tie stiker', '3', '2026-03-11 13:46:16', '2026-03-11 13:46:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1866', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1020', 'Order #INV-20260311-0058 - ~Fajriati Meutia stiker', NULL, '2026-03-11 13:47:27', '2026-03-11 13:47:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1867', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1020', 'Order #INV-20260311-0058 - ~Fajriati Meutia stiker', NULL, '2026-03-11 13:47:27', '2026-03-11 13:47:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1868', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1021', 'Order #INV-20260311-0059 - idul 1103', '3', '2026-03-11 13:48:33', '2026-03-11 13:48:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1869', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1022', 'Order #INV-20260311-0060 - hujan thr', '3', '2026-03-11 13:49:55', '2026-03-11 13:49:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1870', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1022', 'Order #INV-20260311-0060 - hujan thr', '3', '2026-03-11 13:49:55', '2026-03-11 13:49:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1871', '61', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1022', 'Stok dikembalikan - Edit Order #INV-20260311-0060', '3', '2026-03-11 13:50:02', '2026-03-11 13:50:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1872', '82', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1022', 'Stok dikembalikan - Edit Order #INV-20260311-0060', '3', '2026-03-11 13:50:02', '2026-03-11 13:50:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1873', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1023', 'Order #INV-20260311-0061 - graciele hitam', NULL, '2026-03-11 13:53:30', '2026-03-11 13:53:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1874', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1023', 'Order #INV-20260311-0061 - graciele hitam', NULL, '2026-03-11 13:53:30', '2026-03-11 13:53:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1875', '48', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1024', 'Order #INV-20260311-0062 - bps tanggamus', NULL, '2026-03-11 14:03:50', '2026-03-11 14:03:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1876', '92', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1024', 'Order #INV-20260311-0062 - bps tanggamus', NULL, '2026-03-11 14:03:50', '2026-03-11 14:03:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1877', '56', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Stok dikembalikan - Edit Order #INV-20260311-0025', '3', '2026-03-11 14:05:18', '2026-03-11 14:05:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1878', '59', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Stok dikembalikan - Edit Order #INV-20260311-0025', '3', '2026-03-11 14:05:18', '2026-03-11 14:05:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1879', '68', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Stok dikembalikan - Edit Order #INV-20260311-0025', '3', '2026-03-11 14:05:18', '2026-03-11 14:05:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1880', '91', 'in', '2.00', '0.00', '0.00', 'App\\Models\\Order', '987', 'Stok dikembalikan - Edit Order #INV-20260311-0025', '3', '2026-03-11 14:05:18', '2026-03-11 14:05:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1881', '87', 'out', '3.75', '0.00', '0.00', 'App\\Models\\Order', '1025', 'Order #INV-20260311-0063 - viory cafe', '3', '2026-03-11 14:06:18', '2026-03-11 14:06:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1882', '85', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1026', 'Order #INV-20260311-0064 - MUBALIGH', NULL, '2026-03-11 14:06:31', '2026-03-11 14:06:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1884', '85', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1027', 'Order #INV-20260311-0065 - punguan tuan', NULL, '2026-03-11 14:08:19', '2026-03-11 14:08:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1886', '44', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1028', 'Order #INV-20260311-0066 - winda ramdhan eid', NULL, '2026-03-11 14:09:07', '2026-03-11 14:09:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1887', '59', 'damaged', '2.00', '0.00', '0.00', NULL, NULL, 'FIRANAJAYA  (CETAKAN TIDAK PRESISI)', '16', '2026-03-11 14:09:57', '2026-03-11 14:09:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1888', '68', 'damaged', '2.00', '0.00', '0.00', NULL, NULL, 'FIRANAJAYA (CETAKAN TIDAK PRESISI)', '16', '2026-03-11 14:10:24', '2026-03-11 14:10:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1889', '48', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '1029', 'Order #INV-20260311-0067 - keiko', '3', '2026-03-11 14:13:06', '2026-03-11 14:13:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1890', '92', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '1029', 'Order #INV-20260311-0067 - keiko', '3', '2026-03-11 14:13:06', '2026-03-11 14:13:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1891', '45', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1030', 'Order #INV-20260311-0068 - win production', NULL, '2026-03-11 14:16:06', '2026-03-11 14:16:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1892', '48', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '1031', 'Order #INV-20260311-0069 - sultan bendera', NULL, '2026-03-11 14:27:23', '2026-03-11 14:27:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1893', '92', 'out', '26.00', '0.00', '0.00', 'App\\Models\\Order', '1031', 'Order #INV-20260311-0069 - sultan bendera', NULL, '2026-03-11 14:27:23', '2026-03-11 14:27:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1894', '100', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1032', 'Order #INV-20260311-0070 - POT KER', '16', '2026-03-11 14:28:57', '2026-03-11 14:28:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1895', '51', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '1033', 'Order #INV-20260311-0071 - hujan thr', '3', '2026-03-11 14:29:19', '2026-03-11 14:29:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1896', '48', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '1034', 'Order #INV-20260311-0072 - zionis', NULL, '2026-03-11 14:30:30', '2026-03-11 14:30:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1897', '85', 'out', '4.40', '0.00', '0.00', 'App\\Models\\Order', '1035', 'Order #INV-20260311-0073 - VINFAST', '3', '2026-03-11 14:31:50', '2026-03-11 14:31:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1898', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1036', 'Order #INV-20260311-0074 - mulang tiyuh', '3', '2026-03-11 14:36:44', '2026-03-11 14:36:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1899', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1036', 'Order #INV-20260311-0074 - mulang tiyuh', '3', '2026-03-11 14:36:44', '2026-03-11 14:36:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1900', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1037', 'Order #INV-20260311-0075 - win project', NULL, '2026-03-11 14:37:02', '2026-03-11 14:37:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1901', '85', 'out', '2.16', '0.00', '0.00', 'App\\Models\\Order', '1038', 'Order #INV-20260311-0076 - banner bulog yayasan', NULL, '2026-03-11 14:43:58', '2026-03-11 14:43:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1902', '85', 'in', '2.16', '0.00', '0.00', 'App\\Models\\Order', '1038', 'Stok dikembalikan - Edit Order #INV-20260311-0076', NULL, '2026-03-11 14:44:11', '2026-03-11 14:44:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1903', '85', 'out', '2.16', '0.00', '0.00', 'App\\Models\\Order', '1038', 'Order #INV-20260311-0076 - banner bulog yayasan', NULL, '2026-03-11 14:44:11', '2026-03-11 14:44:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1904', '47', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1039', 'Order #INV-20260311-0077 - bsi prioritas', '3', '2026-03-11 14:45:51', '2026-03-11 14:45:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1905', '92', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1039', 'Order #INV-20260311-0077 - bsi prioritas', '3', '2026-03-11 14:45:51', '2026-03-11 14:45:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1906', '47', 'out', '14.00', '0.00', '0.00', 'App\\Models\\Order', '1040', 'Order #INV-20260311-0078 - aldo rizky', '3', '2026-03-11 14:47:32', '2026-03-11 14:47:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1907', '105', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1041', 'Order #INV-20260311-0079 - prit ayu', NULL, '2026-03-11 14:48:39', '2026-03-11 14:48:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1908', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1042', 'Order #INV-20260311-0080 - iftar gathering', NULL, '2026-03-11 14:52:42', '2026-03-11 14:52:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1909', '49', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '1043', 'Order #INV-20260311-0081 - graciele menu resto', '3', '2026-03-11 14:57:38', '2026-03-11 14:57:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1910', '61', 'out', '1.58', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Order #INV-20260311-0082 - SUN FRESH', NULL, '2026-03-11 14:59:51', '2026-03-11 14:59:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1911', '82', 'out', '1.58', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Order #INV-20260311-0082 - SUN FRESH', NULL, '2026-03-11 14:59:51', '2026-03-11 14:59:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1912', '61', 'out', '0.24', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Order #INV-20260311-0082 - MENU SUN', NULL, '2026-03-11 14:59:51', '2026-03-11 14:59:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1913', '82', 'out', '0.24', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Order #INV-20260311-0082 - MENU SUN', NULL, '2026-03-11 14:59:51', '2026-03-11 14:59:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1914', '61', 'in', '1.58', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Stok dikembalikan - Edit Order #INV-20260311-0082', NULL, '2026-03-11 15:01:37', '2026-03-11 15:01:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1915', '82', 'in', '1.58', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Stok dikembalikan - Edit Order #INV-20260311-0082', NULL, '2026-03-11 15:01:37', '2026-03-11 15:01:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1916', '61', 'in', '0.24', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Stok dikembalikan - Edit Order #INV-20260311-0082', NULL, '2026-03-11 15:01:37', '2026-03-11 15:01:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1917', '82', 'in', '0.24', '0.00', '0.00', 'App\\Models\\Order', '1044', 'Stok dikembalikan - Edit Order #INV-20260311-0082', NULL, '2026-03-11 15:01:37', '2026-03-11 15:01:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1918', '105', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '1045', 'Order #INV-20260311-0083 - nyusul', '3', '2026-03-11 15:05:16', '2026-03-11 15:05:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1919', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1046', 'Order #INV-20260311-0084 - registrasi', NULL, '2026-03-11 15:08:02', '2026-03-11 15:08:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1920', '61', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1047', 'Order #INV-20260311-0085 - DAFTAR HARGA', '3', '2026-03-11 15:13:50', '2026-03-11 15:13:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1921', '82', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1047', 'Order #INV-20260311-0085 - DAFTAR HARGA', '3', '2026-03-11 15:13:50', '2026-03-11 15:13:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1922', '98', 'out', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1047', 'Order #INV-20260311-0085 - DAFTAR HARGA', '3', '2026-03-11 15:13:50', '2026-03-11 15:13:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1923', '61', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1047', 'Stok dikembalikan - Edit Order #INV-20260311-0085', '3', '2026-03-11 15:13:58', '2026-03-11 15:13:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1924', '82', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1047', 'Stok dikembalikan - Edit Order #INV-20260311-0085', '3', '2026-03-11 15:13:58', '2026-03-11 15:13:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1925', '98', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '1047', 'Stok dikembalikan - Edit Order #INV-20260311-0085', '3', '2026-03-11 15:13:58', '2026-03-11 15:13:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1926', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1048', 'Order #INV-20260311-0086 - card ayu', NULL, '2026-03-11 15:16:09', '2026-03-11 15:16:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1927', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1048', 'Order #INV-20260311-0086 - card ayu', NULL, '2026-03-11 15:16:09', '2026-03-11 15:16:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1928', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1049', 'Order #INV-20260311-0087 - xaverius', NULL, '2026-03-11 15:16:41', '2026-03-11 15:16:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1929', '49', 'out', '94.00', '0.00', '0.00', 'App\\Models\\Order', '1050', 'Order #INV-20260311-0088 - idul fitri 1103', '3', '2026-03-11 15:18:49', '2026-03-11 15:18:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1930', '105', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1051', 'Order #INV-20260311-0089 - wanga 1103', NULL, '2026-03-11 15:41:59', '2026-03-11 15:41:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1931', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1052', 'Order #INV-20260311-0090 - kementerian 1', '3', '2026-03-11 15:51:11', '2026-03-11 15:51:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1932', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1052', 'Order #INV-20260311-0090 - kementerian 1', '3', '2026-03-11 15:51:11', '2026-03-11 15:51:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1933', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1052', 'Order #INV-20260311-0090 - kementerian 1', '3', '2026-03-11 15:51:11', '2026-03-11 15:51:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1934', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1052', 'Order #INV-20260311-0090 - kementerian 1', '3', '2026-03-11 15:51:11', '2026-03-11 15:51:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1935', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1052', 'Order #INV-20260311-0090 - kementerian 1', '3', '2026-03-11 15:51:11', '2026-03-11 15:51:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1936', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1053', 'Order #INV-20260311-0091 - take here', NULL, '2026-03-11 15:58:31', '2026-03-11 15:58:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1937', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1054', 'Order #INV-20260311-0092 - pecel ayam asmoro', NULL, '2026-03-11 16:05:35', '2026-03-11 16:05:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1938', '48', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1055', 'Order #INV-20260311-0093 - athifa', NULL, '2026-03-11 16:05:48', '2026-03-11 16:05:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1939', '92', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1055', 'Order #INV-20260311-0093 - athifa', NULL, '2026-03-11 16:05:48', '2026-03-11 16:05:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1940', '49', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1056', 'Order #INV-20260311-0094 - graciele nomor', NULL, '2026-03-11 16:09:38', '2026-03-11 16:09:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1941', '67', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1056', 'Order #INV-20260311-0094 - graciele nomor', NULL, '2026-03-11 16:09:38', '2026-03-11 16:09:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1942', '49', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1056', 'Stok dikembalikan - Edit Order #INV-20260311-0094', NULL, '2026-03-11 16:17:36', '2026-03-11 16:17:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1943', '67', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1056', 'Stok dikembalikan - Edit Order #INV-20260311-0094', NULL, '2026-03-11 16:17:36', '2026-03-11 16:17:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1944', '57', 'out', '9.00', '0.00', '0.00', 'App\\Models\\Order', '1057', 'Order #INV-20260311-0095 - kopi susu', '3', '2026-03-11 16:22:14', '2026-03-11 16:22:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1945', '101', 'in', '0.72', '0.00', '0.00', 'App\\Models\\Order', '995', 'Stok dikembalikan - Edit Order #INV-20260311-0033', NULL, '2026-03-11 16:26:22', '2026-03-11 16:26:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1946', '85', 'in', '0.49', '0.00', '0.00', 'App\\Models\\Order', '984', 'Stok dikembalikan - Edit Order #INV-20260311-0022', '3', '2026-03-11 16:34:58', '2026-03-11 16:34:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1947', '45', 'out', '67.00', '0.00', '0.00', 'App\\Models\\Order', '1058', 'Order #INV-20260311-0096 - PT CNS', NULL, '2026-03-11 16:35:56', '2026-03-11 16:35:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1948', '50', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1059', 'Order #INV-20260311-0097 - obral', '3', '2026-03-11 16:48:03', '2026-03-11 16:48:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1949', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1059', 'Order #INV-20260311-0097 - yubis sayur', '3', '2026-03-11 16:48:03', '2026-03-11 16:48:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1950', '44', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '1060', 'Order #INV-20260311-0098 - alur proses', NULL, '2026-03-11 16:50:44', '2026-03-11 16:50:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1951', '45', 'out', '17.00', '0.00', '0.00', 'App\\Models\\Order', '1061', 'Order #INV-20260312-0001 - ramadhan 1203', NULL, '2026-03-12 09:10:55', '2026-03-12 09:10:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1952', '47', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1062', 'Order #INV-20260312-0002 - beyond materials', '3', '2026-03-12 09:12:51', '2026-03-12 09:12:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1953', '85', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1063', 'Order #INV-20260312-0003 - NOL 1, NOL 2 @1PCS', NULL, '2026-03-12 09:18:43', '2026-03-12 09:18:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1954', '85', 'out', '0.76', '0.00', '0.00', 'App\\Models\\Order', '1063', 'Order #INV-20260312-0003 - DAGING SAPI', NULL, '2026-03-12 09:18:43', '2026-03-12 09:18:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1955', '50', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1064', 'Order #INV-20260312-0004 - pembukuan ww store', NULL, '2026-03-12 09:20:57', '2026-03-12 09:20:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1956', '68', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1064', 'Order #INV-20260312-0004 - pembukuan ww store', NULL, '2026-03-12 09:20:57', '2026-03-12 09:20:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1957', '62', 'out', '0.20', '0.00', '0.00', 'App\\Models\\Order', '1065', 'Order #INV-20260312-0005 - FOTO JADUL', NULL, '2026-03-12 09:21:22', '2026-03-12 09:21:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1958', '81', 'out', '0.20', '0.00', '0.00', 'App\\Models\\Order', '1065', 'Order #INV-20260312-0005 - FOTO JADUL', NULL, '2026-03-12 09:21:22', '2026-03-12 09:21:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1959', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1066', 'Order #INV-20260312-0006 - assifa truk oleng', NULL, '2026-03-12 09:22:05', '2026-03-12 09:22:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1960', '88', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1067', 'Order #INV-20260312-0007 - BANGUN LPG', NULL, '2026-03-12 09:24:03', '2026-03-12 09:24:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1961', '105', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1068', 'Order #INV-20260312-0008 - eid al fitr 1203', '3', '2026-03-12 09:25:15', '2026-03-12 09:25:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1962', '105', 'in', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1068', 'Stok dikembalikan - Edit Order #INV-20260312-0008', '3', '2026-03-12 09:26:03', '2026-03-12 09:26:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1963', '105', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1068', 'Order #INV-20260312-0008 - eid al fitr 1203', '3', '2026-03-12 09:26:03', '2026-03-12 09:26:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1964', '57', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1068', 'Order #INV-20260312-0008 - eid alfitr', '3', '2026-03-12 09:26:03', '2026-03-12 09:26:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1965', '105', 'in', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1068', 'Stok dikembalikan - Edit Order #INV-20260312-0008', '3', '2026-03-12 09:26:32', '2026-03-12 09:26:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1966', '57', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1068', 'Stok dikembalikan - Edit Order #INV-20260312-0008', '3', '2026-03-12 09:26:32', '2026-03-12 09:26:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1967', '60', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1069', 'Order #INV-20260312-0009 - PIK', NULL, '2026-03-12 09:26:34', '2026-03-12 09:26:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1968', '57', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1070', 'Order #INV-20260312-0010 - latber chiara 1203', NULL, '2026-03-12 09:29:03', '2026-03-12 09:29:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1969', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1071', 'Order #INV-20260312-0011 - woika', NULL, '2026-03-12 09:29:18', '2026-03-12 09:29:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1970', '48', 'out', '56.00', '0.00', '0.00', 'App\\Models\\Order', '1072', 'Order #INV-20260312-0012 - Rangkul Rasa', NULL, '2026-03-12 09:30:54', '2026-03-12 09:30:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1971', '48', 'out', '16.00', '0.00', '0.00', 'App\\Models\\Order', '1073', 'Order #INV-20260312-0013 - sertif 1203', '3', '2026-03-12 09:31:09', '2026-03-12 09:31:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1972', '48', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1074', 'Order #INV-20260312-0014 - lebaran 1203', NULL, '2026-03-12 09:31:41', '2026-03-12 09:31:41');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1973', '57', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1075', 'Order #INV-20260312-0015 - bb cookies', NULL, '2026-03-12 09:32:51', '2026-03-12 09:32:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1974', '67', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1075', 'Order #INV-20260312-0015 - bb cookies', NULL, '2026-03-12 09:32:51', '2026-03-12 09:32:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1975', '57', 'out', '28.00', '0.00', '0.00', 'App\\Models\\Order', '1076', 'Order #INV-20260312-0016 - SOP MBG', NULL, '2026-03-12 09:34:19', '2026-03-12 09:34:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1976', '68', 'out', '28.00', '0.00', '0.00', 'App\\Models\\Order', '1076', 'Order #INV-20260312-0016 - SOP MBG', NULL, '2026-03-12 09:34:19', '2026-03-12 09:34:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1977', '105', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1077', 'Order #INV-20260312-0017 - 4 bersaudara', '3', '2026-03-12 09:35:44', '2026-03-12 09:35:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1978', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1078', 'Order #INV-20260312-0018 - tukar poin', NULL, '2026-03-12 09:36:16', '2026-03-12 09:36:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1979', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1078', 'Order #INV-20260312-0018 - tukar poin', NULL, '2026-03-12 09:36:16', '2026-03-12 09:36:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1980', '88', 'in', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1067', 'Stok dikembalikan - Edit Order #INV-20260312-0007', NULL, '2026-03-12 09:38:10', '2026-03-12 09:38:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1981', '87', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1067', 'Order #INV-20260312-0007 - BANGUN LPG', NULL, '2026-03-12 09:38:10', '2026-03-12 09:38:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1982', '44', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '1079', 'Order #INV-20260312-0019 - hari raya 1203', '3', '2026-03-12 09:38:33', '2026-03-12 09:38:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1983', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1079', 'Order #INV-20260312-0019 - ornament', '3', '2026-03-12 09:38:33', '2026-03-12 09:38:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1984', '68', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1079', 'Order #INV-20260312-0019 - ornament', '3', '2026-03-12 09:38:33', '2026-03-12 09:38:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1985', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1080', 'Order #INV-20260312-0020 - rapat anggota', NULL, '2026-03-12 09:38:37', '2026-03-12 09:38:37');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1986', '85', 'out', '3.84', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Order #INV-20260312-0021 - FOLDER : WOLTER 55 2026', NULL, '2026-03-12 09:43:02', '2026-03-12 09:43:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1987', '85', 'out', '16.20', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Order #INV-20260312-0021 - FOLDER : WOLTER 55 2026', NULL, '2026-03-12 09:43:02', '2026-03-12 09:43:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1988', '85', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Order #INV-20260312-0021 - FOLDER : WOLTER 55 2026', NULL, '2026-03-12 09:43:02', '2026-03-12 09:43:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1989', '85', 'out', '1.44', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Order #INV-20260312-0021 - FOLDER : WOLTER 55 2026', NULL, '2026-03-12 09:43:02', '2026-03-12 09:43:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1990', '80', 'out', '1.98', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Order #INV-20260312-0021 - FOLDER : WOLTER 55 2026', NULL, '2026-03-12 09:43:02', '2026-03-12 09:43:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1991', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1082', 'Order #INV-20260312-0022 - nirwana tour cetak', NULL, '2026-03-12 09:43:26', '2026-03-12 09:43:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1992', '105', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '1083', 'Order #INV-20260312-0023 - barokah oleh', NULL, '2026-03-12 09:45:19', '2026-03-12 09:45:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1993', '62', 'in', '0.20', '0.00', '0.00', 'App\\Models\\Order', '1065', 'Stok dikembalikan - Edit Order #INV-20260312-0005', NULL, '2026-03-12 09:46:29', '2026-03-12 09:46:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1994', '81', 'in', '0.20', '0.00', '0.00', 'App\\Models\\Order', '1065', 'Stok dikembalikan - Edit Order #INV-20260312-0005', NULL, '2026-03-12 09:46:29', '2026-03-12 09:46:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1995', '85', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1063', 'Stok dikembalikan - Edit Order #INV-20260312-0003', NULL, '2026-03-12 09:47:38', '2026-03-12 09:47:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1996', '85', 'in', '0.76', '0.00', '0.00', 'App\\Models\\Order', '1063', 'Stok dikembalikan - Edit Order #INV-20260312-0003', NULL, '2026-03-12 09:47:38', '2026-03-12 09:47:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1997', '49', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1084', 'Order #INV-20260312-0024 - TAKI2 1st anniv', NULL, '2026-03-12 09:47:39', '2026-03-12 09:47:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1998', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1085', 'Order #INV-20260312-0025 - takmir masjid', NULL, '2026-03-12 09:49:19', '2026-03-12 09:49:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('1999', '63', 'out', '0.60', '0.00', '0.00', 'App\\Models\\Order', '1086', 'Order #INV-20260312-0026 - foto nando', NULL, '2026-03-12 09:50:52', '2026-03-12 09:50:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2000', '63', 'in', '0.60', '0.00', '0.00', 'App\\Models\\Order', '1086', 'Stok dikembalikan - Edit Order #INV-20260312-0026', NULL, '2026-03-12 09:51:09', '2026-03-12 09:51:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2001', '63', 'out', '0.60', '0.00', '0.00', 'App\\Models\\Order', '1086', 'Order #INV-20260312-0026 - foto nando', NULL, '2026-03-12 09:51:09', '2026-03-12 09:51:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2002', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1087', 'Order #INV-20260312-0027 - hari raya new pagi', '3', '2026-03-12 09:51:15', '2026-03-12 09:51:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2003', '59', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1088', 'Order #INV-20260312-0028 - ORADO 1', '3', '2026-03-12 09:52:27', '2026-03-12 09:52:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2004', '91', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1088', 'Order #INV-20260312-0028 - ORADO 1', '3', '2026-03-12 09:52:27', '2026-03-12 09:52:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2005', '45', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '1089', 'Order #INV-20260312-0029 - AMPLOP P', '3', '2026-03-12 09:54:18', '2026-03-12 09:54:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2006', '85', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '1090', 'Order #INV-20260312-0030 - MANALU TOGA', NULL, '2026-03-12 09:55:55', '2026-03-12 09:55:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2007', '44', 'out', '13.00', '0.00', '0.00', 'App\\Models\\Order', '1091', 'Order #INV-20260312-0031 - aid mubarak new 2026', NULL, '2026-03-12 09:57:35', '2026-03-12 09:57:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2008', '44', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '1091', 'Order #INV-20260312-0031 - aid mubarak new 2026', NULL, '2026-03-12 09:57:35', '2026-03-12 09:57:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2009', '89', 'out', '1.60', '0.00', '0.00', 'App\\Models\\Order', '1092', 'Order #INV-20260312-0032 - SERASI FARMA', NULL, '2026-03-12 09:59:14', '2026-03-12 09:59:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2010', '87', 'out', '10.56', '0.00', '0.00', 'App\\Models\\Order', '1093', 'Order #INV-20260312-0033 - master ban', NULL, '2026-03-12 09:59:33', '2026-03-12 09:59:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2011', '87', 'out', '0.96', '0.00', '0.00', 'App\\Models\\Order', '1093', 'Order #INV-20260312-0033 - eravape', NULL, '2026-03-12 09:59:33', '2026-03-12 09:59:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2012', '87', 'in', '10.56', '0.00', '0.00', 'App\\Models\\Order', '1093', 'Stok dikembalikan - Edit Order #INV-20260312-0033', NULL, '2026-03-12 09:59:58', '2026-03-12 09:59:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2013', '87', 'in', '0.96', '0.00', '0.00', 'App\\Models\\Order', '1093', 'Stok dikembalikan - Edit Order #INV-20260312-0033', NULL, '2026-03-12 09:59:58', '2026-03-12 09:59:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2014', '87', 'out', '10.56', '0.00', '0.00', 'App\\Models\\Order', '1093', 'Order #INV-20260312-0033 - master ban', NULL, '2026-03-12 09:59:58', '2026-03-12 09:59:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2015', '87', 'out', '0.96', '0.00', '0.00', 'App\\Models\\Order', '1093', 'Order #INV-20260312-0033 - eravape', NULL, '2026-03-12 09:59:58', '2026-03-12 09:59:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2016', '44', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1094', 'Order #INV-20260312-0034 - PITA FITRI', NULL, '2026-03-12 10:01:17', '2026-03-12 10:01:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2017', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1095', 'Order #INV-20260312-0035 - kurma bebek', NULL, '2026-03-12 10:01:33', '2026-03-12 10:01:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2018', '57', 'out', '27.00', '0.00', '0.00', 'App\\Models\\Order', '1095', 'Order #INV-20260312-0035 - kurma bebek', NULL, '2026-03-12 10:01:33', '2026-03-12 10:01:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2019', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1096', 'Order #INV-20260312-0036 - ENRICH', NULL, '2026-03-12 10:03:52', '2026-03-12 10:03:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2020', '59', 'out', '21.00', '0.00', '0.00', 'App\\Models\\Order', '1097', 'Order #INV-20260312-0037 - charaknua new', '3', '2026-03-12 10:04:18', '2026-03-12 10:04:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2021', '68', 'out', '21.00', '0.00', '0.00', 'App\\Models\\Order', '1097', 'Order #INV-20260312-0037 - charaknua new', '3', '2026-03-12 10:04:18', '2026-03-12 10:04:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2022', '91', 'out', '21.00', '0.00', '0.00', 'App\\Models\\Order', '1097', 'Order #INV-20260312-0037 - charaknua new', '3', '2026-03-12 10:04:18', '2026-03-12 10:04:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2023', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1098', 'Order #INV-20260312-0038 - dapur nisa', NULL, '2026-03-12 10:05:06', '2026-03-12 10:05:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2024', '45', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1099', 'Order #INV-20260312-0039 - tria 1203', '3', '2026-03-12 10:06:57', '2026-03-12 10:06:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2025', '61', 'out', '0.42', '0.00', '0.00', 'App\\Models\\Order', '1100', 'Order #INV-20260312-0040 - STICKER X-BANNER', NULL, '2026-03-12 10:08:57', '2026-03-12 10:08:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2026', '81', 'out', '0.42', '0.00', '0.00', 'App\\Models\\Order', '1100', 'Order #INV-20260312-0040 - STICKER X-BANNER', NULL, '2026-03-12 10:08:57', '2026-03-12 10:08:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2027', '48', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '1101', 'Order #INV-20260312-0041 - chiara', NULL, '2026-03-12 10:09:10', '2026-03-12 10:09:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2028', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1102', 'Order #INV-20260312-0042 - tabtab', NULL, '2026-03-12 10:10:32', '2026-03-12 10:10:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2029', '49', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1103', 'Order #INV-20260312-0043 - ucapan jcloud', '3', '2026-03-12 10:11:14', '2026-03-12 10:11:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2030', '92', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1103', 'Order #INV-20260312-0043 - ucapan jcloud', '3', '2026-03-12 10:11:14', '2026-03-12 10:11:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2031', '85', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1104', 'Order #INV-20260312-0044 - daily A-D', NULL, '2026-03-12 10:11:15', '2026-03-12 10:11:15');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2032', '44', 'in', '13.00', '0.00', '0.00', 'App\\Models\\Order', '1091', 'Stok dikembalikan - Edit Order #INV-20260312-0031', NULL, '2026-03-12 10:12:53', '2026-03-12 10:12:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2033', '44', 'in', '25.00', '0.00', '0.00', 'App\\Models\\Order', '1091', 'Stok dikembalikan - Edit Order #INV-20260312-0031', NULL, '2026-03-12 10:12:53', '2026-03-12 10:12:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2034', '45', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1105', 'Order #INV-20260312-0045 - eid mubarak', '3', '2026-03-12 10:16:17', '2026-03-12 10:16:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2035', '57', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1105', 'Order #INV-20260312-0045 - choco revisi', '3', '2026-03-12 10:16:17', '2026-03-12 10:16:17');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2036', '85', 'out', '712.80', '0.00', '0.00', 'App\\Models\\Order', '1106', 'Order #INV-20260312-0046 - spanduk pwp 19 - 25 MARET copy 440 PCS (1)', NULL, '2026-03-12 10:17:00', '2026-03-12 10:17:00');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2037', '62', 'out', '0.54', '0.00', '0.00', 'App\\Models\\Order', '1107', 'Order #INV-20260312-0047 - danantara 1203', '3', '2026-03-12 10:17:34', '2026-03-12 10:17:34');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2038', '50', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1108', 'Order #INV-20260312-0048 - bpjs sonny baru', NULL, '2026-03-12 10:18:05', '2026-03-12 10:18:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2039', '68', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1108', 'Order #INV-20260312-0048 - bpjs sonny baru', NULL, '2026-03-12 10:18:05', '2026-03-12 10:18:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2040', '105', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1109', 'Order #INV-20260312-0049 - joykies', NULL, '2026-03-12 10:18:45', '2026-03-12 10:18:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2041', '86', 'out', '25.00', '0.00', '0.00', 'App\\Models\\Order', '1110', 'Order #INV-20260312-0050 - PT ANUGERAH 1', '3', '2026-03-12 10:21:06', '2026-03-12 10:21:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2042', '60', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '1111', 'Order #INV-20260312-0051 - logo N', NULL, '2026-03-12 10:23:27', '2026-03-12 10:23:27');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2043', '50', 'out', '12.00', '0.00', '0.00', 'App\\Models\\Order', '1112', 'Order #INV-20260312-0052 - restomaks', NULL, '2026-03-12 10:23:48', '2026-03-12 10:23:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2044', '59', 'damaged', '10.00', '0.00', '0.00', NULL, NULL, 'NOVOTEL ( CETAK BAHAN TRANSPARANT , DICETAK VINIL, SALAH INPUT DARI SETTING)', '16', '2026-03-12 10:24:19', '2026-03-12 10:24:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2045', '61', 'out', '2.10', '0.00', '0.00', 'App\\Models\\Order', '1113', 'Order #INV-20260312-0053 - ADVOKAT YOGA', NULL, '2026-03-12 10:28:36', '2026-03-12 10:28:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2046', '82', 'out', '2.10', '0.00', '0.00', 'App\\Models\\Order', '1113', 'Order #INV-20260312-0053 - ADVOKAT YOGA', NULL, '2026-03-12 10:28:36', '2026-03-12 10:28:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2047', '99', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1113', 'Order #INV-20260312-0053 - ADVOKAT YOGA', NULL, '2026-03-12 10:28:36', '2026-03-12 10:28:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2048', '61', 'in', '2.10', '0.00', '0.00', 'App\\Models\\Order', '1113', 'Stok dikembalikan - Edit Order #INV-20260312-0053', NULL, '2026-03-12 10:28:47', '2026-03-12 10:28:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2049', '82', 'in', '2.10', '0.00', '0.00', 'App\\Models\\Order', '1113', 'Stok dikembalikan - Edit Order #INV-20260312-0053', NULL, '2026-03-12 10:28:47', '2026-03-12 10:28:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2050', '99', 'in', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1113', 'Stok dikembalikan - Edit Order #INV-20260312-0053', NULL, '2026-03-12 10:28:47', '2026-03-12 10:28:47');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2051', '47', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1114', 'Order #INV-20260312-0054 - eid sendiwa', '3', '2026-03-12 10:28:57', '2026-03-12 10:28:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2052', '92', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1114', 'Order #INV-20260312-0054 - eid sendiwa', '3', '2026-03-12 10:28:57', '2026-03-12 10:28:57');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2053', '61', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:29:44', '2026-03-12 10:29:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2054', '82', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:29:44', '2026-03-12 10:29:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2055', '61', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:29:44', '2026-03-12 10:29:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2056', '82', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:29:44', '2026-03-12 10:29:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2057', '61', 'in', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2058', '82', 'in', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2059', '61', 'in', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2060', '82', 'in', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2061', '61', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2062', '82', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2063', '61', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2064', '82', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:30:11', '2026-03-12 10:30:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2065', '48', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1116', 'Order #INV-20260312-0056 - KARTU INFEKSI', NULL, '2026-03-12 10:30:44', '2026-03-12 10:30:44');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2066', '49', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1117', 'Order #INV-20260312-0057 - otw raya', '3', '2026-03-12 10:32:08', '2026-03-12 10:32:08');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2067', '61', 'in', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2068', '82', 'in', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2069', '61', 'in', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2070', '82', 'in', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2071', '61', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2072', '82', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2073', '61', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2074', '82', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2075', '99', 'out', '2.82', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A-B', NULL, '2026-03-12 10:33:24', '2026-03-12 10:33:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2076', '61', 'in', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2077', '82', 'in', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2078', '61', 'in', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2079', '82', 'in', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2080', '99', 'in', '2.82', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Stok dikembalikan - Edit Order #INV-20260312-0055', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2081', '61', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2082', '82', 'out', '1.92', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2083', '61', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2084', '82', 'out', '0.90', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 B', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2085', '99', 'out', '2.82', '0.00', '0.00', 'App\\Models\\Order', '1115', 'Order #INV-20260312-0055 - mini atm 12 A-B', NULL, '2026-03-12 10:33:58', '2026-03-12 10:33:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2086', '85', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1118', 'Order #INV-20260312-0058 - BERKAH CAKE', '3', '2026-03-12 10:34:05', '2026-03-12 10:34:05');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2087', '47', 'out', '168.00', '0.00', '0.00', 'App\\Models\\Order', '1119', 'Order #INV-20260312-0059 - pita amin', NULL, '2026-03-12 10:37:23', '2026-03-12 10:37:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2088', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1120', 'Order #INV-20260312-0060 - SNAZY 1-SNAZY 2', NULL, '2026-03-12 10:44:11', '2026-03-12 10:44:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2089', '82', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1120', 'Order #INV-20260312-0060 - SNAZY 1-SNAZY 2', NULL, '2026-03-12 10:44:11', '2026-03-12 10:44:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2090', '99', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1120', 'Order #INV-20260312-0060 - SNAZY 1-SNAZY 2', NULL, '2026-03-12 10:44:11', '2026-03-12 10:44:11');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2091', '105', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1121', 'Order #INV-20260312-0061 - basreng okb cut', NULL, '2026-03-12 10:46:53', '2026-03-12 10:46:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2092', '59', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1122', 'Order #INV-20260312-0062 - pupuan 1', '3', '2026-03-12 10:56:33', '2026-03-12 10:56:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2093', '91', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1122', 'Order #INV-20260312-0062 - pupuan 1', '3', '2026-03-12 10:56:33', '2026-03-12 10:56:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2094', '59', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1123', 'Order #INV-20260312-0063 - sun fresh 1', '3', '2026-03-12 10:58:30', '2026-03-12 10:58:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2095', '91', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1123', 'Order #INV-20260312-0063 - sun fresh 1', '3', '2026-03-12 10:58:30', '2026-03-12 10:58:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2096', '49', 'out', '52.00', '0.00', '0.00', 'App\\Models\\Order', '1124', 'Order #INV-20260312-0064 - map kombes', NULL, '2026-03-12 10:58:51', '2026-03-12 10:58:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2097', '67', 'out', '52.00', '0.00', '0.00', 'App\\Models\\Order', '1124', 'Order #INV-20260312-0064 - map kombes', NULL, '2026-03-12 10:58:51', '2026-03-12 10:58:51');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2098', '48', 'out', '52.00', '0.00', '0.00', 'App\\Models\\Order', '1125', 'Order #INV-20260312-0065 - map kombes', NULL, '2026-03-12 10:59:30', '2026-03-12 10:59:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2099', '67', 'out', '52.00', '0.00', '0.00', 'App\\Models\\Order', '1125', 'Order #INV-20260312-0065 - map kombes', NULL, '2026-03-12 10:59:30', '2026-03-12 10:59:30');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2100', '101', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1126', 'Order #INV-20260312-0066 - SCE AKRILIK', NULL, '2026-03-12 11:08:49', '2026-03-12 11:08:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2101', '98', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1126', 'Order #INV-20260312-0066 - SCE AKRILIK', NULL, '2026-03-12 11:08:49', '2026-03-12 11:08:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2102', '101', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1126', 'Stok dikembalikan - Edit Order #INV-20260312-0066', NULL, '2026-03-12 11:09:22', '2026-03-12 11:09:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2103', '98', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1126', 'Stok dikembalikan - Edit Order #INV-20260312-0066', NULL, '2026-03-12 11:09:22', '2026-03-12 11:09:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2104', '101', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1126', 'Order #INV-20260312-0066 - SCE AKRILIK', NULL, '2026-03-12 11:09:22', '2026-03-12 11:09:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2105', '98', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1126', 'Order #INV-20260312-0066 - SCE AKRILIK', NULL, '2026-03-12 11:09:22', '2026-03-12 11:09:22');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2106', '57', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1127', 'Order #INV-20260312-0067 - hanin kemplang', NULL, '2026-03-12 11:13:35', '2026-03-12 11:13:35');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2107', '105', 'out', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1128', 'Order #INV-20260312-0068 - dimsum asmoro', NULL, '2026-03-12 11:17:04', '2026-03-12 11:17:04');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2108', '59', 'out', '21.00', '0.00', '0.00', 'App\\Models\\Order', '1129', 'Order #INV-20260312-0069 - aliyah', NULL, '2026-03-12 11:25:32', '2026-03-12 11:25:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2109', '91', 'out', '21.00', '0.00', '0.00', 'App\\Models\\Order', '1129', 'Order #INV-20260312-0069 - aliyah', NULL, '2026-03-12 11:25:32', '2026-03-12 11:25:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2110', '105', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1130', 'Order #INV-20260312-0070 - xiomei', NULL, '2026-03-12 11:28:58', '2026-03-12 11:28:58');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2111', '105', 'out', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1131', 'Order #INV-20260312-0071 - kasila 1203', NULL, '2026-03-12 11:31:43', '2026-03-12 11:31:43');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2112', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1132', 'Order #INV-20260312-0072 - hamz garage', NULL, '2026-03-12 11:32:48', '2026-03-12 11:32:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2113', '82', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1132', 'Order #INV-20260312-0072 - hamz garage', NULL, '2026-03-12 11:32:48', '2026-03-12 11:32:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2114', '47', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1133', 'Order #INV-20260312-0073 - zakat fitrah', NULL, '2026-03-12 11:33:31', '2026-03-12 11:33:31');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2115', '57', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '1134', 'Order #INV-20260312-0074 - viansiwi', NULL, '2026-03-12 11:41:53', '2026-03-12 11:41:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2116', '85', 'in', '3.84', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Stok dikembalikan - Edit Order #INV-20260312-0021', NULL, '2026-03-12 11:42:03', '2026-03-12 11:42:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2117', '85', 'in', '16.20', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Stok dikembalikan - Edit Order #INV-20260312-0021', NULL, '2026-03-12 11:42:03', '2026-03-12 11:42:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2118', '85', 'in', '6.00', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Stok dikembalikan - Edit Order #INV-20260312-0021', NULL, '2026-03-12 11:42:03', '2026-03-12 11:42:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2119', '85', 'in', '1.44', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Stok dikembalikan - Edit Order #INV-20260312-0021', NULL, '2026-03-12 11:42:03', '2026-03-12 11:42:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2120', '80', 'in', '1.98', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Stok dikembalikan - Edit Order #INV-20260312-0021', NULL, '2026-03-12 11:42:03', '2026-03-12 11:42:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2121', '85', 'out', '20.80', '0.00', '0.00', 'App\\Models\\Order', '1081', 'Order #INV-20260312-0021 - FOLDER : WOLTER 55 2026', NULL, '2026-03-12 11:42:03', '2026-03-12 11:42:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2122', '57', 'out', '140.00', '0.00', '0.00', 'App\\Models\\Order', '1135', 'Order #INV-20260312-0075 - zakat mal', '3', '2026-03-12 11:43:56', '2026-03-12 11:43:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2123', '48', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '1136', 'Order #INV-20260312-0076 - majelis masyayikh', '3', '2026-03-12 11:44:55', '2026-03-12 11:44:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2124', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:06', '2026-03-12 11:45:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2125', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:06', '2026-03-12 11:45:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2126', '81', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:06', '2026-03-12 11:45:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2127', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:06', '2026-03-12 11:45:06');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2128', '61', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2129', '82', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2130', '81', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2131', '99', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2132', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2133', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2134', '81', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2135', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 11:45:23', '2026-03-12 11:45:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2136', '85', 'out', '1.32', '0.00', '0.00', 'App\\Models\\Order', '1138', 'Order #INV-20260312-0078 - MATERAI', NULL, '2026-03-12 11:48:13', '2026-03-12 11:48:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2137', '85', 'out', '0.35', '0.00', '0.00', 'App\\Models\\Order', '1138', 'Order #INV-20260312-0078 - JILID', NULL, '2026-03-12 11:48:13', '2026-03-12 11:48:13');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2138', '53', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1139', 'Order #INV-20260312-0079 - amplop ucapan', NULL, '2026-03-12 11:52:38', '2026-03-12 11:52:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2139', '61', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1132', 'Stok dikembalikan - Edit Order #INV-20260312-0072', NULL, '2026-03-12 11:57:03', '2026-03-12 11:57:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2140', '82', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1132', 'Stok dikembalikan - Edit Order #INV-20260312-0072', NULL, '2026-03-12 11:57:03', '2026-03-12 11:57:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2141', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1132', 'Order #INV-20260312-0072 - hamz garage', NULL, '2026-03-12 11:57:03', '2026-03-12 11:57:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2142', '82', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1132', 'Order #INV-20260312-0072 - hamz garage', NULL, '2026-03-12 11:57:03', '2026-03-12 11:57:03');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2143', '57', 'in', '140.00', '0.00', '0.00', 'App\\Models\\Order', '1135', 'Stok dikembalikan - Edit Order #INV-20260312-0075', '3', '2026-03-12 12:01:20', '2026-03-12 12:01:20');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2144', '57', 'out', '39.00', '0.00', '0.00', 'App\\Models\\Order', '1140', 'Order #INV-20260312-0080 - andri 1203', NULL, '2026-03-12 12:04:18', '2026-03-12 12:04:18');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2145', '57', 'in', '39.00', '0.00', '0.00', 'App\\Models\\Order', '1140', 'Stok dikembalikan - Edit Order #INV-20260312-0080', NULL, '2026-03-12 12:10:40', '2026-03-12 12:10:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2146', '57', 'out', '39.00', '0.00', '0.00', 'App\\Models\\Order', '1140', 'Order #INV-20260312-0080 - andri 1203', NULL, '2026-03-12 12:10:40', '2026-03-12 12:10:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2147', '101', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1141', 'Order #INV-20260312-0081 - rizkia 1, 2 dan 3', '3', '2026-03-12 12:51:46', '2026-03-12 12:51:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2148', '99', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1141', 'Order #INV-20260312-0081 - rizkia 1, 2 dan 3', '3', '2026-03-12 12:51:46', '2026-03-12 12:51:46');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2149', '46', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1142', 'Order #INV-20260312-0082 - arsy revisi cetak', NULL, '2026-03-12 13:02:19', '2026-03-12 13:02:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2150', '46', 'out', '4.00', '0.00', '0.00', 'App\\Models\\Order', '1142', 'Order #INV-20260312-0082 - arsy revisi cetak', NULL, '2026-03-12 13:02:19', '2026-03-12 13:02:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2151', '46', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1142', 'Order #INV-20260312-0082 - arsy revisi cetak', NULL, '2026-03-12 13:02:19', '2026-03-12 13:02:19');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2152', '44', 'out', '87.00', '0.00', '0.00', 'App\\Models\\Order', '1143', 'Order #INV-20260312-0083 - aid mubarak new 2026', NULL, '2026-03-12 13:03:36', '2026-03-12 13:03:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2153', '44', 'out', '75.00', '0.00', '0.00', 'App\\Models\\Order', '1143', 'Order #INV-20260312-0083 - aid mubarak new 2026', NULL, '2026-03-12 13:03:36', '2026-03-12 13:03:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2154', '44', 'in', '10.00', '0.00', '0.00', 'App\\Models\\Order', '1094', 'Stok dikembalikan - Edit Order #INV-20260312-0034', NULL, '2026-03-12 13:07:50', '2026-03-12 13:07:50');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2155', '85', 'out', '250.00', '0.00', '0.00', 'App\\Models\\Order', '1144', 'Order #INV-20260312-0084 - SPANDUK MASJID 5x1m', NULL, '2026-03-12 13:08:42', '2026-03-12 13:08:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2156', '62', 'in', '0.54', '0.00', '0.00', 'App\\Models\\Order', '1107', 'Stok dikembalikan - Edit Order #INV-20260312-0047', '3', '2026-03-12 13:09:32', '2026-03-12 13:09:32');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2157', '61', 'in', '0.42', '0.00', '0.00', 'App\\Models\\Order', '1100', 'Stok dikembalikan - Edit Order #INV-20260312-0040', NULL, '2026-03-12 13:09:48', '2026-03-12 13:09:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2158', '81', 'in', '0.42', '0.00', '0.00', 'App\\Models\\Order', '1100', 'Stok dikembalikan - Edit Order #INV-20260312-0040', NULL, '2026-03-12 13:09:48', '2026-03-12 13:09:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2159', '60', 'out', '20.00', '0.00', '0.00', 'App\\Models\\Order', '1145', 'Order #INV-20260312-0085 - sultan sp baru page 1 aja file lama', NULL, '2026-03-12 13:11:24', '2026-03-12 13:11:24');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2160', '47', 'out', '102.00', '0.00', '0.00', 'App\\Models\\Order', '1146', 'Order #INV-20260312-0086 - eny sabani', NULL, '2026-03-12 13:13:23', '2026-03-12 13:13:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2161', '47', 'out', '77.00', '0.00', '0.00', 'App\\Models\\Order', '1146', 'Order #INV-20260312-0086 - eny sabani', NULL, '2026-03-12 13:13:23', '2026-03-12 13:13:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2162', '47', 'out', '15.00', '0.00', '0.00', 'App\\Models\\Order', '1147', 'Order #INV-20260312-0087 - yogi isti', NULL, '2026-03-12 13:18:40', '2026-03-12 13:18:40');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2163', '61', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1148', 'Order #INV-20260312-0088 - persija', '3', '2026-03-12 13:22:52', '2026-03-12 13:22:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2164', '81', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1148', 'Order #INV-20260312-0088 - persija', '3', '2026-03-12 13:22:52', '2026-03-12 13:22:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2165', '99', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1148', 'Order #INV-20260312-0088 - persija', '3', '2026-03-12 13:22:52', '2026-03-12 13:22:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2166', '49', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '1149', 'Order #INV-20260312-0089 - devita andri', NULL, '2026-03-12 13:22:56', '2026-03-12 13:22:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2167', '61', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1150', 'Order #INV-20260312-0090 - adafi cut', '3', '2026-03-12 13:29:02', '2026-03-12 13:29:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2168', '81', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1150', 'Order #INV-20260312-0090 - adafi cut', '3', '2026-03-12 13:29:02', '2026-03-12 13:29:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2169', '99', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1150', 'Order #INV-20260312-0090 - adafi cut', '3', '2026-03-12 13:29:02', '2026-03-12 13:29:02');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2170', '48', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1151', 'Order #INV-20260312-0091 - comel hangtag', NULL, '2026-03-12 13:32:54', '2026-03-12 13:32:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2171', '92', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1151', 'Order #INV-20260312-0091 - comel hangtag', NULL, '2026-03-12 13:32:54', '2026-03-12 13:32:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2172', '51', 'out', '44.00', '0.00', '0.00', 'App\\Models\\Order', '1152', 'Order #INV-20260312-0092 - Depan Baru 1-2', NULL, '2026-03-12 13:33:49', '2026-03-12 13:33:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2173', '85', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '1153', 'Order #INV-20260312-0093 - TK ALAM', '3', '2026-03-12 13:34:33', '2026-03-12 13:34:33');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2174', '44', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '1154', 'Order #INV-20260312-0094 - hasanudin yasin', NULL, '2026-03-12 13:35:07', '2026-03-12 13:35:07');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2175', '44', 'out', '5.00', '0.00', '0.00', 'App\\Models\\Order', '1155', 'Order #INV-20260312-0095 - madun', NULL, '2026-03-12 13:39:16', '2026-03-12 13:39:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2176', '50', 'out', '18.00', '0.00', '0.00', 'App\\Models\\Order', '1156', 'Order #INV-20260312-0096 - NYORIDE', '3', '2026-03-12 13:40:42', '2026-03-12 13:40:42');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2177', '47', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '1157', 'Order #INV-20260312-0097 - hujan thr bulat', '3', '2026-03-12 13:59:14', '2026-03-12 13:59:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2178', '92', 'out', '7.00', '0.00', '0.00', 'App\\Models\\Order', '1157', 'Order #INV-20260312-0097 - hujan thr bulat', '3', '2026-03-12 13:59:14', '2026-03-12 13:59:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2179', '47', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '1158', 'Order #INV-20260312-0098 - restu beda size', NULL, '2026-03-12 14:08:12', '2026-03-12 14:08:12');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2180', '61', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 14:12:10', '2026-03-12 14:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2181', '82', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 14:12:10', '2026-03-12 14:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2182', '81', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 14:12:10', '2026-03-12 14:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2183', '99', 'in', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Stok dikembalikan - Edit Order #INV-20260312-0077', NULL, '2026-03-12 14:12:10', '2026-03-12 14:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2184', '61', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 14:12:10', '2026-03-12 14:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2185', '82', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 14:12:10', '2026-03-12 14:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2186', '99', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1137', 'Order #INV-20260312-0077 - garasi 234', NULL, '2026-03-12 14:12:10', '2026-03-12 14:12:10');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2187', '45', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1159', 'Order #INV-20260312-0099 - pupuk hayati', '3', '2026-03-12 14:12:36', '2026-03-12 14:12:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2188', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1160', 'Order #INV-20260312-0100 - IMIGRASI 1-2 @1', NULL, '2026-03-12 14:13:16', '2026-03-12 14:13:16');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2189', '62', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1160', 'Stok dikembalikan - Edit Order #INV-20260312-0100', NULL, '2026-03-12 14:13:45', '2026-03-12 14:13:45');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2190', '51', 'out', '11.00', '0.00', '0.00', 'App\\Models\\Order', '1161', 'Order #INV-20260312-0101 - hujan thr', '3', '2026-03-12 14:15:53', '2026-03-12 14:15:53');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2191', '63', 'out', '0.54', '0.00', '0.00', 'App\\Models\\Order', '1162', 'Order #INV-20260312-0102 - TAMPIATV', NULL, '2026-03-12 14:18:38', '2026-03-12 14:18:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2192', '63', 'in', '0.54', '0.00', '0.00', 'App\\Models\\Order', '1162', 'Stok dikembalikan - Edit Order #INV-20260312-0102', NULL, '2026-03-12 14:18:59', '2026-03-12 14:18:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2194', '57', 'damaged', '15.00', '3300.00', '49500.00', 'damaged', '57', 'cutting dan laminasi', NULL, '2026-03-13 17:07:29', '2026-03-13 17:07:29');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2195', '44', 'damaged', '9.00', '2200.00', '19800.00', 'damaged', '44', 'paperjam mesin', NULL, '2026-03-13 17:08:14', '2026-03-13 17:08:14');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2196', '59', 'damaged', '4.00', '8100.00', '32400.00', 'damaged', '59', 'cuttingnya jebol', NULL, '2026-03-13 17:08:49', '2026-03-13 17:08:49');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2197', '55', 'damaged', '3.00', '2900.00', '8700.00', 'damaged', '55', 'bolak baliknya nggak ketemu', NULL, '2026-03-13 17:09:55', '2026-03-13 17:09:55');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2198', '61', 'damaged', '2.00', '70000.00', '140000.00', 'damaged', '61', 'warna tidak sesuai', '8', '2026-03-14 08:59:09', '2026-03-14 08:59:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2199', '45', 'damaged', '20.00', '2300.00', '46000.00', 'damaged', '45', 'SALAH CETAK PAGE', '16', '2026-03-14 16:38:48', '2026-03-14 16:38:48');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2200', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1394', 'Order #INV-20260315-0001 - imandantakwa', '2', '2026-03-15 22:26:39', '2026-03-15 22:26:39');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2201', '62', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1394', 'Stok dikembalikan - Edit Order #INV-20260315-0001', '2', '2026-03-15 22:39:38', '2026-03-15 22:39:38');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2202', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1394', 'Order #INV-20260315-0001 - imandantakwa', '2', '2026-03-15 22:39:56', '2026-03-15 22:39:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2203', '62', 'in', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1394', 'Stok dikembalikan - Edit Order #INV-20260315-0001', '2', '2026-03-15 22:42:59', '2026-03-15 22:42:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2204', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1394', 'Order #INV-20260315-0001 - imandantakwa', '2', '2026-03-15 22:42:59', '2026-03-15 22:42:59');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2205', '62', 'out', '0.50', '0.00', '0.00', 'App\\Models\\Order', '1395', 'Order #INV-20260315-0002 - kepale', '2', '2026-03-15 22:43:36', '2026-03-15 22:43:36');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2206', '85', 'out', '3.00', '0.00', '0.00', 'App\\Models\\Order', '1396', 'Order #INV-20260316-0001 - asas', '2', '2026-03-16 09:35:23', '2026-03-16 09:35:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2207', '61', 'out', '8.00', '0.00', '0.00', 'App\\Models\\Order', '1397', 'Order #INV-20260317-0001 - kelape', '2', '2026-03-17 02:26:28', '2026-03-17 02:26:28');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2208', '57', 'in', '1000.00', '5000.00', '5000000.00', NULL, NULL, 'pembelian dr uni', '2', '2026-03-17 07:28:56', '2026-03-17 07:28:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2209', '62', 'out', '30.00', '0.00', '0.00', 'App\\Models\\Order', '1398', 'Order #INV-20260321-0001 - file cetak', '2', '2026-03-21 01:03:56', '2026-03-21 01:03:56');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2210', '62', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1399', 'Order #INV-20260328-0001 - cobacb', '2', '2026-03-28 18:39:09', '2026-03-28 18:39:09');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2211', '101', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '1400', 'Order #INV-20260329-0001 - Nano', '2', '2026-03-29 03:56:26', '2026-03-29 03:56:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2212', '101', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '1400', 'Order #INV-20260329-0001 - Nano', '2', '2026-03-29 03:56:26', '2026-03-29 03:56:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2213', '101', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '1400', 'Order #INV-20260329-0001 - Nano', '2', '2026-03-29 03:56:26', '2026-03-29 03:56:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2214', '101', 'out', '50.00', '0.00', '0.00', 'App\\Models\\Order', '1400', 'Order #INV-20260329-0001 - Nano', '2', '2026-03-29 03:56:26', '2026-03-29 03:56:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2215', '85', 'out', '75.00', '0.00', '0.00', 'App\\Models\\Order', '1400', 'Order #INV-20260329-0001 - Nano4', '2', '2026-03-29 03:56:26', '2026-03-29 03:56:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2216', '85', 'out', '75.00', '0.00', '0.00', 'App\\Models\\Order', '1400', 'Order #INV-20260329-0001 - Nano4', '2', '2026-03-29 03:56:26', '2026-03-29 03:56:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2217', '85', 'out', '75.00', '0.00', '0.00', 'App\\Models\\Order', '1400', 'Order #INV-20260329-0001 - Nano4', '2', '2026-03-29 03:56:26', '2026-03-29 03:56:26');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2218', '64', 'out', '250.00', '0.00', '0.00', 'App\\Models\\Order', '1401', 'Order #INV-20260329-0002 - Lamborghini', '2', '2026-03-29 03:58:52', '2026-03-29 03:58:52');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2219', '62', 'out', '0.96', '0.00', '0.00', 'App\\Models\\Order', '1412', 'Order #INV-20260330-0006 - bebelac', '2', '2026-03-30 18:57:23', '2026-03-30 18:57:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2220', '72', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1412', 'Order #INV-20260330-0006 - bebelac', '2', '2026-03-30 18:57:23', '2026-03-30 18:57:23');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2221', '85', 'out', '2.00', '0.00', '0.00', 'App\\Models\\Order', '1413', 'Order #INV-20260426-0001 - yuli', '3', '2026-04-26 22:00:54', '2026-04-26 22:00:54');
INSERT INTO `stock_movements` (`id`, `material_id`, `type`, `quantity`, `unit_price`, `total_price`, `reference_type`, `reference_id`, `notes`, `user_id`, `created_at`, `updated_at`) VALUES ('2222', '100', 'out', '1.00', '0.00', '0.00', 'App\\Models\\Order', '1413', 'Order #INV-20260426-0001 - banner', '3', '2026-04-26 22:00:54', '2026-04-26 22:00:54');

-- --------------------------------------------------------
-- Table structure for table `suppliers`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `suppliers`;
CREATE TABLE `suppliers` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `phone` varchar(255) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `notes` text DEFAULT NULL,
  `is_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=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `suppliers`

INSERT INTO `suppliers` (`id`, `name`, `phone`, `address`, `notes`, `is_active`, `created_at`, `updated_at`) VALUES ('6', 'INDAH SARI ABADI', '123654789', 'JL. TENGKU UMAR, KEDATON. BANDAR LAMPUNG', NULL, '1', '2026-02-13 06:25:31', '2026-02-13 06:25:31');
INSERT INTO `suppliers` (`id`, `name`, `phone`, `address`, `notes`, `is_active`, `created_at`, `updated_at`) VALUES ('7', 'VISI MEDIA', NULL, 'BANDAR LAMPUNG', NULL, '1', '2026-02-28 16:34:15', '2026-02-28 16:34:15');
INSERT INTO `suppliers` (`id`, `name`, `phone`, `address`, `notes`, `is_active`, `created_at`, `updated_at`) VALUES ('8', 'PRINTMATE', NULL, 'BANDAR LAMPUNG', NULL, '1', '2026-03-01 07:06:32', '2026-03-01 07:06:32');
INSERT INTO `suppliers` (`id`, `name`, `phone`, `address`, `notes`, `is_active`, `created_at`, `updated_at`) VALUES ('9', 'IQBAL SUPLAYER', NULL, 'BAANDAR LAMPUNG', NULL, '1', '2026-03-01 07:07:50', '2026-03-01 07:07:50');
INSERT INTO `suppliers` (`id`, `name`, `phone`, `address`, `notes`, `is_active`, `created_at`, `updated_at`) VALUES ('10', 'RWC SUPLAYER TINTA', NULL, 'BANDAR LAMPUNG', NULL, '1', '2026-03-01 07:08:25', '2026-03-01 07:08:25');
INSERT INTO `suppliers` (`id`, `name`, `phone`, `address`, `notes`, `is_active`, `created_at`, `updated_at`) VALUES ('11', 'TOKO KERTAS SEJATI', NULL, 'BANDAR LAMPUNG', NULL, '1', '2026-03-01 07:09:09', '2026-03-01 07:09:09');

-- --------------------------------------------------------
-- Table structure for table `units`
-- --------------------------------------------------------

DROP TABLE IF EXISTS `units`;
CREATE TABLE `units` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `symbol` varchar(20) NOT NULL,
  `is_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=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `units`

INSERT INTO `units` (`id`, `name`, `symbol`, `is_active`, `created_at`, `updated_at`) VALUES ('1', 'm²', 'm2', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `units` (`id`, `name`, `symbol`, `is_active`, `created_at`, `updated_at`) VALUES ('2', 'pcs', 'pcs', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `units` (`id`, `name`, `symbol`, `is_active`, `created_at`, `updated_at`) VALUES ('3', 'lembar', 'lbr', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `units` (`id`, `name`, `symbol`, `is_active`, `created_at`, `updated_at`) VALUES ('4', 'meter', 'm', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `units` (`id`, `name`, `symbol`, `is_active`, `created_at`, `updated_at`) VALUES ('5', 'roll', 'roll', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `units` (`id`, `name`, `symbol`, `is_active`, `created_at`, `updated_at`) VALUES ('6', 'pak', 'pak', '1', '2026-02-09 13:27:05', '2026-02-09 13:27:05');
INSERT INTO `units` (`id`, `name`, `symbol`, `is_active`, `created_at`, `updated_at`) VALUES ('7', 'kg', 'kg', '1', '2026-02-27 13:51:38', '2026-02-27 13:51:38');

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

DROP TABLE IF EXISTS `users`;
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,
  `role` enum('developer','owner','spv','designer','kasir','operator','administrasi') NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT 1,
  `remember_token` varchar(100) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `users_email_unique` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- Dumping data for table `users`

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('1', 'administrator', 'admin@aplikasipercetakan.com', NULL, '$2y$12$ricMiD.e2iledSsMa6ffw.DVwwb2swDM1qlCRZvPEEZfoYXiYBk1m', 'developer', '1', 'kumN7MCdFsc3bK9egecK4p0FuMlY2PGqtvLFOpjHLMvkD6XJClYGt0XTmwRu', '2026-02-09 13:27:04', '2026-03-21 01:08:00');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('2', 'Budi Santoso', 'budi.santoso@aplikasipercetakan.com', NULL, '$2y$12$mtujCu6Hp3/mOqtw3WhsJOuBwllnk1v9BqUnWcjJryCmKNSLm6gPC', 'owner', '1', '5vXJfHWhTmxlPeVyRb4c1nKNgbmdgD3pwBLHmihDNJN77kVg6YD96T7W0rjS', '2026-02-09 13:27:04', '2026-03-02 12:37:56');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('3', 'Citra Lestari', 'citra.lestari@aplikasipercetakan.com', NULL, '$2y$12$mtujCu6Hp3/mOqtw3WhsJOuBwllnk1v9BqUnWcjJryCmKNSLm6gPC', 'designer', '1', '7U9b7BmmuaAyb3xHULyZJOps0GIBVQSJPoBblJW5IcFzmHo1UVmKPVLFGxeq', '2026-02-09 13:27:04', '2026-02-28 08:57:03');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('5', 'Dewi Anggraini', 'dewi.anggraini@aplikasipercetakan.com', NULL, '$2y$12$mtujCu6Hp3/mOqtw3WhsJOuBwllnk1v9BqUnWcjJryCmKNSLm6gPC', 'kasir', '1', 'evHeUmLnJTSPxEjWrqowM6CCqWt7gNmUD6UeQ5gEnQ88EoI5D9c3ClAHG1tH', '2026-02-09 13:27:05', '2026-03-02 11:34:51');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('6', 'Eko Saputra', 'eko.saputra@aplikasipercetakan.com', NULL, '$2y$12$mtujCu6Hp3/mOqtw3WhsJOuBwllnk1v9BqUnWcjJryCmKNSLm6gPC', 'operator', '1', 'xpzndWUyB5eCVyeYMRb32nlnDLr2Q5fLKExDfzcZywUhGUgxxY4b3nLWSB6D', '2026-02-09 13:27:05', '2026-02-28 08:58:14');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('8', 'Fajar Ramadhan', 'fajar.ramadhan@aplikasipercetakan.com', NULL, '$2y$12$mtujCu6Hp3/mOqtw3WhsJOuBwllnk1v9BqUnWcjJryCmKNSLm6gPC', 'spv', '1', 'nB4GoGuS4yppWpoAbOzBmymAuoyYqJwFbZeqfIhjyTYSH5cGxg5cY7il0RED', '2026-02-10 01:50:47', '2026-02-28 08:56:29');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('16', 'Gita Permata', 'gita.permata@aplikasipercetakan.com', NULL, '$2y$12$mtujCu6Hp3/mOqtw3WhsJOuBwllnk1v9BqUnWcjJryCmKNSLm6gPC', 'administrasi', '1', 'JzjuiCIvTLHcAIaRMMULD2TPy5ObAvhzrBJ3TT9cGckGYOjqvyzHBJdVEG18', '2026-02-27 01:40:45', '2026-02-28 08:01:24');
INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `role`, `is_active`, `remember_token`, `created_at`, `updated_at`) VALUES ('18', 'Indra Kurniawan', 'indra.kurniawan@aplikasipercetakan.com', NULL, '$2y$12$mtujCu6Hp3/mOqtw3WhsJOuBwllnk1v9BqUnWcjJryCmKNSLm6gPC', '', '1', 'kga2d33G9ttxoFDREClOaGnwiSv09Zfy7MdALhpdkMjNflGiyIswhinebFbx', '2026-02-28 08:58:08', '2026-03-05 21:44:18');

COMMIT;
SET AUTOCOMMIT = 1;
SET FOREIGN_KEY_CHECKS=1;
